Package | Description |
---|---|
org.openstreetmap.josm.actions | |
org.openstreetmap.josm.io |
Modifier and Type | Field and Description |
---|---|
static java.util.ArrayList<FileExporter> |
ExtensionFileFilter.exporters
List of supported formats for export.
|
Modifier and Type | Class and Description |
---|---|
class |
GeoJSONExporter |
class |
GpxExporter
Exports data to a .gpx file.
|
class |
NoteExporter
Exporter to write note data to an XML file
|
class |
OsmBzip2Exporter
OSM data exporter that compresses it in Bzip2 format.
|
class |
OsmExporter
Exports data to an .osm file.
|
class |
OsmGzipExporter
OSM data exporter that compresses it in GZip format.
|
class |
WMSLayerExporter
Export a WMS layer to a serialized binary file that can be imported later via
WMSLayerImporter . |