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 GeometryServiceNetworkWriterSettings
GeometryIntermodalWriterSettings. serviceNetworkSettings
the service network settings to useMethods in org.goplanit.geoio.converter.intermodal that return GeometryServiceNetworkWriterSettings Modifier and Type Method Description GeometryServiceNetworkWriterSettings
GeometryIntermodalWriterSettings. 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 GeometryServiceNetworkWriterSettings
GeometryServiceNetworkWriter. 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 GeometryServiceNetworkWriter
GeometryServiceNetworkWriterFactory. 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
-