Package | Description |
---|---|
org.osm2world.core.map_data.data | |
org.osm2world.core.osm.data |
Modifier and Type | Method and Description |
---|---|
OSMWay |
MapWaySegment.getOsmWay() |
Constructor and Description |
---|
MapWaySegment(OSMWay osmWay,
MapNode startNode,
MapNode endNode) |
Modifier and Type | Method and Description |
---|---|
Collection<OSMWay> |
OSMData.getWays() |
Constructor and Description |
---|
OSMData(Collection<Bound> bounds,
Collection<OSMNode> nodes,
Collection<OSMWay> ways,
Collection<OSMRelation> relations) |