Class CoverageUnion


  • public class CoverageUnion
    extends Object
    Unions a polygonal coverage in an efficient way.

    Valid polygonal coverage topology allows merging polygons in a very efficient way.

    Author:
    Martin Davis
    • Constructor Detail

      • CoverageUnion

        public CoverageUnion()
    • Method Detail

      • union

        public static Geometry union​(Geometry[] coverage)
        Unions a polygonal coverage.
        Parameters:
        coverage - the polygons in the coverage
        Returns:
        the union of the coverage polygons