| Interface | Description |
|---|---|
| GpxConstants |
Constants for GPX handling.
|
| GpxTrack |
Read-only gpx track.
|
| 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.LinesIterator |
Iterates over all track segments and then over all routes.
|
| GpxLink |
A link to an external resource (Web page, digital photo, video clip, etc) with additional information.
|
| GpxRoute | |
| ImmutableGpxTrack | |
| ImmutableGpxTrackSegment | |
| WayPoint | |
| WithAttributes |
Default implementation for IWithAttributes.
|