Class ST_EnvelopesIntersect
- java.lang.Object
-
- org.h2gis.api.AbstractFunction
-
- org.h2gis.api.DeterministicScalarFunction
-
- org.h2gis.functions.spatial.predicates.ST_EnvelopesIntersect
-
- All Implemented Interfaces:
org.h2gis.api.Function,org.h2gis.api.ScalarFunction
public class ST_EnvelopesIntersect extends org.h2gis.api.DeterministicScalarFunctionReturn true if the envelope of Geometry A intersects the envelope of Geometry B.- Author:
- Nicolas Fortin
-
-
Constructor Summary
Constructors Constructor Description ST_EnvelopesIntersect()Default constructor
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetJavaStaticMethod()static Booleanintersects(org.locationtech.jts.geom.Geometry surface, org.locationtech.jts.geom.Geometry testGeometry)-
Methods inherited from class org.h2gis.api.AbstractFunction
addProperty, getProperty, removeProperty
-
-
-
-
Method Detail
-
getJavaStaticMethod
public String getJavaStaticMethod()
-
intersects
public static Boolean intersects(org.locationtech.jts.geom.Geometry surface, org.locationtech.jts.geom.Geometry testGeometry) throws SQLException
- Parameters:
surface- Surface Geometry.testGeometry- Geometry instance- Returns:
- true if the envelope of Geometry A intersects the envelope of Geometry B
- Throws:
SQLException
-
-