Class GeometryFunction


  • public abstract class GeometryFunction
    extends org.sqlite.Function
    Geometry Function for reading Geometry Data from a geometry column blob
    Since:
    2.0.1
    Author:
    osbornb
    • Constructor Detail

      • GeometryFunction

        public GeometryFunction​(String name)
        Constructor
        Parameters:
        name - function name
        Since:
        6.0.0
    • Method Detail

      • getName

        public String getName()
        Get the function name
        Returns:
        name
        Since:
        6.0.0
      • execute

        public abstract Object execute​(GeoPackageGeometryData geometryData)
        Execute the function
        Parameters:
        geometryData - geometry data
        Returns:
        function result
      • xFunc

        protected void xFunc()
                      throws SQLException
        Specified by:
        xFunc in class org.sqlite.Function
        Throws:
        SQLException