public abstract class TransitVertex extends Vertex
Constructor and Description |
---|
TransitVertex(Graph graph,
String label,
Stop stop) |
Modifier and Type | Method and Description |
---|---|
String |
getPlatformCode()
The passenger-facing code/name indentifying the platform/quay
|
Stop |
getStop()
Stop information need by API
|
String |
getStopCode()
The passenger-facing stop ID/Code (for systems like TriMet that have this feature).
|
FeedScopedId |
getStopId()
Get the stop at which this TransitVertex is located
|
addIncoming, addOutgoing, azimuthTo, azimuthTo, getCoordinate, getDegreeIn, getDegreeOut, getIncoming, getIndex, getLabel, getLat, getLon, getMaxIndex, getName, getName, getOutgoing, getOutgoingStreetEdges, getX, getY, hashCode, initEdgeListsIfNeeded, removeIncoming, removeOutgoing, setIndex, toString
public FeedScopedId getStopId()
public String getStopCode()
public String getPlatformCode()
public Stop getStop()
Copyright © 2019. All rights reserved.