public abstract class AbstractNWBRoadElement extends Object
| Constructor and Description |
|---|
AbstractNWBRoadElement(com.vividsolutions.jts.geom.Geometry myGeom,
org.opentrafficsim.core.network.OTSNode startNode,
org.opentrafficsim.core.network.OTSNode endNode,
String roadId,
Double beginDistance,
Double endDistance) |
| Modifier and Type | Method and Description |
|---|---|
Double |
getBeginDistance() |
Double |
getEndDistance() |
org.opentrafficsim.core.network.OTSNode |
getEndNode() |
com.vividsolutions.jts.geom.Geometry |
getMyGeom() |
String |
getRoadId() |
org.opentrafficsim.core.network.OTSNode |
getStartNode() |
public AbstractNWBRoadElement(com.vividsolutions.jts.geom.Geometry myGeom,
org.opentrafficsim.core.network.OTSNode startNode,
org.opentrafficsim.core.network.OTSNode endNode,
String roadId,
Double beginDistance,
Double endDistance)
myGeom - startNode - endNode - roadId - beginDistance - endDistance - public com.vividsolutions.jts.geom.Geometry getMyGeom()
public org.opentrafficsim.core.network.OTSNode getStartNode()
public org.opentrafficsim.core.network.OTSNode getEndNode()
public String getRoadId()
public Double getBeginDistance()
public Double getEndDistance()
Copyright © 2014–2016 Delft University of Technology. All rights reserved.