GPX data
(points, tracks, routes).See: Description
Interface | Description |
---|---|
GpxConstants |
Constants for GPX handling.
|
GpxData.GpxDataChangeListener |
A listener that listens to GPX data changes.
|
GpxTrack.GpxTrackChangeListener | Deprecated
use
IGpxTrack.GpxTrackChangeListener instead |
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 | 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 namespace
|
GpxDistance |
A class to find the distance between an
OsmPrimitive and a GPX point. |
GpxExtension |
A GpxExtension that has attributes and child extensions (implements
IWithAttributes and GpxConstants ). |
GpxExtensionCollection |
Class extending
ArrayList<GpxExtension> . |
GpxImageCorrelation |
Correlation logic for
CorrelateGpxWithImages . |
GpxImageEntry |
Stores info about each image
|
GpxLink |
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.
|
GpxTrack.GpxTrackChangeEvent | Deprecated
use
IGpxTrack.GpxTrackChangeEvent instead |
GpxTrackSegment |
A gpx track segment consisting of multiple waypoints.
|
IGpxTrack.GpxTrackChangeEvent |
A track change event for the current track.
|
ImmutableGpxTrack | Deprecated
Use
GpxTrack instead! |
ImmutableGpxTrackSegment | Deprecated
Use
GpxTrackSegment instead! |
Line |
Line represents a linear collection of GPX waypoints with the ordered/unordered distinction.
|
WayPoint |
A point in the GPX data
|
WayPoint.LegacyMap |
Interim to detect legacy code that is not using
WayPoint.setTime(x)
functions, but attr.put(PT_TIME, (String) x) logic. |
WithAttributes |
Default implementation for IWithAttributes.
|
Enum | Description |
---|---|
GpxConstants.ColorFormat |
Enum with color formats that can be written by JOSM
|
GPX data
(points, tracks, routes).