GtfsColumnType |
Initial filter for setting up which columns are to be included in the creation of the settings for a GTFS file reader
ALL_COLUMNS - includes all columns
PLANIT_REQUIRED_COLUMNS - includes the minimum amount of columns to convert GTFS to PLANit memory model
NO_COLUMNS - excludes all columns and requires user to explicitly enable columns afterwards
|
GtfsFileType |
Supported GTFS file types and their corresponding (default) file name in which entries are expected to be found
|
GtfsFileTypePresence |
Options regarding the presence of a GTFS file type
|
GtfsKeyType |
List of all available GTFS keys used in GTFS files
|
GtfsObjectType |
The available supported object types and their corresponding class.
|
RouteType |
Defines the different (unextended) Route Types, i.e., modes:
TRAM_LIGHTRAIL (0) - Tram, Streetcar, Light rail.
|
RouteTypeChoice |
Defines the different Route Type choices:
DEFAULT - use default route type options as specified in original GTFS feed
EXTENDED - use the extended options as per https://developers.google.com/transit/gtfs/reference/extended-route-types
|
StopLocationType |
Defines the different stop location types:
STOP_PLATFORM (0 or null or ""): A location where passengers board or disembark from a transit vehicle.
|