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
-
-
Constructor Summary
Constructors Constructor Description GeometryBooleanFunction()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract boolean
execute(GeoPkgGeomReader reader)
protected void
xFunc()
-
-
-
Method Detail
-
execute
public abstract boolean execute(GeoPkgGeomReader reader) throws IOException, SQLException
- Throws:
IOException
SQLException
-
xFunc
protected void xFunc() throws SQLException
- Specified by:
xFunc
in classFunction
- Throws:
SQLException
-
-