]> granicus.if.org Git - postgis/commitdiff
Link ST_Tesselate to ST_(Constrained)DelaunayTriangles
authorDarafei Praliaskouski <me@komzpa.net>
Sun, 4 Aug 2019 12:01:32 +0000 (12:01 +0000)
committerDarafei Praliaskouski <me@komzpa.net>
Sun, 4 Aug 2019 12:01:32 +0000 (12:01 +0000)
Closes #4458

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

doc/reference_processing.xml
doc/reference_sfcgal.xml

index b5ac7aace0236521258dc1247353f02ad1e24c93..8e4afa5d18e0df06f207e2a873a40db52905a444 100644 (file)
@@ -1236,7 +1236,7 @@ GEOMETRYCOLLECTION Z (POLYGON Z ((14 14 10,20 10 150,34 6 25,14 14 10))
                </refsection>
                <refsection>
                        <title>See Also</title>
-                       <para><xref linkend="ST_ConstrainedDelaunayTriangles" />, <xref linkend="ST_ConcaveHull" />, <xref linkend="ST_Dump" />
+                       <para><xref linkend="ST_ConstrainedDelaunayTriangles" />, <xref linkend="ST_ConcaveHull" />, <xref linkend="ST_Dump" />, <xref linkend="ST_Tesselate" />
                        </para>
                </refsection>
        </refentry>
index 2b031a8ed6ee982d9229838c1a6606064b5ff644..ef1633cde4e199b536c9559ce70720efe9585ecf 100644 (file)
@@ -553,7 +553,7 @@ select ST_DelaunayTriangles(
          </refsection>
                <refsection>
                        <title>See Also</title>
-                       <para><xref linkend="ST_DelaunayTriangles" />, <xref linkend="ST_ConcaveHull" />, <xref linkend="ST_Dump" />
+                       <para><xref linkend="ST_DelaunayTriangles" />,  <xref linkend="ST_Tesselate" />, <xref linkend="ST_ConcaveHull" />, <xref linkend="ST_Dump" />
                        </para>
                </refsection>
        </refentry>
@@ -984,7 +984,14 @@ FROM ( SELECT ST_Extrude(ST_Buffer(ST_GeomFromText('POINT(100 90)'),
                                </tbody>
                                </tgroup>
                        </informaltable>
-         </refsection>
+               </refsection>
+
+               <refsection>
+                <title>See Also</title>
+
+                <para><xref linkend="ST_ConstrainedDelaunayTriangles" />, <xref linkend="ST_DelaunayTriangles" /></para>
+          </refsection>
+
 
        </refentry>