Interface GpxConstants

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  GpxConstants.ColorFormat
      Enum with color formats that can be written by JOSM
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.Map<java.lang.String,​java.lang.String> EXTENSION_ABBREVIATIONS
      Map with all supported extension abbreviations for easier readability in OSM layers
      static java.util.List<java.lang.String> FIX_VALUES
      Possible fix values.
      static java.util.Map<java.lang.String,​java.awt.Color> GARMIN_COLORS
      Map with all supported Garmin colors
      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_PREFIX
      Prefix used for attributes when converting to OSM data
      static java.lang.String GPX_SRC
      Source of data.
      static java.lang.String JOSM_CREATOR_NAME
      The creator element that will be written when exporting a GPX file
      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_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 java.lang.String XML_URI_EXTENSIONS_DRAWING
      Namespace for GPX drawing extensions
      static java.lang.String XML_URI_EXTENSIONS_GARMIN
      Namespace for Garmin GPX extensions
      static java.lang.String XML_URI_EXTENSIONS_JOSM
      Namespace for JOSM GPX extensions
      static java.lang.String XML_URI_XSD
      Namespace for the XSD
      static java.lang.String XML_XSD_EXTENSIONS_DRAWING
      Location of the XSD schema for GPX drawing extensions
      static java.lang.String XML_XSD_EXTENSIONS_GARMIN
      Location of the XSD schema for GPX drawing extensions
      static java.lang.String XML_XSD_EXTENSIONS_JOSM
      Location of the XSD schema for JOSM GPX extensions