Package | Description |
---|---|
org.openstreetmap.josm.io |
Modifier and Type | Method and Description |
---|---|
static GpxImporter.GpxImporterData |
GpxImporter.loadLayers(GpxData data,
boolean parsedProperly,
String gpxLayerName,
String markerLayerName)
Replies the new GPX and marker layers corresponding to the specified GPX data.
|
static GpxImporter.GpxImporterData |
GpxImporter.loadLayers(InputStream is,
File associatedFile,
String gpxLayerName,
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
|