Class AbstractNWBRoadElement
- java.lang.Object
-
- org.opentrafficsim.road.network.factory.shape.AbstractNWBRoadElement
-
- Direct Known Subclasses:
NWBDrivingLane,NWBRoadElement,NWBSpecialLane
public abstract class AbstractNWBRoadElement extends Object
- Author:
- P070518
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoublegetBeginDistance()DoublegetEndDistance()OTSNodegetEndNode()org.locationtech.jts.geom.GeometrygetMyGeom()StringgetRoadId()OTSNodegetStartNode()
-
-
-
Constructor Detail
-
AbstractNWBRoadElement
public AbstractNWBRoadElement(org.locationtech.jts.geom.Geometry myGeom, OTSNode startNode, OTSNode endNode, String roadId, Double beginDistance, Double endDistance)- Parameters:
myGeom- Geometry;startNode- OTSNode;endNode- OTSNode;roadId- String;beginDistance- Double;endDistance- Double;
-
-