Class ST_Covers
- java.lang.Object
-
- org.h2gis.api.AbstractFunction
-
- org.h2gis.api.DeterministicScalarFunction
-
- org.h2gis.functions.spatial.predicates.ST_Covers
-
- All Implemented Interfaces:
org.h2gis.api.Function,org.h2gis.api.ScalarFunction
public class ST_Covers extends org.h2gis.api.DeterministicScalarFunctionST_Covers returns true if no point in geometry B is outside geometry A.- Author:
- Adam Gouge, Erwan Bocher
-
-
Constructor Summary
Constructors Constructor Description ST_Covers()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Booleancovers(org.locationtech.jts.geom.Geometry geomA, org.locationtech.jts.geom.Geometry geomB)Returns true if no point in geometry B is outside geometry A.StringgetJavaStaticMethod()-
Methods inherited from class org.h2gis.api.AbstractFunction
addProperty, getProperty, removeProperty
-
-
-
-
Method Detail
-
getJavaStaticMethod
public String getJavaStaticMethod()
-
covers
public static Boolean covers(org.locationtech.jts.geom.Geometry geomA, org.locationtech.jts.geom.Geometry geomB) throws SQLException
Returns true if no point in geometry B is outside geometry A.- Parameters:
geomA- Geometry AgeomB- Geometry B- Returns:
- True if no point in geometry B is outside geometry A
- Throws:
SQLException
-
-