public class NWBSpecialLane extends AbstractNWBRoadElement
| Constructor and Description |
|---|
NWBSpecialLane(com.vividsolutions.jts.geom.Geometry myGeom,
org.opentrafficsim.core.network.OTSNode startNode,
org.opentrafficsim.core.network.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
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLaneType() |
Integer |
getNumberOfLanes() |
String |
getSideCode() |
getBeginDistance, getEndDistance, getEndNode, getMyGeom, getRoadId, getStartNodepublic NWBSpecialLane(com.vividsolutions.jts.geom.Geometry myGeom,
org.opentrafficsim.core.network.OTSNode startNode,
org.opentrafficsim.core.network.OTSNode endNode,
String roadId,
Double beginDistance,
Double endDistance,
String laneType,
Integer numberOfLanes,
String sideCode)
myGeom - startNode - endNode - roadId - beginDistance - endDistance - laneType - numberOfLanes - sideCode - Copyright © 2014–2016 Delft University of Technology. All rights reserved.