Gtfs Feed Writer
Base class for GTFS writers. This class implements writing GTFS data to CSV format, which subclasses of this class write to output streams
Inheritors
Functions
Writes agencies to the GTFS feed. If the file already exists, it will be overwritten
Writes attributions to the GTFS feed. If the file already exists, it will be overwritten
Writes calendar dates to the GTFS feed. If the file already exists, it will be overwritten
Writes calendars to the GTFS feed. If the file already exists, it will be overwritten
Writes fare attributes to the GTFS feed. If the file already exists, it will be overwritten
Writes fare rules to the GTFS feed. If the file already exists, it will be overwritten
Writes feed info to the GTFS feed. If the file already exists, it will be overwritten
Writes frequencies to the GTFS feed. If the file already exists, it will be overwritten
Writes content to the GTFS feed. Parameters which are null or contain an empty collection are not written
Writes levels to the GTFS feed. If the file already exists, it will be overwritten
Writes pathways to the GTFS feed. If the file already exists, it will be overwritten
Writes routes to the GTFS feed. If the file already exists, it will be overwritten
Writes shapes to the GTFS feed. If the file already exists, it will be overwritten
Writes stops to the GTFS feed. If the file already exists, it will be overwritten
Writes stop times to the GTFS feed. If the file already exists, it will be overwritten
Writes transfers to the GTFS feed. If the file already exists, it will be overwritten
Writes translations to the GTFS feed. If the file already exists, it will be overwritten
Writes trips to the GTFS feed. If the file already exists, it will be overwritten