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