Class XmlConstants
java.lang.Object
org.openstreetmap.osmosis.xml.v0_6.impl.XmlConstants
Defines some common constants shared between various xml processing classes.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe maxlat attribute.static final StringThe maxlon attribute.static final StringThe minlat attribute.static final StringThe minlon attribute.static final StringThe origin attribute.static final StringThe default URL for the production API.static final StringDefines the version number to be stored in osm xml files. -
Method Summary
-
Field Details
-
ATTRIBUTE_NAME_ORIGIN
The origin attribute.- See Also:
-
ATTRIBUTE_NAME_MINLAT
The minlat attribute.- See Also:
-
ATTRIBUTE_NAME_MAXLAT
The maxlat attribute.- See Also:
-
ATTRIBUTE_NAME_MINLON
The minlon attribute.- See Also:
-
ATTRIBUTE_NAME_MAXLON
The maxlon attribute.- See Also:
-
OSM_VERSION
Defines the version number to be stored in osm xml files. This number will also be applied to osmChange files.- See Also:
-
DEFAULT_URL
The default URL for the production API.- See Also:
-