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 OsmIntermodalReaderSettings
OsmIntermodalReader. 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 OsmIntermodalReader
OsmIntermodalReaderFactory. create(OsmIntermodalReaderSettings settings)
Create a PLANitOsmIntermodalReader which requires the user to set the remaining required settings on the provided settings instancesstatic OsmIntermodalReader
OsmIntermodalReaderFactory. 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 void
Osm2PlanitConversionTemplates. osm2PlanitIntermodalNoServices(OsmIntermodalReaderSettings settings, PlanitIntermodalWriterSettings writerSettings)
Template for parsing intermodal OSM network/infrastructure without any services based on provided settings
-