public interface GpxConstants
Modifier and Type | Field and Description |
---|---|
static java.util.Collection<java.lang.String> |
FIX_VALUES
Possible fix values.
|
static java.lang.String |
GPX_CMT
GPS element comment.
|
static java.lang.String |
GPX_DESC
Text description of the element.
|
static java.lang.String |
GPX_NAME
GPS name of the element.
|
static java.lang.String |
GPX_SRC
Source of data.
|
static java.lang.String |
JOSM_EXTENSIONS_NAMESPACE_URI
A namespace for josm GPX extensions
|
static java.lang.String |
META_AUTHOR_EMAIL
A constant for the metadata hash map: the author email of the file
|
static java.lang.String |
META_AUTHOR_LINK
A constant for the metadata hash map: a link to a page about the author
|
static java.lang.String |
META_AUTHOR_NAME
A constant for the metadata hash map: the author name of the file
|
static java.lang.String |
META_BOUNDS
A constant for the metadata hash map: the bounding box.
|
static java.lang.String |
META_COPYRIGHT_AUTHOR
A constant for the metadata hash map: the author field for the copyright information in the gpx file
|
static java.lang.String |
META_COPYRIGHT_LICENSE
A constant for the metadata hash map: the license of the file
|
static java.lang.String |
META_COPYRIGHT_YEAR
A constant for the metadata hash map: the year of the license for the file
|
static java.lang.String |
META_DESC
A constant for the metadata hash map: a description of the file
|
static java.lang.String |
META_EXTENSIONS
A constant for the metadata hash map: the extension data.
|
static java.lang.String |
META_KEYWORDS
A constant for the metadata hash map: the keywords of the file
|
static java.lang.String |
META_LINKS
A constant for the metadata hash map: the links.
|
static java.lang.String |
META_NAME
A constant for the metadata hash map: the name of the file (stored in the file, not the one on the disk)
|
static java.lang.String |
META_PREFIX
Prefix used for all meta values.
|
static java.lang.String |
META_TIME
A constant for the metadata hash map: the time as string
|
static java.lang.String |
PT_AGEOFDGPSDATA
Number of seconds since last DGPS update.
|
static java.lang.String |
PT_DGPSID
Represents a differential GPS station.
|
static java.lang.String |
PT_ELE
Elevation (in meters) of the point.
|
static java.lang.String |
PT_FIX
Type of GPS fix.
|
static java.lang.String |
PT_GEOIDHEIGHT
Height, in meters, of geoid (mean sea level) above WGS-84 earth ellipsoid.
|
static java.lang.String |
PT_HDOP
Horizontal dilution of precision.
|
static java.lang.String |
PT_MAGVAR
Magnetic variation (in degrees) at the point.
|
static java.lang.String |
PT_PDOP
Position dilution of precision.
|
static java.lang.String |
PT_SAT
Number of satellites used to calculate the GPS fix.
|
static java.lang.String |
PT_SYM
Text of GPS symbol name.
|
static java.lang.String |
PT_TIME
Creation/modification timestamp for the point.
|
static java.lang.String |
PT_TYPE
Type (textual classification) of element.
|
static java.lang.String |
PT_VDOP
Vertical dilution of precision.
|
static java.util.List<java.lang.String> |
RTE_TRK_KEYS
Ordered list of all possible route and track keys.
|
static java.lang.String |
RTKLIB_AGE
The time difference between the observation data epochs of the rover receiver and the base station in second.
|
static java.lang.String |
RTKLIB_Q
The flag which indicates the solution quality.
1 : Fixed, solution by carrier‐based relative positioning and the integer ambiguity is properly resolved.
2 : Float, solution by carrier‐based relative positioning but the integer ambiguity is not resolved.
3 : Reserved
4 : DGPS, solution by code‐based DGPS solutions or single point positioning with SBAS corrections
5 : Single, solution by single point positioning
|
static java.lang.String |
RTKLIB_RATIO
The ratio factor of ʺratio‐testʺ for standard integer ambiguity validation strategy.
|
static java.lang.String |
RTKLIB_SDE
E (east) component of the standard deviations in m.
|
static java.lang.String |
RTKLIB_SDEU
The absolute value of sdeu means square root of the absolute value of EU component of the estimated covariance matrix.
|
static java.lang.String |
RTKLIB_SDN
N (north) component of the standard deviations in m.
|
static java.lang.String |
RTKLIB_SDNE
The absolute value of sdne means square root of the absolute value of NE component of the estimated covariance matrix.
|
static java.lang.String |
RTKLIB_SDU
U (up) component of the standard deviations in m.
|
static java.lang.String |
RTKLIB_SDUN
The absolute value of sdun means square root of the absolute value of UN component of the estimated covariance matrix.
|
static java.util.List<java.lang.String> |
WPT_KEYS
Ordered list of all possible waypoint keys.
|
static final java.lang.String GPX_NAME
static final java.lang.String GPX_CMT
static final java.lang.String GPX_DESC
static final java.lang.String GPX_SRC
static final java.lang.String META_PREFIX
static final java.lang.String META_AUTHOR_NAME
WithAttributes.get(String)
,
Constant Field Valuesstatic final java.lang.String META_AUTHOR_EMAIL
WithAttributes.get(String)
,
Constant Field Valuesstatic final java.lang.String META_AUTHOR_LINK
WithAttributes.get(String)
,
Constant Field Valuesstatic final java.lang.String META_COPYRIGHT_AUTHOR
WithAttributes.get(String)
,
Constant Field Valuesstatic final java.lang.String META_COPYRIGHT_LICENSE
WithAttributes.get(String)
,
Constant Field Valuesstatic final java.lang.String META_COPYRIGHT_YEAR
WithAttributes.get(String)
,
Constant Field Valuesstatic final java.lang.String META_DESC
WithAttributes.get(String)
,
Constant Field Valuesstatic final java.lang.String META_KEYWORDS
WithAttributes.get(String)
,
Constant Field Valuesstatic final java.lang.String META_LINKS
GpxLink
objectsWithAttributes.get(String)
,
Constant Field Valuesstatic final java.lang.String META_NAME
WithAttributes.get(String)
,
Constant Field Valuesstatic final java.lang.String META_TIME
WithAttributes.get(String)
,
Constant Field Valuesstatic final java.lang.String META_BOUNDS
Bounds
objectGpxData.getMetaBounds()
,
Constant Field Valuesstatic final java.lang.String META_EXTENSIONS
Extensions
objectstatic final java.lang.String JOSM_EXTENSIONS_NAMESPACE_URI
static final java.lang.String PT_ELE
static final java.lang.String PT_TIME
static final java.lang.String PT_MAGVAR
static final java.lang.String PT_GEOIDHEIGHT
static final java.lang.String PT_SYM
static final java.lang.String PT_TYPE
static final java.lang.String PT_FIX
static final java.lang.String PT_SAT
static final java.lang.String PT_HDOP
static final java.lang.String PT_VDOP
static final java.lang.String PT_PDOP
static final java.lang.String PT_AGEOFDGPSDATA
static final java.lang.String PT_DGPSID
static final java.util.List<java.lang.String> WPT_KEYS
static final java.util.List<java.lang.String> RTE_TRK_KEYS
static final java.util.Collection<java.lang.String> FIX_VALUES
static final java.lang.String RTKLIB_Q
static final java.lang.String RTKLIB_SDN
static final java.lang.String RTKLIB_SDE
static final java.lang.String RTKLIB_SDU
static final java.lang.String RTKLIB_SDNE
static final java.lang.String RTKLIB_SDEU
static final java.lang.String RTKLIB_SDUN
static final java.lang.String RTKLIB_AGE
static final java.lang.String RTKLIB_RATIO