Class NWBDrivingLane
- java.lang.Object
-
- org.opentrafficsim.road.network.factory.shape.AbstractNWBRoadElement
-
- org.opentrafficsim.road.network.factory.shape.NWBDrivingLane
-
public class NWBDrivingLane extends AbstractNWBRoadElement
- Author:
- P070518
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetEndNumberOfLanes()StringgetSideCode()IntegergetStartNumberOfLanes()-
Methods inherited from class org.opentrafficsim.road.network.factory.shape.AbstractNWBRoadElement
getBeginDistance, getEndDistance, getEndNode, getMyGeom, getRoadId, getStartNode
-
-
-
-
Constructor Detail
-
NWBDrivingLane
public NWBDrivingLane(org.locationtech.jts.geom.Geometry myGeom, OTSNode startNode, OTSNode endNode, String roadId, Double beginDistance, Double endDistance, Integer startNumberOfLanes, Integer endNumberOfLanes, String sideCode)- Parameters:
myGeom- Geometry;startNode- OTSNode;endNode- OTSNode;roadId- String;beginDistance- Double;endDistance- Double;startNumberOfLanes- Integer;endNumberOfLanes- Integer;sideCode- String;
-
-