public class IntersectionTransitLink extends Edge
Edge.ValidVertexTypes
Constructor and Description |
---|
IntersectionTransitLink(OsmVertex intersection,
TransitStop tstop,
int lengthMeters) |
IntersectionTransitLink(TransitStop tstop,
OsmVertex intersection,
int lengthMeters) |
Modifier and Type | Method and Description |
---|---|
com.vividsolutions.jts.geom.LineString |
getGeometry() |
String |
getName()
Gets english localized name
|
String |
getName(Locale locale)
Gets wanted localization
|
State |
traverse(State s0)
Traverse this edge.
|
getAzimuth, getDirection, getDistance, getFromVertex, getId, getToVertex, getTrip, getValidVertexTypes, hasBogusName, hashCode, isEquivalentTo, isPartial, isReverseOf, isRoundabout, optimisticTraverse, timeLowerBound, toString, vertexTypesValid, weightLowerBound
public IntersectionTransitLink(TransitStop tstop, OsmVertex intersection, int lengthMeters)
public IntersectionTransitLink(OsmVertex intersection, TransitStop tstop, int lengthMeters)
public com.vividsolutions.jts.geom.LineString getGeometry()
getGeometry
in class Edge
Copyright © 2018. All rights reserved.