From: Bborie Park Date: Fri, 12 Oct 2012 19:31:30 +0000 (+0000) Subject: Removed warning block for ST_MapAlgebra() doc page. Rearranged warning boxes X-Git-Tag: 2.1.0beta2~545 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=37ad3433b598b0abfbb243c6e5671f6a295d3c64;p=postgis Removed warning block for ST_MapAlgebra() doc page. Rearranged warning boxes git-svn-id: http://svn.osgeo.org/postgis/trunk@10421 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml index 499f2cb87..e51220d92 100644 --- a/doc/reference_raster.xml +++ b/doc/reference_raster.xml @@ -7670,12 +7670,6 @@ CREATE OR REPLACE FUNCTION sample_callbackfunc(value double precision[][][], pos Variant 4 operate upon two rasters with one band per raster. See example Variant 4. - - - The functions , and are deprecated as of PostGIS 2.1.0 and use of these functions are strongly discouraged. These functions may be removed in a future version of PostGIS. - - - Availability: 2.1.0 @@ -8327,6 +8321,12 @@ FROM prunion; Description + + + + is deprecated as of 2.1.0. Use instead. + + Creates a new one band raster formed by applying a valid PostgreSQL function specified by the onerasteruserfunc 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. @@ -8349,12 +8349,6 @@ FROM prunion; The text[] argument to the userfunction is required, regardless of whether you choose to pass any arguments to your user function for processing or not. - - - is deprecated as of 2.1.0. Use instead. - - - Availability: 2.0.0 @@ -8527,6 +8521,12 @@ WHERE rid=167; Description + + + is deprecated as of 2.1.0. Use instead. + + + Creates a new one band raster formed by applying a valid PostgreSQL function specified by the tworastuserfunc on the input raster rast1, rast2. If no band1 or band2 is specified, band 1 is assumed. The new raster will have the same georeference, width, and height as the original rasters but will only have one band. If pixeltype is passed in, then the new raster will have a band of that pixeltype. If pixeltype is passed NULL or left out, then the new raster band will have the same pixeltype as the input rast1 band. @@ -8549,12 +8549,6 @@ WHERE rid=167; The text[] argument to the tworastuserfunc is required, regardless of whether you choose to pass any arguments to your user function for processing or not. - - - is deprecated as of 2.1.0. Use instead. - - - Availability: 2.0.0 @@ -8726,6 +8720,12 @@ SELECT ST_MapAlgebraFct(m1.rast, 1, m1.rast, 3, Description + + + is deprecated as of 2.1.0. Use instead. + + + (one raster version) Return a raster which values are the result of a PLPGSQL user function involving a neighborhood of values from the input raster band. The user function takes the neighborhood of pixel values @@ -8772,12 +8772,6 @@ SELECT ST_MapAlgebraFct(m1.rast, 1, m1.rast, 3, - - - is deprecated as of 2.1.0. Use instead. - - - Availability: 2.0.0