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 PlanitIntermodalWriterSettings
PlanitIntermodalWriter. settings
intermodal writer settings to useMethods in org.goplanit.io.converter.intermodal that return PlanitIntermodalWriterSettings Modifier and Type Method Description PlanitIntermodalWriterSettings
PlanitIntermodalWriter. 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 PlanitIntermodalWriter
PlanitIntermodalWriterFactory. 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 void
Osm2PlanitConversionTemplates. osm2PlanitIntermodalNoServices(OsmIntermodalReaderSettings settings, PlanitIntermodalWriterSettings writerSettings)
Template for parsing intermodal OSM network/infrastructure without any services based on provided settings
-