Class CoverageUnion

java.lang.Object
org.locationtech.jts.coverage.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 Details

    • CoverageUnion

      public CoverageUnion()
  • Method Details

    • 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