Uses of Class
org.openstreetmap.josm.data.gpx.GpxExtensionCollection
-
Packages that use GpxExtensionCollection Package Description org.openstreetmap.josm.data.gpx Provides the classes for JOSMGPX data
(points, tracks, routes).org.openstreetmap.josm.gui.layer.gpx Provides classes for handling GPX layers.org.openstreetmap.josm.io Provides the classes for JOSM input/output support. -
-
Uses of GpxExtensionCollection in org.openstreetmap.josm.data.gpx
Fields in org.openstreetmap.josm.data.gpx declared as GpxExtensionCollection Modifier and Type Field Description private GpxExtensionCollection
WithAttributes. exts
The "exts" collection contains all extensions.Methods in org.openstreetmap.josm.data.gpx that return GpxExtensionCollection Modifier and Type Method Description GpxExtensionCollection
GpxExtensionCollection. getAll(String prefix, String key)
Gets all extensions with the given prefix and keyGpxExtensionCollection
IWithAttributes. getExtensions()
Returns the extensionsGpxExtensionCollection
WithAttributes. getExtensions()
-
Uses of GpxExtensionCollection in org.openstreetmap.josm.gui.layer.gpx
Methods in org.openstreetmap.josm.gui.layer.gpx with parameters of type GpxExtensionCollection Modifier and Type Method Description private static void
ConvertFromGpxLayerAction. addExtensions(GpxExtensionCollection exts, OsmPrimitive p, boolean seg, List<String> keys, boolean check, String gpxPrefix)
-
Uses of GpxExtensionCollection in org.openstreetmap.josm.io
Fields in org.openstreetmap.josm.io declared as GpxExtensionCollection Modifier and Type Field Description private GpxExtensionCollection
GpxReader.Parser. currentExtensionCollection
private GpxExtensionCollection
GpxReader.Parser. currentTrackExtensionCollection
Methods in org.openstreetmap.josm.io with parameters of type GpxExtensionCollection Modifier and Type Method Description private void
GpxWriter. gpxExtensions(GpxExtensionCollection allExtensions)
-