public class StreetBikeRentalLink extends Edge
Edge.ValidVertexTypes| Constructor and Description |
|---|
StreetBikeRentalLink(BikeRentalStationVertex fromv,
StreetVertex tov) |
StreetBikeRentalLink(StreetVertex fromv,
BikeRentalStationVertex tov) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDirection()
Get a direction on paths where it matters, or null
|
double |
getDistance() |
Vertex |
getFromVertex() |
com.vividsolutions.jts.geom.LineString |
getGeometry() |
String |
getName()
Gets english localized name
|
String |
getName(Locale locale)
Gets wanted localization
|
Vertex |
getToVertex() |
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, getId, getTrip, getValidVertexTypes, hasBogusName, hashCode, isEquivalentTo, isPartial, isReverseOf, isRoundabout, optimisticTraverse, timeLowerBound, vertexTypesValidpublic StreetBikeRentalLink(StreetVertex fromv, BikeRentalStationVertex tov)
public StreetBikeRentalLink(BikeRentalStationVertex fromv, StreetVertex tov)
public String getDirection()
EdgegetDirection in class Edgepublic double getDistance()
getDistance in class Edgepublic com.vividsolutions.jts.geom.LineString getGeometry()
getGeometry in class Edgepublic String getName(Locale locale)
Edgepublic double weightLowerBound(RoutingRequest options)
EdgeweightLowerBound in class Edgepublic Vertex getFromVertex()
getFromVertex in class Edgepublic Vertex getToVertex()
getToVertex in class EdgeCopyright © 2018. All rights reserved.