public abstract class TransitVertex extends Vertex
Constructor and Description |
---|
TransitVertex(Graph graph,
String label,
org.onebusaway.gtfs.model.Stop stop) |
Modifier and Type | Method and Description |
---|---|
String |
getPlatformCode()
The passenger-facing code/name indentifying the platform/quay
|
org.onebusaway.gtfs.model.Stop |
getStop()
Stop information need by API
|
String |
getStopCode()
The passenger-facing stop ID/Code (for systems like TriMet that have this feature).
|
org.onebusaway.gtfs.model.AgencyAndId |
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, removeIncoming, removeOutgoing, setIndex, toString
public org.onebusaway.gtfs.model.AgencyAndId getStopId()
public String getStopCode()
public String getPlatformCode()
public org.onebusaway.gtfs.model.Stop getStop()
Copyright © 2018. All rights reserved.