org.osm2world.core.map_data.data
public class MapAreaSegment extends MapSegment
MapArea
's outline. This isn't a MapElement
s
itself (for example, it has no individual representation).
Instead, it's simply a different way to access an area's data.endNode, startNode
Constructor and Description |
---|
MapAreaSegment(MapArea area,
boolean areaRight,
MapNode startNode,
MapNode endNode) |
Modifier and Type | Method and Description |
---|---|
MapArea |
getArea() |
boolean |
isAreaRight()
returns true if the area is to the right of this segment
|
getCenter, getDirection, getEndNode, getLineSegment, getOtherNode, getRightNormal, getStartEndNodes, getStartNode, isConnectedTo, isConnectedTo, sharesBothNodes