Class GeometryZoningWriterFactory


  • public class GeometryZoningWriterFactory
    extends Object
    Factory for creating Geometry based Zoning Writer
    Author:
    markr
    • Constructor Detail

      • GeometryZoningWriterFactory

        public GeometryZoningWriterFactory()
    • Method Detail

      • create

        public static GeometryZoningWriter create()
        Create a default geometryZoningWriter which can persist a PLANit zoning in GIS based format(s) such as shape file. It is expected the user configures the output location and other settings afterwards
        Returns:
        created zoning writer
      • create

        public static GeometryZoningWriter create​(String outputPath,
                                                  String countryName)
        Create a PLANitZoningWriter which can persist a PLANit zoning in GIS based format(s) such as shape file
        Parameters:
        outputPath - the location to use for persisting
        countryName - the country to base the projection method on if available
        Returns:
        created zoning writer