org.osm2world.core.world.data
public interface WaySegmentWorldObject extends WorldObject
Modifier and Type | Method and Description |
---|---|
VectorXZ |
getEndPosition()
returns the end position.
|
MapWaySegment |
getPrimaryMapElement()
returns the "primary"
MapElement for this WorldObject;
i.e. |
VectorXZ |
getStartPosition()
returns the start position.
|
defineEleConstraints, getEleConnectors, getGroundState
MapWaySegment getPrimaryMapElement()
WorldObject
MapElement
for this WorldObject;
i.e. the one it is most strongly associated with.
Can be null if there is no (clear) primary element for this feature.getPrimaryMapElement
in interface WorldObject
VectorXZ getStartPosition()
MapWaySegment
's start position;
as node features such as crossings require space, too.VectorXZ getEndPosition()
getStartPosition()
for details.