public class SampleVertex extends StreetVertex implements TemporaryVertex
| Constructor and Description |
|---|
SampleVertex(Graph g,
com.vividsolutions.jts.geom.Coordinate c) |
| Modifier and Type | Method and Description |
|---|---|
void |
addIncoming(Edge e) |
void |
addOutgoing(Edge e) |
void |
dispose() |
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, removeIncoming, removeOutgoing, setIndex, toStringpublic SampleVertex(Graph g, com.vividsolutions.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 Vertexpublic void dispose()
dispose in interface TemporaryVertexCopyright © 2018. All rights reserved.