From: Regina Obe Date: Thu, 17 Feb 2011 04:23:03 +0000 (+0000) Subject: Document ST_MapAlgebra -- need better description and examples forthcoming X-Git-Tag: 2.0.0alpha1~1965 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cda6c43f8d9587c011435d6cc73e00d7ddfddd1b;p=postgis Document ST_MapAlgebra -- need better description and examples forthcoming git-svn-id: http://svn.osgeo.org/postgis/trunk@6835 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml index 14fce08fb..6eeb357c0 100644 --- a/doc/reference_raster.xml +++ b/doc/reference_raster.xml @@ -3292,6 +3292,77 @@ WHERE A.rid =2 ) As foo; + + + ST_MapAlgebra + Creates a new raster formed by applying algebraic operations defined by the expression on the input raster and of pixeeltype provided. band 1 is assumed if no band is specified. + + + + + + raster ST_MapAlgebra + raster rast + integer band + text expression + text nodatavalueexpr + text pixeltype + + + + raster ST_MapAlgebra + raster rast + integer band + text expression + text nodatavalueexpr + + + + raster ST_MapAlgebra + raster rast + text expression + text nodatavalueexpr + text pixeltype + + + + raster ST_MapAlgebra + raster rast + text expression + text pixeltype + + + + raster ST_MapAlgebra + raster rast + text expression + + + + + + + + Description + + Creates a new raster formed by applying algebraic operations defined by the expression on the input raster. If no band number is specified + band 1 is assumed. + + Availability: 2.0.0 + + + + Examples + + + + + + See Also + + + + ST_Polygon