Class GeoJSONExporter

    • Constructor Detail

      • GeoJSONExporter

        public GeoJSONExporter()
        Constructs a new GeoJSONExporter with WGS84 projection.
    • Method Detail

      • exportData

        public void exportData​(java.io.File file,
                               Layer layer)
                        throws java.io.IOException
        Description copied from class: FileExporter
        Execute the data export. (To be overridden by subclasses.)
        Overrides:
        exportData in class FileExporter
        Parameters:
        file - target file
        layer - the layer to export
        Throws:
        java.io.IOException - in case of an IO error