Enum Class GenericTaggedNode.ExtendedGTNAttr

java.lang.Object
java.lang.Enum<GenericTaggedNode.ExtendedGTNAttr>
org.ka2ddo.yaac.osm.GenericTaggedNode.ExtendedGTNAttr
All Implemented Interfaces:
Serializable, Comparable<GenericTaggedNode.ExtendedGTNAttr>, Constable
Enclosing class:
GenericTaggedNode<T extends GenericTaggedNode<T>>

public static enum GenericTaggedNode.ExtendedGTNAttr extends Enum<GenericTaggedNode.ExtendedGTNAttr>
This enumeration identifies all the extended attributes that can be associated with a GenericTaggedNode. The Enum.ordinal() negated -1 is the type code (equivalent to the OSMLayerEnum ordinal when non-negative) for specifying what is in the binary file encoding of the GenericTaggedNode.
Author:
Andrew Pavlin, KA2DDO
  • Enum Constant Details

    • FLAGS2

      public static final GenericTaggedNode.ExtendedGTNAttr FLAGS2
      Extended flags bits.
    • EXTRA_AMENITY_TYPE

      public static final GenericTaggedNode.ExtendedGTNAttr EXTRA_AMENITY_TYPE
      List of additional amenity types if amenity, shop, office, or craft (among other attributes) specify more than one AmenityType, either by more than one of them being specified, or by using semicolon-delimited lists in the attribute value.
  • Method Details

    • values

      public static GenericTaggedNode.ExtendedGTNAttr[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static GenericTaggedNode.ExtendedGTNAttr valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null