From e01df15718acb24c2ad88ecd4bcb8491972c57b8 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Fri, 30 Apr 2010 19:17:01 +0000 Subject: [PATCH] move bandnodatavalue to raster band section git-svn-id: http://svn.osgeo.org/postgis/trunk@5595 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_wktraster.xml | 86 ++++++++++++++++++------------------- 1 file changed, 43 insertions(+), 43 deletions(-) diff --git a/doc/reference_wktraster.xml b/doc/reference_wktraster.xml index 2f6f05eb2..ccad1a579 100644 --- a/doc/reference_wktraster.xml +++ b/doc/reference_wktraster.xml @@ -506,49 +506,6 @@ VALUES(3, ST_MakeEmptyRaster( 100, 100, 0.0005, 0.0005, 1, 1, 0, 0, 4326) ) Raster Accessors - - - ST_BandNoDataValue - Returns the value in a given band that represents no data. - - - - - - integer ST_BandNoDataValue - raster rast - integer bandnum - - - - - - Description - - Returns the value that represents no data for the band - - - - Examples - - SELECT ST_BandNoDataValue(rast,1) As bnval1, - ST_BandNoDataValue(rast,2) As bnval2, ST_BandNoDataValue(rast,3) As bnval3 -FROM dummy_rast -WHERE rid = 2; - - bnval1 | bnval2 | bnval3 ---------+--------+-------- - 0 | 0 | 0 - - - - - - See Also - - - - ST_Box2D @@ -1363,6 +1320,49 @@ f + + + ST_BandNoDataValue + Returns the value in a given band that represents no data. + + + + + + integer ST_BandNoDataValue + raster rast + integer bandnum + + + + + + Description + + Returns the value that represents no data for the band + + + + Examples + + SELECT ST_BandNoDataValue(rast,1) As bnval1, + ST_BandNoDataValue(rast,2) As bnval2, ST_BandNoDataValue(rast,3) As bnval3 +FROM dummy_rast +WHERE rid = 2; + + bnval1 | bnval2 | bnval3 +--------+--------+-------- + 0 | 0 | 0 + + + + + + See Also + + + + ST_BandPath -- 2.40.0