| Class | Description |
|---|---|
| CoverageGapFinder |
Finds gaps in a polygonal coverage.
|
| CoveragePolygonValidator |
Validates that a polygon forms a valid polygonal coverage
with the set of polygons adjacent to it.
|
| CoverageSimplifier |
Simplifies the boundaries of the polygons in a polygonal coverage
while preserving the original coverage topology.
|
| CoverageUnion |
Unions a polygonal coverage in an efficient way.
|
| CoverageValidator |
Validates a polygonal coverage, and returns the locations of
invalid polygon boundary segments if found.
|
A polygonal coverage is a set of polygonal geometries which is non-overlapping and edge-matched.
(Polygons or MultiPolygons).
A set of polygonal geometries is a valid coverage if:
Coverage algorithms (such as CoverageUnion)
generally require the input coverage to be valid to produce correct results.
Coverages can be validated using CoverageValidator.
Copyright © 2024. All rights reserved.