Uses of Class
org.openstreetmap.josm.data.gpx.WithAttributes
-
Packages that use WithAttributes Package Description org.openstreetmap.josm.data.gpx Provides the classes for JOSMGPX data
(points, tracks, routes). -
-
Uses of WithAttributes in org.openstreetmap.josm.data.gpx
Subclasses of WithAttributes in org.openstreetmap.josm.data.gpx Modifier and Type Class 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 (implementsIWithAttributes
andGpxConstants
).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.UseGpxTrack
instead!class
WayPoint
A point in the GPX data
-