Package | Description |
---|---|
org.openstreetmap.josm.data.gpx |
Provides the classes for JOSM
GPX data (points, tracks, routes). |
org.openstreetmap.josm.gui.io.importexport |
Provides GUI classes for handling file import/export operations.
|
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 |
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 | Class and Description |
---|---|
class |
GpxExporter
Exports data to a .gpx file.
|
Modifier and Type | Class and Description |
---|---|
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.
|