Package | Description |
---|---|
org.openstreetmap.josm.data.gpx | |
org.openstreetmap.josm.io |
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 |
class |
ImmutableGpxTrack
Immutable GPX track.
|
class |
WayPoint |
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) |