public interface GpxConstants
Modifier and Type | Field and Description |
---|---|
static Collection<String> |
FIX_VALUES
Possible fix values.
|
static String |
GPX_CMT
GPS element comment.
|
static String |
GPX_DESC
Text description of the element.
|
static String |
GPX_NAME
GPS name of the element.
|
static String |
GPX_SRC
Source of data.
|
static String |
JOSM_EXTENSIONS_NAMESPACE_URI |
static String |
META_AUTHOR_EMAIL |
static String |
META_AUTHOR_LINK |
static String |
META_AUTHOR_NAME |
static String |
META_BOUNDS |
static String |
META_COPYRIGHT_AUTHOR |
static String |
META_COPYRIGHT_LICENSE |
static String |
META_COPYRIGHT_YEAR |
static String |
META_DESC |
static String |
META_EXTENSIONS |
static String |
META_KEYWORDS |
static String |
META_LINKS |
static String |
META_NAME |
static String |
META_PREFIX |
static String |
META_TIME |
static String |
PT_AGEOFDGPSDATA
Number of seconds since last DGPS update.
|
static String |
PT_DGPSID
Represents a differential GPS station.
|
static String |
PT_ELE
Elevation (in meters) of the point.
|
static String |
PT_FIX
Type of GPS fix.
|
static String |
PT_GEOIDHEIGHT
Height, in meters, of geoid (mean sea level) above WGS-84 earth ellipsoid.
|
static String |
PT_HDOP
Horizontal dilution of precision.
|
static String |
PT_MAGVAR
Magnetic variation (in degrees) at the point.
|
static String |
PT_PDOP
Position dilution of precision.
|
static String |
PT_SAT
Number of satellites used to calculate the GPS fix.
|
static String |
PT_SYM
Text of GPS symbol name.
|
static String |
PT_TIME
Creation/modification timestamp for the point.
|
static String |
PT_TYPE
Type (textual classification) of element.
|
static String |
PT_VDOP
Vertical dilution of precision.
|
static List<String> |
RTE_TRK_KEYS
Ordered list of all possible route and track keys.
|
static List<String> |
WPT_KEYS
Ordered list of all possible waypoint keys.
|
static final String GPX_NAME
static final String GPX_CMT
static final String GPX_DESC
static final String GPX_SRC
static final String META_PREFIX
static final String META_AUTHOR_NAME
static final String META_AUTHOR_EMAIL
static final String META_AUTHOR_LINK
static final String META_COPYRIGHT_AUTHOR
static final String META_COPYRIGHT_LICENSE
static final String META_COPYRIGHT_YEAR
static final String META_DESC
static final String META_KEYWORDS
static final String META_LINKS
static final String META_NAME
static final String META_TIME
static final String META_BOUNDS
static final String META_EXTENSIONS
static final String JOSM_EXTENSIONS_NAMESPACE_URI
static final String PT_ELE
static final String PT_TIME
static final String PT_MAGVAR
static final String PT_GEOIDHEIGHT
static final String PT_SYM
static final String PT_TYPE
static final String PT_FIX
static final String PT_SAT
static final String PT_HDOP
static final String PT_VDOP
static final String PT_PDOP
static final String PT_AGEOFDGPSDATA
static final String PT_DGPSID
static final List<String> RTE_TRK_KEYS
static final Collection<String> FIX_VALUES