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. outputFormatReadersMethods in org.openstreetmap.josm.io that return OverpassDownloadReader.OverpassOutputFormat Modifier and Type Method Description (package private) static OverpassDownloadReader.OverpassOutputFormatOverpassDownloadReader.OverpassOutputFormat. from(java.lang.String directive)Returns theOverpassOutputFormatmatching the given directive.static OverpassDownloadReader.OverpassOutputFormatOverpassDownloadReader.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.
-