Uses of Class
org.goplanit.io.converter.network.PlanitNetworkWriterSettings
-
Packages that use PlanitNetworkWriterSettings Package Description org.goplanit.io.converter.intermodal org.goplanit.io.converter.network -
-
Uses of PlanitNetworkWriterSettings in org.goplanit.io.converter.intermodal
Fields in org.goplanit.io.converter.intermodal declared as PlanitNetworkWriterSettings Modifier and Type Field Description protected PlanitNetworkWriterSettingsPlanitIntermodalWriterSettings. networkSettingsthe network settings to useMethods in org.goplanit.io.converter.intermodal that return PlanitNetworkWriterSettings Modifier and Type Method Description PlanitNetworkWriterSettingsPlanitIntermodalWriterSettings. getNetworkSettings()Collect network settingsConstructors in org.goplanit.io.converter.intermodal with parameters of type PlanitNetworkWriterSettings Constructor Description PlanitIntermodalWriterSettings(PlanitNetworkWriterSettings networkSettings, PlanitZoningWriterSettings zoningSettings, PlanitServiceNetworkWriterSettings serviceNetworkSettings, PlanitRoutedServicesWriterSettings routedServicesSettings)Constructor -
Uses of PlanitNetworkWriterSettings in org.goplanit.io.converter.network
Methods in org.goplanit.io.converter.network that return PlanitNetworkWriterSettings Modifier and Type Method Description PlanitNetworkWriterSettingsPlanitNetworkWriter. getSettings()any settings to configure the writer can be configured by collecting these settings
-