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 Geometry
findGaps(Geometry geom, double gapWidth)
static Geometry
simplify(Geometry coverage, double tolerance)
static Geometry
simplifyInner(Geometry coverage, double tolerance)
static Geometry
simplifyInOut(Geometry coverage, double toleranceInner, double toleranceOuter)
static Geometry
simplifyOuter(Geometry coverage, double tolerance)
static Geometry
simplifyRemoveRings(Geometry coverage, double tolerance, double factor)
static Geometry
simplifySharp(Geometry coverage, double tolerance, double weight)
static Geometry
simplifyTolerances(Geometry coverage, String tolerancesCSV)
static Geometry
union(Geometry coverage)
static Geometry
validate(Geometry geom)
static Geometry
validatePolygon(Geometry geom, Geometry adjacentPolys)
static Geometry
validatePolygonWithGaps(Geometry geom, Geometry adjacentPolys, double gapWidth)
static Geometry
validateWithGaps(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)
-
-