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, weightLowerBound
public StreetRentalLink(StreetVertex fromv, RentalStationVertex tov)
public StreetRentalLink(RentalStationVertex fromv, StreetVertex tov)
public String getDirection()
Edge
getDirection
in class Edge
public double getDistance()
getDistance
in class Edge
public org.locationtech.jts.geom.LineString getGeometry()
getGeometry
in class Edge
Copyright © 2020. All rights reserved.