文档

ST_deletePyramid

更新时间:

删除影像金字塔。

语法

raster ST_deletePyramid(raster source);

参数

参数名称

描述

source

需要删除金字塔的raster对象。

描述

删除影像金字塔,重置影像元数据,删除金字塔块数据。

示例

Update raster_table set raster_obj = ST_deletePyramid(raster_obj) where id = 1;
  • 本页导读 (1)
文档反馈