Package | Description |
---|---|
org.opentripplanner.routing.graph |
Modifier and Type | Method and Description |
---|---|
List<StopTimesInPattern> |
GraphIndex.getStopTimesForStop(org.onebusaway.gtfs.model.Stop stop,
org.onebusaway.gtfs.model.calendar.ServiceDate serviceDate,
boolean omitNonPickups)
Get a list of all trips that pass through a stop during a single ServiceDate.
|
Collection<StopTimesInPattern> |
GraphIndex.stopTimesForStop(org.onebusaway.gtfs.model.Stop stop,
boolean omitNonPickups)
Fetch upcoming vehicle departures from a stop.
|
List<StopTimesInPattern> |
GraphIndex.stopTimesForStop(org.onebusaway.gtfs.model.Stop stop,
long startTime,
int timeRange,
int numberOfDepartures,
boolean omitNonPickups)
Fetch upcoming vehicle departures from a stop.
|
Copyright © 2018. All rights reserved.