Interface ShapeProducer

All Known Implementing Classes:
DefaultShapeProducer

public interface ShapeProducer
Produce a GTFS Shape.
  • Method Summary

    Modifier and Type
    Method
    Description
    produce(org.rutebanken.netex.model.JourneyPattern journeyPattern)
    Produce a GTFS shape for a given journey pattern.
  • Method Details

    • produce

      GtfsShape produce(org.rutebanken.netex.model.JourneyPattern journeyPattern)
      Produce a GTFS shape for a given journey pattern.
      Parameters:
      journeyPattern - a NeTEx journey pattern.
      Returns:
      a GTFS shape.