Package org.geotools.geopkg.geom
Class GeometryBooleanFunction
Object
Function
GeometryBooleanFunction
public abstract class GeometryBooleanFunction
extends Function
An sqlite function that operates on a Geopackage Geometry BLOB and returns a boolean
- Author:
- Andrea Aime
-
Nested Class Summary
Nested classes/interfaces inherited from class Function
Function.Aggregate, Function.Window
-
Field Summary
Fields inherited from class Function
FLAG_DETERMINISTIC
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract boolean
execute
(GeoPkgGeomReader reader) protected void
xFunc()
Methods inherited from class Function
args, create, create, create, destroy, destroy, error, result, result, result, result, result, result, value_blob, value_double, value_int, value_long, value_text, value_type
-
Constructor Details
-
GeometryBooleanFunction
public GeometryBooleanFunction()
-
-
Method Details
-
execute
- Throws:
IOException
SQLException
-
xFunc
- Specified by:
xFunc
in classFunction
- Throws:
SQLException
-