Uses of Class
org.goplanit.gtfs.converter.intermodal.GtfsIntermodalReaderSettings
-
Packages that use GtfsIntermodalReaderSettings Package Description org.goplanit.gtfs.converter.intermodal -
-
Uses of GtfsIntermodalReaderSettings in org.goplanit.gtfs.converter.intermodal
Fields in org.goplanit.gtfs.converter.intermodal declared as GtfsIntermodalReaderSettings Modifier and Type Field Description protected GtfsIntermodalReaderSettings
GtfsIntermodalReader. settings
intermodal reader settings to useMethods in org.goplanit.gtfs.converter.intermodal that return GtfsIntermodalReaderSettings Modifier and Type Method Description GtfsIntermodalReaderSettings
GtfsIntermodalReader. getSettings()
any settings to configure the reader can be configured by collecting these settingsGtfsIntermodalReaderSettings
GtfsServicesAndZoningIntegratorData. getSettings()
Methods in org.goplanit.gtfs.converter.intermodal with parameters of type GtfsIntermodalReaderSettings Modifier and Type Method Description static GtfsIntermodalReader
GtfsIntermodalReaderFactory. create(GtfsIntermodalReaderSettings settings, PairConverterReader<MacroscopicNetwork,Zoning> networkAndZoningReader)
Create a GtfsIntermodalReader based on given settings which in turn contain information on required location and reference inputs This specific approach allows the provision of an intermodal reader to obtain network and zoning rather than having instances passed instatic GtfsIntermodalReader
GtfsIntermodalReaderFactory. create(MacroscopicNetwork parentNetwork, Zoning parentZoning, GtfsIntermodalReaderSettings settings)
Create a GtfsIntermodalReader based on given settings which in turn contain information on required location and reference inputsConstructors in org.goplanit.gtfs.converter.intermodal with parameters of type GtfsIntermodalReaderSettings Constructor Description GtfsIntermodalReader(PairConverterReader<MacroscopicNetwork,Zoning> networkAndZoningReader, GtfsIntermodalReaderSettings settings)
Constructor where settings are directly provided such that input information can be extracted from it, use reader to obtain network and zoning instancesGtfsIntermodalReader(IdGroupingToken idToken, MacroscopicNetwork parentNetwork, Zoning parentZoning, GtfsIntermodalReaderSettings settings)
Constructor where settings are directly provided such that input information can be extracted from itGtfsServicesAndZoningIntegratorData(ServiceNetwork serviceNetwork, RoutedServices routedServices, Zoning zoning, GtfsIntermodalReaderSettings settings)
ConstructorGtfsServicesAndZoningReaderIntegrator(GtfsIntermodalReaderSettings settings, Zoning zoning, ServiceNetwork serviceNetwork, RoutedServices routedServices, Function<ServiceNode,String> serviceNodeToGtfsStopIdMapping, Function<String,TransferZone> gtfsStopIdToTransferZoneMapping)
Constructor
-