Zip Gtfs Feed Writer
Writes the GTFS feed to a ZIP archive.
Parameters
Output stream where the GTFS zip will be written
Compression level to be used, see java.util.zip.Deflater for possible values
Constructors
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