Class CoverageUnion
A valid polygonal coverage is a collection of
invalid reference
Polygon
- Vector-clean - Line segments within the collection must either be identical or intersect only at endpoints.
- Non-overlapping - No two polygons may overlap. Equivalently, polygons must be interior-disjoint.
A valid linear coverage is a collection of
invalid reference
LineString
Currently no checking is done to determine whether the input is a valid coverage.
This is because coverage validation involves segment intersection detection,
which is much more expensive than the union phase.
If the input is not a valid coverage
then in some cases this will be detected during processing
and a
invalid reference
TopologyException
Unioning a valid coverage implies that no new vertices are created. This means that a precision model does not need to be specified. The precision of the vertices in the output geometry is not changed.
- Author:
- Martin Davis
- See Also:
-
Method Summary
-
Method Details
-
union
-