Package | Description |
---|---|
org.openstreetmap.josm.actions |
Provides the classes for JOSM user actions.
|
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.
|
Class and Description |
---|
FileExporter
Abstract base class for file exporters - IO classes that save layers to a file.
|
FileImporter
Abstract file importer.
|
Class and Description |
---|
FileExporter
Abstract base class for file exporters - IO classes that save layers to a file.
|
FileImporter
Abstract file importer.
|
GpxImporter.GpxImporterData
Utility class containing imported GPX and marker layers, and a task to run after they are added to MapView.
|
OsmExporter
Exports data to an .osm file.
|
OsmImporter.OsmImporterData
Utility class containing imported OSM layer, and a task to run after it is added to MapView.
|
Class and Description |
---|
FileImporter
Abstract file importer.
|
OsmImporter
File importer that reads *.osm data files.
|