From a096f85bb3418d95717aba42d0b583b66e585353 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Fri, 18 Nov 2011 00:17:37 +0000 Subject: [PATCH] correct ST_Resample arguments to agree with implementation. Still need to fill in descriptions of what all params mean git-svn-id: http://svn.osgeo.org/postgis/trunk@8166 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_raster.xml | 66 +++++++++++++++++++++++++++------------- 1 file changed, 45 insertions(+), 21 deletions(-) diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml index 7c41c950e..7ac5ac26d 100644 --- a/doc/reference_raster.xml +++ b/doc/reference_raster.xml @@ -3485,27 +3485,51 @@ WHERE rid = 2; - - raster ST_Resample - raster rast - raster ref - text algorithm=NearestNeighbour - double precision maxerr=0.125 - - - - raster ST_Resample - raster rast - integer srid=NULL - double precision scalex=0 - double precision scaley=0 - double precision gridx=NULL - double precision gridy=NULL - double precision skewx=0 - double precision skewy=0 - text algorithm=NearestNeighbor - double precision maxerr=0.125 - + + raster ST_Resample + raster rast + integer width + integer height + integer srid=same_as_rast + double precision gridx=NULL + double precision gridy=NULL + double precision skewx=0 + double precision skewy=0 + text algorithm=NearestNeighbour + double precision maxerr=0.125 + + + + raster ST_Resample + raster rast + integer srid=NULL + double precision scalex=0 + double precision scaley=0 + double precision gridx=NULL + double precision gridy=NULL + double precision skewx=0 + double precision skewy=0 + text algorithm=NearestNeighbor + double precision maxerr=0.125 + + + + raster ST_Resample + raster rast + raster ref + text algorithm=NearestNeighbour + double precision maxerr=0.125 + boolean usescale=true + + + + raster ST_Resample + raster rast + raster ref + boolean usescale + text algorithm=NearestNeighbour + double precision maxerr=0.125 + -- 2.40.0