Package org.oscim.core
Class Tag
java.lang.Object
org.oscim.core.Tag
A tag represents an immutable key-value pair. Keys are always intern().
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal StringThe key of this tag.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringThe key of the elevation OpenStreetMap tag.static final Stringstatic final Stringstatic final StringThe key of the house number OpenStreetMap tag.static final StringThe key of the id tag.static final Stringstatic final Stringstatic final StringThe key of the name OpenStreetMap tag.static final StringThe key of the reference OpenStreetMap tag.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringThe value of this tag.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
KEY_HOUSE_NUMBER
The key of the house number OpenStreetMap tag.- See Also:
-
KEY_NAME
The key of the name OpenStreetMap tag.- See Also:
-
KEY_REF
The key of the reference OpenStreetMap tag.- See Also:
-
KEY_ELE
The key of the elevation OpenStreetMap tag.- See Also:
-
KEY_ID
The key of the id tag.- See Also:
-
KEY_AMENITY
- See Also:
-
KEY_BUILDING
- See Also:
-
KEY_HIGHWAY
- See Also:
-
KEY_LANDUSE
- See Also:
-
VALUE_YES
- See Also:
-
VALUE_NO
- See Also:
-
KEY_AREA
- See Also:
-
KEY_BUILDING_COLOR
- See Also:
-
KEY_BUILDING_LEVELS
- See Also:
-
KEY_BUILDING_MATERIAL
- See Also:
-
KEY_BUILDING_MIN_LEVEL
- See Also:
-
KEY_BUILDING_PART
- See Also:
-
KEY_HEIGHT
- See Also:
-
KEY_MIN_HEIGHT
- See Also:
-
KEY_ROOF
- See Also:
-
KEY_ROOF_ANGLE
- See Also:
-
KEY_ROOF_COLOR
- See Also:
-
KEY_ROOF_DIRECTION
- See Also:
-
KEY_ROOF_HEIGHT
- See Also:
-
KEY_ROOF_LEVELS
- See Also:
-
KEY_ROOF_MATERIAL
- See Also:
-
KEY_ROOF_ORIENTATION
- See Also:
-
KEY_ROOF_SHAPE
- See Also:
-
KEY_VOLUME
- See Also:
-
VALUE_DOME
- See Also:
-
VALUE_FLAT
- See Also:
-
VALUE_GABLED
- See Also:
-
VALUE_GAMBREL
- See Also:
-
VALUE_HALF_HIPPED
- See Also:
-
VALUE_HIPPED
- See Also:
-
VALUE_MANSARD
- See Also:
-
VALUE_ONION
- See Also:
-
VALUE_PYRAMIDAL
- See Also:
-
VALUE_ROUND
- See Also:
-
VALUE_SALTBOX
- See Also:
-
VALUE_SKILLION
- See Also:
-
VALUE_ACROSS
- See Also:
-
key
The key of this tag. -
value
The value of this tag.
-
-
Constructor Details
-
Tag
- Parameters:
key- the key of the tag.value- the value of the tag.
-
Tag
Create Tag with interned Key.- Parameters:
key- the key of the tag.value- the value of the tag.internValue- true when value string should be intern()alized.
-
Tag
-
-
Method Details