Class ST_MinimumBoundingRadius
- java.lang.Object
-
- org.h2gis.api.AbstractFunction
-
- org.h2gis.api.DeterministicScalarFunction
-
- org.h2gis.functions.spatial.create.ST_MinimumBoundingRadius
-
- All Implemented Interfaces:
org.h2gis.api.Function,org.h2gis.api.ScalarFunction
public class ST_MinimumBoundingRadius extends org.h2gis.api.DeterministicScalarFunctionComputes the center point and radius of the smallest circle that contains a geometry- Author:
- Erwan Bocher, CNRS, 2023
-
-
Constructor Summary
Constructors Constructor Description ST_MinimumBoundingRadius()Constructor
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResultSetexecute(Connection connection, org.h2.value.Value value)Computes the center point and radius of the smallest circle that contains a geometryStringgetJavaStaticMethod()-
Methods inherited from class org.h2gis.api.AbstractFunction
addProperty, getProperty, removeProperty
-
-
-
-
Method Detail
-
getJavaStaticMethod
public String getJavaStaticMethod()
-
execute
public static ResultSet execute(Connection connection, org.h2.value.Value value) throws SQLException
Computes the center point and radius of the smallest circle that contains a geometry- Parameters:
value- Any geometry, select query or table name- Returns:
- Minimum bounding circle center point plus its radius
- Throws:
SQLException
-
-