Uses of Class
org.goplanit.geoio.converter.intermodal.GeometryIntermodalWriterSettings
-
Packages that use GeometryIntermodalWriterSettings Package Description org.goplanit.geoio.converter.intermodal -
-
Uses of GeometryIntermodalWriterSettings in org.goplanit.geoio.converter.intermodal
Fields in org.goplanit.geoio.converter.intermodal declared as GeometryIntermodalWriterSettings Modifier and Type Field Description protected GeometryIntermodalWriterSettingsGeometryIntermodalWriter. settingsintermodal writer settings to useMethods in org.goplanit.geoio.converter.intermodal that return GeometryIntermodalWriterSettings Modifier and Type Method Description GeometryIntermodalWriterSettingsGeometryIntermodalWriter. getSettings()Any settings to configure the writer can be configured by collecting these settingsMethods in org.goplanit.geoio.converter.intermodal with parameters of type GeometryIntermodalWriterSettings Modifier and Type Method Description static GeometryIntermodalWriterGeometryIntermodalWriterFactory. create(GeometryIntermodalWriterSettings settings)Create a GeometryIntermodalWriter which can persist a PLANit network and zoning in GIS format.Constructors in org.goplanit.geoio.converter.intermodal with parameters of type GeometryIntermodalWriterSettings Constructor Description GeometryIntermodalWriter(GeometryIntermodalWriterSettings settings)Constructor
-