From: Regina Obe Date: Thu, 17 Feb 2011 12:15:49 +0000 (+0000) Subject: fix typo and add reference to ST_Value X-Git-Tag: 2.0.0alpha1~1961 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3dc20d493fcd7c94063bc95f91bd203e29d05337;p=postgis fix typo and add reference to ST_Value git-svn-id: http://svn.osgeo.org/postgis/trunk@6839 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml index 773af7448..686cfb300 100644 --- a/doc/reference_raster.xml +++ b/doc/reference_raster.xml @@ -3336,16 +3336,14 @@ WHERE A.rid =2 ) As foo; raster ST_MapAlgebra raster rast text expression - - - + 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 algebraic operations 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 @@ -3381,7 +3379,7 @@ WHERE rid = 2; See Also - , + , ,