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,RelationUsersTagsChangesetsUtilities 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 java.util.List<GpxData.XMLNamespace>GpxData. namespacesAll namespaces read from the original fileMethods in org.openstreetmap.josm.data.gpx that return GpxData.XMLNamespace Modifier and Type Method Description static GpxData.XMLNamespaceGpxExtension. findNamespace(java.lang.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 java.util.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 java.util.List<GpxData.XMLNamespace>DataSet. gpxNamespacesUsed 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 java.util.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 voidDataSet. setGPXNamespaces(java.util.List<GpxData.XMLNamespace> gpxNamespaces)Sets the GPX (XML) namespaces
-