Interface AgencyProducer

All Known Implementing Classes:
DefaultAgencyProducer

public interface AgencyProducer
Produce a GTFS Agency
  • Method Summary

    Modifier and Type
    Method
    Description
    org.onebusaway.gtfs.model.Agency
    produce(org.rutebanken.netex.model.Authority authority)
    Produce a GTFS agency from a NeTEx authority.
  • Method Details

    • produce

      org.onebusaway.gtfs.model.Agency produce(org.rutebanken.netex.model.Authority authority)
      Produce a GTFS agency from a NeTEx authority.
      Parameters:
      authority - a NeTEx authority
      Returns:
      the GTS agency.