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 SummaryNested classes/interfaces inherited from class FunctionFunction.Aggregate, Function.Window
- 
Field SummaryFields inherited from class FunctionFLAG_DETERMINISTIC
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract booleanexecute(GeoPkgGeomReader reader) protected voidxFunc()Methods inherited from class Functionargs, 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- 
GeometryBooleanFunctionpublic GeometryBooleanFunction()
 
- 
- 
Method Details- 
execute- Throws:
- IOException
- SQLException
 
- 
xFunc- Specified by:
- xFuncin class- Function
- Throws:
- SQLException
 
 
-