public abstract class StreetRentalLink extends Edge
Edge.ValidVertexTypes| Constructor and Description |
|---|
StreetRentalLink(RentalStationVertex fromv,
StreetVertex tov) |
StreetRentalLink(StreetVertex fromv,
RentalStationVertex tov) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDirection()
Get a direction on paths where it matters, or null
|
double |
getDistance() |
org.locationtech.jts.geom.LineString |
getGeometry() |
String |
getName()
Gets english localized name
|
String |
getName(Locale locale)
Gets wanted localization
|
getAzimuth, getDisplayGeometry, getFromVertex, getId, getToVertex, getTrip, getValidVertexTypes, hasBogusName, hashCode, isEquivalentTo, isPartial, isReverseOf, isRoundabout, optimisticTraverse, timeLowerBound, toString, traverse, vertexTypesValid, weightLowerBoundpublic StreetRentalLink(StreetVertex fromv, RentalStationVertex tov)
public StreetRentalLink(RentalStationVertex fromv, StreetVertex tov)
public String getDirection()
EdgegetDirection in class Edgepublic double getDistance()
getDistance in class Edgepublic org.locationtech.jts.geom.LineString getGeometry()
getGeometry in class EdgeCopyright © 2020. All rights reserved.