Package | Description |
---|---|
org.openstreetmap.josm.io |
Provides the classes for JOSM input/output support.
|
Modifier and Type | Field and Description |
---|---|
(package private) static java.util.Map<OverpassDownloadReader.OverpassOutpoutFormat,java.lang.Class<? extends AbstractReader>> |
OverpassDownloadReader.outputFormatReaders |
Modifier and Type | Method and Description |
---|---|
(package private) static OverpassDownloadReader.OverpassOutpoutFormat |
OverpassDownloadReader.OverpassOutpoutFormat.from(java.lang.String directive)
Returns the
OverpassOutpoutFormat matching the given directive. |
static OverpassDownloadReader.OverpassOutpoutFormat |
OverpassDownloadReader.OverpassOutpoutFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OverpassDownloadReader.OverpassOutpoutFormat[] |
OverpassDownloadReader.OverpassOutpoutFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.Class<? extends AbstractReader> |
OverpassDownloadReader.registerOverpassOutpoutFormatReader(OverpassDownloadReader.OverpassOutpoutFormat format,
java.lang.Class<? extends AbstractReader> readerClass)
Registers an OSM reader for the given Overpass output format.
|