public class StreetBikeParkLink extends Edge
Edge.ValidVertexTypes
Constructor and Description |
---|
StreetBikeParkLink(BikeParkVertex fromv,
StreetVertex tov) |
StreetBikeParkLink(StreetVertex fromv,
BikeParkVertex tov) |
Modifier and Type | Method and Description |
---|---|
String |
getDirection()
Get a direction on paths where it matters, or null
|
double |
getDistance() |
Vertex |
getFromVertex() |
org.locationtech.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, getDisplayGeometry, getId, getTrip, getValidVertexTypes, hasBogusName, hashCode, isEquivalentTo, isPartial, isReverseOf, isRoundabout, optimisticTraverse, timeLowerBound, vertexTypesValid
public StreetBikeParkLink(StreetVertex fromv, BikeParkVertex tov)
public StreetBikeParkLink(BikeParkVertex fromv, StreetVertex tov)
public String getDirection()
Edge
getDirection
in class Edge
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 double weightLowerBound(RoutingRequest options)
Edge
weightLowerBound
in class Edge
public Vertex getFromVertex()
getFromVertex
in class Edge
public Vertex getToVertex()
getToVertex
in class Edge
Copyright © 2019. All rights reserved.