Class CoverageFunctions
java.lang.Object
org.locationtech.jtstest.function.CoverageFunctions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Geometry
static Geometry
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
static Geometry
static Geometry
validatePolygon
(Geometry geom, Geometry adjacentPolys) static Geometry
validatePolygonWithGaps
(Geometry geom, Geometry adjacentPolys, double gapWidth) static Geometry
validateWithGaps
(Geometry geom, double gapWidth)
-
Constructor Details
-
CoverageFunctions
public CoverageFunctions()
-
-
Method Details
-
validatePolygon
-
validatePolygonWithGaps
-
validate
-
validateWithGaps
-
findGaps
-
union
-
simplify
-
simplifySharp
-
simplifyRemoveRings
-
simplifyInner
-
simplifyOuter
-
simplifyInOut
-
simplifyTolerances
-