<?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>
<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>
<paramdef choice="opt"><type>varchar </type> <parameter>myparam=the_default_value</parameter></paramdef>
</funcprototype>
set part eg. set of geometries, should be of type geometry set/geometry set instead of geometry/geography -->
<funcprototype>
<funcdef>geometry <function>ST_MyMethod</function></funcdef>
<paramdef><type>geometry set </type> <parameter>g1</parameter></paramdef>
</funcprototype>
set part (the input to the window) eg. set of geometries, should be of type geometry winset/geometry winset instead of geometry/geography -->
<funcprototype>
<funcdef>geometry <function>ST_MyMethod</function></funcdef>
<paramdef><type>geometry winset </type> <parameter>g1</parameter></paramdef>
</funcprototype>
</funcsynopsis>
</refsynopsisdiv>
<refsection>
<title>Description</title>
<para>Some useful description here.</para>
<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 >= 3.3.0. </para>
<para>Enhanced: 2.0.0 support for Polyhedral surfaces, Triangles and TIN was introduced.</para>
<para>Changed: 2.0.0 support for Polyhedral surfaces, Triangles and TIN was introduced.</para>
<para>&sfs_compliant;</para>
<para>&sqlmm_compliant; SQL-MM 3: 5.1.40</para>
<para>&Z_support;</para>
<para>&curve_support;</para>
<para>&P_support;</para>
<para>&T_support;</para>
<para>&address_standardizer_required;</para>
</refsection>
<refsection>
<title>Examples</title>
<programlisting></programlisting>
</refsection>
<refsection>
<title>See Also</title>
<para><xref linkend="ST_MyMethod2" />, ...</para>
</refsection>
</refentry>