| Package | Description |
|---|---|
| org.openstreetmap.josm.data.gpx |
Provides the classes for JOSM
GPX data (points, tracks, routes). |
| org.openstreetmap.josm.data.osm |
Provides the classes for OSM data:
Primitives:
Node,
Way,
Relation
Users
Tags
Changesets
Utilities classes
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<GpxData.XMLNamespace> |
GpxData.namespaces
All namespaces read from the original file
|
| Modifier and Type | Method and Description |
|---|---|
static GpxData.XMLNamespace |
GpxExtension.findNamespace(java.lang.String prefix)
Finds the namespace for the given default prefix, if supported with schema location
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<GpxData.XMLNamespace> |
GpxData.getNamespaces()
All XML namespaces read from the original file
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<GpxData.XMLNamespace> |
DataSet.gpxNamespaces
Used to temporarily store namespaces from the GPX file in case the user converts back and forth.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<GpxData.XMLNamespace> |
DataSet.getGPXNamespaces()
Gets the GPX (XML) namespaces if this DataSet was created from a GPX file
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataSet.setGPXNamespaces(java.util.List<GpxData.XMLNamespace> gpxNamespaces)
Sets the GPX (XML) namespaces
|