org.osm2world.core.map_data.data.overlaps
public class MapOverlapAA extends MapOverlap<MapArea,MapArea>
e1, e2, type
Constructor and Description |
---|
MapOverlapAA(MapArea area1,
MapArea area2,
MapOverlapType type) |
Modifier and Type | Method and Description |
---|---|
Collection<VectorXZ> |
getIntersectionPositions() |
MapArea |
getOther(MapElement element)
takes one of the
MapWaySegment s that participate
in this overlap and returns the other one |
toString
public MapOverlapAA(MapArea area1, MapArea area2, MapOverlapType type)
public MapArea getOther(MapElement element)
MapOverlap
MapWaySegment
s that participate
in this overlap and returns the other onegetOther
in class MapOverlap<MapArea,MapArea>
public Collection<VectorXZ> getIntersectionPositions()