Class AbstractNWBRoadElement
- java.lang.Object
-
- org.opentrafficsim.road.network.factory.shape.AbstractNWBRoadElement
-
- Direct Known Subclasses:
NWBDrivingLane
,NWBRoadElement
,NWBSpecialLane
public abstract class AbstractNWBRoadElement extends Object
- Author:
- P070518
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Double
getBeginDistance()
Double
getEndDistance()
OTSNode
getEndNode()
org.locationtech.jts.geom.Geometry
getMyGeom()
String
getRoadId()
OTSNode
getStartNode()
-
-
-
Constructor Detail
-
AbstractNWBRoadElement
public AbstractNWBRoadElement(org.locationtech.jts.geom.Geometry myGeom, OTSNode startNode, OTSNode endNode, String roadId, Double beginDistance, Double endDistance)
- Parameters:
myGeom
- Geometry;startNode
- OTSNode;endNode
- OTSNode;roadId
- String;beginDistance
- Double;endDistance
- Double;
-
-