Package org.locationtech.jtslab.clean
Class SmallHoleRemover
- java.lang.Object
-
- org.locationtech.jtslab.clean.SmallHoleRemover
-
public class SmallHoleRemover extends java.lang.Object
Removes holes which are smaller than a given area.- Author:
- Martin Davis
-
-
Constructor Summary
Constructors Constructor Description SmallHoleRemover()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Geometry
clean(Geometry geom, double areaTolerance)
Removes small holes from the polygons in a geometry.
-