From 89a4c69eaae34f77c139146602d9fe2ffe148207 Mon Sep 17 00:00:00 2001 From: Bborie Park Date: Wed, 8 Feb 2012 21:08:46 +0000 Subject: [PATCH] Remove deleted function signature for ST_PixelAsPolygon. Ticket is #1529 git-svn-id: http://svn.osgeo.org/postgis/trunk@9117 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_raster.xml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml index 40135482c..dc948c5e6 100644 --- a/doc/reference_raster.xml +++ b/doc/reference_raster.xml @@ -2801,8 +2801,7 @@ rid | hb1 | hb2 | hb4 | numbands ST_PixelAsPolygon - Returns the geometry that bounds the pixel (for now a rectangle) for a particular band, row, column. If no band - specified band num 1 is assumed. + Returns the geometry that bounds the pixel (for now a rectangle) for a particular row and column. @@ -2813,21 +2812,13 @@ rid | hb1 | hb2 | hb4 | numbands integer columnx integer rowy - - geometry ST_PixelAsPolygon - raster rast - integer bandnum - integer columnx - integer rowy - Description - Returns the geometry that bounds the pixel (for now a rectangle) for a particular band, row, column. If no band - specified band num 1 is assumed. + Returns the geometry that bounds the pixel (for now a rectangle) for a particular row and column. -- 2.50.1