Class ImageMattersExtensions

    • Constructor Detail

      • ImageMattersExtensions

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

      • copyTableExtensions

        public void copyTableExtensions​(String table,
                                        String newTable)
        Copy all table extensions for the table
        Specified by:
        copyTableExtensions in class ExtensionManagement
        Parameters:
        table - table name
        newTable - new table name
      • deleteVectorTiles

        public void deleteVectorTiles​(String table)
        Delete the Vector Tiles extensions for the table
        Parameters:
        table - table name
      • deleteVectorTilesExtension

        public void deleteVectorTilesExtension()
        Delete the Vector Tiles extension
      • copyVectorTiles

        public void copyVectorTiles​(String table,
                                    String newTable)
        Copy the Vector Tiles extensions for the table
        Parameters:
        table - table name
        newTable - new table name
      • deletePortrayalExtension

        public void deletePortrayalExtension()
        Delete the Portrayal Extension