public class NWBSpecialLane extends AbstractNWBRoadElement
| Constructor and Description |
|---|
NWBSpecialLane(com.vividsolutions.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
|
| 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,
OTSNode startNode,
OTSNode endNode,
String roadId,
Double beginDistance,
Double endDistance,
String laneType,
Integer numberOfLanes,
String sideCode)
myGeom - Geometry;startNode - OTSNode;endNode - OTSNode;roadId - String;beginDistance - Double;endDistance - Double;laneType - String;numberOfLanes - Integer;sideCode - String;Copyright © 2014–2019 Delft University of Technology. All rights reserved.