We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0cdad8 commit 7cd112dCopy full SHA for 7cd112d
modules/core/src/main/java/org/locationtech/jts/coverage/CoverageCleaner.java
@@ -39,7 +39,7 @@
39
* The input is an array of valid {@link Polygon} or {@link MultiPolygon} geometries
40
* which may contain topological errors such as overlaps and gaps.
41
* Empty or non-polygonal inputs are removed.
42
- * Linework is snapped together to eliminate small discrepancies.
+ * Linework is snapped together to eliminate small discrepancies and ensure common edges are identically noded.
43
* Overlaps are merged with a parent polygon, according to a given merge strategy.
44
* Gaps narrower than a given width are filled and merged with an adjacent polygon.
45
* The output is an array of polygonal geometries forming a valid polygonal coverage.
0 commit comments