Cross reference ST_BuildArea with ST_MakePolygon

git-svn-id: http://svn.osgeo.org/postgis/trunk@9727 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Sandro Santilli 2012-05-08 16:47:25 +00:00
parent 59383e9364
commit bbdc67a958
2 changed files with 9 additions and 1 deletions

View 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>

View 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>