File: postgis.xml

package info (click to toggle)
postgis 2.3.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 58,660 kB
  • ctags: 10,181
  • sloc: ansic: 132,858; sql: 131,148; xml: 46,460; sh: 4,832; perl: 4,476; makefile: 2,749; python: 1,198; yacc: 442; lex: 131
file content (185 lines) | stat: -rw-r--r-- 7,021 bytes parent folder | download | duplicates (2)
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
                    "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [

<!-- This value is automatically generated by the Makefile -->
<!ENTITY last_release_version "@@LAST_RELEASE_VERSION@@">
<!ENTITY last_minor_version "2.2">

<!-- ONCE Tagged, this need to change to http://download.osgeo.org/postgis/source/postgis-@@LAST_RELEASE_VERSION@@.tar.gz -->
<!-- In dev should be, this need to change to http://postgis.net/stuff/postgis-@@LAST_RELEASE_VERSION@@.tar.gz -->
<!ENTITY postgis_download_url "@@POSTGIS_DOWNLOAD_URL@@/postgis-@@LAST_RELEASE_VERSION@@.tar.gz">

<!-- Change these values to update the version numbers referenced within the documentation -->
<!ENTITY last_proj_release_version "4.8.0">
<!ENTITY last_geos_release_version "3.4.0">
<!ENTITY min_postgres_version "9.2">

<!ENTITY introduction SYSTEM "introduction.xml">
<!ENTITY installation SYSTEM "installation.xml">
<!ENTITY faq SYSTEM "faq.xml">
<!ENTITY using_postgis_dataman SYSTEM "using_postgis_dataman.xml">
<!ENTITY using_raster_dataman SYSTEM "using_raster_dataman.xml">
<!ENTITY using_postgis_app SYSTEM "using_postgis_app.xml">
<!ENTITY performance_tips SYSTEM "performance_tips.xml">
<!ENTITY reference SYSTEM "reference.xml">
<!ENTITY postgis_aggs_mm SYSTEM "postgis_aggs_mm.xml">
<!ENTITY reporting SYSTEM "reporting.xml">
<!ENTITY release_notes SYSTEM "release_notes.xml">
<!ENTITY reference_type SYSTEM "reference_type.xml">
<!ENTITY reference_guc SYSTEM "reference_guc.xml">
<!ENTITY reference_management SYSTEM "reference_management.xml">
<!ENTITY reference_constructor SYSTEM "reference_constructor.xml">
<!ENTITY reference_accessor SYSTEM "reference_accessor.xml">
<!ENTITY reference_editor SYSTEM "reference_editor.xml">
<!ENTITY reference_output SYSTEM "reference_output.xml">
<!ENTITY reference_operator SYSTEM "reference_operator.xml">
<!ENTITY reference_measure SYSTEM "reference_measure.xml">
<!ENTITY reference_sfcgal SYSTEM "reference_sfcgal.xml">
<!ENTITY reference_processing SYSTEM "reference_processing.xml">
<!ENTITY reference_lrs SYSTEM "reference_lrs.xml">
<!ENTITY reference_temporal SYSTEM "reference_temporal.xml">
<!ENTITY reference_transaction SYSTEM "reference_transaction.xml">
<!ENTITY reference_misc SYSTEM "reference_misc.xml">
<!ENTITY reference_exception SYSTEM "reference_exception.xml">
<!ENTITY reference_raster SYSTEM "reference_raster.xml">
<!ENTITY faq_raster SYSTEM "faq_raster.xml">
<!ENTITY extras SYSTEM "extras.xml">
<!ENTITY extras_topology SYSTEM "extras_topology.xml">
<!ENTITY extras_tigergeocoder SYSTEM "extras_tigergeocoder.xml">
<!ENTITY extras_historytable SYSTEM "extras_historytable.xml">
<!ENTITY extras_address_standardizer SYSTEM "extras_address_standardizer.xml">

<!ENTITY sfs_compliant
"<inlinemediaobject>
   <imageobject><imagedata fileref='images/check.png' /></imageobject>
 </inlinemediaobject>
 This method implements the <ulink
 url='http://www.opengeospatial.org/standards/sfs'>OpenGIS Simple Features
 Implementation Specification for SQL 1.1.</ulink>">

<!ENTITY sqlmm_compliant
"<inlinemediaobject>
   <imageobject>
     <imagedata fileref='images/check.png' />
   </imageobject>
 </inlinemediaobject> This method implements the SQL/MM specification.">

<!ENTITY sfcgal_enhanced
"<inlinemediaobject>
   <imageobject>
     <imagedata fileref='images/check.png' />
   </imageobject>
 </inlinemediaobject> This method is also provided by SFCGAL backend.">

<!ENTITY sfcgal_required
"<inlinemediaobject>
   <imageobject>
     <imagedata fileref='images/check.png' />
   </imageobject>
 </inlinemediaobject> This method needs SFCGAL backend.">

<!ENTITY address_standardizer_required
"<inlinemediaobject>
   <imageobject>
     <imagedata fileref='images/check.png' />
   </imageobject>
 </inlinemediaobject> This method needs address_standardizer extension.">

<!ENTITY curve_support
"<inlinemediaobject>
   <imageobject><imagedata fileref='images/check.png' /></imageobject>
 </inlinemediaobject>
 This method supports Circular Strings and Curves">

<!ENTITY Z_support
"<inlinemediaobject>
   <imageobject>
     <imagedata fileref='images/check.png' />
   </imageobject>
 </inlinemediaobject>
 This function supports 3d and will not drop the z-index.">

<!ENTITY M_support
"<inlinemediaobject>
   <imageobject>
     <imagedata fileref='images/check.png' />
   </imageobject>
 </inlinemediaobject>
 This function supports M coordinates.">

<!ENTITY P_support
"<inlinemediaobject>
   <imageobject>
     <imagedata fileref='images/check.png' />
   </imageobject>
 </inlinemediaobject>
 This function supports Polyhedral surfaces.">

<!ENTITY T_support
"<inlinemediaobject>
   <imageobject>
     <imagedata fileref='images/check.png' />
   </imageobject>
 </inlinemediaobject>
 This function supports Triangles and Triangulated Irregular Network Surfaces (TIN).">
]>
<book>
  <title>PostGIS &last_release_version; Manual</title>

  <bookinfo>

	<corpauthor>The PostGIS Development Group</corpauthor>
	<editor>
		<firstname>Paul</firstname>

		<surname>Ramsey</surname>

		<affiliation>
		<orgname><ulink url="http://www.cleverelephant.ca">clever elephant</ulink></orgname>

		<address><city>Victoria</city>
		<state>British Columbia</state> <country>Canada</country>
		<email>pramsey@cleverelephant.ca</email></address>
		</affiliation>
	</editor>


	<productname>PostGIS</productname>
    <productnumber>&last_release_version;</productnumber>

    <abstract>
      <para>PostGIS is an extension to the PostgreSQL object-relational
      database system which allows GIS (Geographic Information Systems)
      objects to be stored in the database. PostGIS includes support for
      GiST-based R-Tree spatial indexes, and functions for analysis and
      processing of GIS objects.</para>

      <para><inlinemediaobject><imageobject><imagedata fileref='images/PostGIS_logo.png' /></imageobject></inlinemediaobject>
            <inlinemediaobject><imageobject><imagedata fileref='images/osgeo_logo.png' /></imageobject></inlinemediaobject>
      </para>
      <para>This is the manual for version &last_release_version;</para>
      <para><inlinemediaobject><imageobject><imagedata fileref='images/ccbysa.png' /></imageobject></inlinemediaobject> This work is licensed under a <ulink url="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 License</ulink>.
      Feel free to use this material any way you like, but we ask that you attribute credit to the PostGIS Project
      and wherever possible, a link back to <ulink url="http://postgis.net">http://postgis.net</ulink>.</para>
    </abstract>
  </bookinfo>

  &introduction;
  &installation;
  &faq;
  &using_postgis_dataman;
  &using_raster_dataman;
  &using_postgis_app;
  &performance_tips;
  &reference;
  &reference_raster;
  &faq_raster;
  &extras_topology;
  &extras_address_standardizer;
  &extras;
  &postgis_aggs_mm;
  &reporting;
  &release_notes;

</book>