From: Regina Obe Date: Thu, 17 Feb 2011 13:08:51 +0000 (+0000) Subject: wrong statement X-Git-Tag: 2.0.0alpha1~1958 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f98edb405f7361ab32289e355a74995d4c01e661;p=postgis wrong statement git-svn-id: http://svn.osgeo.org/postgis/trunk@6842 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml index 800ac3824..628ad0c09 100644 --- a/doc/reference_raster.xml +++ b/doc/reference_raster.xml @@ -3295,7 +3295,7 @@ WHERE A.rid =2 ) As foo; ST_MapAlgebra - Creates a new one band raster formed by applying a valid PostgreSQL algebraic operations on the input raster band and of pixeeltype provided. band 1 is assumed if no band is specified. + Creates a new one band raster formed by applying a valid PostgreSQL algebraic operation on the input raster band and of pixeeltype provided. band 1 is assumed if no band is specified. @@ -3343,11 +3343,11 @@ WHERE A.rid =2 ) As foo; Description - Creates a new one band raster formed by applying algebraic operations defined by the expression on the input raster (rast). If no band is specified + Creates a new one band raster formed by applying a valid PostgreSQL algebraic operation defined by the expression on the input raster (rast). If no band is specified band 1 is assumed. The new raster will have the same georeference, width, and height as the original raster but will only have one band. If pixeltype is passed in, then the new raster will have a band of that pixeltype. If no pixeltype is passed in, then the new raster band will have the same pixeltype as the input rast - Use the term rast to refer to the band you are changing. + Use the term rast to refer to the pixel value of the original. Availability: 2.0.0