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