Class CoverageFunctions
- java.lang.Object
-
- org.locationtech.jtstest.function.CoverageFunctions
-
public class CoverageFunctions extends Object
-
-
Constructor Summary
Constructors Constructor Description CoverageFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GeometryfindGaps(Geometry geom, double gapWidth)static Geometrysimplify(Geometry coverage, double tolerance)static GeometrysimplifyInner(Geometry coverage, double tolerance)static GeometrysimplifyInOut(Geometry coverage, double toleranceInner, double toleranceOuter)static GeometrysimplifyOuter(Geometry coverage, double tolerance)static GeometrysimplifyRemoveRings(Geometry coverage, double tolerance, double factor)static GeometrysimplifySharp(Geometry coverage, double tolerance, double weight)static GeometrysimplifyTolerances(Geometry coverage, String tolerancesCSV)static Geometryunion(Geometry coverage)static Geometryvalidate(Geometry geom)static GeometryvalidatePolygon(Geometry geom, Geometry adjacentPolys)static GeometryvalidatePolygonWithGaps(Geometry geom, Geometry adjacentPolys, double gapWidth)static GeometryvalidateWithGaps(Geometry geom, double gapWidth)
-
-
-
Method Detail
-
validatePolygonWithGaps
public static Geometry validatePolygonWithGaps(Geometry geom, Geometry adjacentPolys, double gapWidth)
-
simplifySharp
public static Geometry simplifySharp(Geometry coverage, double tolerance, double weight)
-
simplifyRemoveRings
public static Geometry simplifyRemoveRings(Geometry coverage, double tolerance, double factor)
-
simplifyInOut
public static Geometry simplifyInOut(Geometry coverage, double toleranceInner, double toleranceOuter)
-
-