public class OsmVertex extends IntersectionVertex
Modifier and Type | Field and Description |
---|---|
long |
nodeId
The OSM node ID from whence this came
|
freeFlowing, trafficLight
Constructor and Description |
---|
OsmVertex(Graph g,
String label,
double x,
double y,
long nodeId) |
OsmVertex(Graph g,
String label,
double x,
double y,
long nodeId,
I18NString name) |
inferredFreeFlowing
getIntersectionName
addIncoming, addOutgoing, azimuthTo, azimuthTo, getCoordinate, getDegreeIn, getDegreeOut, getIncoming, getIndex, getLabel, getLat, getLon, getMaxIndex, getName, getName, getOutgoing, getOutgoingStreetEdges, getX, getY, hashCode, removeIncoming, removeOutgoing, setIndex, toString
public OsmVertex(Graph g, String label, double x, double y, long nodeId, I18NString name)
Copyright © 2018. All rights reserved.