删除影像金字塔。
语法
raster ST_deletePyramid(raster source);
参数
参数名称 | 描述 |
---|---|
source | 需要删除金字塔的raster对象。 |
描述
删除影像金字塔,重置影像元数据,删除金字塔块数据。
示例
Update raster_table set raster_obj = ST_deletePyramid(raster_obj) where id = 1;
更新时间:2020-07-28 14:15
删除影像金字塔。
raster ST_deletePyramid(raster source);
参数名称 | 描述 |
---|---|
source | 需要删除金字塔的raster对象。 |
删除影像金字塔,重置影像元数据,删除金字塔块数据。
Update raster_table set raster_obj = ST_deletePyramid(raster_obj) where id = 1;
在文档使用中是否遇到以下问题
更多建议
匿名提交