Uses of Class
org.goplanit.osm.converter.zoning.OsmPublicTransportReaderSettings
-
-
Uses of OsmPublicTransportReaderSettings in org.goplanit.osm.converter.intermodal
Fields in org.goplanit.osm.converter.intermodal declared as OsmPublicTransportReaderSettings Modifier and Type Field Description protected OsmPublicTransportReaderSettingsOsmIntermodalReaderSettings. zoningPtSettingsthe zoning PT settings to useMethods in org.goplanit.osm.converter.intermodal that return OsmPublicTransportReaderSettings Modifier and Type Method Description OsmPublicTransportReaderSettingsOsmIntermodalReaderSettings. getPublicTransportSettings()Provide access to the zoning (pt) reader settingsMethods in org.goplanit.osm.converter.intermodal with parameters of type OsmPublicTransportReaderSettings Modifier and Type Method Description static OsmIntermodalReaderOsmIntermodalReaderFactory. create(OsmNetworkReaderSettings networkSettings, OsmPublicTransportReaderSettings ptSettings)Create a PLANitOsmIntermodalReader which requires the user to set the remaining required settings on the provided settings instancesstatic OsmIntermodalReaderOsmIntermodalReaderFactory. create(OsmNetworkReaderSettings networkSettings, OsmPublicTransportReaderSettings ptSettings, PlanitOsmNetwork osmNetworkToPopulate)Create a PLANitOsmIntermodalReader which will create its own macroscopic network and zoningstatic OsmIntermodalReaderOsmIntermodalReaderFactory. create(OsmNetworkReaderSettings networkSettings, OsmPublicTransportReaderSettings ptSettings, PlanitOsmNetwork osmNetworkToPopulate, Zoning zoningToPopulate)Create a PLANitOsmIntermodalReader while providing an OSM network, and zoning to populateConstructors in org.goplanit.osm.converter.intermodal with parameters of type OsmPublicTransportReaderSettings Constructor Description OsmIntermodalReader(OsmNetworkReaderSettings networkSettings, OsmPublicTransportReaderSettings ptSettings, PlanitOsmNetwork osmNetworkToPopulate, Zoning zoningToPopulate)ConstructorOsmIntermodalReaderSettings(OsmNetworkReaderSettings networkSettings, OsmPublicTransportReaderSettings zoningPtSettings)Constructor -
Uses of OsmPublicTransportReaderSettings in org.goplanit.osm.converter.zoning
Methods in org.goplanit.osm.converter.zoning that return OsmPublicTransportReaderSettings Modifier and Type Method Description OsmPublicTransportReaderSettingsOsmZoningReader. getSettings()Collect the settings which can be used to configure the readerMethods in org.goplanit.osm.converter.zoning with parameters of type OsmPublicTransportReaderSettings Modifier and Type Method Description static OsmZoningReaderOsmZoningReaderFactory. create(OsmPublicTransportReaderSettings settings)Create a PLANitOSMReader while providing an OSM network to populatestatic OsmZoningReaderOsmZoningReaderFactory. create(OsmPublicTransportReaderSettings settings, Zoning zoningToPopulate)Create a PLANitOSMReader while providing an OSM network to populateConstructors in org.goplanit.osm.converter.zoning with parameters of type OsmPublicTransportReaderSettings Constructor Description OsmZoningReader(OsmPublicTransportReaderSettings settings, Zoning zoningToPopulate)Constructor. -
Uses of OsmPublicTransportReaderSettings in org.goplanit.osm.converter.zoning.handler
Methods in org.goplanit.osm.converter.zoning.handler that return OsmPublicTransportReaderSettings Modifier and Type Method Description protected OsmPublicTransportReaderSettingsOsmZoningHandlerBase. getSettings()Get PT settingsConstructors in org.goplanit.osm.converter.zoning.handler with parameters of type OsmPublicTransportReaderSettings Constructor Description OsmZoningHandlerBase(OsmPublicTransportReaderSettings transferSettings, OsmZoningReaderData zoningReaderData, Zoning zoningToPopulate, OsmZoningHandlerProfiler profiler)constructorOsmZoningPostProcessingHandler(OsmPublicTransportReaderSettings transferSettings, OsmZoningReaderData handlerData, Zoning zoningToPopulate, OsmZoningHandlerProfiler profiler)ConstructorOsmZoningPreProcessingHandler(OsmPublicTransportReaderSettings transferSettings, OsmZoningReaderData zoningReaderData, OsmZoningHandlerProfiler profiler)ConstructorOsmZoningProcessingHandler(OsmPublicTransportReaderSettings transferSettings, OsmZoningReaderData zoningReaderData, Zoning zoningToPopulate, OsmZoningHandlerProfiler profiler)Constructor -
Uses of OsmPublicTransportReaderSettings in org.goplanit.osm.converter.zoning.handler.helper
Constructors in org.goplanit.osm.converter.zoning.handler.helper with parameters of type OsmPublicTransportReaderSettings Constructor Description ConnectoidHelper(Zoning zoning, OsmZoningReaderData zoningReaderData, OsmPublicTransportReaderSettings transferSettings, OsmZoningHandlerProfiler profiler)ConstructorTransferZoneGroupHelper(Zoning zoning, OsmZoningReaderData zoningReaderData, OsmPublicTransportReaderSettings transferSettings, OsmZoningHandlerProfiler profiler)ConstructorTransferZoneHelper(Zoning zoning, OsmZoningReaderData zoningReaderData, OsmPublicTransportReaderSettings transferSettings, OsmZoningHandlerProfiler profiler)Constructor
-