ST_Retile — 从任意平铺的栅格覆盖返回一组配置好的瓦片。
SETOF raster ST_Retile(
regclass tab, name col, geometry ext, float8 sfx, float8 sfy, int tw, int th, text algo='NearestNeighbor')
;
返回一组瓦片,这些瓦片具有指定的比例尺(sfx
,sfy
)和最大尺寸(tw
,th
),并覆盖指定范围(ext
),数据来自指定的栅格覆盖(tab
,col
)。
算法选项包括:'NearestNeighbor','Bilinear','Cubic','CubicSpline' 和 'Lanczos'。 更多详细信息请参考:GDAL Warp 重采样方法。
可用性: 2.2.0