]> granicus.if.org Git - postgis/commitdiff
move bandnodatavalue to raster band section
authorRegina Obe <lr@pcorp.us>
Fri, 30 Apr 2010 19:17:01 +0000 (19:17 +0000)
committerRegina Obe <lr@pcorp.us>
Fri, 30 Apr 2010 19:17:01 +0000 (19:17 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5595 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_wktraster.xml

index 2f6f05eb2e3885d880337dfed0987558f20dfe1a..ccad1a579f8f2f6fb2f5a1f9dcd7799f81962f6b 100644 (file)
@@ -506,49 +506,6 @@ VALUES(3, ST_MakeEmptyRaster( 100, 100, 0.0005, 0.0005, 1, 1, 0, 0, 4326) )
        </sect1>
        <sect1 id="Raster_Accessors">
                <title>Raster Accessors</title>
-               <refentry id="RT_ST_BandNoDataValue">
-                       <refnamediv>
-                               <refname>ST_BandNoDataValue</refname>
-                               <refpurpose>Returns the value in a given band that represents no data.</refpurpose>
-                       </refnamediv>
-               
-                       <refsynopsisdiv>
-                               <funcsynopsis>
-                                 <funcprototype>
-                                       <funcdef>integer <function>ST_BandNoDataValue</function></funcdef>
-                                       <paramdef><type>raster </type> <parameter>rast</parameter></paramdef>
-                                       <paramdef><type>integer </type> <parameter>bandnum</parameter></paramdef>
-                                 </funcprototype>
-                               </funcsynopsis>
-                       </refsynopsisdiv>
-               
-                       <refsection>
-                               <title>Description</title>
-                               
-                               <para>Returns the value that represents no data for the band</para>
-                               </refsection>
-                               
-                               <refsection>
-                                       <title>Examples</title>
-                               
-                                       <programlisting>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
-                               </programlisting>
-                       
-                       </refsection>
-
-                       <refsection>
-                               <title>See Also</title>
-                               <para><xref linkend="RT_ST_NumBands" /></para>
-                       </refsection>
-               </refentry>
-               
                <refentry id="RT_ST_Box2D">
                        <refnamediv>
                                <refname>ST_Box2D</refname>
@@ -1363,6 +1320,49 @@ f
                        </refsection>
                </refentry>
                
+               <refentry id="RT_ST_BandNoDataValue">
+                       <refnamediv>
+                               <refname>ST_BandNoDataValue</refname>
+                               <refpurpose>Returns the value in a given band that represents no data.</refpurpose>
+                       </refnamediv>
+               
+                       <refsynopsisdiv>
+                               <funcsynopsis>
+                                 <funcprototype>
+                                       <funcdef>integer <function>ST_BandNoDataValue</function></funcdef>
+                                       <paramdef><type>raster </type> <parameter>rast</parameter></paramdef>
+                                       <paramdef><type>integer </type> <parameter>bandnum</parameter></paramdef>
+                                 </funcprototype>
+                               </funcsynopsis>
+                       </refsynopsisdiv>
+               
+                       <refsection>
+                               <title>Description</title>
+                               
+                               <para>Returns the value that represents no data for the band</para>
+                               </refsection>
+                               
+                               <refsection>
+                                       <title>Examples</title>
+                               
+                                       <programlisting>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
+                               </programlisting>
+                       
+                       </refsection>
+
+                       <refsection>
+                               <title>See Also</title>
+                               <para><xref linkend="RT_ST_NumBands" /></para>
+                       </refsection>
+               </refentry>
+               
                <refentry id="RT_ST_BandPath">
                        <refnamediv>
                                <refname>ST_BandPath</refname>