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() |
getIntersectionNameazimuthTo, azimuthTo, getCoordinate, getDegreeIn, getDegreeOut, getIncoming, getIndex, getLat, getLon, getMaxIndex, getName, getName, getOutgoing, getOutgoingStreetEdges, getX, getY, hashCode, initEdgeListsIfNeeded, removeIncoming, removeOutgoing, setIndex, toStringclone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitdispose, disposeAll, findSubgraphpublic SampleVertex(Graph g, org.locationtech.jts.geom.Coordinate c)
public boolean isEndVertex()
isEndVertex in interface TemporaryVertexpublic void addIncoming(Edge e)
addIncoming in class Vertexpublic void addOutgoing(Edge e)
addOutgoing in class VertexCopyright © 2019. All rights reserved.