Package | Description |
---|---|
org.openstreetmap.josm.actions |
Provides the classes for JOSM user actions.
|
org.openstreetmap.josm.io |
Provides the classes for JOSM input/output support.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.ArrayList<FileExporter> |
ExtensionFileFilter.exporters
List of supported formats for export.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<FileExporter> |
ExtensionFileFilter.getExporters()
Returns the list of file exporters.
|
Modifier and Type | Method and Description |
---|---|
static void |
ExtensionFileFilter.addExporter(FileExporter exporter)
Adds a new file exporter at the end of the global list.
|
static void |
ExtensionFileFilter.addExporterFirst(FileExporter exporter)
Adds a new file exporter at the beginning of the global list.
|
Modifier and Type | Class and Description |
---|---|
class |
GeoJSONExporter
Exporter to write map data to a GeoJSON file.
|
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 . |