Class ConstructionFunctions
- java.lang.Object
-
- org.locationtech.jtstest.function.ConstructionFunctions
-
public class ConstructionFunctions extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ConstructionFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Geometryboundary(Geometry g)static Geometrycentroid(Geometry g)static GeometryconvexHull(Geometry g)static Geometrydensify(Geometry g, double distance)static GeometryfarthestPoints(Geometry g)static GeometryinteriorPoint(Geometry g)static GeometrymaximumDiameter(Geometry g)static doublemaximumDiameterLength(Geometry g)static GeometryminimumBoundingCircle(Geometry g)static GeometryminimumDiameter(Geometry g)static doubleminimumDiameterLength(Geometry g)static GeometryminimumRectangle(Geometry g)static GeometryoctagonalEnvelope(Geometry g)
-