Package org.geotools.geopkg.geom
Class GeometryFunction
- Object
- 
- Function
- 
- GeometryFunction
 
 
- 
 @Deprecated public abstract class GeometryFunction extends Function 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
 
- 
- 
Constructor SummaryConstructors Constructor Description GeometryFunction()Deprecated.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description abstract Objectexecute(GeoPkgGeomReader reader)Deprecated.protected voidxFunc()Deprecated.
 
- 
- 
- 
Method Detail- 
executepublic abstract Object execute(GeoPkgGeomReader reader) throws IOException Deprecated.- Throws:
- IOException
 
 - 
xFuncprotected void xFunc() throws SQLExceptionDeprecated.- Specified by:
- xFuncin class- Function
- Throws:
- SQLException
 
 
- 
 
-