\r
<sect1 id="PostGIS_TypeFunctionMatrix">\r
<title>PostGIS Type Function Matrix</title>\r
-\r
- <para>Below is an alphabetical listing of all functions in PostGIS and the kinds of spatial\r
- types they work with.</para>\r
- <para>An + means the function works with it natively. A T means it does but has a transform cast built-in to \r
- do the work so not native. A * means the function works with it, but only does because of auto-casting\r
- behavior.</para>\r
-\r
+ <sect1info>\r
+ <abstract>\r
+ <para>Below is an alphabetical listing of all functions in PostGIS and the kinds of spatial\r
+ types they work with.</para>\r
+ <para>An + means the function works with it natively. A T means it does but has a transform cast built-in to \r
+ do the work so not native. A * means the function works with it, but only does because of auto-casting\r
+ behavior.</para>\r
+ </abstract>\r
+ </sect1info>\r
<table frame='all'><title>Function Type Support Matrix</title>\r
<tgroup cols='5' align='left' colsep='1' rowsep='1'>\r
<colspec colname='function'/>\r
</xsl:for-each>\r
</tbody>\r
</tgroup>\r
- </table>\r
- \r
- <!-- Pull out the purpose section for each ref entry and strip whitespace and put in a variable to be tagged unto each function comment -->\r
- <xsl:for-each select='sect1/refentry'>\r
- <xsl:sort select="@id"/>\r
- <xsl:variable name='comment'>\r
- <xsl:value-of select="normalize-space(translate(translate(refnamediv/refpurpose,'
', ' '), '	', ' '))"/>\r
- </xsl:variable>\r
- <xsl:variable name="refid">\r
- <xsl:value-of select="@id" />\r
- </xsl:variable>\r
- <xsl:variable name="refname">\r
- <xsl:value-of select="refnamediv/refname" />\r
- </xsl:variable>\r
-\r
- <!-- If at least one proto function accepts or returns a geography -->\r
- <xsl:choose>\r
- <xsl:when test="contains(refsynopsisdiv/funcsynopsis,'geometry_dump') or contains(refsynopsisdiv/funcsynopsis/funcprototype/funcdef,'geometry_dump')">\r
- <listitem><link linkend="{$refid}"><xsl:value-of select="$refname" /></link> - <xsl:value-of select="$comment" /></listitem>\r
- </xsl:when>\r
- </xsl:choose>\r
- </xsl:for-each>\r
- \r
- </sect1>\r
+ </table> \r
+ </sect1>\r
\r
<sect1 id="NewFunctions">\r
<title>New PostGIS Functions</title>\r