Uses of Interface
org.openstreetmap.josm.data.gpx.GpxConstants
-
Packages that use GpxConstants Package Description org.openstreetmap.josm.data.gpx Provides the classes for JOSMGPX 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. -
-
Uses of GpxConstants in org.openstreetmap.josm.data.gpx
Classes in org.openstreetmap.josm.data.gpx that implement GpxConstants Modifier and Type Class Description classGpxDataObjects of this class represent a gpx file with tracks, waypoints and routes.classGpxExtensionA GpxExtension that has attributes and child extensions (implementsIWithAttributesandGpxConstants).classGpxRouteA route is a part of a GPX file containing of multiple GPX points.classGpxTrackGPX track.classGpxTrackSegmentA gpx track segment consisting of multiple waypoints.classWayPointA point in the GPX dataclassWithAttributesDefault implementation for IWithAttributes. -
Uses of GpxConstants in org.openstreetmap.josm.gui.io.importexport
Classes in org.openstreetmap.josm.gui.io.importexport that implement GpxConstants Modifier and Type Class Description classGpxExporterExports data to a .gpx file. -
Uses of GpxConstants in org.openstreetmap.josm.io
Classes in org.openstreetmap.josm.io that implement GpxConstants Modifier and Type Class Description classGpxReaderRead a gpx file.classGpxWriterWrites GPX files from GPX data or OSM data. -
Uses of GpxConstants in org.openstreetmap.josm.io.session
Classes in org.openstreetmap.josm.io.session that implement GpxConstants Modifier and Type Class Description static classMarkerSessionExporter.MarkerWriterWrites GPX file from marker data.
-