org.osm2world.core.world.data
Interface WaySegmentWorldObject

All Superinterfaces:
WorldObject
All Known Implementing Classes:
AbstractNetworkWaySegmentWorldObject, NoOutlineWaySegmentWorldObject, RoadModule.Road, TunnelModule.Tunnel, WaterModule.Waterway

public interface WaySegmentWorldObject
extends WorldObject


Method Summary
 VectorXZ getEndPosition()
          returns the end position.
 VectorXZ getStartPosition()
          returns the start position.
 
Methods inherited from interface WorldObject
getClearingAbove, getClearingBelow, getGroundState, getPrimaryMapElement
 

Method Detail

getStartPosition

VectorXZ getStartPosition()
returns the start position. Might be different from MapWaySegment's start position; as node features such as crossings require space, too.


getEndPosition

VectorXZ getEndPosition()
returns the end position. See getStartPosition() for details.