public class IntersectionVertex extends StreetVertex
| Modifier and Type | Field and Description |
|---|---|
boolean |
freeFlowing
Is this a free-flowing intersection, i.e.
|
boolean |
trafficLight
Does this intersection have a traffic light?
|
| Constructor and Description |
|---|
IntersectionVertex(Graph g,
String label,
double x,
double y) |
IntersectionVertex(Graph g,
String label,
double x,
double y,
I18NString name) |
IntersectionVertex(Graph g,
String label,
double x,
double y,
String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
inferredFreeFlowing()
Returns true if this.freeFlowing or if it appears that this vertex is free-flowing
|
getIntersectionNameaddIncoming, addOutgoing, azimuthTo, azimuthTo, getCoordinate, getDegreeIn, getDegreeOut, getIncoming, getIndex, getLabel, getLat, getLon, getMaxIndex, getName, getName, getOutgoing, getOutgoingStreetEdges, getX, getY, hashCode, removeIncoming, removeOutgoing, setIndex, toStringpublic boolean trafficLight
public boolean freeFlowing
Copyright © 2018. All rights reserved.