删除影像金字塔。
语法
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;