From 3dc20d493fcd7c94063bc95f91bd203e29d05337 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Thu, 17 Feb 2011 12:15:49 +0000 Subject: [PATCH] fix typo and add reference to ST_Value git-svn-id: http://svn.osgeo.org/postgis/trunk@6839 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_raster.xml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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 - , + , , -- 2.50.1