刪除影像金字塔。
文法
raster ST_deletePyramid(raster source);
參數
參數名稱 | 描述 |
source | 需要刪除金字塔的raster對象。 |
描述
刪除影像金字塔,重設影像中繼資料,刪除金字塔塊資料。
樣本
Update raster_table set raster_obj = ST_deletePyramid(raster_obj) where id = 1;
刪除影像金字塔。
raster ST_deletePyramid(raster source);
參數名稱 | 描述 |
source | 需要刪除金字塔的raster對象。 |
刪除影像金字塔,重設影像中繼資料,刪除金字塔塊資料。
Update raster_table set raster_obj = ST_deletePyramid(raster_obj) where id = 1;