Uses of Class
org.goplanit.gtfs.converter.service.GtfsServicesReaderSettings
-
-
Uses of GtfsServicesReaderSettings in org.goplanit.gtfs.converter.intermodal
Fields in org.goplanit.gtfs.converter.intermodal declared as GtfsServicesReaderSettings Modifier and Type Field Description protected GtfsServicesReaderSettings
GtfsIntermodalReaderSettings. servicesReaderSettings
the services settings to useMethods in org.goplanit.gtfs.converter.intermodal that return GtfsServicesReaderSettings Modifier and Type Method Description GtfsServicesReaderSettings
GtfsIntermodalReaderSettings. getServiceSettings()
provide access to the service reader settings -
Uses of GtfsServicesReaderSettings in org.goplanit.gtfs.converter.service
Methods in org.goplanit.gtfs.converter.service that return GtfsServicesReaderSettings Modifier and Type Method Description GtfsServicesReaderSettings
GtfsServicesReader. getSettings()
any settings to configure the reader can be configured by collecting these settingsMethods in org.goplanit.gtfs.converter.service with parameters of type GtfsServicesReaderSettings Modifier and Type Method Description static 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 useConstructors in org.goplanit.gtfs.converter.service with parameters of type GtfsServicesReaderSettings Constructor Description GtfsServicesReader(MacroscopicNetwork referenceNetwork, GtfsServicesReaderSettings settings)
Constructor where settings are directly provided such that input information can be extracted from itGtfsServicesReader(IdGroupingToken idToken, MacroscopicNetwork referenceNetwork, GtfsServicesReaderSettings settings)
Constructor where settings are directly provided such that input information can be extracted from it -
Uses of GtfsServicesReaderSettings in org.goplanit.gtfs.converter.service.handler
Methods in org.goplanit.gtfs.converter.service.handler that return GtfsServicesReaderSettings Modifier and Type Method Description GtfsServicesReaderSettings
GtfsServicesHandlerData. getSettings()
Access to GTFS services reader settingsConstructors in org.goplanit.gtfs.converter.service.handler with parameters of type GtfsServicesReaderSettings Constructor Description GtfsServicesHandlerData(GtfsServicesReaderSettings settings, ServiceNetwork serviceNetwork, RoutedServices routedServices, GtfsServicesHandlerProfiler handlerProfiler)
Constructor -
Uses of GtfsServicesReaderSettings in org.goplanit.gtfs.util
Methods in org.goplanit.gtfs.util with parameters of type GtfsServicesReaderSettings Modifier and Type Method Description static void
GtfsConverterReaderHelper. syncActivatedPlanitPredefinedModesBeforeParsing(GtfsServicesReaderSettings settings, MacroscopicNetwork network)
Use when it is the time to make sure that the mapped predefined PLANit modes exist as actual mode instances, so supplement the provides modes container where needed based on the configuration. -
Uses of GtfsServicesReaderSettings in org.goplanit.gtfs.util.test
Methods in org.goplanit.gtfs.util.test with parameters of type GtfsServicesReaderSettings Modifier and Type Method Description static void
SydneyGtfsServicesSettingsUtils. minimiseVerifiedWarnings(GtfsServicesReaderSettings settings)
When applied to the resources based GTFS it suppresses and addresses warnings deemed issues that are NOT to be fixed in the parser but would detract from assessing the logs.static void
MelbourneGtfsServicesSettingsUtils. minimiseVerifiedWarnings2023(GtfsServicesReaderSettings settings)
When applied to the 2023 PBF it suppresses and addresses warnings deemed issues that are NOT to be fixed in the parser but would detract from assessing the logs.
-