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