Uses of Class
org.openstreetmap.josm.gui.io.importexport.GpxImporter.GpxImporterData
-
Packages that use GpxImporter.GpxImporterData Package Description org.openstreetmap.josm.gui.io.importexport Provides GUI classes for handling file import/export operations.org.openstreetmap.josm.io.session Provides the classes for user sessions import/export. -
-
Uses of GpxImporter.GpxImporterData in org.openstreetmap.josm.gui.io.importexport
Methods in org.openstreetmap.josm.gui.io.importexport that return GpxImporter.GpxImporterData Modifier and Type Method Description static GpxImporter.GpxImporterData
GpxImporter. loadLayers(java.io.InputStream is, java.io.File associatedFile, java.lang.String gpxLayerName, ProgressMonitor progressMonitor)
Replies the new GPX and marker layers corresponding to the specified GPX file.static GpxImporter.GpxImporterData
GpxImporter. loadLayers(GpxData data, boolean parsedProperly, java.lang.String gpxLayerName)
Replies the new GPX and marker layers corresponding to the specified GPX data.static GpxImporter.GpxImporterData
NMEAImporter. loadLayers(java.io.InputStream is, java.io.File associatedFile, java.lang.String gpxLayerName)
Replies the new GPX and marker layers corresponding to the specified NMEA file.static GpxImporter.GpxImporterData
OziWptImporter. loadLayers(java.io.InputStream is, java.io.File associatedFile, java.lang.String gpxLayerName)
Replies the new GPX and marker layers corresponding to the specified wpt file.static GpxImporter.GpxImporterData
RtkLibImporter. loadLayers(java.io.InputStream is, java.io.File associatedFile, java.lang.String gpxLayerName)
Replies the new GPX and marker layers corresponding to the specified RTKLib file.Methods in org.openstreetmap.josm.gui.io.importexport with parameters of type GpxImporter.GpxImporterData Modifier and Type Method Description static void
GpxImporter. addLayers(GpxImporter.GpxImporterData data)
Adds the specified GPX and marker layers to Map.main -
Uses of GpxImporter.GpxImporterData in org.openstreetmap.josm.io.session
Methods in org.openstreetmap.josm.io.session with parameters of type GpxImporter.GpxImporterData Modifier and Type Method Description protected Layer
GpxRoutesSessionImporter. getLayer(GpxImporter.GpxImporterData importData)
protected Layer
GpxTracksSessionImporter. getLayer(GpxImporter.GpxImporterData importData)
-