Uses of Class
org.goplanit.geoio.converter.service.GeometryServiceNetworkWriterSettings
-
Packages that use GeometryServiceNetworkWriterSettings Package Description org.goplanit.geoio.converter.intermodal org.goplanit.geoio.converter.service -
-
Uses of GeometryServiceNetworkWriterSettings in org.goplanit.geoio.converter.intermodal
Fields in org.goplanit.geoio.converter.intermodal declared as GeometryServiceNetworkWriterSettings Modifier and Type Field Description protected GeometryServiceNetworkWriterSettingsGeometryIntermodalWriterSettings. serviceNetworkSettingsthe service network settings to useMethods in org.goplanit.geoio.converter.intermodal that return GeometryServiceNetworkWriterSettings Modifier and Type Method Description GeometryServiceNetworkWriterSettingsGeometryIntermodalWriterSettings. getServiceNetworkSettings()Collect service network settingsConstructors in org.goplanit.geoio.converter.intermodal with parameters of type GeometryServiceNetworkWriterSettings Constructor Description GeometryIntermodalWriterSettings(GeometryNetworkWriterSettings networkSettings, GeometryZoningWriterSettings zoningSettings, GeometryServiceNetworkWriterSettings serviceNetworkSettings, GeometryRoutedServicesWriterSettings routedServicesSettings)Constructor -
Uses of GeometryServiceNetworkWriterSettings in org.goplanit.geoio.converter.service
Methods in org.goplanit.geoio.converter.service that return GeometryServiceNetworkWriterSettings Modifier and Type Method Description GeometryServiceNetworkWriterSettingsGeometryServiceNetworkWriter. getSettings()any settings to configure the writer can be configured by collecting these settingsMethods in org.goplanit.geoio.converter.service with parameters of type GeometryServiceNetworkWriterSettings Modifier and Type Method Description static GeometryServiceNetworkWriterGeometryServiceNetworkWriterFactory. create(GeometryServiceNetworkWriterSettings serviceNetworkSettings)Create a GeometryNetworkWriter which persists PLANit networks in common GIS formatsConstructors in org.goplanit.geoio.converter.service with parameters of type GeometryServiceNetworkWriterSettings Constructor Description GeometryServiceNetworkWriter(GeometryServiceNetworkWriterSettings serviceNetworkSettings)Constructor
-