Class PolygonizeFunctions
- java.lang.Object
-
- org.locationtech.jtstest.function.PolygonizeFunctions
-
public class PolygonizeFunctions extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PolygonizeFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Geometry
polygonize(Geometry g)
private static Geometry
polygonize(Geometry g, boolean extractOnlyPolygonal)
static Geometry
polygonizeAllErrors(Geometry g)
static Geometry
polygonizeCutEdges(Geometry g)
static Geometry
polygonizeDangles(Geometry g)
static Geometry
polygonizeInvalidRingLines(Geometry g)
static Geometry
polygonizePolygonal(Geometry g)
-