Uses of Class
org.goplanit.osm.converter.intermodal.OsmIntermodalReaderSettings
-
Packages that use OsmIntermodalReaderSettings Package Description org.goplanit.osm.converter.intermodal org.goplanit.osm.test -
-
Uses of OsmIntermodalReaderSettings in org.goplanit.osm.converter.intermodal
Methods in org.goplanit.osm.converter.intermodal that return OsmIntermodalReaderSettings Modifier and Type Method Description OsmIntermodalReaderSettingsOsmIntermodalReader. getSettings()any settings to configure the reader can be configured by collecting these settingsMethods in org.goplanit.osm.converter.intermodal with parameters of type OsmIntermodalReaderSettings Modifier and Type Method Description static OsmIntermodalReaderOsmIntermodalReaderFactory. create(OsmIntermodalReaderSettings settings)Create a PLANitOsmIntermodalReader which requires the user to set the remaining required settings on the provided settings instancesstatic OsmIntermodalReaderOsmIntermodalReaderFactory. create(OsmIntermodalReaderSettings settings, 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 OsmIntermodalReaderSettings Constructor Description OsmIntermodalReader(OsmIntermodalReaderSettings settings, PlanitOsmNetwork osmNetworkToPopulate, Zoning zoningToPopulate)Constructor -
Uses of OsmIntermodalReaderSettings in org.goplanit.osm.test
Methods in org.goplanit.osm.test with parameters of type OsmIntermodalReaderSettings Modifier and Type Method Description static voidOsm2PlanitConversionTemplates. osm2PlanitIntermodalNoServices(OsmIntermodalReaderSettings settings, PlanitIntermodalWriterSettings writerSettings)Template for parsing intermodal OSM network/infrastructure without any services based on provided settings
-