org.osm2world.core.map_data.data.overlaps
public class MapIntersectionWW extends MapOverlap<MapWaySegment,MapWaySegment>
MapWaySegment
s ("Way-Way")Modifier and Type | Field and Description |
---|---|
VectorXZ |
pos |
e1, e2, type
Constructor and Description |
---|
MapIntersectionWW(MapWaySegment line1,
MapWaySegment line2,
VectorXZ pos) |
Modifier and Type | Method and Description |
---|---|
MapWaySegment |
getOther(MapElement line)
takes one of the intersecting
MapWaySegment s
and returns the other one |
toString
public final VectorXZ pos
public MapIntersectionWW(MapWaySegment line1, MapWaySegment line2, VectorXZ pos)
public MapWaySegment getOther(MapElement line)
MapWaySegment
s
and returns the other onegetOther
in class MapOverlap<MapWaySegment,MapWaySegment>