public class SplitterVertex extends IntersectionVertex
Modifier and Type | Field and Description |
---|---|
long |
nextNodeId
The OSM node ID of the intersection after this split vertex
|
long |
previousNodeId
The OSM node ID of the intersection before this split vertex
|
freeFlowing, trafficLight
Constructor and Description |
---|
SplitterVertex(Graph g,
String label,
double x,
double y,
StreetEdge streetEdge) |
inferredFreeFlowing
getIntersectionName
addIncoming, addOutgoing, azimuthTo, azimuthTo, getCoordinate, getDegreeIn, getDegreeOut, getIncoming, getIndex, getLabel, getLat, getLon, getMaxIndex, getName, getName, getOutgoing, getOutgoingStreetEdges, getX, getY, hashCode, initEdgeListsIfNeeded, removeIncoming, removeOutgoing, setIndex, toString
public final long previousNodeId
public final long nextNodeId
public SplitterVertex(Graph g, String label, double x, double y, StreetEdge streetEdge)
Copyright © 2019. All rights reserved.