Package | Description |
---|---|
org.osm2world.core.map_data.creation | |
org.osm2world.core.osm.creation |
Modifier and Type | Field and Description |
---|---|
protected LatLon |
OriginMapProjection.origin
the origin.
|
Modifier and Type | Method and Description |
---|---|
LatLon |
LatLonBounds.getMax() |
LatLon |
LatLonBounds.getMin() |
LatLon |
MapProjection.getOrigin()
returns the origin (i.e.
|
LatLon |
OriginMapProjection.getOrigin() |
Modifier and Type | Method and Description |
---|---|
VectorXZ |
OrthographicAzimuthalMapProjection.calcPos(LatLon latlon) |
VectorXZ |
MetricMapProjection.calcPos(LatLon latlon) |
VectorXZ |
MapProjection.calcPos(LatLon latlon) |
void |
OrthographicAzimuthalMapProjection.setOrigin(LatLon origin) |
void |
MetricMapProjection.setOrigin(LatLon origin) |
void |
OriginMapProjection.setOrigin(LatLon origin)
sets a new origin.
|
Constructor and Description |
---|
LatLonBounds(LatLon min,
LatLon max) |
Constructor and Description |
---|
OverpassReader(LatLon min,
LatLon max)
fetches data within a bounding box from Overpass API
|
OverpassReader(String apiURL,
LatLon min,
LatLon max)
fetches data within a bounding box from any Overpass API instance
|