Class CoverageUnion
Unions a polygonal coverage in an efficient way.
Valid polygonal coverage topology allows merging polygons in a very efficient way.Inherited Members
Namespace: NetTopologySuite.Coverage
Assembly: NetTopologySuite.dll
Syntax
public static class CoverageUnion
Methods
| Edit this page View SourceUnion(Geometry[])
Unions a polygonal coverage.
Declaration
public static Geometry Union(Geometry[] coverage)
Parameters
Type | Name | Description |
---|---|---|
Geometry[] | coverage | The polygons in the coverage |
Returns
Type | Description |
---|---|
Geometry | The union of the coverage polygons |