Package | Description |
---|---|
org.openstreetmap.josm.data.gpx |
Provides the classes for JOSM
GPX data (points, tracks, routes). |
org.openstreetmap.josm.io |
Provides the classes for JOSM input/output support.
|
Modifier and Type | Interface and Description |
---|---|
interface |
GpxTrack
Read-only gpx track.
|
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
|
class |
WithAttributes
Default implementation for IWithAttributes.
|
Modifier and Type | Method and Description |
---|---|
private void |
GpxWriter.writeAttr(IWithAttributes obj,
java.util.List<java.lang.String> keys) |