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