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 |
Read-only gpx track.
|
GpxTrack.GpxTrackChangeListener |
A listener that listens to GPX track changes.
|
GpxTrackSegment |
Read-only gpx track segments.
|
IWithAttributes |
Object with attributes (in the context of GPX data).
|
Class | Description |
---|---|
Extensions |
Data class for extensions in a GPX-File.
|
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.
|
GpxDistance |
A class to find the distance between an
OsmPrimitive and a GPX point. |
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.GpxTrackChangeEvent |
A track change event for the current track.
|
ImmutableGpxTrack |
Immutable GPX track.
|
ImmutableGpxTrackSegment |
A gpx track segment consisting of multiple waypoints, that cannot be changed.
|
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.
|
Exception | Description |
---|---|
GpxData.TimestampConfictException |
GPX data
(points, tracks, routes).