Interface GtfsExporter

All Known Implementing Classes:
DefaultGtfsExporter

public interface GtfsExporter
Entry point class for generating a GTFS dataset from a NeTEx dataset
  • Method Details

    • convertTimetablesToGtfs

      InputStream convertTimetablesToGtfs(InputStream netexTimetableDataset)
      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.