Uses of Class
org.goplanit.gtfs.converter.zoning.GtfsZoningReader
-
Packages that use GtfsZoningReader Package Description org.goplanit.gtfs.converter.zoning -
-
Uses of GtfsZoningReader in org.goplanit.gtfs.converter.zoning
Methods in org.goplanit.gtfs.converter.zoning that return GtfsZoningReader Modifier and Type Method Description static GtfsZoningReader
GtfsZoningReaderFactory. 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.
-