Package org.geotools.geopkg.geom
Class GeometryBooleanFunction
- Object
-
- Function
-
- GeometryBooleanFunction
-
public abstract class GeometryBooleanFunction extends FunctionAn sqlite function that operates on a Geopackage Geometry BLOB and returns a boolean- Author:
- Andrea Aime
-
-
Constructor Summary
Constructors Constructor Description GeometryBooleanFunction()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract booleanexecute(GeoPkgGeomReader reader)protected voidxFunc()
-
-
-
Method Detail
-
execute
public abstract boolean execute(GeoPkgGeomReader reader) throws IOException, SQLException
- Throws:
IOExceptionSQLException
-
xFunc
protected void xFunc() throws SQLException- Specified by:
xFuncin classFunction- Throws:
SQLException
-
-