Package | Description |
---|---|
org.osm2world.core.map_data.data | |
org.osm2world.core.world.modules |
Modifier and Type | Class and Description |
---|---|
class |
MapAreaSegment
segment of a
MapArea 's outline. |
class |
MapWaySegment
line between two nodes in the map data
|
Modifier and Type | Method and Description |
---|---|
List<MapSegment> |
MapNode.getConnectedSegments()
returns all way segments and area segments connected with this node.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MapSegment.isConnectedTo(MapSegment other)
returns true if this MapSegment shares a node with another MapSegment
|
boolean |
MapSegment.sharesBothNodes(MapSegment other)
returns true if this MapSegment shares both nodes with another MapSegment
|
Modifier and Type | Method and Description |
---|---|
static boolean |
TunnelModule.isTunnel(MapSegment segment) |