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