Class ST_MaxDistance
- java.lang.Object
-
- org.h2gis.api.AbstractFunction
-
- org.h2gis.api.DeterministicScalarFunction
-
- org.h2gis.functions.spatial.distance.ST_MaxDistance
-
- All Implemented Interfaces:
org.h2gis.api.Function,org.h2gis.api.ScalarFunction
public class ST_MaxDistance extends org.h2gis.api.DeterministicScalarFunctionCompute the maximum distance between two geometries.- Author:
- Erwan Bocher
-
-
Constructor Summary
Constructors Constructor Description ST_MaxDistance()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetJavaStaticMethod()static DoublemaxDistance(org.locationtech.jts.geom.Geometry geomA, org.locationtech.jts.geom.Geometry geomB)Return the maximum distance-
Methods inherited from class org.h2gis.api.AbstractFunction
addProperty, getProperty, removeProperty
-
-
-
-
Method Detail
-
getJavaStaticMethod
public String getJavaStaticMethod()
-
maxDistance
public static Double maxDistance(org.locationtech.jts.geom.Geometry geomA, org.locationtech.jts.geom.Geometry geomB) throws SQLException
Return the maximum distance- Parameters:
geomA-geomB-- Returns:
- Throws:
SQLException
-
-