Package | Description |
---|---|
org.osm2world.core.map_data.data | |
org.osm2world.core.map_data.data.overlaps |
Modifier and Type | Method and Description |
---|---|
Collection<MapOverlap<?,?>> |
MapNode.getOverlaps() |
Collection<MapOverlap<?,?>> |
MapWaySegment.getOverlaps() |
Collection<MapOverlap<?,?>> |
MapArea.getOverlaps() |
Collection<MapOverlap<? extends MapElement,? extends MapElement>> |
MapElement.getOverlaps()
returns all overlaps between this
MapElement
and other MapElement s. |
Modifier and Type | Method and Description |
---|---|
void |
MapWaySegment.addOverlap(MapOverlap<?,?> overlap) |
void |
MapArea.addOverlap(MapOverlap<?,?> overlap) |
Modifier and Type | Class and Description |
---|---|
class |
MapIntersectionWW
intersection between two
MapWaySegment s ("Way-Way") |
class |
MapOverlapAA
overlap between two areas ("Area-Area").
|
class |
MapOverlapNA
overlap between a
MapWaySegment and a MapArea ("Way-Area"). |
class |
MapOverlapWA
overlap between a
MapWaySegment and a MapArea ("Way-Area"). |