From: Bborie Park Date: Wed, 8 Feb 2012 21:08:46 +0000 (+0000) Subject: Remove deleted function signature for ST_PixelAsPolygon. Ticket is #1529 X-Git-Tag: 2.0.0alpha5~80 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=89a4c69eaae34f77c139146602d9fe2ffe148207;p=postgis 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 --- 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.