]> granicus.if.org Git - postgis/commitdiff
Cross reference ST_BuildArea with ST_MakePolygon
authorSandro Santilli <strk@keybit.net>
Tue, 8 May 2012 16:47:25 +0000 (16:47 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 8 May 2012 16:47:25 +0000 (16:47 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9727 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_constructor.xml
doc/reference_processing.xml

index ae7652346b3c57fe38710c43462b5e5e65ae0dfd..a605496d6b419c25c786020386ddb9524e63fac3 100644 (file)
@@ -1501,7 +1501,14 @@ FROM
                </refsection>
                <refsection>
                        <title>See Also</title>
-                       <para><xref linkend="ST_Accum" />, <xref linkend="ST_AddPoint" />, <xref linkend="ST_GeometryType" />, <xref linkend="ST_IsClosed" />, <xref linkend="ST_LineMerge" /></para>
+                       <para>
+                               <xref linkend="ST_Accum" />,
+                               <xref linkend="ST_AddPoint" />,
+                               <xref linkend="ST_GeometryType" />,
+                               <xref linkend="ST_IsClosed" />,
+                               <xref linkend="ST_LineMerge" />,
+                               <xref linkend="ST_BuildArea" />
+                       </para>
                </refsection>
        </refentry>
 
index b39542eac9847ed7a15768ac13f44e9c112fb6b9..813f93727037673f31ca822e9d2a08fc9f67bfa7 100644 (file)
@@ -359,6 +359,7 @@ FROM (SELECT ST_Buffer(
 
                        <para>
                        <xref linkend="ST_Node" />,
+                       <xref linkend="ST_MakePolygon" />,
                        <xref linkend="ST_BdPolyFromText" />,
                        <xref linkend="ST_BdMPolyFromText" />wrappers to
                        this function with standard OGC interface</para>