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