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