Class Attributes
java.lang.Object
org.apache.sis.util.Static
org.apache.sis.internal.storage.gpx.Attributes
GPX attribute names in XML files.
Contrarily to
Tags, attributes in GPX files have no namespace.
Unless otherwise noticed by a "(v1.0)" or "(v1.1)" text in the javadoc,
attributes in this class apply to all supported GPX versions.- Since:
- 0.8
- Version:
- 0.8
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final StringA copyright attribute (v1.1+).(package private) static final StringA main GPX attribute.(package private) static final StringA link attribute (v1.1+).(package private) static final StringA way point attribute.(package private) static final StringA way point attribute.(package private) static final StringA bounds attribute.(package private) static final StringA bounds attribute.(package private) static final StringA bounds attribute.(package private) static final StringA bounds attribute.(package private) static final StringA main GPX attribute. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
VERSION
A main GPX attribute.- See Also:
-
CREATOR
A main GPX attribute.- See Also:
-
AUTHOR
A copyright attribute (v1.1+).- See Also:
-
MIN_X
A bounds attribute.- See Also:
-
MAX_X
A bounds attribute.- See Also:
-
MIN_Y
A bounds attribute.- See Also:
-
MAX_Y
A bounds attribute.- See Also:
-
HREF
A link attribute (v1.1+).- See Also:
-
LATITUDE
A way point attribute.- See Also:
-
LONGITUDE
A way point attribute.- See Also:
-
-
Constructor Details
-
Attributes
private Attributes()Do not allow instantiation of this class.
-