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');

설명

설정한 축척(sfx, sfy)과 최대 크기(tw, th)를 가지고, 설정한 래스터 커버리지(tab, col)에서 나온 데이터로 설정한 범위(ext)를 커버하는 타일들의 집합을 반환합니다.

알고리즘 옵션에는 'NearestNeighbor', 'Bilinear', 'Cubic', 'CubicSpline', 그리고 'Lanczos'가 있습니다. 자세한 내용은 GDAL Warp resampling methods 를 참조하십시오.

2.2.0 버전부터 사용할 수 있습니다.

참고

ST_CreateOverview