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() |
com.vividsolutions.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, getFromVertex, getId, getToVertex, getTrip, getValidVertexTypes, hashCode, isEquivalentTo, isPartial, isReverseOf, isRoundabout, optimisticTraverse, timeLowerBound, vertexTypesValid, weightLowerBoundpublic BikeParkEdge(BikeParkVertex bikeParkVertex)
public double getDistance()
getDistance in class Edgepublic com.vividsolutions.jts.geom.LineString getGeometry()
getGeometry in class Edgepublic String getName(Locale locale)
Edgepublic boolean hasBogusName()
hasBogusName in class EdgeCopyright © 2018. All rights reserved.