public class ElevatorHopEdge extends Edge implements ElevatorEdge
Edge.ValidVertexTypes
Modifier and Type | Field and Description |
---|---|
boolean |
wheelchairAccessible |
Constructor and Description |
---|
ElevatorHopEdge(Vertex from,
Vertex to,
StreetTraversalPermission permission) |
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
|
String |
toString() |
State |
traverse(State s0)
Traverse this edge.
|
getAzimuth, getDirection, getDisplayGeometry, getFromVertex, getId, getToVertex, getTrip, getValidVertexTypes, hasBogusName, hashCode, isEquivalentTo, isPartial, isReverseOf, isRoundabout, optimisticTraverse, timeLowerBound, vertexTypesValid, weightLowerBound
public ElevatorHopEdge(Vertex from, Vertex to, StreetTraversalPermission permission)
public double getDistance()
getDistance
in class Edge
public org.locationtech.jts.geom.LineString getGeometry()
getGeometry
in class Edge
Copyright © 2020. All rights reserved.