File: xsl-config.xml

package info (click to toggle)
postgis 3.5.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 69,528 kB
  • sloc: ansic: 162,229; sql: 93,970; xml: 53,139; cpp: 12,646; perl: 5,658; sh: 5,369; makefile: 3,435; python: 1,205; yacc: 447; lex: 151; pascal: 58
file content (205 lines) | stat: -rw-r--r-- 7,122 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
<!--
######################################################################################
#
# PostGIS - Spatial Types for PostgreSQL
# http://www.postgis.net
#
# This is free software; you can redistribute and/or modify it under
# the terms of the GNU General Public Licence. See the COPYING file.
#
# Copyright 2003-2022 Sandro Santilli <strk@kbt.io>
#
# Purpose: translatable configuration file for xsl generated
# documentation snippets
#
######################################################################################
-->

<config xmlns:xlink="http://www.w3.org/1999/xlink">
    <!-- Configuration for list_new_functions.xml.xsl -->
    <list_new_functions>

        <!-- List of maj/min versions we want to know about -->
        <postgis_versions>
            <v>3.5</v>
            <v>3.4</v>
            <v>3.3</v>
            <v>3.2</v>
            <v>3.1</v>
            <v>3.0</v>
            <v>2.5</v>
            <v>2.4</v>
            <v>2.3</v>
            <v>2.2</v>
            <v>2.1</v>
            <v>2.0</v>
            <v>1.5</v>
            <v>1.4</v>
            <v>1.3</v>
        </postgis_versions>

        <per_version_header>
            <title>PostGIS Functions new or enhanced in %</title>
            <para>The functions given below are PostGIS functions that were added or enhanced.</para>
        </per_version_header>

        <!--
        | List of supported availability/enhanced/changed tags
        | we use <para> to make them translatable.
        | The parameter is the text we want to show under the
        | section listing all functions tagged by that tag
        -->
        <supported_tags>
            <tag role="availability">
                <para>Functions new in PostGIS %</para>
            </tag>
            <tag role="enhanced">
                <para>Functions enhanced in PostGIS %</para>
            </tag>
            <tag role="changed">
                <para>Functions changed in PostGIS %</para>
            </tag>
        </supported_tags>

    </list_new_functions>

    <tags>
        <para role="tag_address_standardizer_required">
            <inlinemediaobject>
               <imageobject>
                 <imagedata fileref='images/check.png' />
               </imageobject>
            </inlinemediaobject>
            This method needs address_standardizer extension.
        </para>

        <para role="tag_curve_support">
            <inlinemediaobject conformance="curve">
               <imageobject><imagedata fileref='images/check.png' /></imageobject>
            </inlinemediaobject>
            This method supports Circular Strings and Curves.
        </para>

        <para role="tag_geography_transform">
            <inlinemediaobject conformance="geography_transform">
               <imageobject><imagedata fileref='images/matrix_transform.png' /></imageobject>
            </inlinemediaobject> For geography this is a thin wrapper around the geometry implementation.
        </para>

        <para role="tag_index_aware">
            This function automatically includes a bounding box comparison
            that makes use of any spatial indexes that are available on the geometries.
        </para>

        <para role="tag_M_support">
            <inlinemediaobject>
               <imageobject>
                 <imagedata fileref='images/check.png' />
            </imageobject>
            </inlinemediaobject>
            This function supports M coordinates.
        </para>

        <para role="tag_P_support">
            <inlinemediaobject conformance="polyhedral">
               <imageobject>
                 <imagedata fileref='images/check.png' />
               </imageobject>
            </inlinemediaobject>
            This function supports Polyhedral surfaces.
        </para>

        <para role="tag_sfcgal_enhanced">
            <inlinemediaobject conformance="sfcgal_enhanced">
                <imageobject>
                    <imagedata fileref='images/check.png' />
                </imageobject>
            </inlinemediaobject>
            This method is also provided by SFCGAL backend.
        </para>

        <para role="tag_sfcgal_required">
            <inlinemediaobject conformance="sfcgal_required">
               <imageobject>
                 <imagedata fileref='images/check.png' />
               </imageobject>
            </inlinemediaobject>
            This method needs SFCGAL backend.
        </para>

        <para role="tag_sfs_compliant">
            <inlinemediaobject>
               <imageobject>
                    <imagedata fileref='images/check.png' />
                </imageobject>
            </inlinemediaobject>
            This method implements the <link
            xlink:href="http://www.opengeospatial.org/standards/sfs">OGC Simple Features
            Implementation Specification for SQL 1.1.</link>
        </para>

        <para role="tag_sqlmm_compliant">
            <inlinemediaobject conformance="sqlmm">
                <imageobject>
                    <imagedata fileref='images/check.png' />
                </imageobject>
            </inlinemediaobject>
            This method implements the SQL/MM specification.
        </para>

        <para role="tag_T_support">
            <inlinemediaobject conformance="triangle">
               <imageobject>
                 <imagedata fileref='images/check.png' />
                </imageobject>
            </inlinemediaobject>
            This function supports Triangles and Triangulated Irregular Network Surfaces (TIN).
        </para>

        <para role="tag_Z_support">
            <inlinemediaobject conformance="3d">
               <imageobject>
                 <imagedata fileref='images/check.png' />
               </imageobject>
            </inlinemediaobject>
            This function supports 3d and will not drop the z-index.
        </para>

        <para role="tag_overlay_gridsize_arg">
            <para>
                If the optional <code>gridSize</code> parameter is given (GEOS-3.9.0 or higher required),
                all result vertices are guaranteed to fall on a grid of the specified
                size.  For the operation to give predictable results all the input vertices
                must fall already on the specified grid, see <xref linkend="ST_ReducePrecision"/>.
            </para>
        </para>
    </tags>

    <cheatsheets>
        <para role="new_in_release">
            New in this release
        </para>
        <para role="enhanced_in_release">
            Enhanced in this release
        </para>
        <para role="aggregate">
				Aggregate
        </para>
        <para role="window_function">
				Window function
        </para>
        <para role="requires_geos_3.9_or_higher">
				Requires GEOS (3.9,3.10,3.11,3.12) or higher
        </para>
        <para role="requires_sfcgal_1.5_or_higher">
				Requires SFCGAL 1.5 or higher
        </para>
        <para role="z_support">
				2.5/3D support
        </para>
        <para role="geography_support">
				Supports geography
        </para>
    </cheatsheets>

</config>