| Class | Description |
|---|---|
| GPXFile |
Top level GPX file element.
|
| GPXObject |
Contains fields and methods common to all GPX element types (files, routes, tracks, waypoints, etc).
|
| GPXPanel |
An extension of
JMapViewer to include the display of GPX elements and related functionality. |
| Route |
The GPX "rte" element.
|
| Track |
The GPX "trk" element.
|
| Waypoint |
The GPX "wpt" element.
|
| WaypointGroup |
An ad-hoc element representing a group of waypoint elements.
In a group of top-level "wpt" elements, these points will be represented discretely. In a "rte" or "trk" element, these points will be represented as paths. |
| Enum | Description |
|---|---|
| WaypointGroup.EleCleansedStatus |
Status messages returned to the calling class after an elevation cleanse request.
A "cleanse" is an attempt to fill in any data that was missing from the server's response (SRTM voids). |
| WaypointGroup.EleCorrectedStatus |
Status messages returned to the calling class after an elevation correction request.
A "correction" is an attempt to replace all elevation data with SRTM data from the server. |
| WaypointGroup.WptGrpType |
The different types of
WaypointGroup. |