Uses of Class
org.openstreetmap.josm.io.AbstractReader
-
Packages that use AbstractReader Package Description org.openstreetmap.josm.io Provides the classes for JOSM input/output support. -
-
Uses of AbstractReader in org.openstreetmap.josm.io
Subclasses of AbstractReader in org.openstreetmap.josm.io Modifier and Type Class Description class
GeoJSONReader
Reader that reads GeoJSON files.class
OsmChangeReader
Reader for OsmChange file format.class
OsmJsonReader
Parser for the Osm API (JSON output).class
OsmPbfReader
Read OSM data from an OSM PBF fileclass
OsmReader
Parser for the Osm API (XML output).(package private) static class
OverpassDownloadReader.OverpassOsmJsonReader
(package private) static class
OverpassDownloadReader.OverpassOsmReader
Fields in org.openstreetmap.josm.io with type parameters of type AbstractReader 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 types with arguments of type AbstractReader 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.Method parameters in org.openstreetmap.josm.io with type arguments of type AbstractReader 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.
-