- All Known Implementing Classes:
DefaultGtfsExporter
public interface GtfsExporter
Entry point class for generating a GTFS dataset from a NeTEx dataset
-
Method Summary
Modifier and TypeMethodDescriptionExport the stop area repository to GTFS.convertTimetablesToGtfs(InputStream netexTimetableDataset) Convert a Netex timetable dataset into a GTFS dataset.
-
Method Details
-
convertTimetablesToGtfs
Convert a Netex timetable dataset into a GTFS dataset.- Parameters:
netexTimetableDataset- a ZIP archive containing a NeTEx timetable dataset.- Returns:
- a ZIP archive containing a GTFS dataset.
-
convertStopsToGtfs
InputStream convertStopsToGtfs()Export the stop area repository to GTFS. No timetable data is exported.- Returns:
- a GTFS ZIP archive containing all stops.
-