Uses of Class
org.openstreetmap.josm.io.GpxImporter.GpxImporterData

Packages that use GpxImporter.GpxImporterData
org.openstreetmap.josm.io   
 

Uses of GpxImporter.GpxImporterData in org.openstreetmap.josm.io
 

Methods in org.openstreetmap.josm.io that return GpxImporter.GpxImporterData
static GpxImporter.GpxImporterData GpxImporter.loadLayers(GpxData data, boolean parsedProperly, java.lang.String gpxLayerName, java.lang.String markerLayerName)
          Replies the new GPX and marker layers corresponding to the specified GPX data.
static GpxImporter.GpxImporterData GpxImporter.loadLayers(java.io.InputStream is, java.io.File associatedFile, java.lang.String gpxLayerName, java.lang.String markerLayerName, ProgressMonitor progressMonitor)
           
 

Methods in org.openstreetmap.josm.io with parameters of type GpxImporter.GpxImporterData
static void GpxImporter.addLayers(GpxImporter.GpxImporterData data)
          Adds the specified GPX and marker layers to Map.main
 



JOSM