]> granicus.if.org Git - postgis/commitdiff
Added missing "See Also" sections for ST_NearestValue and
authorBborie Park <bkpark at ucdavis.edu>
Tue, 22 May 2012 17:47:11 +0000 (17:47 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Tue, 22 May 2012 17:47:11 +0000 (17:47 +0000)
ST_Neighborhood

git-svn-id: http://svn.osgeo.org/postgis/trunk@9801 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_raster.xml

index 9c645a6d54172168055c41d8bd750e6c80291e25..51320cff25f4b7c86ce2760658c766786c75dcf6 100644 (file)
@@ -1896,7 +1896,7 @@ FROM (
                                <para>
                                        <xref linkend="RT_ST_Raster2WorldCoordX" />, 
                                        <xref linkend="RT_ST_Raster2WorldCoordY" />, 
-                                       <xref linkend="RT_ST_SetSkew" />
+                                       <xref linkend="RT_ST_SetSkew" />
                                </para>
                        </refsection>
                </refentry>
@@ -2485,7 +2485,11 @@ FROM dummy_rast;
                        <!-- Optionally add a "See Also" section -->
                        <refsection>
                                <title>See Also</title>
-                               <para><xref linkend="RT_ST_Raster2WorldCoordX" />, <xref linkend="RT_ST_Raster2WorldCoordY" />, <xref linkend="RT_ST_SRID" /></para>
+                               <para>
+                                       <xref linkend="RT_ST_Raster2WorldCoordX" />, 
+                                       <xref linkend="RT_ST_Raster2WorldCoordY" />, 
+                                       <xref linkend="RT_ST_SRID" />
+                               </para>
                        </refsection>
                </refentry>
                
@@ -3402,6 +3406,14 @@ FROM (
 
                        </refsection>
 
+                       <refsection>
+                               <title>See Also</title>
+                               <para>
+                                       <xref linkend="RT_ST_Neighborhood" />, 
+                                       <xref linkend="RT_ST_Value" />
+                               </para>
+                       </refsection>
+
                </refentry>
 
                <refentry id="RT_ST_Neighborhood">
@@ -3574,6 +3586,20 @@ FROM (
 
                        </refsection>
 
+                       <refsection>
+                               <title>See Also</title>
+                               <para>
+                                       <xref linkend="RT_ST_NearestValue" />, 
+                                       <xref linkend="RT_ST_Min4ma" />, 
+                                       <xref linkend="RT_ST_Max4ma" />, 
+                                       <xref linkend="RT_ST_Sum4ma" />, 
+                                       <xref linkend="RT_ST_Mean4ma" />, 
+                                       <xref linkend="RT_ST_Range4ma" />, 
+                                       <xref linkend="RT_ST_Distinct4ma" />, 
+                                       <xref linkend="RT_ST_StdDev4ma" />
+                               </para>
+                       </refsection>
+
                </refentry>