From: Bborie Park Date: Mon, 3 Dec 2012 22:17:53 +0000 (+0000) Subject: Fixed incorrect return type for ST_BandIsNoData(raster) in docs X-Git-Tag: 2.1.0beta2~328 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=063fd0389ca35a5364eb71f70340402083a4b038;p=postgis Fixed incorrect return type for ST_BandIsNoData(raster) in docs git-svn-id: http://svn.osgeo.org/postgis/trunk@10792 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml index 7936e4484..e7da12f88 100644 --- a/doc/reference_raster.xml +++ b/doc/reference_raster.xml @@ -6117,17 +6117,13 @@ WHERE rid = 2; ST_SetBandIsNoData - Sets the isnodata flag of the band to TRUE. You may - want to call this function if ST_BandIsNoData(rast, band) != - ST_BandIsNodata(rast, band, TRUE). This is, if the isnodata flag - is dirty. Band 1 is assumed if no band is specified. - + Sets the isnodata flag of the band to TRUE. - integer ST_SetBandIsNoData + raster ST_SetBandIsNoData raster rast integer band=1 @@ -6139,7 +6135,7 @@ WHERE rid = 2; Sets the isnodata flag for the band to true. Band 1 is assumed if not specified. This function should be called only - when the flag is considered dirty. This is, when the result + when the flag is considered dirty. That is, when the result calling is different using TRUE as last argument and without using it