Class GeometryIndexTableCreator


  • public class GeometryIndexTableCreator
    extends GeoPackageTableCreator
    Geometry Index Extension Table Creator
    Since:
    4.0.0
    Author:
    osbornb
    • Constructor Detail

      • GeometryIndexTableCreator

        public GeometryIndexTableCreator​(GeoPackageCoreConnection db)
        Constructor
        Parameters:
        db - db connection
      • GeometryIndexTableCreator

        public GeometryIndexTableCreator​(GeoPackageCore geoPackage)
        Constructor
        Parameters:
        geoPackage - GeoPackage
    • Method Detail

      • createTableIndex

        public int createTableIndex()
        Create Table Index table
        Returns:
        executed statements
      • createGeometryIndex

        public int createGeometryIndex()
        Create Geometry Index table
        Returns:
        executed statements
      • indexGeometryIndex

        public int indexGeometryIndex()
        Create Geometry Index table column indexes
        Returns:
        executed statements
      • unindexGeometryIndex

        public int unindexGeometryIndex()
        Un-index (drop) Geometry Index table column indexes
        Returns:
        executed statements