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 |
GpxExtension
A GpxExtension that has attributes and child extensions (implements
IWithAttributes and GpxConstants ). |
class |
GpxRoute
A route is a part of a GPX file containing of multiple GPX points.
|
class |
GpxTrack
GPX track.
|
class |
GpxTrackSegment
A gpx track segment consisting of multiple waypoints.
|
class |
ImmutableGpxTrack
Deprecated.
Use
GpxTrack instead! |
class |
ImmutableGpxTrackSegment
Deprecated.
Use
GpxTrackSegment instead! |
class |
WayPoint
A point in the GPX data
|