Class NWBRoadElement
- java.lang.Object
-
- org.opentrafficsim.road.network.factory.shape.AbstractNWBRoadElement
-
- org.opentrafficsim.road.network.factory.shape.NWBRoadElement
-
public class NWBRoadElement extends AbstractNWBRoadElement
- Author:
- P070518
-
-
Constructor Summary
Constructors Constructor Description NWBRoadElement(org.locationtech.jts.geom.Geometry myGeom, OTSNode startNode, OTSNode endNode, String roadId, Double beginDistance, Double endDistance, String junctionIdBegin, String junctionIdEnd, String adminDirection, String drivingDirection, Double beginKM, Double endKM)A road element from the Dutch NDW road map.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAdminDirection()DoublegetBeginKM()StringgetDrivingDirection()DoublegetEndKM()StringgetJunctionIdBegin()StringgetJunctionIdEnd()-
Methods inherited from class org.opentrafficsim.road.network.factory.shape.AbstractNWBRoadElement
getBeginDistance, getEndDistance, getEndNode, getMyGeom, getRoadId, getStartNode
-
-
-
-
Constructor Detail
-
NWBRoadElement
public NWBRoadElement(org.locationtech.jts.geom.Geometry myGeom, OTSNode startNode, OTSNode endNode, String roadId, Double beginDistance, Double endDistance, String junctionIdBegin, String junctionIdEnd, String adminDirection, String drivingDirection, Double beginKM, Double endKM)A road element from the Dutch NDW road map.- Parameters:
myGeom- Geometry;startNode- OTSNode;endNode- OTSNode;roadId- String;beginDistance- Double;endDistance- Double;junctionIdBegin- String;junctionIdEnd- String;adminDirection- String;drivingDirection- String;beginKM- Double;endKM- Double;
-
-