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