Package org.openstreetmap.josm.gui.io.importexport
Provides GUI classes for handling file import/export operations.
-
Class Summary Class Description AllFormatsImporter Dummy importer that adds the "All Formats"-Filter when opening filesFileExporter Abstract base class for file exporters - IO classes that save layers to a file.FileImporter Abstract file importer.GeoJSONExporter Exporter to write map data to a GeoJSON file.GeoJSONImporter GeoJSON file importer.GpxExporter Exports data to a .gpx file.GpxImporter File importer allowing to import GPX files (*.gpx/gpx.gz files).GpxImporter.GpxImporterData Utility class containing imported GPX and marker layers, and a task to run after they are added to MapView.GpxLikeImporter<T extends IGpxReader> ImageImporter File importer allowing to import geotagged imagesNMEAImporter File importer allowing to import NMEA-0183 files (*.nmea/nme/nma/log/txt files).NoteExporter Exporter to write note data to an XML fileNoteImporter File importer that reads note dump files (*.osn, .osn.gz, .osn.xz and .osn.bz2)OsmBzip2Exporter OSM data exporter that compresses it in Bzip2 format.OsmChangeImporter File importer that reads OSM change files (*.osc).OsmExporter Exports data to an .osm file.OsmGzipExporter OSM data exporter that compresses it in GZip format.OsmImporter File importer that reads *.osm data files.OsmImporter.OsmImporterData Utility class containing imported OSM layer, and a task to run after it is added to MapView.OsmPbfImporter File importer that reads *.osm.pbf data files.OsmXzExporter OSM data exporter that compresses it in XZ format.OziWptImporter File importer allowing to import OziExplorer Waypoint files (*.wpt files).RtkLibImporter File importer allowing to import RTKLib files (*.pos files).ValidatorErrorExporter Exporter to write validator errors to an XML file.WMSLayerExporter Export a WMS layer to a serialized binary file that can be imported later viaWMSLayerImporter
.WMSLayerImporter Import a WMS layer from a serialized binary file previously exported viaWMSLayerExporter
. -
Enum Summary Enum Description Options Options for ImportExport classes.