public class SampleVertex extends StreetVertex implements TemporaryVertex
Constructor and Description |
---|
SampleVertex(Graph g,
org.locationtech.jts.geom.Coordinate c) |
Modifier and Type | Method and Description |
---|---|
void |
addIncoming(Edge e) |
void |
addOutgoing(Edge e) |
String |
getLabel()
Every vertex has a label which is globally unique.
|
boolean |
isEndVertex() |
getIntersectionName
azimuthTo, azimuthTo, getCoordinate, getDegreeIn, getDegreeOut, getIncoming, getIndex, getLat, getLon, getMaxIndex, getName, getName, getOutgoing, getOutgoingStreetEdges, getX, getY, hashCode, initEdgeListsIfNeeded, removeIncoming, removeOutgoing, setIndex, toString
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
dispose, disposeAll, findSubgraph
public SampleVertex(Graph g, org.locationtech.jts.geom.Coordinate c)
public boolean isEndVertex()
isEndVertex
in interface TemporaryVertex
public void addIncoming(Edge e)
addIncoming
in class Vertex
public void addOutgoing(Edge e)
addOutgoing
in class Vertex
Copyright © 2019. All rights reserved.