Package org.locationtech.jts.coverage
Class CoverageUnion
java.lang.Object
org.locationtech.jts.coverage.CoverageUnion
Unions a polygonal coverage in an efficient way.
Valid polygonal coverage topology allows merging polygons in a very efficient way.
- Author:
- Martin Davis
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CoverageUnion
public CoverageUnion()
-
-
Method Details
-
union
Unions a polygonal coverage.- Parameters:
coverage
- the polygons in the coverage- Returns:
- the union of the coverage polygons
-