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 GpxExtensionCollectionWithAttributes. extsThe "exts" collection contains all extensions.Methods in org.openstreetmap.josm.data.gpx that return GpxExtensionCollection Modifier and Type Method Description GpxExtensionCollectionGpxExtensionCollection. getAll(java.lang.String prefix, java.lang.String key)Gets all extensions with the given prefix and keyGpxExtensionCollectionIWithAttributes. getExtensions()Returns the extensionsGpxExtensionCollectionWithAttributes. 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 voidConvertFromGpxLayerAction. addExtensions(GpxExtensionCollection exts, OsmPrimitive p, boolean seg, java.util.List<java.lang.String> keys, boolean check, java.lang.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 GpxExtensionCollectionGpxParser. currentExtensionCollectionprivate GpxExtensionCollectionGpxParser. currentTrackExtensionCollectionMethods in org.openstreetmap.josm.io with parameters of type GpxExtensionCollection Modifier and Type Method Description private voidGpxWriter. gpxExtensions(GpxExtensionCollection allExtensions)
-