]> granicus.if.org Git - postgis/commitdiff
Remove deleted function signature for ST_PixelAsPolygon. Ticket is #1529
authorBborie Park <bkpark at ucdavis.edu>
Wed, 8 Feb 2012 21:08:46 +0000 (21:08 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Wed, 8 Feb 2012 21:08:46 +0000 (21:08 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9117 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_raster.xml

index 40135482cded75f4112e27890fbc2b1a76f4a998..dc948c5e661b583a6b33f4245185d1c0e1dc8077 100644 (file)
@@ -2801,8 +2801,7 @@ rid | hb1 | hb2 | hb4 | numbands
            <refentry id="RT_ST_PixelAsPolygon">
                        <refnamediv>
                                <refname>ST_PixelAsPolygon</refname>
-                               <refpurpose>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.</refpurpose>
+                               <refpurpose>Returns the geometry that bounds the pixel (for now a rectangle) for a particular row and column.</refpurpose>
                        </refnamediv>
                
                        <refsynopsisdiv>
@@ -2813,21 +2812,13 @@ rid | hb1 | hb2 | hb4 | numbands
                                        <paramdef><type>integer </type> <parameter>columnx</parameter></paramdef>
                                        <paramdef><type>integer </type> <parameter>rowy</parameter></paramdef>
                                  </funcprototype>
-                                 <funcprototype>
-                                       <funcdef>geometry <function>ST_PixelAsPolygon</function></funcdef>
-                                       <paramdef><type>raster </type> <parameter>rast</parameter></paramdef>
-                                       <paramdef><type>integer </type> <parameter>bandnum</parameter></paramdef>
-                                       <paramdef><type>integer </type> <parameter>columnx</parameter></paramdef>
-                                       <paramdef><type>integer </type> <parameter>rowy</parameter></paramdef>
-                                 </funcprototype>
                                </funcsynopsis>
                        </refsynopsisdiv>
                
                        <refsection>
                                <title>Description</title>
                                
-                               <para>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.</para>
+                               <para>Returns the geometry that bounds the pixel (for now a rectangle) for a particular row and column.</para>
 
                        </refsection>