Module org.entur.netex.gtfs.export
Interface RouteProducer
- All Known Implementing Classes:
DefaultRouteProducer
public interface RouteProducer
Produce a GTFS Route.
-
Method Summary
Modifier and TypeMethodDescriptionorg.onebusaway.gtfs.model.Routeproduce(org.rutebanken.netex.model.Line line) Produce a GTFS Route for a given NeTEx Line.
-
Method Details
-
produce
org.onebusaway.gtfs.model.Route produce(org.rutebanken.netex.model.Line line) Produce a GTFS Route for a given NeTEx Line.- Parameters:
line- the NeTEx line.- Returns:
- the GTFS Route
-