Package | Description |
---|---|
org.osm2world.core.map_data.data | |
org.osm2world.core.osm.data |
Modifier and Type | Method and Description |
---|---|
OSMElement |
MapArea.getOsmObject()
returns the way or relation with the tags for this area
|
Constructor and Description |
---|
MapArea(OSMElement objectWithTags,
List<MapNode> nodes) |
MapArea(OSMElement objectWithTags,
List<MapNode> nodes,
List<List<MapNode>> holes) |
MapArea(OSMElement objectWithTags,
List<MapNode> nodes,
List<List<MapNode>> holes,
PolygonWithHolesXZ polygon) |
Modifier and Type | Class and Description |
---|---|
class |
OSMNode |
class |
OSMRelation |
class |
OSMWay |
Modifier and Type | Field and Description |
---|---|
OSMElement |
OSMMember.member |
Constructor and Description |
---|
OSMMember(String role,
OSMElement member) |