Uses of Class
org.openstreetmap.josm.io.OsmReader.Options
-
Packages that use OsmReader.Options Package Description org.openstreetmap.josm.io Provides the classes for JOSM input/output support. -
-
Uses of OsmReader.Options in org.openstreetmap.josm.io
Fields in org.openstreetmap.josm.io with type parameters of type OsmReader.Options Modifier and Type Field Description protected java.util.Collection<OsmReader.Options>
OsmReader. options
TheOsmReader.Options
to use when parsing the xml dataMethods in org.openstreetmap.josm.io that return OsmReader.Options Modifier and Type Method Description static OsmReader.Options
OsmReader.Options. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OsmReader.Options[]
OsmReader.Options. 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 OsmReader.Options Modifier and Type Method Description static DataSet
OsmReader. parseDataSet(java.io.InputStream source, ProgressMonitor progressMonitor, OsmReader.Options... options)
Parse the given input source and return the dataset.Constructors in org.openstreetmap.josm.io with parameters of type OsmReader.Options Constructor Description OsmReader(OsmReader.Options... options)
constructor (for private and subclasses use only)
-