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