Name

ST_Retile — 从任意平铺的栅格覆盖中返回一组配置的平铺。

Synopsis

SETOF raster ST_Retile(regclass tab, name col, geometry ext, float8 sfx, float8 sfy, int tw, int th, text algo='NearestNeighbor');

描述

返回一组具有指定比例的切片( sfxsfy )和最大尺寸( twth )和覆盖指定范围( ext )和来自指定栅格Coverage的数据( tabcol )。

算法选项有:‘NearestNeighbor’、‘Billinine’、‘Cubic’、‘Cubi Spline’和‘Lanczos’。请参阅: GDAL扭曲重采样方法 了解更多详细信息。

可用性:2.2.0

另请参阅

ST_CreateOverview