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 OsmPublicTransportReaderSettings
OsmIntermodalReaderSettings. zoningPtSettings
the zoning PT settings to useMethods in org.goplanit.osm.converter.intermodal that return OsmPublicTransportReaderSettings Modifier and Type Method Description OsmPublicTransportReaderSettings
OsmIntermodalReaderSettings. 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 OsmIntermodalReader
OsmIntermodalReaderFactory. create(OsmNetworkReaderSettings networkSettings, OsmPublicTransportReaderSettings ptSettings)
Create a PLANitOsmIntermodalReader which requires the user to set the remaining required settings on the provided settings instancesstatic OsmIntermodalReader
OsmIntermodalReaderFactory. create(OsmNetworkReaderSettings networkSettings, OsmPublicTransportReaderSettings ptSettings, PlanitOsmNetwork osmNetworkToPopulate)
Create a PLANitOsmIntermodalReader which will create its own macroscopic network and zoningstatic OsmIntermodalReader
OsmIntermodalReaderFactory. 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 OsmPublicTransportReaderSettings
OsmZoningReader. 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 OsmZoningReader
OsmZoningReaderFactory. create(OsmPublicTransportReaderSettings settings)
Create a PLANitOSMReader while providing an OSM network to populatestatic OsmZoningReader
OsmZoningReaderFactory. 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 OsmPublicTransportReaderSettings
OsmZoningHandlerBase. 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
-