Uses of Interface
org.openstreetmap.josm.data.gpx.IWithAttributes
-
Packages that use IWithAttributes Package Description org.openstreetmap.josm.data.gpx Provides the classes for JOSMGPX data
(points, tracks, routes).org.openstreetmap.josm.io Provides the classes for JOSM input/output support. -
-
Uses of IWithAttributes in org.openstreetmap.josm.data.gpx
Subinterfaces of IWithAttributes in org.openstreetmap.josm.data.gpx Modifier and Type Interface Description interface
IGpxTrack
Gpx track.interface
IGpxTrackSegment
Read-only gpx track segments.Classes in org.openstreetmap.josm.data.gpx that implement IWithAttributes 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 dataclass
WithAttributes
Default implementation for IWithAttributes.Fields in org.openstreetmap.josm.data.gpx declared as IWithAttributes Modifier and Type Field Description private IWithAttributes
GpxExtension. parent
private IWithAttributes
GpxExtensionCollection. parent
Methods in org.openstreetmap.josm.data.gpx that return IWithAttributes Modifier and Type Method Description IWithAttributes
GpxExtension. getParent()
Returns the parent element of this extension.Methods in org.openstreetmap.josm.data.gpx with parameters of type IWithAttributes Modifier and Type Method Description void
GpxExtension. setParent(IWithAttributes parent)
Sets the parent for this extensionConstructors in org.openstreetmap.josm.data.gpx with parameters of type IWithAttributes Constructor Description GpxExtensionCollection(IWithAttributes parent)
Constructs a newGpxExtensionCollection
with the given parent -
Uses of IWithAttributes in org.openstreetmap.josm.io
Methods in org.openstreetmap.josm.io with parameters of type IWithAttributes Modifier and Type Method Description private void
GpxWriter. writeAttr(IWithAttributes obj, List<String> keys)
-