Package | Description |
---|---|
org.openstreetmap.josm.io |
Provides the classes for JOSM input/output support.
|
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 |
NMEAImporter.loadLayers(java.io.InputStream is,
java.io.File associatedFile,
java.lang.String gpxLayerName,
java.lang.String markerLayerName) |
static GpxImporter.GpxImporterData |
GpxImporter.loadLayers(java.io.InputStream is,
java.io.File associatedFile,
java.lang.String gpxLayerName,
java.lang.String markerLayerName,
ProgressMonitor progressMonitor) |
Modifier and Type | Method and Description |
---|---|
static void |
GpxImporter.addLayers(GpxImporter.GpxImporterData data)
Adds the specified GPX and marker layers to Map.main
|