Uses of Class
org.goplanit.geoio.converter.zoning.GeometryZoningWriter
-
Packages that use GeometryZoningWriter Package Description org.goplanit.geoio.converter.intermodal org.goplanit.geoio.converter.zoning -
-
Uses of GeometryZoningWriter in org.goplanit.geoio.converter.intermodal
Methods in org.goplanit.geoio.converter.intermodal that return types with arguments of type GeometryZoningWriter Modifier and Type Method Description protected Pair<GeometryNetworkWriter,GeometryZoningWriter>
GeometryIntermodalWriter. writeNetworkAndZoning(MacroscopicNetwork macroscopicNetwork, Zoning zoning)
Persist network and zoning and return writers used. -
Uses of GeometryZoningWriter in org.goplanit.geoio.converter.zoning
Methods in org.goplanit.geoio.converter.zoning that return GeometryZoningWriter Modifier and Type Method Description static GeometryZoningWriter
GeometryZoningWriterFactory. create()
Create a default geometryZoningWriter which can persist a PLANit zoning in GIS based format(s) such as shape file.static GeometryZoningWriter
GeometryZoningWriterFactory. create(String outputPath, String countryName)
Create a PLANitZoningWriter which can persist a PLANit zoning in GIS based format(s) such as shape file
-