Uses of Class
org.goplanit.gtfs.converter.zoning.GtfsZoningReaderSettings
-
Packages that use GtfsZoningReaderSettings Package Description org.goplanit.gtfs.converter.intermodal org.goplanit.gtfs.converter.zoning org.goplanit.gtfs.converter.zoning.handler org.goplanit.gtfs.util.test -
-
Uses of GtfsZoningReaderSettings in org.goplanit.gtfs.converter.intermodal
Fields in org.goplanit.gtfs.converter.intermodal declared as GtfsZoningReaderSettings Modifier and Type Field Description protected GtfsZoningReaderSettingsGtfsIntermodalReaderSettings. zoningSettingsthe zoning settings to useMethods in org.goplanit.gtfs.converter.intermodal that return GtfsZoningReaderSettings Modifier and Type Method Description GtfsZoningReaderSettingsGtfsIntermodalReaderSettings. getZoningSettings()provide access to the zoning reader settings -
Uses of GtfsZoningReaderSettings in org.goplanit.gtfs.converter.zoning
Methods in org.goplanit.gtfs.converter.zoning that return GtfsZoningReaderSettings Modifier and Type Method Description GtfsZoningReaderSettingsGtfsZoningReader. getSettings()Collect the settings which can be used to configure the readerMethods in org.goplanit.gtfs.converter.zoning with parameters of type GtfsZoningReaderSettings Modifier and Type Method Description static GtfsZoningReaderGtfsZoningReaderFactory. create(GtfsZoningReaderSettings settings, Zoning zoningToPopulate, ServiceNetwork serviceNetwork, RoutedServices routedServices, Function<ServiceNode,String> serviceNodeToGtfsStopIdMapping)Create a GTFS zoning reader, where information from an already present service network and routed services is leveraged to improve the quality of the parsing of PT stops, i.e., transfer zones.Constructors in org.goplanit.gtfs.converter.zoning with parameters of type GtfsZoningReaderSettings Constructor Description GtfsZoningReader(GtfsZoningReaderSettings settings, Zoning zoningToPopulate)Constructor.GtfsZoningReader(GtfsZoningReaderSettings settings, Zoning zoningToPopulate, ServiceNetwork serviceNetwork, RoutedServices routedServices)Constructor. -
Uses of GtfsZoningReaderSettings in org.goplanit.gtfs.converter.zoning.handler
Methods in org.goplanit.gtfs.converter.zoning.handler that return GtfsZoningReaderSettings Modifier and Type Method Description GtfsZoningReaderSettingsGtfsZoningHandlerData. getSettings()Access to GTFS zoning reader settingsConstructors in org.goplanit.gtfs.converter.zoning.handler with parameters of type GtfsZoningReaderSettings Constructor Description GtfsZoningHandlerData(GtfsZoningReaderSettings settings, Zoning zoningToPopulate, ServiceNetwork serviceNetwork, RoutedServices routedServices, GtfsZoningHandlerProfiler handlerProfiler)ConstructorGtfsZoningHandlerTransferZoneData(ServiceNetwork serviceNetwork, GtfsZoningReaderSettings settings, Zoning referenceZoning)Constructor -
Uses of GtfsZoningReaderSettings in org.goplanit.gtfs.util.test
Methods in org.goplanit.gtfs.util.test with parameters of type GtfsZoningReaderSettings Modifier and Type Method Description static voidSydneyGtfsZoningSettingsUtils. minimiseVerifiedWarnings(GtfsZoningReaderSettings settings, boolean preExistingTransferZonesPresent)When applied to the resource GTFS files it suppresses and addresses warnings deemed issues that are NOT to be fixed in the parser but would detract from assessing the logs.static voidMelbourneGtfsZoningSettingsUtils. minimiseVerifiedWarnings2023(GtfsZoningReaderSettings settings, boolean preExistingTransferZonesPresent)When applied to the GTFs resources it suppresses and addresses warnings deemed issues that are NOT to be fixed in the parser but would detract from assessing the logs.
-