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() |
getIntersectionName
azimuthTo, azimuthTo, getCoordinate, getDegreeIn, getDegreeOut, getIncoming, getIndex, getLat, getLon, getMaxIndex, getName, getName, getOutgoing, getOutgoingStreetEdges, getX, getY, hashCode, removeIncoming, removeOutgoing, setIndex, toString
public SampleVertex(Graph g, com.vividsolutions.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
public void dispose()
dispose
in interface TemporaryVertex
Copyright © 2018. All rights reserved.