Module org.entur.netex.gtfs.export
Interface ShapeProducer
- All Known Implementing Classes:
DefaultShapeProducer
public interface ShapeProducer
Produce a GTFS Shape.
-
Method Summary
-
Method Details
-
produce
Produce a GTFS shape for a given journey pattern.- Parameters:
journeyPattern- a NeTEx journey pattern.- Returns:
- a GTFS shape.
-