Uses of Class
org.openstreetmap.josm.data.gpx.GpxData.XMLNamespace
-
Packages that use GpxData.XMLNamespace Package Description org.openstreetmap.josm.data.gpx Provides the classes for JOSMGPX data
(points, tracks, routes).org.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives
:Node
,Way
,Relation
Users
Tags
Changesets
Utilities classes -
-
Uses of GpxData.XMLNamespace in org.openstreetmap.josm.data.gpx
Fields in org.openstreetmap.josm.data.gpx with type parameters of type GpxData.XMLNamespace Modifier and Type Field Description private List<GpxData.XMLNamespace>
GpxData. namespaces
All namespaces read from the original fileMethods in org.openstreetmap.josm.data.gpx that return GpxData.XMLNamespace Modifier and Type Method Description static GpxData.XMLNamespace
GpxExtension. findNamespace(String prefix)
Finds the namespace for the given default prefix, if supported with schema locationMethods in org.openstreetmap.josm.data.gpx that return types with arguments of type GpxData.XMLNamespace Modifier and Type Method Description List<GpxData.XMLNamespace>
GpxData. getNamespaces()
All XML namespaces read from the original file -
Uses of GpxData.XMLNamespace in org.openstreetmap.josm.data.osm
Fields in org.openstreetmap.josm.data.osm with type parameters of type GpxData.XMLNamespace Modifier and Type Field Description private List<GpxData.XMLNamespace>
DataSet. gpxNamespaces
Used to temporarily store namespaces from the GPX file in case the user converts back and forth.Methods in org.openstreetmap.josm.data.osm that return types with arguments of type GpxData.XMLNamespace Modifier and Type Method Description List<GpxData.XMLNamespace>
DataSet. getGPXNamespaces()
Gets the GPX (XML) namespaces if this DataSet was created from a GPX fileMethod parameters in org.openstreetmap.josm.data.osm with type arguments of type GpxData.XMLNamespace Modifier and Type Method Description void
DataSet. setGPXNamespaces(List<GpxData.XMLNamespace> gpxNamespaces)
Sets the GPX (XML) namespaces
-