public class ElevatorBoardEdge extends Edge implements ElevatorEdge
Edge.ValidVertexTypes
Constructor and Description |
---|
ElevatorBoardEdge(Vertex from,
Vertex to) |
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
|
boolean |
hasBogusName()
Since board edges always are called Elevator,
the name is utterly and completely bogus but is never included
in plans..
|
String |
toString() |
State |
traverse(State s0)
Traverse this edge.
|
getAzimuth, getDirection, getDisplayGeometry, getFromVertex, getId, getToVertex, getTrip, getValidVertexTypes, hashCode, isEquivalentTo, isPartial, isReverseOf, isRoundabout, optimisticTraverse, timeLowerBound, vertexTypesValid, weightLowerBound
public double getDistance()
getDistance
in class Edge
public org.locationtech.jts.geom.LineString getGeometry()
getGeometry
in class Edge
public boolean hasBogusName()
hasBogusName
in class Edge
Copyright © 2020. All rights reserved.