Interface BoundaryWriteHandler<H extends HyperplaneConvexSubset<?>,​B extends BoundarySource<H>>

    • Method Detail

      • getFormat

        GeometryFormat getFormat()
        Get the data format supported by this handler.
        Returns:
        data format supported by this handler
      • write

        void write​(B src,
                   GeometryOutput out)
        Write all boundaries from src to the given output, using the data format for the instance.
        Parameters:
        src - boundary source
        out - output to write to
        Throws:
        java.io.UncheckedIOException - if an I/O error occurs