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 GeometryIntermodalWriterSettings
GeometryIntermodalWriter. settings
intermodal writer settings to useMethods in org.goplanit.geoio.converter.intermodal that return GeometryIntermodalWriterSettings Modifier and Type Method Description GeometryIntermodalWriterSettings
GeometryIntermodalWriter. 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 GeometryIntermodalWriter
GeometryIntermodalWriterFactory. 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
-