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
  • Constructor Summary

    Constructors 
    Constructor Description
    NWBDrivingLane​(org.locationtech.jts.geom.Geometry myGeom, OTSNode startNode, OTSNode endNode, java.lang.String roadId, java.lang.Double beginDistance, java.lang.Double endDistance, java.lang.Integer startNumberOfLanes, java.lang.Integer endNumberOfLanes, java.lang.String sideCode)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Integer getEndNumberOfLanes()  
    java.lang.String getSideCode()  
    java.lang.Integer getStartNumberOfLanes()  

    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

    • NWBDrivingLane

      public NWBDrivingLane​(org.locationtech.jts.geom.Geometry myGeom, OTSNode startNode, OTSNode endNode, java.lang.String roadId, java.lang.Double beginDistance, java.lang.Double endDistance, java.lang.Integer startNumberOfLanes, java.lang.Integer endNumberOfLanes, java.lang.String sideCode)
      Parameters:
      myGeom - Geometry;
      startNode - OTSNode;
      endNode - OTSNode;
      roadId - String;
      beginDistance - Double;
      endDistance - Double;
      startNumberOfLanes - Integer;
      endNumberOfLanes - Integer;
      sideCode - String;
  • Method Details