From: Sandro Santilli Date: Thu, 11 Sep 2014 16:33:13 +0000 (+0000) Subject: Move ST_Retile documentation under "raster constructors" X-Git-Tag: 2.2.0rc1~846 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c4592b8ad5a8d9f58b27d45221f2b0847450c0c;p=postgis Move ST_Retile documentation under "raster constructors" Add note about difference from ST_Tile, link ST_Tile and ST_Resample git-svn-id: http://svn.osgeo.org/postgis/trunk@12972 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml index 050afd6b4..d65aedea5 100644 --- a/doc/reference_raster.xml +++ b/doc/reference_raster.xml @@ -1327,55 +1327,6 @@ WHERE short_name = 'GTiff') As g; - - - ST_Retile - - Return a set of configured tiles from an arbitrarily tiled raster coverage. - - - - - - - - SETOF raster ST_Retile - regclass tab - name col - geometry ext - float8 sfx - float8 sfy - int tw - int th - text algo='NearestNeighbor' - - - - - - - Description - - -Return a set of tiles having the specified scale (sfx, -sfy) and max size (tw, -th) and covering the specified extent -(ext) with data coming from the specified -raster coverage (tab, col). - - - Algorithm options are: 'NearestNeighbor', 'Bilinear', 'Cubic', 'CubicSpline', and 'Lanczos'. Refer to: GDAL Warp resampling methods for more details. - - Availability: 2.2.0 - - - See Also - - - - - - ST_CreateOverview @@ -2214,12 +2165,69 @@ FROM baz; See Also - + , + + + + ST_Retile + + Return a set of configured tiles from an arbitrarily tiled raster coverage. + + + + + + + + SETOF raster ST_Retile + regclass tab + name col + geometry ext + float8 sfx + float8 sfy + int tw + int th + text algo='NearestNeighbor' + + + + + + + Description + + +Return a set of tiles having the specified scale (sfx, +sfy) and max size (tw, +th) and covering the specified extent +(ext) with data coming from the specified +raster coverage (tab, col). + + + Algorithm options are: 'NearestNeighbor', 'Bilinear', 'Cubic', 'CubicSpline', and 'Lanczos'. Refer to: GDAL Warp resampling methods for more details. + + +This function uses a full table as input whereas uses a single value. + + + Availability: 2.2.0 + + + See Also + + , + , + + + + + +