Uses of Interface
org.goplanit.converter.ConverterWriterSettings
-
-
Uses of ConverterWriterSettings in org.goplanit.converter
Methods in org.goplanit.converter that return ConverterWriterSettings Modifier and Type Method Description ConverterWriterSettingsConverterWriter. getSettings()any settings to configure the writer can be configured by collecting these settingsConverterWriterSettingsMultiConverterWriter. getSettings()Any settings to configure the writer can be configured by collecting these settings -
Uses of ConverterWriterSettings in org.goplanit.io.converter.intermodal
Classes in org.goplanit.io.converter.intermodal that implement ConverterWriterSettings Modifier and Type Class Description classPlanitIntermodalWriterSettingsSettings for Planit intermodal writer -
Uses of ConverterWriterSettings in org.goplanit.io.converter.network
Classes in org.goplanit.io.converter.network that implement ConverterWriterSettings Modifier and Type Class Description classPlanitNetworkWriterSettingsconfigurable settings for the PLANit writer -
Uses of ConverterWriterSettings in org.goplanit.io.converter.zoning
Classes in org.goplanit.io.converter.zoning that implement ConverterWriterSettings Modifier and Type Class Description classPlanitZoningWriterSettingsSettings for the planit zoning writer -
Uses of ConverterWriterSettings in org.goplanit.matsim.converter
Classes in org.goplanit.matsim.converter that implement ConverterWriterSettings Modifier and Type Class Description classMatsimIntermodalWriterSettingsSettings specific to writing the intermodal related outputs in Matsim format (network and pt)classMatsimNetworkWriterSettingsSettings for the MATSIM writer By default the MATSIM writer will activate all available predefined PLANit modes for writing.classMatsimZoningWriterSettingsSettings specific to writing the zoning related output in Matsim format (pt) -
Uses of ConverterWriterSettings in org.goplanit.matsim.util
Classes in org.goplanit.matsim.util that implement ConverterWriterSettings Modifier and Type Class Description classPlanitMatsimWriterSettingsBase writer settings class to be used by all available matsim writer settings classes.
-