See: Description
Class | Description |
---|---|
AllFormatsImporter |
Dummy importer that adds the "All Formats"-Filter when opening files
|
FileExporter |
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.
|
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.
|
JpgImporter |
File importer allowing to import geottaged images (*.jpg files).
|
NMEAImporter |
File importer allowing to import NMEA-0183 files (*.nmea/nme/nma/log/txt files).
|
NoteExporter |
Exporter to write note data to an XML file
|
NoteImporter |
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.
|
OsmXzExporter |
OSM data exporter that compresses it in XZ format.
|
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 via
WMSLayerImporter . |
WMSLayerImporter |
Import a WMS layer from a serialized binary file previously exported via
WMSLayerExporter . |