ADd more curved geometry support functions to list and give curved geometry special index a pretty anchor.

git-svn-id: http://svn.osgeo.org/postgis/trunk@4005 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Regina Obe 2009-04-16 05:54:04 +00:00
parent d48d3dff37
commit 7107785d0a
2 changed files with 32 additions and 3 deletions

View file

@ -3034,6 +3034,13 @@ t
url="http://www.opengeospatial.org/standards/sfs">OpenGIS Simple Features
Implementation Specification for SQL.</ulink></para>
<!-- Optionally mention Circular String Support -->
<para><inlinemediaobject>
<imageobject>
<imagedata fileref="images/check.png" />
</imageobject>
</inlinemediaobject> This method supports Circular Strings and Curves </para>
</refsection>
@ -3645,6 +3652,7 @@ WHERE n &gt;= ST_NumGeometries(the_geom);</programlisting>
</imageobject>
</inlinemediaobject> This method implements the SQL/MM specification:
SQL-MM 3: 5.1.4</para>
</refsection>
<refsection>
@ -4794,6 +4802,13 @@ FROM ( VALUES ('LINESTRING(0 0, 1 1, 2 2)'::geometry) ) AS foo;
</imageobject>
</inlinemediaobject> This method implements the SQL/MM specification:
SQL-MM 3: 5.1.5</para>
<!-- Optionally mention Circular String Support -->
<para><inlinemediaobject>
<imageobject>
<imagedata fileref="images/check.png" />
</imageobject>
</inlinemediaobject> This method supports Circular Strings and Curves </para>
</refsection>
<refsection>
@ -6527,6 +6542,13 @@ LINESTRING(-1 2 3,-1 3 4,-1 1 3)
<ulink url="http://www.opengeospatial.org/standards/sfs">OpenGIS Simple
Features Implementation Specification for SQL.</ulink>
</para>
<!-- Optionally mention Circular String Support -->
<para><inlinemediaobject>
<imageobject>
<imagedata fileref="images/check.png" />
</imageobject>
</inlinemediaobject> This method supports Circular Strings and Curves </para>
</refsection>
<refsection>
@ -7727,6 +7749,13 @@ SELECT ST_GeoHash(ST_SetSRID(ST_MakePoint(-126,48),4326),5);
</imageobject>
</inlinemediaobject> This method implements the SQL/MM specification:
SQL-MM 3: 5.1.25</para>
<!-- Optionally mention Circular String Support -->
<para><inlinemediaobject>
<imageobject>
<imagedata fileref="images/check.png" />
</imageobject>
</inlinemediaobject> This method supports Circular Strings and Curves </para>
</refsection>

View file

@ -98,9 +98,9 @@
</itemizedlist>
</sect1>
<sect1>
<title>PostGIS Circular String Curve Support Functions</title>
<para>The functions given below are PostGIS functions that can use CIRCULARSTRING and CURVEDPOLYGON</para>
<sect1 id="PostGIS_Curved_GeometryFunctions">
<title>PostGIS Curved Geometry Support Functions</title>
<para>The functions given below are PostGIS functions that can use CIRCULARSTRING, CURVEDPOLYGON, and other curved geometry types</para>
<itemizedlist>
<!-- Pull out the purpose section for each ref entry and strip whitespace and put in a variable to be tagged unto each function comment -->
<xsl:for-each select='sect1/refentry'>