Module org.entur.netex.gtfs.export
Interface AgencyProducer
- All Known Implementing Classes:
DefaultAgencyProducer
public interface AgencyProducer
Produce a GTFS Agency
-
Method Summary
Modifier and TypeMethodDescriptionorg.onebusaway.gtfs.model.Agencyproduce(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.
-