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 java.util.Stack<GpxExtension>GpxExtensionCollection. childStackMethods in org.openstreetmap.josm.data.gpx that return GpxExtension Modifier and Type Method Description GpxExtensionGpxExtensionCollection. add(java.lang.String prefix, java.lang.String key)Creates and adds a newGpxExtensionfrom the given parameters.GpxExtensionGpxExtensionCollection. add(java.lang.String prefix, java.lang.String key, java.lang.String value)Creates and adds a newGpxExtensionfrom the given parameters.GpxExtensionGpxExtensionCollection. addIfNotPresent(java.lang.String prefix, java.lang.String key)Creates and adds a newGpxExtension, if it hasn't been added yet.GpxExtensionGpxExtensionCollection. addOrUpdate(java.lang.String prefix, java.lang.String key, java.lang.String value)Creates and adds a newGpxExtensionor updates its value and shows it if already present.GpxExtensionGpxExtensionCollection. find(java.lang.String prefix, java.lang.String key)Searches recursively for the extension with the given prefix and key in all childrenGpxExtensionGpxExtension. findExtension(java.lang.String sPrefix, java.lang.String sKey)Searches recursively for the extension with the given key in all childrenGpxExtensionGpxExtensionCollection. get(java.lang.String prefix, java.lang.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 java.util.stream.Stream<GpxExtension>GpxExtensionCollection. stream(java.lang.String prefix, java.lang.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 booleanGpxExtensionCollection. add(GpxExtension gpx)Method parameters in org.openstreetmap.josm.data.gpx with type arguments of type GpxExtension Modifier and Type Method Description booleanGpxExtensionCollection. addAll(java.util.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 voidGpxWriter. writeExtension(java.util.List<GpxExtension> extensions)
-