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 Geometrypolygonize(Geometry g)private static Geometrypolygonize(Geometry g, boolean extractOnlyPolygonal)static GeometrypolygonizeAllErrors(Geometry g)static GeometrypolygonizeCutEdges(Geometry g)static GeometrypolygonizeDangles(Geometry g)static GeometrypolygonizeInvalidRingLines(Geometry g)static GeometrypolygonizePolygonal(Geometry g)
-