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, vertexTypesValid
public ParkAndRideLinkEdge(ParkAndRideVertex from, Vertex to)
public ParkAndRideLinkEdge(Vertex from, ParkAndRideVertex to)
public String getName(Locale locale)
Edge
public State optimisticTraverse(State s0)
optimisticTraverse
in class Edge
public double weightLowerBound(RoutingRequest options)
Edge
weightLowerBound
in class Edge
public com.vividsolutions.jts.geom.LineString getGeometry()
getGeometry
in class Edge
Copyright © 2018. All rights reserved.