Class Tags
java.lang.Object
org.apache.sis.util.Static
org.apache.sis.internal.storage.gpx.Tags
GPX tag names in XML files and their namespaces. Also used for feature property names.
Unless otherwise noticed by a "(v1.0)" or "(v1.1)" text in the javadoc, tags in this class
apply to all supported GPX versions.
- Since:
- 0.8
- Version:
- 0.8
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final String
A way Point tag.(package private) static final String
Attribute in v1.0, tag in v1.1.(package private) static final String
A bounds tag.(package private) static final String
A tag used a bit everywhere.(package private) static final String
A copyright tag (v1.1+).(package private) static final String
A tag used a bit everywhere.(package private) static final String
A way Point tag.(package private) static final String
A way Point tag.(package private) static final String
A person tag.(package private) static final String
A way Point tag.(package private) static final String
A way Point tag.(package private) static final String
Main GPX XML tags.(package private) static final String
A way Point tag.(package private) static final String
A metadata tag.(package private) static final String
A copyright tag (v1.1+).(package private) static final String
A tag used a bit everywhere.(package private) static final String
A way Point tag.(package private) static final String
A metadata tag (v1.1+).(package private) static final String
A tag used a bit everywhere.(package private) static final String
GPX XML namespace (common root to all versions).(package private) static final String
GPX 1.0 XML namespace (v1.0).(package private) static final String
GPX 1.1 XML namespace (v1.1).(package private) static final String
A tag used a bit everywhere.(package private) static final String
A way Point tag.(package private) static final String
GPX scope name used for feature type names.(package private) static final String
A route tag.(package private) static final String
A route tag.(package private) static final String
A way Point tag.(package private) static final String
A tag used a bit everywhere.(package private) static final String
A way Point tag.(package private) static final String
A link tag (v1.1+).(package private) static final String
A metadata tag.(package private) static final String
A track tag.(package private) static final String
A track tag.(package private) static final String
A track tag.(package private) static final String
A tag used a bit everywhere.(package private) static final String
A tag used a bit everywhere.(package private) static final String
A tag used a bit everywhere.(package private) static final String
A way Point tag.(package private) static final String
A way Point tag.(package private) static final String
A copyright tag (v1.1+). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PREFIX
GPX scope name used for feature type names.- See Also:
-
NAMESPACE
GPX XML namespace (common root to all versions).- See Also:
-
NAMESPACE_V10
GPX 1.0 XML namespace (v1.0).- See Also:
-
NAMESPACE_V11
GPX 1.1 XML namespace (v1.1).- See Also:
-
GPX
Main GPX XML tags.- See Also:
-
NAME
A tag used a bit everywhere.- See Also:
-
URL
A tag used a bit everywhere.- See Also:
-
URL_NAME
A tag used a bit everywhere.- See Also:
-
LINK
A tag used a bit everywhere.- See Also:
-
DESCRIPTION
A tag used a bit everywhere.- See Also:
-
COMMENT
A tag used a bit everywhere.- See Also:
-
SOURCE
A tag used a bit everywhere.- See Also:
-
TYPE
A tag used a bit everywhere.- See Also:
-
NUMBER
A tag used a bit everywhere.- See Also:
-
METADATA
A metadata tag (v1.1+).- See Also:
-
TIME
A metadata tag.- See Also:
-
KEYWORDS
A metadata tag.- See Also:
-
AUTHOR
Attribute in v1.0, tag in v1.1.- See Also:
-
EMAIL
A person tag.- See Also:
-
COPYRIGHT
A copyright tag (v1.1+).- See Also:
-
YEAR
A copyright tag (v1.1+).- See Also:
-
LICENSE
A copyright tag (v1.1+).- See Also:
-
BOUNDS
A bounds tag.- See Also:
-
TEXT
A link tag (v1.1+).- See Also:
-
WAY_POINT
A way Point tag.- See Also:
-
ELEVATION
A way Point tag.- See Also:
-
MAGNETIC_VAR
A way Point tag.- See Also:
-
GEOID_HEIGHT
A way Point tag.- See Also:
-
SYMBOL
A way Point tag.- See Also:
-
FIX
A way Point tag.- See Also:
-
SATELITTES
A way Point tag.- See Also:
-
HDOP
A way Point tag.- See Also:
-
VDOP
A way Point tag.- See Also:
-
PDOP
A way Point tag.- See Also:
-
AGE_OF_GPS_DATA
A way Point tag.- See Also:
-
DGPS_ID
A way Point tag.- See Also:
-
ROUTES
A route tag.- See Also:
-
ROUTE_POINTS
A route tag.- See Also:
-
TRACKS
A track tag.- See Also:
-
TRACK_SEGMENTS
A track tag.- See Also:
-
TRACK_POINTS
A track tag.- See Also:
-
-
Constructor Details
-
Tags
private Tags()Do not allow instantiation of this class.
-