org.osm2world.core.map_data.data.overlaps
public abstract class MapOverlap<T1 extends MapElement,T2 extends MapElement> extends Object
MapElement
sConstructor and Description |
---|
MapOverlap(T1 e1,
T2 e2,
MapOverlapType type) |
Modifier and Type | Method and Description |
---|---|
MapElement |
getOther(MapElement element)
takes one of the
MapWaySegment s that participate
in this overlap and returns the other one |
String |
toString() |
public final T1 extends MapElement e1
public final T2 extends MapElement e2
public final MapOverlapType type
public MapOverlap(T1 e1, T2 e2, MapOverlapType type)
public MapElement getOther(MapElement element)
MapWaySegment
s that participate
in this overlap and returns the other onepublic String toString()
toString
in class Object