Module org.entur.netex.gtfs.export
Class DefaultGtfsSerializer
java.lang.Object
org.entur.netex.gtfs.export.serializer.DefaultGtfsSerializer
- All Implemented Interfaces:
GtfsSerializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwriteGtfs(org.onebusaway.gtfs.services.GtfsDao gtfsDao) Generate a GTFS archive from an in-memory GTFS data model.
-
Constructor Details
-
DefaultGtfsSerializer
public DefaultGtfsSerializer()
-
-
Method Details
-
writeGtfs
Description copied from interface:GtfsSerializerGenerate a GTFS archive from an in-memory GTFS data model.- Specified by:
writeGtfsin interfaceGtfsSerializer- Parameters:
gtfsDao- the in-memory GTFS data model.- Returns:
- an input stream pointing to a GTFS archive.
-