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 interfaceIGpxTrackGpx track.interfaceIGpxTrackSegmentRead-only gpx track segments.Classes in org.openstreetmap.josm.data.gpx that implement IWithAttributes 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.Fields in org.openstreetmap.josm.data.gpx declared as IWithAttributes Modifier and Type Field Description private IWithAttributesGpxExtension. parentprivate IWithAttributesGpxExtensionCollection. parentMethods in org.openstreetmap.josm.data.gpx that return IWithAttributes Modifier and Type Method Description IWithAttributesGpxExtension. 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 voidGpxExtension. 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 newGpxExtensionCollectionwith 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 voidGpxWriter. writeAttr(IWithAttributes obj, java.util.List<java.lang.String> keys)
-