Package | Description |
---|---|
org.osm2world.core.osm.creation | |
org.osm2world.viewer.control.actions | |
org.osm2world.viewer.model |
Modifier and Type | Class and Description |
---|---|
class |
JOSMFileReader
variant of
StrictOSMFileReader with the necessary robustness to
ignore small standard incompabilities in .osm files written by JOSM. |
class |
OSMFileReader
DataSource providing information from a single .osm file, including common
non-standard variants such as those files produced by JOSM.
|
class |
OsmosisReader
reads OSM data from an osmosis
RunnableSource . |
class |
OverpassReader |
class |
StrictOSMFileReader
DataSource providing information from a single .osm file.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractLoadOSMAction.loadOSMData(OSMDataReader dataReader,
boolean resetCamera) |
Modifier and Type | Method and Description |
---|---|
void |
Data.loadOSMData(OSMDataReader reader,
boolean failOnLargeBBox,
Factory<? extends TerrainInterpolator> interpolatorFactory,
Factory<? extends EleConstraintEnforcer> enforcerFactory,
ConversionFacade.ProgressListener listener) |