Skip to content

Commit 7cd112d

Browse files
committed
Javadoc
1 parent f0cdad8 commit 7cd112d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/core/src/main/java/org/locationtech/jts/coverage/CoverageCleaner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
* The input is an array of valid {@link Polygon} or {@link MultiPolygon} geometries
4040
* which may contain topological errors such as overlaps and gaps.
4141
* Empty or non-polygonal inputs are removed.
42-
* Linework is snapped together to eliminate small discrepancies.
42+
* Linework is snapped together to eliminate small discrepancies and ensure common edges are identically noded.
4343
* Overlaps are merged with a parent polygon, according to a given merge strategy.
4444
* Gaps narrower than a given width are filled and merged with an adjacent polygon.
4545
* The output is an array of polygonal geometries forming a valid polygonal coverage.

0 commit comments

Comments
 (0)