Package | Description |
---|---|
org.openstreetmap.josm.actions | |
org.openstreetmap.josm.io | |
org.openstreetmap.josm.io.session |
Modifier and Type | Field and Description |
---|---|
static ArrayList<FileImporter> |
ExtensionFileFilter.importers
List of supported formats for import.
|
Modifier and Type | Method and Description |
---|---|
protected void |
OpenFileAction.OpenFileTask.alertFilesNotMatchingWithImporter(Collection<File> files,
FileImporter importer) |
void |
OpenFileAction.OpenFileTask.importData(FileImporter importer,
List<File> files) |
Modifier and Type | Class and Description |
---|---|
class |
AllFormatsImporter
Dummy importer that adds the "All Formats"-Filter when opening files
|
class |
GpxImporter
File importer allowing to import GPX files (*.gpx/gpx.gz files).
|
class |
JpgImporter
File importer allowing to import geottaged images (*.jpg files).
|
class |
NMEAImporter |
class |
OsmBzip2Importer |
class |
OsmChangeImporter |
class |
OsmGzipImporter |
class |
OsmImporter |
class |
WMSLayerImporter
Import a WMS layer from a serialized binary file previously exported via
WMSLayerExporter . |
Modifier and Type | Method and Description |
---|---|
int |
FileImporter.compareTo(FileImporter other) |
Modifier and Type | Class and Description |
---|---|
class |
SessionImporter
File importer allowing to import session files (*.jos/joz files).
|