Class NWBSpecialLane
- java.lang.Object
-
- org.opentrafficsim.road.network.factory.shape.AbstractNWBRoadElement
-
- org.opentrafficsim.road.network.factory.shape.NWBSpecialLane
-
public class NWBSpecialLane extends AbstractNWBRoadElement
- Author:
- P070518
-
-
Constructor Summary
Constructors Constructor Description NWBSpecialLane(org.locationtech.jts.geom.Geometry myGeom, OTSNode startNode, OTSNode endNode, String roadId, Double beginDistance, Double endDistance, String laneType, Integer numberOfLanes, String sideCode)Specific lane types such as on-ramp and off-ramp or lanes at weaving area.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLaneType()IntegergetNumberOfLanes()StringgetSideCode()-
Methods inherited from class org.opentrafficsim.road.network.factory.shape.AbstractNWBRoadElement
getBeginDistance, getEndDistance, getEndNode, getMyGeom, getRoadId, getStartNode
-
-
-
-
Constructor Detail
-
NWBSpecialLane
public NWBSpecialLane(org.locationtech.jts.geom.Geometry myGeom, OTSNode startNode, OTSNode endNode, String roadId, Double beginDistance, Double endDistance, String laneType, Integer numberOfLanes, String sideCode)Specific lane types such as on-ramp and off-ramp or lanes at weaving area.- Parameters:
myGeom- Geometry;startNode- OTSNode;endNode- OTSNode;roadId- String;beginDistance- Double;endDistance- Double;laneType- String;numberOfLanes- Integer;sideCode- String;
-
-