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 SummaryConstructors Constructor Description GeometryBooleanFunction()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract booleanexecute(GeoPkgGeomReader reader)protected voidxFunc()
 
- 
- 
- 
Method Detail- 
executepublic abstract boolean execute(GeoPkgGeomReader reader) throws IOException, SQLException - Throws:
- IOException
- SQLException
 
 - 
xFuncprotected void xFunc() throws SQLException- Specified by:
- xFuncin class- Function
- Throws:
- SQLException
 
 
- 
 
-