Class ST_MinimumRectangle
- java.lang.Object
-
- org.h2gis.api.AbstractFunction
-
- org.h2gis.api.DeterministicScalarFunction
-
- org.h2gis.functions.spatial.create.ST_MinimumRectangle
-
- All Implemented Interfaces:
org.h2gis.api.Function,org.h2gis.api.ScalarFunction
- Direct Known Subclasses:
ST_OrientedEnvelope
public class ST_MinimumRectangle extends org.h2gis.api.DeterministicScalarFunctionGets the minimum rectangular POLYGON which encloses the input geometry. SeeMinimumDiameter.- Author:
- Erwan Bocher
-
-
Constructor Summary
Constructors Constructor Description ST_MinimumRectangle()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.locationtech.jts.geom.GeometrycomputeMinimumRectangle(org.locationtech.jts.geom.Geometry geometry)Gets the minimum rectangularPolygonwhich encloses the input geometry.StringgetJavaStaticMethod()-
Methods inherited from class org.h2gis.api.AbstractFunction
addProperty, getProperty, removeProperty
-
-
-
-
Method Detail
-
getJavaStaticMethod
public String getJavaStaticMethod()
-
computeMinimumRectangle
public static org.locationtech.jts.geom.Geometry computeMinimumRectangle(org.locationtech.jts.geom.Geometry geometry)
Gets the minimum rectangularPolygonwhich encloses the input geometry.- Parameters:
geometry- Input geometry- Returns:
-
-