static GtfsFileReaderBase |
GtfsReaderFactory.createFileReader(GtfsFileScheme fileScheme,
String gtfsLocation,
GtfsColumnType columnType) |
|
static GtfsFileReaderBase |
GtfsReaderFactory.createFileReader(GtfsFileScheme fileScheme,
URL gtfsLocation,
GtfsColumnType columnType) |
Factory method to create a GTFS file specific reader enforcing the file is present (otherwise why other having a reader)
|
static GtfsFileReaderBase |
GtfsReaderFactory.createFileReader(GtfsFileScheme fileScheme,
URL gtfsLocation,
GtfsColumnType columnType,
GtfsFileConditions conditions) |
Factory method to create a GTFS file specific reader
|
protected void |
GtfsFileReaderAgencies.initialiseColumnConfiguration(GtfsColumnType columnType) |
|
protected void |
GtfsFileReaderBase.initialiseColumnConfiguration(GtfsColumnType columnType) |
Let concrete implementation determine the initially excluded columns (if any) based on the provided column type configuration passed in.
|
protected void |
GtfsFileReaderFrequencies.initialiseColumnConfiguration(GtfsColumnType columnType) |
Let concrete implementation determine the initially excluded columns (if any) based on the provided column type configuration passed in.
|
protected void |
GtfsFileReaderRoutes.initialiseColumnConfiguration(GtfsColumnType columnType) |
Let concrete implementation determine the initially excluded columns (if any) based on the provided column type configuration passed in.
|
protected void |
GtfsFileReaderStopTimes.initialiseColumnConfiguration(GtfsColumnType columnType) |
Let concrete implementation determine the initially excluded columns (if any) based on the provided column type configuration passed in.
|
protected void |
GtfsFileReaderTrips.initialiseColumnConfiguration(GtfsColumnType columnType) |
Let concrete implementation determine the initially excluded columns (if any) based on the provided column type configuration passed in.
|