Package | Description |
---|---|
org.openstreetmap.josm.data.gpx |
Provides the classes for JOSM
GPX 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.
|
Modifier and Type | Field and Description |
---|---|
private GpxExtensionCollection |
WithAttributes.exts
The "exts" collection contains all extensions.
|
Modifier and Type | Method and Description |
---|---|
GpxExtensionCollection |
GpxExtensionCollection.getAll(java.lang.String prefix,
java.lang.String key)
Gets all extensions with the given prefix and key
|
GpxExtensionCollection |
IWithAttributes.getExtensions()
Returns the extensions
|
GpxExtensionCollection |
WithAttributes.getExtensions() |
Modifier and Type | Method and Description |
---|---|
private static void |
ConvertFromGpxLayerAction.addExtensions(GpxExtensionCollection exts,
OsmPrimitive p,
boolean seg,
java.util.List<java.lang.String> keys,
boolean check) |
Modifier and Type | Field and Description |
---|---|
private GpxExtensionCollection |
GpxReader.Parser.currentExtensionCollection |
private GpxExtensionCollection |
GpxReader.Parser.currentTrackExtensionCollection |
Modifier and Type | Method and Description |
---|---|
private void |
GpxWriter.gpxExtensions(GpxExtensionCollection allExtensions) |