Package org.openstreetmap.josm.data.gpx
Provides the classes for JOSM
GPX data
(points, tracks, routes).-
Interface Summary Interface Description GpxConstants Constants for GPX handling.GpxData.GpxDataChangeListener A listener that listens to GPX data changes.GpxDataContainer Object containing aGpxData
instance.IGpxLayerPrefs Interface containing the layer preferences.IGpxTrack Gpx track.IGpxTrack.GpxTrackChangeListener A listener that listens to GPX track changes.IGpxTrackSegment Read-only gpx track segments.IWithAttributes Object with attributes (in the context of GPX data). -
Class Summary Class Description GpxData Objects of this class represent a gpx file with tracks, waypoints and routes.GpxData.GpxDataChangeEvent A data change event in any of the gpx data.GpxData.GpxTrackSegmentSpan GpxData.LinesIterator Iterates over all track segments and then over all routes.GpxData.XMLNamespace A class containing prefix, URI and location of a namespaceGpxDistance A class to find the distance between anOsmPrimitive
and a GPX point.GpxExtension A GpxExtension that has attributes and child extensions (implementsIWithAttributes
andGpxConstants
).GpxExtensionCollection Class extendingArrayList<GpxExtension>
.GpxImageCorrelation Correlation logic forCorrelateGpxWithImages
.GpxImageCorrelationSettings Correlation settings used byGpxImageCorrelation
.GpxImageDirectionPositionSettings Image direction / position modification settings used byGpxImageCorrelationSettings
.GpxImageEntry Stores info about each imageGpxLink A link to an external resource (Web page, digital photo, video clip, etc) with additional information.GpxRoute A route is a part of a GPX file containing of multiple GPX points.GpxTimeOffset Time offset of GPX correlation.GpxTimezone Timezone in hours.GpxTrack GPX track.GpxTrackSegment A gpx track segment consisting of multiple waypoints.IGpxTrack.GpxTrackChangeEvent A track change event for the current track.ImmutableGpxTrack Deprecated. UseGpxTrack
instead!Line Line represents a linear collection of GPX waypoints with the ordered/unordered distinction.WayPoint A point in the GPX dataWithAttributes Default implementation for IWithAttributes. -
Enum Summary Enum Description GpxConstants.ColorFormat Enum with color formats that can be written by JOSM