public static enum GenericTaggedNode.ExtendedGTNAttr extends java.lang.Enum<GenericTaggedNode.ExtendedGTNAttr>
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.| Enum Constant and Description |
|---|
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. |
FLAGS2
Extended flags bits.
|
SEGMENT_NUM
The segment number of a segmented Way.
|
| Modifier and Type | Method and Description |
|---|---|
static GenericTaggedNode.ExtendedGTNAttr |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GenericTaggedNode.ExtendedGTNAttr[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GenericTaggedNode.ExtendedGTNAttr FLAGS2
public static final GenericTaggedNode.ExtendedGTNAttr EXTRA_AMENITY_TYPE
AmenityType, either
by more than one of them being specified, or by using semicolon-delimited
lists in the attribute value.public static final GenericTaggedNode.ExtendedGTNAttr SEGMENT_NUM
public static GenericTaggedNode.ExtendedGTNAttr[] values()
for (GenericTaggedNode.ExtendedGTNAttr c : GenericTaggedNode.ExtendedGTNAttr.values()) System.out.println(c);
public static GenericTaggedNode.ExtendedGTNAttr valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null