Name

ST_Retile — Restituisce un insieme di piastrelle configurate da una copertura raster piastrellata arbitrariamente.

Synopsis

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

Descrizione

Restituisce un insieme di tessere con la scala specificata (sfx, sfy) e la dimensione massima (tw, th) e che coprono l'estensione specificata (ext) con dati provenienti dalla copertura raster specificata (tab, col).

Algorithm options are: 'NearestNeighbor', 'Bilinear', 'Cubic', 'CubicSpline', and 'Lanczos'. Refer to: GDAL Warp resampling methods for more details.

Disponibilità: 2.2.0

Si veda anche

ST_CreateOverview