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.
|
org.openstreetmap.josm.io.session |
Provides the classes for user sessions import/export.
|
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 | Class and Description |
---|---|
class |
GpxExporter
Exports data to a .gpx file.
|
class |
GpxReader
Read a gpx file.
|
class |
GpxWriter
Writes GPX files from GPX data or OSM data.
|
Modifier and Type | Class and Description |
---|---|
static class |
MarkerSessionExporter.MarkerWriter
Writes GPX file from marker data.
|