~ubuntu-branches/ubuntu/trusty/postgis/trusty-security

« back to all changes in this revision

Viewing changes to doc/template.xml

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Paolo Lovergine
  • Date: 2009-12-11 13:10:34 UTC
  • mfrom: (1.1.9 upstream) (5.2.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20091211131034-wmsz69wxvt95pe5r
Tags: 1.4.0-2
* Upload to unstable.
* Better parameterized debian/rules against postgis $(VERSION).
* Added dblatex and libcunit1-dev among build-deps.
* Added postgis_comments.sql to contrib/ SQL templates.
* Dropping 8.3 support, no more supported for squeeze.
  (closes: #559587)
* Do not stop on error in postrm if the target dir does not exist.
  (closes: #560409)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<refentry id="ST_MyMethod">
 
3
  <refnamediv>
 
4
    <refname>ST_MyMethod</refname>
 
5
 
 
6
    <refpurpose>Returns something useful</refpurpose>
 
7
  </refnamediv>
 
8
 
 
9
  <refsynopsisdiv>
 
10
    <funcsynopsis>
 
11
      <funcprototype>
 
12
        <funcdef>boolean <function>ST_MyMethod</function></funcdef>
 
13
        <paramdef><type>geometry </type> <parameter>g1</parameter></paramdef>
 
14
        <paramdef><type>geometry </type> <parameter>g2</parameter></paramdef>
 
15
      </funcprototype>
 
16
 
 
17
      <!-- an optional second method prototype -->
 
18
      <funcprototype>
 
19
        <funcdef>boolean <function>ST_MyMethod</function></funcdef>
 
20
        <paramdef><type>geometry </type> <parameter>g1</parameter></paramdef>
 
21
        <paramdef><type>geometry </type> <parameter>g2</parameter></paramdef>
 
22
        <paramdef><type>varchar </type> <parameter>myparam</parameter></paramdef>
 
23
      </funcprototype>
 
24
    </funcsynopsis>
 
25
  </refsynopsisdiv>
 
26
 
 
27
  <refsection>
 
28
    <title>Description</title>
 
29
 
 
30
    <para>Some useful description here.</para>
 
31
 
 
32
    <!-- optionally mention that this function uses indexes if appropriate -->
 
33
    <note>
 
34
      <para>This function call will automatically include a bounding box
 
35
      comparison that will make use of any indexes that are available on the
 
36
      geometries.</para>
 
37
    </note>
 
38
 
 
39
        <para>Availability: version goes here - requires GEOS &gt;= 2.1.0.</para>
 
40
 
 
41
    <!-- Optionally mention OpenGIS compliancy if appropriate -->
 
42
    <para><inlinemediaobject>
 
43
        <imageobject>
 
44
          <imagedata fileref="images/check.png" />
 
45
        </imageobject>
 
46
      </inlinemediaobject> This method implements the <ulink
 
47
    url="http://www.opengeospatial.org/standards/sfs">OpenGIS Simple Features
 
48
    Implementation Specification for SQL.</ulink></para>
 
49
 
 
50
    <!-- Optionally mention SQL/MM compliancy if appropriate -->
 
51
    <para><inlinemediaobject>
 
52
        <imageobject>
 
53
          <imagedata fileref="images/check.png" />
 
54
        </imageobject>
 
55
      </inlinemediaobject> This method implements the SQL/MM specification: SQL-MM 3: 5.1.23</para>
 
56
 
 
57
        <!-- Optionally mention 3d support -->
 
58
    <para><inlinemediaobject>
 
59
        <imageobject>
 
60
          <imagedata fileref="images/check.png" />
 
61
        </imageobject>
 
62
      </inlinemediaobject> This function supports 3d and will not drop the z-index.</para>
 
63
 
 
64
        <!-- Optionally mention Circular String Support -->
 
65
            <para><inlinemediaobject>
 
66
                <imageobject>
 
67
                  <imagedata fileref="images/check.png" />
 
68
                </imageobject>
 
69
              </inlinemediaobject> This method supports Circular Strings and Curves </para>
 
70
  </refsection>
 
71
 
 
72
 
 
73
  <refsection>
 
74
    <title>Examples</title>
 
75
 
 
76
    <programlisting></programlisting>
 
77
  </refsection>
 
78
 
 
79
  <!-- Optionally add a "See Also" section -->
 
80
  <refsection>
 
81
    <title>See Also</title>
 
82
 
 
83
    <para><xref linkend="ST_MyMethod2" />, ...</para>
 
84
  </refsection>
 
85
</refentry>
 
 
b'\\ No newline at end of file'