postgis/doc/template.xml
Regina Obe 812b3399bc revise template to use new entities
git-svn-id: http://svn.osgeo.org/postgis/trunk@4936 b70326c6-7e19-0410-871a-916f4a2858ee
2009-11-30 14:30:02 +00:00

68 lines
2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<refentry id="ST_MyMethod">
<refnamediv>
<refname>ST_MyMethod</refname>
<refpurpose>Returns something useful</refpurpose>
</refnamediv>
<refsynopsisdiv>
<funcsynopsis>
<funcprototype>
<funcdef>boolean <function>ST_MyMethod</function></funcdef>
<paramdef><type>geometry </type> <parameter>g1</parameter></paramdef>
<paramdef><type>geometry </type> <parameter>g2</parameter></paramdef>
</funcprototype>
<!-- an optional second method prototype -->
<funcprototype>
<funcdef>boolean <function>ST_MyMethod</function></funcdef>
<paramdef><type>geometry </type> <parameter>g1</parameter></paramdef>
<paramdef><type>geometry </type> <parameter>g2</parameter></paramdef>
<paramdef><type>varchar </type> <parameter>myparam</parameter></paramdef>
</funcprototype>
</funcsynopsis>
</refsynopsisdiv>
<refsection>
<title>Description</title>
<para>Some useful description here.</para>
<!-- optionally mention that this function uses indexes if appropriate -->
<note>
<para>This function call will automatically include a bounding box
comparison that will make use of any indexes that are available on the
geometries.</para>
</note>
<para>Availability: version goes here - requires GEOS &gt;= 2.1.0.</para>
<!-- Optionally mention OpenGIS compliancy if appropriate -->
<para>&sfs_compliant;</para>
<!-- Optionally mention SQL/MM compliancy if appropriate -->
<para>&sqlmm_compliant; SQL-MM 3: 5.1.40</para>
<!-- Optionally mention 3d support -->
<para>&Z_support;</para>
<!-- Optionally mention Circular String Support -->
<para>&curve_support;</para>
</refsection>
<refsection>
<title>Examples</title>
<programlisting></programlisting>
</refsection>
<!-- Optionally add a "See Also" section -->
<refsection>
<title>See Also</title>
<para><xref linkend="ST_MyMethod2" />, ...</para>
</refsection>
</refentry>