public abstract class AbstractNWBRoadElement extends Object
| Constructor and Description | 
|---|
AbstractNWBRoadElement(org.locationtech.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()  | 
org.locationtech.jts.geom.Geometry | 
getMyGeom()  | 
String | 
getRoadId()  | 
OTSNode | 
getStartNode()  | 
public AbstractNWBRoadElement(org.locationtech.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.