Uses of Class
org.goplanit.io.converter.service.PlanitRoutedServicesReaderSettings
-
Packages that use PlanitRoutedServicesReaderSettings Package Description org.goplanit.io.converter.service -
-
Uses of PlanitRoutedServicesReaderSettings in org.goplanit.io.converter.service
Methods in org.goplanit.io.converter.service that return PlanitRoutedServicesReaderSettings Modifier and Type Method Description PlanitRoutedServicesReaderSettings
PlanitRoutedServicesReader. getSettings()
any settings to configure the reader can be configured by collecting these settingsMethods in org.goplanit.io.converter.service with parameters of type PlanitRoutedServicesReaderSettings Modifier and Type Method Description static PlanitRoutedServicesReader
PlanitRoutedServicesReaderFactory. create(PlanitRoutedServicesReaderSettings settings)
Create a PlanitRoutedServicesReader based on given settings which in turn contain information on location and parent network to usestatic PlanitRoutedServicesReader
PlanitRoutedServicesReaderFactory. create(PlanitRoutedServicesReaderSettings settings, RoutedServices routedServices)
Create a PlanitRoutedServicesReader for given (empty) routed services and given settingsConstructors in org.goplanit.io.converter.service with parameters of type PlanitRoutedServicesReaderSettings Constructor Description PlanitRoutedServicesReader(PlanitRoutedServicesReaderSettings settings, RoutedServices routedServices)
Constructor where settings and routed services to populate are directly providedPlanitRoutedServicesReader(IdGroupingToken idToken, PlanitRoutedServicesReaderSettings settings)
Constructor where settings are directly provided such that input information can be extracted from it
-