public class BikeParkEdge extends Edge
Edge.ValidVertexTypes
Constructor and Description |
---|
BikeParkEdge(BikeParkVertex bikeParkVertex) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
double |
getDistance() |
org.locationtech.jts.geom.LineString |
getGeometry() |
String |
getName()
Gets english localized name
|
String |
getName(Locale locale)
Gets wanted localization
|
boolean |
hasBogusName() |
String |
toString() |
State |
traverse(State s0)
Traverse this edge.
|
protected State |
traversePark(State s0) |
protected State |
traverseUnpark(State s0) |
getAzimuth, getDirection, getDisplayGeometry, getFromVertex, getId, getToVertex, getTrip, getValidVertexTypes, hashCode, isEquivalentTo, isPartial, isReverseOf, isRoundabout, optimisticTraverse, timeLowerBound, vertexTypesValid, weightLowerBound
public BikeParkEdge(BikeParkVertex bikeParkVertex)
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 boolean hasBogusName()
hasBogusName
in class Edge
Copyright © 2019. All rights reserved.