public abstract class RentalStationVertex extends Vertex
Modifier | Constructor and Description |
---|---|
protected |
RentalStationVertex(Graph g,
String label,
double x,
double y,
I18NString name) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasDifferentApproximatePosition(RentalStation otherStation)
A simple check if a rental station vertex's position is different than another rental station's coordinates.
|
addIncoming, addOutgoing, azimuthTo, azimuthTo, getCoordinate, getDegreeIn, getDegreeOut, getIncoming, getIndex, getLabel, getLat, getLon, getMaxIndex, getName, getName, getOutgoing, getOutgoingStreetEdges, getX, getY, hashCode, initEdgeListsIfNeeded, removeIncoming, removeOutgoing, setIndex, toString
protected RentalStationVertex(Graph g, String label, double x, double y, I18NString name)
public boolean hasDifferentApproximatePosition(RentalStation otherStation)
Copyright © 2020. All rights reserved.