java.lang.Object
org.entur.netex.gtfs.export.util.StopUtil

public final class StopUtil extends Object
Utility for GTFS Stop.
  • Method Details

    • getGtfsStopFromScheduledStopPointId

      public static org.onebusaway.gtfs.model.Stop getGtfsStopFromScheduledStopPointId(String scheduledStopPointId, NetexDatasetRepository netexDatasetRepository, GtfsDatasetRepository gtfsDatasetRepository)
      Return the GTFS stop corresponding to a given Scheduled Stop Point.
      Parameters:
      scheduledStopPointId - the Scheduled Stop Point.
      netexDatasetRepository - the NeTEx dataset repository.
      gtfsDatasetRepository - the GTFS dataset repository.
      Returns:
      the GTFS stop corresponding to the Scheduled Stop Point.