Module org.entur.netex.gtfs.export
Class DefaultAgencyProducer
java.lang.Object
org.entur.netex.gtfs.export.producer.DefaultAgencyProducer
- All Implemented Interfaces:
AgencyProducer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.onebusaway.gtfs.model.Agencyproduce(org.rutebanken.netex.model.Authority authority) Produce a GTFS agency from a NeTEx authority.
-
Constructor Details
-
DefaultAgencyProducer
-
-
Method Details
-
produce
public org.onebusaway.gtfs.model.Agency produce(org.rutebanken.netex.model.Authority authority) Description copied from interface:AgencyProducerProduce a GTFS agency from a NeTEx authority.- Specified by:
producein interfaceAgencyProducer- Parameters:
authority- a NeTEx authority- Returns:
- the GTS agency.
-