| GtfsAgenciesScheme |
The scheme used for GTFS agencies, namely an agency.txt file and a GtfsAgency in memory object to go with each entry
|
| GtfsAttributionsScheme |
The scheme used for GTFS attributions, namely an attributions.txt file and a GtfsAttribution in memory object to go with each entry
|
| GtfsCalendarDatesScheme |
The scheme used for GTFS calendar dates, namely a calendar_dates.txt file and a GtfsCalendarDate in memory object to go with each entry
|
| GtfsCalendarsScheme |
The scheme used for GTFS calendars, namely a calendar.txt file and a GtfsCalendar in memory object to go with each entry
|
| GtfsFareAttributesScheme |
The scheme used for GTFS fare attributes, namely a fare_attributes.txt file and a GtfsFareAttribute in memory object to go with each entry
|
| GtfsFareRulesScheme |
The scheme used for GTFS fare rules, namely a fare_rules.txt file and a GtfsFareRule in memory object to go with each entry
|
| GtfsFeedInfoScheme |
The scheme used for GTFS fare rules, namely a fare_rules.txt file and a GtfsFareRule in memory object to go with each entry
|
| GtfsFileScheme |
Each GTFS file scheme represents on particular GTFS file and its mapping to an in memory GTFS object
|
| GtfsFileSchemeFactory |
Factory class to create most common GTFS file schemes
|
| GtfsFrequenciesScheme |
The scheme used for GTFS frequencies, namely a frequencies.txt file and a GtfsFrequency in memory object to go with each entry
|
| GtfsLevelsScheme |
The scheme used for GTFS levels, namely a levels.txt file and a GtfsLevel in memory object to go with each entry
|
| GtfsPathwaysScheme |
The scheme used for GTFS pathways, namely a pathways.txt file and a GtfsPathway in memory object to go with each entry
|
| GtfsRoutesScheme |
The scheme used for GTFS routes, namely a routes.txt file and a GtfsAgency in memory object to go with each entry
|
| GtfsShapesScheme |
The scheme used for GTFS fare rules, namely a fare_rules.txt file and a GtfsFareRule in memory object to go with each entry
|
| GtfsStopsScheme |
The scheme used for GTFS stops, namely an stops.txt file and a GtfsStop in memory object to go with each entry
|
| GtfsStopTimesScheme |
The scheme used for GTFS stop times, namely a stop_times.txt file and a GtfsStopTime in memory object to go with each entry
|
| GtfsTransfersScheme |
The scheme used for GTFS transfers, namely a transfers.txt file and a GtfsTransfer in memory object to go with each entry
|
| GtfsTranslationsScheme |
The scheme used for GTFS translations, namely a translations.txt file and a GtfsTranslation in memory object to go with each entry
|
| GtfsTripsScheme |
The scheme used for GTFS trips, namely a trips.txt file and a GtfsTrip in memory object to go with each entry
|