Uses of Class
org.openstreetmap.josm.data.gpx.GpxExtension
-
Packages that use GpxExtension 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 GpxExtension in org.openstreetmap.josm.data.gpx
Fields in org.openstreetmap.josm.data.gpx with type parameters of type GpxExtension Modifier and Type Field Description private Stack<GpxExtension>
GpxExtensionCollection. childStack
Methods in org.openstreetmap.josm.data.gpx that return GpxExtension Modifier and Type Method Description GpxExtension
GpxExtensionCollection. add(String prefix, String key)
Creates and adds a newGpxExtension
from the given parameters.GpxExtension
GpxExtensionCollection. add(String prefix, String key, String value)
Creates and adds a newGpxExtension
from the given parameters.GpxExtension
GpxExtensionCollection. addIfNotPresent(String prefix, String key)
Creates and adds a newGpxExtension
, if it hasn't been added yet.GpxExtension
GpxExtensionCollection. addOrUpdate(String prefix, String key, String value)
Creates and adds a newGpxExtension
or updates its value and shows it if already present.GpxExtension
GpxExtensionCollection. find(String prefix, String key)
Searches recursively for the extension with the given prefix and key in all childrenGpxExtension
GpxExtension. findExtension(String sPrefix, String sKey)
Searches recursively for the extension with the given key in all childrenGpxExtension
GpxExtensionCollection. get(String prefix, String key)
Gets the extension with the given prefix and keyMethods in org.openstreetmap.josm.data.gpx that return types with arguments of type GpxExtension Modifier and Type Method Description Stream<GpxExtension>
GpxExtensionCollection. stream(String prefix, String key)
Gets a stream with all extensions with the given prefix and keyMethods in org.openstreetmap.josm.data.gpx with parameters of type GpxExtension Modifier and Type Method Description boolean
GpxExtensionCollection. add(GpxExtension gpx)
Method parameters in org.openstreetmap.josm.data.gpx with type arguments of type GpxExtension Modifier and Type Method Description boolean
GpxExtensionCollection. addAll(Collection<? extends GpxExtension> extensions)
-
Uses of GpxExtension in org.openstreetmap.josm.io
Method parameters in org.openstreetmap.josm.io with type arguments of type GpxExtension Modifier and Type Method Description private void
GpxWriter. writeExtension(List<GpxExtension> extensions)
-