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, java.lang.String roadId, java.lang.Double beginDistance, java.lang.Double endDistance, java.lang.String laneType, java.lang.Integer numberOfLanes, java.lang.String sideCode)
    Specific lane types such as on-ramp and off-ramp or lanes at weaving area
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getLaneType()  
    java.lang.Integer getNumberOfLanes()  
    java.lang.String getSideCode()  

    Methods inherited from class org.opentrafficsim.road.network.factory.shape.AbstractNWBRoadElement

    getBeginDistance, getEndDistance, getEndNode, getMyGeom, getRoadId, getStartNode

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • NWBSpecialLane

      public NWBSpecialLane​(org.locationtech.jts.geom.Geometry myGeom, OTSNode startNode, OTSNode endNode, java.lang.String roadId, java.lang.Double beginDistance, java.lang.Double endDistance, java.lang.String laneType, java.lang.Integer numberOfLanes, java.lang.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;
  • Method Details