Package org.geotools.geopkg.geom
Class GeometryFunction
Object
Function
GeometryFunction
Deprecated.
The implementation forces object wrapping for all primitives, causing generation of lots of short lived
     objects.
An sqlite function that operates on a Geopackage Geometry BLOB.
- Author:
 - Justin Deoliveira, Niels Charlier
 
- 
Nested Class Summary
Nested classes/interfaces inherited from class Function
Function.Aggregate, Function.Window - 
Field Summary
Fields inherited from class Function
FLAG_DETERMINISTIC - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionabstract Objectexecute(GeoPkgGeomReader reader) Deprecated.protected voidxFunc()Deprecated.Methods inherited from class Function
args, create, create, create, destroy, destroy, error, result, result, result, result, result, result, value_blob, value_double, value_int, value_long, value_text, value_type 
- 
Constructor Details
- 
GeometryFunction
public GeometryFunction()Deprecated. 
 - 
 - 
Method Details
- 
execute
Deprecated.- Throws:
 IOException
 - 
xFunc
Deprecated.- Specified by:
 xFuncin classFunction- Throws:
 SQLException
 
 -