| Package | Description |
|---|---|
| com.conveyal.gtfs | |
| com.conveyal.gtfs.loader | |
| com.conveyal.gtfs.model |
This package contains an alternative to the GTFS loading classes we have been using from OBA.
|
| com.conveyal.gtfs.validator |
| Modifier and Type | Field and Description |
|---|---|
org.mapdb.BTreeMap<org.mapdb.Fun.Tuple2,StopTime> |
GTFSFeed.stop_times |
| Modifier and Type | Method and Description |
|---|---|
Iterable<StopTime> |
GTFSFeed.getInterpolatedStopTimesForTrip(String trip_id)
For the given trip ID, fetch all the stop times in order, and interpolate stop-to-stop travel times.
|
Iterable<StopTime> |
GTFSFeed.getOrderedStopTimesForTrip(String trip_id)
For the given trip ID, fetch all the stop times in order of increasing stop_sequence.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TripPatternKey.addStopTime(StopTime st) |
| Modifier and Type | Method and Description |
|---|---|
void |
PatternFinder.processTrip(Trip trip,
Iterable<StopTime> orderedStopTimes)
Bin all trips by the sequence of stops they visit.
|
| Modifier and Type | Field and Description |
|---|---|
static EntityPopulator<StopTime> |
EntityPopulator.STOP_TIME |
TableReader<StopTime> |
Feed.stopTimes |
| Modifier and Type | Method and Description |
|---|---|
StopTime |
StopTime.clone() |
| Modifier and Type | Method and Description |
|---|---|
protected Iterator<StopTime> |
StopTime.Writer.iterator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
StopTime.Writer.writeOneRow(StopTime st) |
| Modifier and Type | Method and Description |
|---|---|
protected static boolean |
NewTripTimesValidator.fixMissingTimes(StopTime stopTime)
If the StopTime is missing one of arrival or departure time, copy from the other field.
|
protected static boolean |
NewTripTimesValidator.missingBothTimes(StopTime stopTime) |
protected static boolean |
NewTripTimesValidator.missingEitherTime(StopTime stopTime) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReferencesTripValidator.validateTrip(Trip trip,
Route route,
List<StopTime> stopTimes,
List<Stop> stops) |
void |
ServiceValidator.validateTrip(Trip trip,
Route route,
List<StopTime> stopTimes,
List<Stop> stops) |
void |
SpeedTripValidator.validateTrip(Trip trip,
Route route,
List<StopTime> stopTimes,
List<Stop> stops) |
void |
ReversedTripValidator.validateTrip(Trip trip,
Route route,
List<StopTime> stopTimes,
List<Stop> stops) |
void |
PatternFinderValidator.validateTrip(Trip trip,
Route route,
List<StopTime> stopTimes,
List<Stop> stops) |
abstract void |
TripValidator.validateTrip(Trip trip,
Route route,
List<StopTime> stopTimes,
List<Stop> stops)
This method will be called on each trip in the feed.
|
Copyright © 2019. All rights reserved.