public class NWBRoadElement extends AbstractNWBRoadElement
Constructor and Description |
---|
NWBRoadElement(com.vividsolutions.jts.geom.Geometry myGeom,
org.opentrafficsim.core.network.OTSNode startNode,
org.opentrafficsim.core.network.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
|
Modifier and Type | Method and Description |
---|---|
String |
getAdminDirection() |
Double |
getBeginKM() |
String |
getDrivingDirection() |
Double |
getEndKM() |
String |
getJunctionIdBegin() |
String |
getJunctionIdEnd() |
getBeginDistance, getEndDistance, getEndNode, getMyGeom, getRoadId, getStartNode
public NWBRoadElement(com.vividsolutions.jts.geom.Geometry myGeom, org.opentrafficsim.core.network.OTSNode startNode, org.opentrafficsim.core.network.OTSNode endNode, String roadId, Double beginDistance, Double endDistance, String junctionIdBegin, String junctionIdEnd, String adminDirection, String drivingDirection, Double beginKM, Double endKM)
myGeom
- startNode
- endNode
- roadId
- beginDistance
- endDistance
- junctionIdBegin
- junctionIdEnd
- adminDirection
- drivingDirection
- beginKM
- endKM
- Copyright © 2014–2016 Delft University of Technology. All rights reserved.