Package | Description |
---|---|
org.openstreetmap.josm.data.gpx |
Provides the classes for JOSM
GPX data (points, tracks, routes). |
Modifier and Type | Class and Description |
---|---|
class |
GpxData
Objects of this class represent a gpx file with tracks, waypoints and routes.
|
class |
GpxRoute
A route is a part of a GPX file containing of multiple GPX points.
|
class |
ImmutableGpxTrack
Immutable GPX track.
|
class |
WayPoint
A point in the GPX data
|