Package | Description |
---|---|
org.osm2world.core.map_data.data.overlaps |
Modifier and Type | Field and Description |
---|---|
MapOverlapType |
MapOverlap.type |
Modifier and Type | Method and Description |
---|---|
static MapOverlapType |
MapOverlapType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapOverlapType[] |
MapOverlapType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
MapOverlap(T1 e1,
T2 e2,
MapOverlapType type) |
MapOverlapAA(MapArea area1,
MapArea area2,
MapOverlapType type) |
MapOverlapNA(MapNode node,
MapArea area,
MapOverlapType type) |
MapOverlapWA(MapWaySegment waySegment,
MapArea area,
MapOverlapType type,
List<VectorXZ> intersectionPositions,
List<MapAreaSegment> intersectingAreaSegments) |