public abstract class RentABikeAbstractEdge extends Edge
Edge.ValidVertexTypes
Constructor and Description |
---|
RentABikeAbstractEdge(Vertex from,
Vertex to,
Set<String> networks) |
Modifier and Type | Method and Description |
---|---|
double |
getDistance() |
org.locationtech.jts.geom.LineString |
getGeometry() |
String |
getName()
Gets english localized name
|
String |
getName(Locale locale)
Gets wanted localization
|
boolean |
hasBogusName() |
protected State |
traverseDropoff(State s0) |
protected State |
traverseRent(State s0) |
getAzimuth, getDirection, getDisplayGeometry, getFromVertex, getId, getToVertex, getTrip, getValidVertexTypes, hashCode, isEquivalentTo, isPartial, isReverseOf, isRoundabout, optimisticTraverse, timeLowerBound, toString, traverse, vertexTypesValid, weightLowerBound
public double getDistance()
getDistance
in class Edge
public org.locationtech.jts.geom.LineString getGeometry()
getGeometry
in class Edge
public String getName(Locale locale)
Edge
public boolean hasBogusName()
hasBogusName
in class Edge
Copyright © 2019. All rights reserved.