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 PlanitNetworkWriterSettings
PlanitIntermodalWriterSettings. networkSettings
the network settings to useMethods in org.goplanit.io.converter.intermodal that return PlanitNetworkWriterSettings Modifier and Type Method Description PlanitNetworkWriterSettings
PlanitIntermodalWriterSettings. 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 PlanitNetworkWriterSettings
PlanitNetworkWriter. getSettings()
any settings to configure the writer can be configured by collecting these settings
-