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 |
IGpxTrack
Gpx track.
|
interface |
IGpxTrackSegment
Read-only gpx track segments.
|
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
|
class |
WithAttributes
Default implementation for IWithAttributes.
|
Modifier and Type | Field and Description |
---|---|
private IWithAttributes |
GpxExtension.parent |
private IWithAttributes |
GpxExtensionCollection.parent |
Modifier and Type | Method and Description |
---|---|
IWithAttributes |
GpxExtension.getParent() |
Modifier and Type | Method and Description |
---|---|
void |
GpxExtension.setParent(IWithAttributes parent)
Sets the parent for this extension
|
Constructor and Description |
---|
GpxExtensionCollection(IWithAttributes parent)
Constructs a new
GpxExtensionCollection with the given parent |
Modifier and Type | Method and Description |
---|---|
private void |
GpxWriter.writeAttr(IWithAttributes obj,
java.util.List<java.lang.String> keys) |