public class ParkAndRideLinkEdge extends Edge
Edge.ValidVertexTypes| Constructor and Description |
|---|
ParkAndRideLinkEdge(ParkAndRideVertex from,
Vertex to) |
ParkAndRideLinkEdge(Vertex from,
ParkAndRideVertex to) |
| Modifier and Type | Method and Description |
|---|---|
com.vividsolutions.jts.geom.LineString |
getGeometry() |
String |
getName()
Gets english localized name
|
String |
getName(Locale locale)
Gets wanted localization
|
State |
optimisticTraverse(State s0) |
String |
toString() |
State |
traverse(State s0)
Traverse this edge.
|
double |
weightLowerBound(RoutingRequest options)
Returns a lower bound on edge weight given the routing options.
|
getAzimuth, getDirection, getDistance, getFromVertex, getId, getToVertex, getTrip, getValidVertexTypes, hasBogusName, hashCode, isEquivalentTo, isPartial, isReverseOf, isRoundabout, timeLowerBound, vertexTypesValidpublic ParkAndRideLinkEdge(ParkAndRideVertex from, Vertex to)
public ParkAndRideLinkEdge(Vertex from, ParkAndRideVertex to)
public String getName(Locale locale)
Edgepublic State optimisticTraverse(State s0)
optimisticTraverse in class Edgepublic double weightLowerBound(RoutingRequest options)
EdgeweightLowerBound in class Edgepublic com.vividsolutions.jts.geom.LineString getGeometry()
getGeometry in class EdgeCopyright © 2018. All rights reserved.