From 2738b1aa0e065d915a8c501556ca76a2ba4fcf51 Mon Sep 17 00:00:00 2001 From: Bborie Park Date: Tue, 22 May 2012 17:07:07 +0000 Subject: [PATCH] Fix unbalanced tags git-svn-id: http://svn.osgeo.org/postgis/trunk@9800 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_raster.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml index cacb1e755..9c645a6d5 100644 --- a/doc/reference_raster.xml +++ b/doc/reference_raster.xml @@ -3320,6 +3320,7 @@ WHERE Description Returns the nearest non-NODATA value of a given band in a given columnx, rowy pixel or at a specific geometric point. If the columnx, rowy pixel or the pixel at the specified geometric point is NODATA, the function will find the nearest pixel to the columnx, rowy pixel or geometric point whose value is not NODATA. + Band numbers start at 1 and bandnum is assumed to be 1 if not specified. If exclude_nodata_value is set to false, then all pixels include nodata pixels are considered to intersect and return value. If exclude_nodata_value is not passed in then reads it from metadata of raster. @@ -3455,6 +3456,7 @@ FROM ( Description Returns a 2-D double precision array of the non-NODATA values around a given band's pixel specified by either a columnx and rowy or a geometric point expressed in the same spatial reference coordinate system as the raster. The distance parameter defines the number of pixels around the specified pixel, e.g. I want all values within 3 pixel distance around my pixel of interest. The center value of the 2-D array will be the value at the pixel specified by the columnx and rowy or the geometric point. + Band numbers start at 1 and bandnum is assumed to be 1 if not specified. If exclude_nodata_value is set to false, then all pixels include nodata pixels are considered to intersect and return value. If exclude_nodata_value is not passed in then reads it from metadata of raster. -- 2.40.0