java.lang.Object
org.entur.netex.gtfs.export.util.StopUtil
Utility for GTFS Stop.
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.onebusaway.gtfs.model.StopgetGtfsStopFromScheduledStopPointId(String scheduledStopPointId, NetexDatasetRepository netexDatasetRepository, GtfsDatasetRepository gtfsDatasetRepository) Return the GTFS stop corresponding to a given Scheduled Stop Point.
-
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.
-