Uses of Class
org.goplanit.io.converter.intermodal.PlanitIntermodalWriterSettings
-
Packages that use PlanitIntermodalWriterSettings Package Description org.goplanit.io.converter.intermodal org.goplanit.osm.test -
-
Uses of PlanitIntermodalWriterSettings in org.goplanit.io.converter.intermodal
Fields in org.goplanit.io.converter.intermodal declared as PlanitIntermodalWriterSettings Modifier and Type Field Description protected PlanitIntermodalWriterSettingsPlanitIntermodalWriter. settingsintermodal writer settings to useMethods in org.goplanit.io.converter.intermodal that return PlanitIntermodalWriterSettings Modifier and Type Method Description PlanitIntermodalWriterSettingsPlanitIntermodalWriter. getSettings()Any settings to configure the writer can be configured by collecting these settingsMethods in org.goplanit.io.converter.intermodal with parameters of type PlanitIntermodalWriterSettings Modifier and Type Method Description static PlanitIntermodalWriterPlanitIntermodalWriterFactory. create(PlanitIntermodalWriterSettings settings)Create a PLANitIntermodalWriter which can persist a PLANit network and zoning in the native PLANit XML format.Constructors in org.goplanit.io.converter.intermodal with parameters of type PlanitIntermodalWriterSettings Constructor Description PlanitIntermodalWriter(PlanitIntermodalWriterSettings settings)Constructor -
Uses of PlanitIntermodalWriterSettings in org.goplanit.osm.test
Methods in org.goplanit.osm.test with parameters of type PlanitIntermodalWriterSettings 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
-