Package | Description |
---|---|
org.openstreetmap.josm.data.gpx |
Provides the classes for JOSM
GPX data (points, tracks, routes). |
org.openstreetmap.josm.io |
Provides the classes for JOSM input/output support.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Stack<GpxExtension> |
GpxExtensionCollection.childStack |
Modifier and Type | Method and Description |
---|---|
GpxExtension |
GpxExtensionCollection.add(java.lang.String prefix,
java.lang.String key)
Creates and adds a new
GpxExtension from the given parameters. |
GpxExtension |
GpxExtensionCollection.add(java.lang.String prefix,
java.lang.String key,
java.lang.String value)
Creates and adds a new
GpxExtension from the given parameters. |
GpxExtension |
GpxExtensionCollection.addIfNotPresent(java.lang.String prefix,
java.lang.String key)
Creates and adds a new
GpxExtension , if it hasn't been added yet. |
GpxExtension |
GpxExtensionCollection.addOrUpdate(java.lang.String prefix,
java.lang.String key,
java.lang.String value)
Creates and adds a new
GpxExtension or updates its value and shows it if already present. |
GpxExtension |
GpxExtensionCollection.find(java.lang.String prefix,
java.lang.String key)
Searches recursively for the extension with the given prefix and key in all children
|
GpxExtension |
GpxExtension.findExtension(java.lang.String sPrefix,
java.lang.String sKey)
Searches recursively for the extension with the given key in all children
|
GpxExtension |
GpxExtensionCollection.get(java.lang.String prefix,
java.lang.String key)
Gets the extension with the given prefix and key
|
Modifier and Type | Method and 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 key
|
Modifier and Type | Method and Description |
---|---|
boolean |
GpxExtensionCollection.add(GpxExtension gpx) |
Modifier and Type | Method and Description |
---|---|
boolean |
GpxExtensionCollection.addAll(java.util.Collection<? extends GpxExtension> extensions) |
Modifier and Type | Method and Description |
---|---|
private void |
GpxWriter.writeExtension(java.util.List<GpxExtension> extensions) |