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 Geometry
boundary(Geometry g)
static Geometry
centroid(Geometry g)
static Geometry
convexHull(Geometry g)
static Geometry
densify(Geometry g, double distance)
static Geometry
farthestPoints(Geometry g)
static Geometry
interiorPoint(Geometry g)
static Geometry
maximumDiameter(Geometry g)
static double
maximumDiameterLength(Geometry g)
static Geometry
minimumBoundingCircle(Geometry g)
static Geometry
minimumDiameter(Geometry g)
static double
minimumDiameterLength(Geometry g)
static Geometry
minimumRectangle(Geometry g)
static Geometry
octagonalEnvelope(Geometry g)
-