Uses of Class
org.goplanit.gtfs.converter.service.GtfsServicesReader
-
Packages that use GtfsServicesReader Package Description org.goplanit.gtfs.converter.service -
-
Uses of GtfsServicesReader in org.goplanit.gtfs.converter.service
Methods in org.goplanit.gtfs.converter.service that return GtfsServicesReader Modifier and Type Method Description static GtfsServicesReader
GtfsServicesReaderFactory. create(MacroscopicNetwork parentNetwork, String inputZipLocation, String countryName, DayOfWeek dayOfWeek, RouteTypeChoice typeChoice)
Create a GtfsRoutedServicesReader sourced from given input directorystatic GtfsServicesReader
GtfsServicesReaderFactory. create(MacroscopicNetwork parentNetwork, GtfsServicesReaderSettings settings)
Create a PlanitRoutedServicesReader based on given settings which in turn contain information on location and parent network to use
-