Package | Description |
---|---|
org.osm2world.core.map_data.data | |
org.osm2world.core.map_data.data.overlaps |
Modifier and Type | Method and Description |
---|---|
Collection<MapAreaSegment> |
MapArea.getAreaSegments()
returns the segments making up this area's outer and inner boundaries
|
Modifier and Type | Method and Description |
---|---|
List<MapAreaSegment> |
MapOverlapWA.getIntersectingAreaSegments()
same order as
MapOverlapWA.getIntersectionPositions() |
Constructor and Description |
---|
MapOverlapWA(MapWaySegment waySegment,
MapArea area,
MapOverlapType type,
List<VectorXZ> intersectionPositions,
List<MapAreaSegment> intersectingAreaSegments) |