Package | Description |
---|---|
org.openstreetmap.josm.gui.io.importexport |
Provides GUI classes for handling file import/export operations.
|
Modifier and Type | Method and Description |
---|---|
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 |
RtkLibImporter.loadLayers(java.io.InputStream is,
java.io.File associatedFile,
java.lang.String gpxLayerName,
java.lang.String markerLayerName)
Replies the new GPX and marker layers corresponding to the specified RTKLib file.
|
static GpxImporter.GpxImporterData |
NMEAImporter.loadLayers(java.io.InputStream is,
java.io.File associatedFile,
java.lang.String gpxLayerName,
java.lang.String markerLayerName)
Replies the new GPX and marker layers corresponding to the specified NMEA file.
|
static GpxImporter.GpxImporterData |
GpxImporter.loadLayers(java.io.InputStream is,
java.io.File associatedFile,
java.lang.String gpxLayerName,
java.lang.String markerLayerName,
ProgressMonitor progressMonitor)
Replies the new GPX and marker layers corresponding to the specified GPX file.
|
Modifier and Type | Method and Description |
---|---|
static void |
GpxImporter.addLayers(GpxImporter.GpxImporterData data)
Adds the specified GPX and marker layers to Map.main
|