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 settingsConstructors in org.goplanit.osm.converter.intermodal with parameters of type OsmPublicTransportReaderSettings Constructor Description OsmIntermodalReaderSettings(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, Zoning zoningToPopulate, PlanitOsmNetwork referenceNetwork, OsmNetworkToZoningReaderData network2ZoningData)
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, PlanitOsmNetwork referenceNetwork, OsmNetworkToZoningReaderData network2ZoningData)
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 settings -
Uses of OsmPublicTransportReaderSettings in org.goplanit.osm.converter.zoning.handler.helper
-
Uses of OsmPublicTransportReaderSettings in org.goplanit.osm.test
Methods in org.goplanit.osm.test with parameters of type OsmPublicTransportReaderSettings Modifier and Type Method Description static void
OsmPtSettingsTestCaseUtils. melbourneMinimiseVerifiedWarnings(OsmPublicTransportReaderSettings settings)
When applied to the Melbourne PBF it suppresses and addresses warnings deemed issues that are NOT to be fixed in the parser but would detract from assessing the logs.static void
OsmPtSettingsTestCaseUtils. sydney2023MinimiseVerifiedWarnings(OsmPublicTransportReaderSettings settings)
When applied to the 2023 PBF it suppresses and addresses warnings deemed issues that are NOT to be fixed in the parser but would detract from assessing the logs.
-