#: reference_measure.xml:665
#, no-c-format
msgid ""
-"In each of the following illustrations, the blue dot represents the centroid "
+"In each of the following illustrations, the green dot represents the centroid "
"of the source geometry."
msgstr ""
#: reference_measure.xml:665
#, no-c-format
msgid ""
-"In each of the following illustrations, the blue dot represents the centroid "
+"In each of the following illustrations, the green dot represents the centroid "
"of the source geometry."
msgstr ""
#: reference_measure.xml:665
#, no-c-format
msgid ""
-"In each of the following illustrations, the blue dot represents the centroid "
+"In each of the following illustrations, the green dot represents the centroid "
"of the source geometry."
msgstr ""
#: reference_measure.xml:665
#, no-c-format
msgid ""
-"In each of the following illustrations, the blue dot represents the centroid "
+"In each of the following illustrations, the green dot represents the centroid "
"of the source geometry."
msgstr ""
#: reference_measure.xml:665
#, no-c-format
msgid ""
-"In each of the following illustrations, the blue dot represents the centroid "
+"In each of the following illustrations, the green dot represents the centroid "
"of the source geometry."
msgstr "次に示す図では、青点が入力ジオメトリの重心です。"
#: reference_measure.xml:665
#, no-c-format
msgid ""
-"In each of the following illustrations, the blue dot represents the centroid "
+"In each of the following illustrations, the green dot represents the centroid "
"of the source geometry."
msgstr "다음 그림들 각각에서, 파란색 점이 입력 도형의 중심점을 나타냅니다."
#: reference_measure.xml:665
#, no-c-format
msgid ""
-"In each of the following illustrations, the blue dot represents the centroid "
+"In each of the following illustrations, the green dot represents the centroid "
"of the source geometry."
msgstr ""
#: reference_measure.xml:665
#, no-c-format
msgid ""
-"In each of the following illustrations, the blue dot represents the centroid "
+"In each of the following illustrations, the green dot represents the centroid "
"of the source geometry."
msgstr ""
"Em cada uma das ilustrações seguintes, o ponto azul representa o centroide "
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-01-28 07:02+0000\n"
+"POT-Creation-Date: 2017-03-29 06:29+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc@kde.org>\n"
#: extras_topology.xml:13
#, no-c-format
msgid ""
-"To build PostGIS 2.0 with topology support, compile with the --with-topology "
-"option as described in <xref linkend=\"postgis_installation\"/>. Some "
-"functions depend on GEOS 3.3+ so you should compile with GEOS 3.3+ to fully "
-"utilize the topology support."
+"Topolgy support is build by default starting with PostGIS 2.0, and can be "
+"disabled specifying --without-topology configure option at build time as "
+"described in <xref linkend=\"postgis_installation\"/>"
msgstr ""
#. Tag: para
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-02-09 08:27+0000\n"
+"POT-Creation-Date: 2017-03-29 06:29+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc@kde.org>\n"
#: installation.xml:499
#, no-c-format
msgid ""
-"Compile with topology support. This will build the topology.sql file. There "
-"is no corresponding library as all logic needed for topology is in postgis-"
-"&last_release_version; library."
+"Disable topology support. There is no corresponding library as all logic "
+"needed for topology is in postgis-&last_release_version; library."
msgstr ""
#. Tag: para
#: installation.xml:970
#, no-c-format
msgid ""
-"Then run the <xref linkend=\"Loader_Generate_Nation_Script\"/> and <xref "
-"linkend=\"Loader_Generate_Script\"/> SQL functions make sure to use the name "
-"of your custom profile and copy the scripts to a .sh or .bat file. So for "
-"example to do the nation load and one state using our new profile, you can "
-"do this using psql:"
+"Then run the <xref linkend=\"Loader_Generate_Nation_Script\"/> SQL function "
+"make sure to use the name of your custom profile and copy the script to a ."
+"sh or .bat file. So for example to build the nation load:"
msgstr ""
#. Tag: programlisting
"> /gisdata/nation_script_load.sh"
msgstr ""
+#. Tag: para
+#: installation.xml:974
+#, no-c-format
+msgid "Run the generated nation load commandline scripts."
+msgstr ""
+
+#. Tag: programlisting
+#: installation.xml:975
+#, no-c-format
+msgid ""
+"cd /gisdata\n"
+"sh nation_script_load.sh"
+msgstr ""
+
+#. Tag: para
+#: installation.xml:978
+#, no-c-format
+msgid ""
+"After you are done running the nation script, you should have three tables "
+"in your <code>tiger_data</code> schema and they should be filled with data. "
+"Confirm you do by doing the following queries from psql or pgAdmin"
+msgstr ""
+
#. Tag: programlisting
-#: installation.xml:972
+#: installation.xml:979
+#, no-c-format
+msgid "SELECT count(*) FROM tiger_data.county_all;"
+msgstr ""
+
+#. Tag: screen
+#: installation.xml:980
+#, no-c-format
+msgid ""
+"count\n"
+"-------\n"
+" 3233\n"
+"(1 row)"
+msgstr ""
+
+#. Tag: programlisting
+#: installation.xml:981
+#, no-c-format
+msgid "SELECT count(*) FROM tiger_data.state_all;"
+msgstr ""
+
+#. Tag: screen
+#: installation.xml:982
+#, no-c-format
+msgid ""
+"count\n"
+"-------\n"
+" 56\n"
+"(1 row)"
+msgstr ""
+
+#. Tag: para
+#: installation.xml:985
+#, no-c-format
+msgid ""
+"For each state you want to load data for, generate a state script <xref "
+"linkend=\"Loader_Generate_Script\"/>. DO NOT Generate the state script until "
+"you have already loaded the nation data, because the state script utilizes "
+"county list loaded by nation script."
+msgstr ""
+
+#. Tag: programlisting
+#: installation.xml:987
#, no-c-format
msgid ""
"psql -c \"SELECT Loader_Generate_Script(ARRAY['MA'], 'debbie')\" -d geocoder "
msgstr ""
#. Tag: para
-#: installation.xml:975
+#: installation.xml:989
#, no-c-format
msgid "Run the generated commandline scripts."
msgstr ""
#. Tag: programlisting
-#: installation.xml:976
+#: installation.xml:990
#, no-c-format
msgid ""
"cd /gisdata\n"
-"sh nation_script_load.sh\n"
"sh ma_load.sh"
msgstr ""
#. Tag: para
-#: installation.xml:978
+#: installation.xml:992
#, no-c-format
msgid ""
"After you are done loading all data or at a stopping point, it's a good idea "
msgstr ""
#. Tag: programlisting
-#: installation.xml:979
+#: installation.xml:993
#, no-c-format
msgid ""
"SELECT install_missing_indexes();\n"
msgstr ""
#. Tag: title
-#: installation.xml:982
+#: installation.xml:996
#, no-c-format
msgid "Converting a Tiger Geocoder Regular Install to Extension Model"
msgstr ""
#. Tag: para
-#: installation.xml:983
+#: installation.xml:997
#, no-c-format
msgid ""
"If you installed the tiger geocoder without using the extension model, you "
msgstr ""
#. Tag: para
-#: installation.xml:985
+#: installation.xml:999
#, no-c-format
msgid ""
"Follow instructions in <xref linkend=\"upgrade_tiger_geocoder\"/> for the "
msgstr ""
#. Tag: para
-#: installation.xml:986
+#: installation.xml:1000
#, no-c-format
msgid ""
"Connect to your database with psql or pgAdmin and run the following command:"
msgstr ""
#. Tag: programlisting
-#: installation.xml:987
+#: installation.xml:1001
#, no-c-format
msgid "CREATE EXTENSION postgis_tiger_geocoder FROM unpackaged;"
msgstr ""
#. Tag: title
-#: installation.xml:994
+#: installation.xml:1008
#, no-c-format
msgid "Tiger Geocoder Enabling your PostGIS database: Not Using Extensions"
msgstr ""
#. Tag: para
-#: installation.xml:995
+#: installation.xml:1009
#, no-c-format
msgid "First install PostGIS using the prior instructions."
msgstr ""
#. Tag: para
-#: installation.xml:999 installation.xml:1059
+#: installation.xml:1013 installation.xml:1073
#, no-c-format
msgid ""
"If you don't have an extras folder, download <ulink url="
msgstr ""
#. Tag: command
-#: installation.xml:1004 installation.xml:1064
+#: installation.xml:1018 installation.xml:1078
#, no-c-format
msgid "tar xvfz postgis-&last_release_version;.tar.gz"
msgstr ""
#. Tag: command
-#: installation.xml:1008
+#: installation.xml:1022
#, no-c-format
msgid "cd postgis-&last_release_version;/extras/tiger_geocoder"
msgstr ""
#. Tag: para
-#: installation.xml:1011
+#: installation.xml:1025
#, no-c-format
msgid ""
"Edit the <filename>tiger_loader_2015.sql</filename> (or latest loader file "
msgstr ""
#. Tag: para
-#: installation.xml:1013
+#: installation.xml:1027
#, no-c-format
msgid ""
"If you are installing Tiger geocoder for the first time edit either the "
msgstr ""
#. Tag: para
-#: installation.xml:1017
+#: installation.xml:1031
#, no-c-format
msgid ""
"Verify that you now have a <varname>tiger</varname> schema in your database "
msgstr ""
#. Tag: programlisting
-#: installation.xml:1017
+#: installation.xml:1031
#, no-c-format
msgid "ALTER DATABASE geocoder SET search_path=public, tiger;"
msgstr ""
#. Tag: para
-#: installation.xml:1018
+#: installation.xml:1032
#, no-c-format
msgid ""
"The normalizing address functionality works more or less without any data "
msgstr ""
#. Tag: programlisting
-#: installation.xml:1019
+#: installation.xml:1033
#, no-c-format
msgid ""
"SELECT pprint_addy(normalize_address('202 East Fremont Street, Las Vegas, "
msgstr ""
#. Tag: title
-#: installation.xml:1022
+#: installation.xml:1036
#, no-c-format
msgid "Using Address Standardizer Extension with Tiger geocoder"
msgstr ""
#. Tag: para
-#: installation.xml:1023
+#: installation.xml:1037
#, no-c-format
msgid ""
"One of the many complaints of folks is the address normalizer function <xref "
msgstr ""
#. Tag: para
-#: installation.xml:1026
+#: installation.xml:1040
#, no-c-format
msgid ""
"Once you install this extension in the same database as you have installed "
msgstr ""
#. Tag: title
-#: installation.xml:1029
+#: installation.xml:1043
#, no-c-format
msgid "Loading Tiger Data"
msgstr ""
#. Tag: para
-#: installation.xml:1030
+#: installation.xml:1044
#, no-c-format
msgid ""
"The instructions for loading data are available in a more detailed form in "
msgstr ""
#. Tag: para
-#: installation.xml:1031
+#: installation.xml:1045
#, no-c-format
msgid ""
"The load process downloads data from the census website for the respective "
msgstr ""
#. Tag: para
-#: installation.xml:1033
+#: installation.xml:1047
#, no-c-format
msgid "In order to be able to load data you'll need the following tools:"
msgstr ""
#. Tag: para
-#: installation.xml:1035
+#: installation.xml:1049
#, no-c-format
msgid "A tool to unzip the zip files from census website."
msgstr ""
#. Tag: para
-#: installation.xml:1036
+#: installation.xml:1050
#, no-c-format
msgid ""
"For Unix like systems: <varname>unzip</varname> executable which is usually "
msgstr ""
#. Tag: para
-#: installation.xml:1037
+#: installation.xml:1051
#, no-c-format
msgid ""
"For Windows, 7-zip which is a free compress/uncompress tool you can download "
msgstr ""
#. Tag: para
-#: installation.xml:1039
+#: installation.xml:1053
#, no-c-format
msgid ""
"<filename>shp2pgsql</filename> commandline which is installed by default "
msgstr ""
#. Tag: para
-#: installation.xml:1040
+#: installation.xml:1054
#, no-c-format
msgid ""
"<filename>wget</filename> which is a web grabber tool usually installed on "
msgstr ""
#. Tag: para
-#: installation.xml:1041
+#: installation.xml:1055
#, no-c-format
msgid ""
"If you are on windows, you can get pre-compiled binaries from <ulink url="
msgstr ""
#. Tag: para
-#: installation.xml:1044
+#: installation.xml:1058
#, no-c-format
msgid ""
"If you are upgrading from tiger_2010, you'll need to first generate and run "
msgstr ""
#. Tag: para
-#: installation.xml:1046
+#: installation.xml:1060
#, no-c-format
msgid ""
"To load state data refer to <xref linkend=\"Loader_Generate_Script\"/> to "
msgstr ""
#. Tag: para
-#: installation.xml:1049
+#: installation.xml:1063
#, no-c-format
msgid ""
"After the states you desire have been loaded, make sure to run the: "
msgstr ""
#. Tag: para
-#: installation.xml:1051
+#: installation.xml:1065
#, no-c-format
msgid ""
"To test that things are working as they should, try to run a geocode on an "
msgstr ""
#. Tag: title
-#: installation.xml:1054
+#: installation.xml:1068
#, no-c-format
msgid "Upgrading your Tiger Geocoder Install"
msgstr ""
#. Tag: para
-#: installation.xml:1055
+#: installation.xml:1069
#, no-c-format
msgid ""
"If you have Tiger Geocoder packaged with 2.0+ already installed, you can "
msgstr ""
#. Tag: command
-#: installation.xml:1068
+#: installation.xml:1082
#, no-c-format
msgid "cd postgis-&last_release_version;/extras/tiger_geocoder/tiger_2011"
msgstr ""
#. Tag: para
-#: installation.xml:1071
+#: installation.xml:1085
#, no-c-format
msgid ""
"Locate the <filename>upgrade_geocoder.bat</filename> script If you are on "
msgstr ""
#. Tag: para
-#: installation.xml:1074
+#: installation.xml:1088
#, no-c-format
msgid ""
"If you are upgrading from 2010 or 2011, make sure to unremark out the loader "
msgstr ""
#. Tag: para
-#: installation.xml:1075
+#: installation.xml:1089
#, no-c-format
msgid "Then run th corresponding script from the commandline."
msgstr ""
#. Tag: para
-#: installation.xml:1079
+#: installation.xml:1093
#, no-c-format
msgid ""
"Next drop all nation tables and load up the new ones. Generate a drop script "
msgstr ""
#. Tag: programlisting
-#: installation.xml:1080
+#: installation.xml:1094
#, no-c-format
msgid "SELECT drop_nation_tables_generate_script();"
msgstr ""
#. Tag: para
-#: installation.xml:1081
+#: installation.xml:1095
#, no-c-format
msgid "Run the generated drop SQL statements."
msgstr ""
#. Tag: para
-#: installation.xml:1082
+#: installation.xml:1096
#, no-c-format
msgid ""
"Generate a nation load script with this SELECT statement as detailed in "
msgstr ""
#. Tag: emphasis
-#: installation.xml:1083
+#: installation.xml:1097
#, no-c-format
msgid "For windows"
msgstr ""
#. Tag: programlisting
-#: installation.xml:1084
+#: installation.xml:1098
#, no-c-format
msgid "SELECT loader_generate_nation_script('windows');"
msgstr ""
#. Tag: emphasis
-#: installation.xml:1085
+#: installation.xml:1099
#, no-c-format
msgid "For unix/linux"
msgstr ""
#. Tag: programlisting
-#: installation.xml:1086
+#: installation.xml:1100
#, no-c-format
msgid "SELECT loader_generate_nation_script('sh');"
msgstr ""
#. Tag: para
-#: installation.xml:1087
+#: installation.xml:1101
#, no-c-format
msgid ""
"Refer to <xref linkend=\"tiger_geocoder_loading_data\"/> for instructions on "
msgstr ""
#. Tag: para
-#: installation.xml:1088
+#: installation.xml:1102
#, no-c-format
msgid ""
"You can have a mix of 2010/2011 state tables and can upgrade each state "
msgstr ""
#. Tag: title
-#: installation.xml:1094
+#: installation.xml:1108
#, no-c-format
msgid "Create a spatially-enabled database from a template"
msgstr ""
#. Tag: para
-#: installation.xml:1096
+#: installation.xml:1110
#, no-c-format
msgid ""
"Some packaged distributions of PostGIS (in particular the Win32 installers "
msgstr ""
#. Tag: para
-#: installation.xml:1107
+#: installation.xml:1121
#, no-c-format
msgid "From the shell:"
msgstr ""
#. Tag: programlisting
-#: installation.xml:1111
+#: installation.xml:1125
#, no-c-format
msgid "# createdb -T template_postgis my_spatial_db"
msgstr ""
#. Tag: para
-#: installation.xml:1113
+#: installation.xml:1127
#, no-c-format
msgid "From SQL:"
msgstr ""
#. Tag: programlisting
-#: installation.xml:1117
+#: installation.xml:1131
#, no-c-format
msgid "postgres=# CREATE DATABASE my_spatial_db TEMPLATE=template_postgis"
msgstr ""
#. Tag: title
-#: installation.xml:1121
+#: installation.xml:1135
#, no-c-format
msgid "Upgrading"
msgstr ""
#. Tag: para
-#: installation.xml:1123
+#: installation.xml:1137
#, no-c-format
msgid ""
"Upgrading existing spatial databases can be tricky as it requires "
msgstr ""
#. Tag: para
-#: installation.xml:1128
+#: installation.xml:1142
#, no-c-format
msgid ""
"Unfortunately not all definitions can be easily replaced in a live database, "
msgstr ""
#. Tag: para
-#: installation.xml:1133
+#: installation.xml:1147
#, no-c-format
msgid ""
"PostGIS provides a SOFT UPGRADE procedure for minor or bugfix releases, and "
msgstr ""
#. Tag: para
-#: installation.xml:1138
+#: installation.xml:1152
#, no-c-format
msgid ""
"Before attempting to upgrade PostGIS, it is always worth to backup your "
msgstr ""
#. Tag: title
-#: installation.xml:1145
+#: installation.xml:1159
#, no-c-format
msgid "Soft upgrade"
msgstr ""
#. Tag: para
-#: installation.xml:1147
+#: installation.xml:1161
#, no-c-format
msgid ""
"If you installed your database using extensions, you'll need to upgrade "
msgstr ""
#. Tag: title
-#: installation.xml:1150
+#: installation.xml:1164
#, no-c-format
msgid "Soft Upgrade Pre 9.1+ or without extensions"
msgstr ""
#. Tag: para
-#: installation.xml:1151
+#: installation.xml:1165
#, no-c-format
msgid ""
"This section applies only to those who installed PostGIS not using "
msgstr ""
#. Tag: programlisting
-#: installation.xml:1152
+#: installation.xml:1166
#, no-c-format
msgid "can't drop ... because postgis extension depends on it"
msgstr ""
#. Tag: para
-#: installation.xml:1153
+#: installation.xml:1167
#, no-c-format
msgid ""
"After compiling and installing (make install) you should find a "
msgstr ""
#. Tag: programlisting
-#: installation.xml:1157
+#: installation.xml:1171
#, no-c-format
msgid "psql -f postgis_upgrade.sql -d your_spatial_database"
msgstr ""
#. Tag: para
-#: installation.xml:1159
+#: installation.xml:1173
#, no-c-format
msgid ""
"The same procedure applies to raster and topology extensions, with upgrade "
msgstr ""
#. Tag: programlisting
-#: installation.xml:1167
+#: installation.xml:1181
#, no-c-format
msgid "psql -f rtpostgis_upgrade.sql -d your_spatial_database"
msgstr ""
#. Tag: programlisting
-#: installation.xml:1168
+#: installation.xml:1182
#, no-c-format
msgid "psql -f topology_upgrade.sql -d your_spatial_database"
msgstr ""
#. Tag: para
-#: installation.xml:1171
+#: installation.xml:1185
#, no-c-format
msgid ""
"If you can't find the <filename>postgis_upgrade*.sql</filename> specific for "
msgstr ""
#. Tag: para
-#: installation.xml:1177
+#: installation.xml:1191
#, no-c-format
msgid ""
"The <xref linkend=\"PostGIS_Full_Version\"/> function should inform you "
msgstr ""
#. Tag: title
-#: installation.xml:1184
+#: installation.xml:1198
#, no-c-format
msgid "Soft Upgrade 9.1+ using extensions"
msgstr ""
#. Tag: para
-#: installation.xml:1185
+#: installation.xml:1199
#, no-c-format
msgid ""
"If you originally installed PostGIS with extensions, then you need to "
msgstr ""
#. Tag: programlisting
-#: installation.xml:1186
+#: installation.xml:1200
#, no-c-format
msgid ""
"ALTER EXTENSION postgis UPDATE TO \"&last_release_version;\";\n"
msgstr ""
#. Tag: para
-#: installation.xml:1187
+#: installation.xml:1201
#, no-c-format
msgid "If you get an error notice something like:"
msgstr ""
#. Tag: programlisting
-#: installation.xml:1188
+#: installation.xml:1202
#, no-c-format
msgid "No migration path defined for ... to &last_release_version;"
msgstr ""
#. Tag: para
-#: installation.xml:1189
+#: installation.xml:1203
#, no-c-format
msgid ""
"Then you'll need to backup your database, create a fresh one as described in "
msgstr ""
#. Tag: para
-#: installation.xml:1190
+#: installation.xml:1204
#, no-c-format
msgid "If you get a notice message like:"
msgstr ""
#. Tag: programlisting
-#: installation.xml:1191
+#: installation.xml:1205
#, no-c-format
msgid ""
"Version \"&last_release_version;\" of extension \"postgis\" is already "
msgstr ""
#. Tag: para
-#: installation.xml:1192
+#: installation.xml:1206
#, no-c-format
msgid ""
"Then everything is already up to date and you can safely ignore it. "
msgstr ""
#. Tag: programlisting
-#: installation.xml:1198
+#: installation.xml:1212
#, no-c-format
msgid ""
"ALTER EXTENSION postgis UPDATE TO \"&last_release_version;next\";\n"
msgstr ""
#. Tag: para
-#: installation.xml:1199
+#: installation.xml:1213
#, no-c-format
msgid ""
"If you installed PostGIS originally without a version specified, you can "
msgstr ""
#. Tag: title
-#: installation.xml:1206
+#: installation.xml:1220
#, no-c-format
msgid "Hard upgrade"
msgstr ""
#. Tag: para
-#: installation.xml:1208
+#: installation.xml:1222
#, no-c-format
msgid ""
"By HARD UPGRADE we mean full dump/reload of postgis-enabled databases. You "
msgstr ""
#. Tag: para
-#: installation.xml:1217
+#: installation.xml:1231
#, no-c-format
msgid ""
"The dump/reload process is assisted by the postgis_restore.pl script which "
msgstr ""
#. Tag: para
-#: installation.xml:1226
+#: installation.xml:1240
#, no-c-format
msgid ""
"Supplementary instructions for windows users are available at <ulink url="
msgstr ""
#. Tag: para
-#: installation.xml:1229
+#: installation.xml:1243
#, no-c-format
msgid "The Procedure is as follows:"
msgstr ""
#. Tag: para
-#: installation.xml:1237
+#: installation.xml:1251
#, no-c-format
msgid ""
"Create a \"custom-format\" dump of the database you want to upgrade (let's "
msgstr ""
#. Tag: programlisting
-#: installation.xml:1245
+#: installation.xml:1259
#, no-c-format
msgid ""
"pg_dump -h localhost -p 5432 -U postgres -Fc -b -v -f \"/somepath/olddb."
msgstr ""
#. Tag: para
-#: installation.xml:1251
+#: installation.xml:1265
#, no-c-format
msgid ""
"Do a fresh install of PostGIS in a new database -- we'll refer to this "
msgstr ""
#. Tag: para
-#: installation.xml:1258
+#: installation.xml:1272
#, no-c-format
msgid ""
"The spatial_ref_sys entries found in your dump will be restored, but they "
msgstr ""
#. Tag: para
-#: installation.xml:1268
+#: installation.xml:1282
#, no-c-format
msgid ""
"If your database is really old or you know you've been using long deprecated "
msgstr ""
#. Tag: para
-#: installation.xml:1284
+#: installation.xml:1298
#, no-c-format
msgid ""
"Restore your backup into your fresh <varname>newdb</varname> database using "
msgstr ""
#. Tag: programlisting
-#: installation.xml:1292
+#: installation.xml:1306
#, no-c-format
msgid ""
"perl utils/postgis_restore.pl \"/somepath/olddb.backup\" | psql -h localhost "
msgstr ""
#. Tag: para
-#: installation.xml:1298
+#: installation.xml:1312
#, no-c-format
msgid "Errors may arise in the following cases:"
msgstr ""
#. Tag: para
-#: installation.xml:1304
+#: installation.xml:1318
#, no-c-format
msgid ""
"Some of your views or functions make use of deprecated PostGIS objects. In "
msgstr ""
#. Tag: para
-#: installation.xml:1316
+#: installation.xml:1330
#, no-c-format
msgid ""
"Some custom records of spatial_ref_sys in dump file have an invalid SRID "
msgstr ""
#. Tag: para
-#: installation.xml:1330
+#: installation.xml:1344
#, no-c-format
msgid ""
"In order to fix this you should copy your custom SRS to a SRID with a valid "
msgstr ""
#. Tag: programlisting
-#: installation.xml:1337
+#: installation.xml:1351
#, no-c-format
msgid ""
"ALTER TABLE spatial_ref_sys ADD CONSTRAINT spatial_ref_sys_srid_check check "
msgstr ""
#. Tag: programlisting
-#: installation.xml:1339
+#: installation.xml:1353
#, no-c-format
msgid "ALTER TABLE spatial_ref_sys ADD PRIMARY KEY(srid));"
msgstr ""
#. Tag: title
-#: installation.xml:1350
+#: installation.xml:1364
#, no-c-format
msgid "Common Problems during installation"
msgstr ""
#. Tag: para
-#: installation.xml:1351
+#: installation.xml:1365
#, no-c-format
msgid ""
"There are several things to check when your installation or upgrade doesn't "
msgstr ""
#. Tag: para
-#: installation.xml:1358
+#: installation.xml:1372
#, no-c-format
msgid ""
"Check that you have installed PostgreSQL &min_postgres_version; or newer, "
msgstr ""
#. Tag: programlisting
-#: installation.xml:1371
+#: installation.xml:1385
#, no-c-format
msgid "SELECT version();"
msgstr ""
#. Tag: para
-#: installation.xml:1373
+#: installation.xml:1387
#, no-c-format
msgid ""
"If you are running an RPM based distribution, you can check for the "
msgstr ""
#. Tag: para
-#: installation.xml:1381
+#: installation.xml:1395
#, no-c-format
msgid ""
"If your upgrade fails, make sure you are restoring into a database that "
msgstr ""
#. Tag: programlisting
-#: installation.xml:1382
+#: installation.xml:1396
#, no-c-format
msgid "SELECT postgis_full_version();"
msgstr ""
#. Tag: para
-#: installation.xml:1386
+#: installation.xml:1400
#, no-c-format
msgid ""
"Also check that configure has correctly detected the location and version of "
msgstr ""
#. Tag: para
-#: installation.xml:1393
+#: installation.xml:1407
#, no-c-format
msgid ""
"The output from configure is used to generate the <filename>postgis_config."
msgstr ""
#. Tag: title
-#: installation.xml:1406
+#: installation.xml:1420
#, no-c-format
msgid "Loader/Dumper"
msgstr ""
#. Tag: para
-#: installation.xml:1408
+#: installation.xml:1422
#, no-c-format
msgid ""
"The data loader and dumper are built and installed automatically as part of "
msgstr ""
#. Tag: programlisting
-#: installation.xml:1413
+#: installation.xml:1427
#, no-c-format
msgid ""
"# cd postgis-&last_release_version;/loader\n"
msgstr ""
#. Tag: para
-#: installation.xml:1415
+#: installation.xml:1429
#, no-c-format
msgid ""
"The loader is called <filename>shp2pgsql</filename> and converts ESRI Shape "
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-01-28 07:02+0000\n"
+"POT-Creation-Date: 2017-03-29 06:29+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc@kde.org>\n"
#. Tag: term
#: introduction.xml:107
#, no-c-format
-msgid "Mateusz Loskot"
+msgid "Björn Harrtell"
msgstr ""
#. Tag: para
-#: introduction.xml:109
+#: introduction.xml:110
#, no-c-format
-msgid ""
-"CMake support for PostGIS, built original raster loader in python and low "
-"level raster api functions"
+msgid "MapBox Vector Tile and GeoBuf functions. Gogs testing."
msgstr ""
#. Tag: term
-#: introduction.xml:114
+#: introduction.xml:116
#, no-c-format
-msgid "Pierre Racine"
+msgid "Mateusz Loskot"
msgstr ""
#. Tag: para
-#: introduction.xml:116
+#: introduction.xml:118
#, no-c-format
-msgid "Raster overall architecture, prototyping, programming support"
+msgid ""
+"CMake support for PostGIS, built original raster loader in python and low "
+"level raster api functions"
msgstr ""
#. Tag: term
-#: introduction.xml:121
+#: introduction.xml:123
#, no-c-format
-msgid "David Zwarg"
+msgid "Pierre Racine"
msgstr ""
#. Tag: para
-#: introduction.xml:123
+#: introduction.xml:125
#, no-c-format
-msgid "Raster development (mostly map algebra analytic functions)"
+msgid "Raster overall architecture, prototyping, programming support"
msgstr ""
#. Tag: title
-#: introduction.xml:129
+#: introduction.xml:131
#, no-c-format
msgid "Core Contributors Past"
msgstr ""
#. Tag: term
-#: introduction.xml:133
+#: introduction.xml:135
#, no-c-format
msgid "Chris Hodgson"
msgstr ""
#. Tag: para
-#: introduction.xml:135
+#: introduction.xml:137
#, no-c-format
msgid ""
"Prior PSC Member. General development, site and buildbot maintenance, OSGeo "
msgstr ""
#. Tag: term
-#: introduction.xml:140
+#: introduction.xml:142
#, no-c-format
msgid "Kevin Neufeld"
msgstr ""
#. Tag: para
-#: introduction.xml:142
+#: introduction.xml:144
#, no-c-format
msgid ""
"Prior PSC Member. Documentation and documentation support tools, buildbot "
msgstr ""
#. Tag: term
-#: introduction.xml:148
+#: introduction.xml:150
#, no-c-format
msgid "Dave Blasby"
msgstr ""
#. Tag: para
-#: introduction.xml:151
+#: introduction.xml:153
#, no-c-format
msgid ""
"The original developer/Co-founder of PostGIS. Dave wrote the server side "
msgstr ""
#. Tag: term
-#: introduction.xml:158
+#: introduction.xml:160
#, no-c-format
msgid "Jeff Lounsbury"
msgstr ""
#. Tag: para
-#: introduction.xml:160
+#: introduction.xml:162
#, no-c-format
msgid ""
"Original development of the Shape file loader/dumper. Current PostGIS "
msgstr ""
#. Tag: term
-#: introduction.xml:166
+#: introduction.xml:168
#, no-c-format
msgid "Mark Leslie"
msgstr ""
#. Tag: para
-#: introduction.xml:168
+#: introduction.xml:170
#, no-c-format
msgid ""
"Ongoing maintenance and development of core functions. Enhanced curve "
"support. Shapefile GUI loader."
msgstr ""
+#. Tag: term
+#: introduction.xml:175
+#, no-c-format
+msgid "David Zwarg"
+msgstr ""
+
+#. Tag: para
+#: introduction.xml:177
+#, no-c-format
+msgid "Raster development (mostly map algebra analytic functions)"
+msgstr ""
+
#. Tag: title
-#: introduction.xml:174
+#: introduction.xml:183
#, no-c-format
msgid "Other Contributors"
msgstr ""
#. Tag: term
-#: introduction.xml:177
+#: introduction.xml:186
#, no-c-format
msgid "Individual Contributors"
msgstr ""
#. Tag: para
-#: introduction.xml:180
+#: introduction.xml:189
#, no-c-format
msgid ""
"In alphabetical order: Alex Bodnaru, Alex Mayrhofer, Andrea Peri, Andreas "
msgstr ""
#. Tag: term
-#: introduction.xml:244
+#: introduction.xml:253
#, no-c-format
msgid "Corporate Sponsors"
msgstr ""
#. Tag: para
-#: introduction.xml:247
+#: introduction.xml:256
#, no-c-format
msgid ""
"These are corporate entities that have contributed developer time, hosting, "
msgstr ""
#. Tag: para
-#: introduction.xml:248
+#: introduction.xml:257
#, no-c-format
msgid ""
"In alphabetical order: Arrival 3D, Associazione Italiana per l'Informazione "
msgstr ""
#. Tag: term
-#: introduction.xml:290
+#: introduction.xml:299
#, no-c-format
msgid "Crowd Funding Campaigns"
msgstr ""
#. Tag: para
-#: introduction.xml:293
+#: introduction.xml:302
#, no-c-format
msgid ""
"Crowd funding campaigns are campaigns we run to get badly wanted features "
msgstr ""
#. Tag: para
-#: introduction.xml:294
+#: introduction.xml:303
#, no-c-format
msgid ""
"PostGIS 2.0.0 was the first release we tried this strategy. We used <ulink "
msgstr ""
#. Tag: para
-#: introduction.xml:295
+#: introduction.xml:304
#, no-c-format
msgid ""
"<ulink url=\"http://www.pledgebank.com/postgistopology\"><emphasis role="
msgstr ""
#. Tag: para
-#: introduction.xml:296
+#: introduction.xml:305
#, no-c-format
msgid ""
"<ulink url=\"http://www.pledgebank.com/postgis64windows\"><emphasis role="
msgstr ""
#. Tag: term
-#: introduction.xml:301
+#: introduction.xml:310
#, no-c-format
msgid "Important Support Libraries"
msgstr ""
#. Tag: para
-#: introduction.xml:304
+#: introduction.xml:313
#, no-c-format
msgid ""
"The <ulink url=\"http://trac.osgeo.org/geos/\">GEOS</ulink> geometry "
msgstr ""
#. Tag: para
-#: introduction.xml:309
+#: introduction.xml:318
#, no-c-format
msgid ""
"The <ulink url=\"http://trac.osgeo.org/gdal/\">GDAL</ulink> Geospatial Data "
msgstr ""
#. Tag: para
-#: introduction.xml:314
+#: introduction.xml:323
#, no-c-format
msgid ""
"The <ulink url=\"http://trac.osgeo.org/proj/\">Proj4</ulink> cartographic "
msgstr ""
#. Tag: para
-#: introduction.xml:318
+#: introduction.xml:327
#, no-c-format
msgid ""
"Last but not least, the <ulink url=\"http://www.postgresql.org\">PostgreSQL "
msgstr ""
#. Tag: title
-#: introduction.xml:327
+#: introduction.xml:336
#, no-c-format
msgid "More Information"
msgstr ""
#. Tag: para
-#: introduction.xml:331
+#: introduction.xml:340
#, no-c-format
msgid ""
"The latest software, documentation and news items are available at the "
msgstr ""
#. Tag: para
-#: introduction.xml:337
+#: introduction.xml:346
#, no-c-format
msgid ""
"More information about the GEOS geometry operations library is available "
msgstr ""
#. Tag: para
-#: introduction.xml:343
+#: introduction.xml:352
#, no-c-format
msgid ""
"More information about the Proj4 reprojection library is available at <ulink "
msgstr ""
#. Tag: para
-#: introduction.xml:349
+#: introduction.xml:358
#, no-c-format
msgid ""
"More information about the PostgreSQL database server is available at the "
msgstr ""
#. Tag: para
-#: introduction.xml:355
+#: introduction.xml:364
#, no-c-format
msgid ""
"More information about GiST indexing is available at the PostgreSQL GiST "
msgstr ""
#. Tag: para
-#: introduction.xml:361
+#: introduction.xml:370
#, no-c-format
msgid ""
"More information about MapServer internet map server is available at <ulink "
msgstr ""
#. Tag: para
-#: introduction.xml:367
+#: introduction.xml:376
#, no-c-format
msgid ""
"The "<ulink url=\"http://www.opengeospatial.org/standards/sfs\">Simple "
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-01-28 07:02+0000\n"
+"POT-Creation-Date: 2017-03-29 06:29+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc@kde.org>\n"
#: reference_accessor.xml:258 reference_accessor.xml:309
#: reference_accessor.xml:361 reference_accessor.xml:432
#: reference_accessor.xml:481 reference_accessor.xml:542
-#: reference_accessor.xml:593 reference_accessor.xml:652
-#: reference_accessor.xml:711 reference_accessor.xml:766
-#: reference_accessor.xml:810 reference_accessor.xml:861
-#: reference_accessor.xml:918 reference_accessor.xml:990
-#: reference_accessor.xml:1042 reference_accessor.xml:1101
-#: reference_accessor.xml:1147 reference_accessor.xml:1182
-#: reference_accessor.xml:1221 reference_accessor.xml:1261
-#: reference_accessor.xml:1304 reference_accessor.xml:1366
-#: reference_accessor.xml:1407 reference_accessor.xml:1451
-#: reference_accessor.xml:1508 reference_accessor.xml:1572
-#: reference_accessor.xml:1621 reference_accessor.xml:1664
-#: reference_accessor.xml:1717 reference_accessor.xml:1791
-#: reference_accessor.xml:1834 reference_accessor.xml:1879
-#: reference_accessor.xml:1925 reference_accessor.xml:1967
-#: reference_accessor.xml:2012 reference_accessor.xml:2058
-#: reference_accessor.xml:2100 reference_accessor.xml:2146
-#: reference_accessor.xml:2187
+#: reference_accessor.xml:593 reference_accessor.xml:658
+#: reference_accessor.xml:728 reference_accessor.xml:791
+#: reference_accessor.xml:850 reference_accessor.xml:905
+#: reference_accessor.xml:949 reference_accessor.xml:1000
+#: reference_accessor.xml:1057 reference_accessor.xml:1129
+#: reference_accessor.xml:1181 reference_accessor.xml:1240
+#: reference_accessor.xml:1286 reference_accessor.xml:1321
+#: reference_accessor.xml:1360 reference_accessor.xml:1400
+#: reference_accessor.xml:1443 reference_accessor.xml:1505
+#: reference_accessor.xml:1546 reference_accessor.xml:1590
+#: reference_accessor.xml:1647 reference_accessor.xml:1711
+#: reference_accessor.xml:1760 reference_accessor.xml:1803
+#: reference_accessor.xml:1856 reference_accessor.xml:1930
+#: reference_accessor.xml:1973 reference_accessor.xml:2018
+#: reference_accessor.xml:2064 reference_accessor.xml:2106
+#: reference_accessor.xml:2151 reference_accessor.xml:2197
+#: reference_accessor.xml:2239 reference_accessor.xml:2285
+#: reference_accessor.xml:2326
#, no-c-format
msgid "Description"
msgstr ""
#. Tag: para
#: reference_accessor.xml:38 reference_accessor.xml:495
-#: reference_accessor.xml:1266
+#: reference_accessor.xml:1405
#, no-c-format
msgid ""
"Enhanced: 2.0.0 support for Polyhedral surfaces, Triangles and TIN was "
#. Tag: para
#: reference_accessor.xml:39 reference_accessor.xml:168
#: reference_accessor.xml:497 reference_accessor.xml:604
-#: reference_accessor.xml:657 reference_accessor.xml:937
-#: reference_accessor.xml:1110 reference_accessor.xml:1373
-#: reference_accessor.xml:1415 reference_accessor.xml:1525
-#: reference_accessor.xml:1930
+#: reference_accessor.xml:796 reference_accessor.xml:1076
+#: reference_accessor.xml:1249 reference_accessor.xml:1512
+#: reference_accessor.xml:1554 reference_accessor.xml:1664
+#: reference_accessor.xml:2069
#, no-c-format
msgid "&sfs_compliant;"
msgstr ""
#. Tag: para
#: reference_accessor.xml:40 reference_accessor.xml:170
#: reference_accessor.xml:267 reference_accessor.xml:500
-#: reference_accessor.xml:666 reference_accessor.xml:731
-#: reference_accessor.xml:777 reference_accessor.xml:1188
-#: reference_accessor.xml:1226 reference_accessor.xml:1528
-#: reference_accessor.xml:1586 reference_accessor.xml:1629
-#: reference_accessor.xml:1673 reference_accessor.xml:1733
-#: reference_accessor.xml:1844 reference_accessor.xml:1889
-#: reference_accessor.xml:1977 reference_accessor.xml:2022
-#: reference_accessor.xml:2110 reference_accessor.xml:2152
-#: reference_accessor.xml:2197
+#: reference_accessor.xml:805 reference_accessor.xml:870
+#: reference_accessor.xml:916 reference_accessor.xml:1327
+#: reference_accessor.xml:1365 reference_accessor.xml:1667
+#: reference_accessor.xml:1725 reference_accessor.xml:1768
+#: reference_accessor.xml:1812 reference_accessor.xml:1872
+#: reference_accessor.xml:1983 reference_accessor.xml:2028
+#: reference_accessor.xml:2116 reference_accessor.xml:2161
+#: reference_accessor.xml:2249 reference_accessor.xml:2291
+#: reference_accessor.xml:2336
#, no-c-format
msgid "&curve_support;"
msgstr ""
#: reference_accessor.xml:171 reference_accessor.xml:265
#: reference_accessor.xml:390 reference_accessor.xml:441
#: reference_accessor.xml:499 reference_accessor.xml:548
-#: reference_accessor.xml:606 reference_accessor.xml:665
-#: reference_accessor.xml:730 reference_accessor.xml:875
-#: reference_accessor.xml:1112 reference_accessor.xml:1152
-#: reference_accessor.xml:1187 reference_accessor.xml:1225
-#: reference_accessor.xml:1270 reference_accessor.xml:1372
-#: reference_accessor.xml:1468 reference_accessor.xml:1527
-#: reference_accessor.xml:1587 reference_accessor.xml:1671
-#: reference_accessor.xml:1799 reference_accessor.xml:1843
-#: reference_accessor.xml:1888 reference_accessor.xml:1932
-#: reference_accessor.xml:1976 reference_accessor.xml:2021
-#: reference_accessor.xml:2066 reference_accessor.xml:2109
-#: reference_accessor.xml:2151 reference_accessor.xml:2196
+#: reference_accessor.xml:606 reference_accessor.xml:687
+#: reference_accessor.xml:757 reference_accessor.xml:804
+#: reference_accessor.xml:869 reference_accessor.xml:1014
+#: reference_accessor.xml:1251 reference_accessor.xml:1291
+#: reference_accessor.xml:1326 reference_accessor.xml:1364
+#: reference_accessor.xml:1409 reference_accessor.xml:1511
+#: reference_accessor.xml:1607 reference_accessor.xml:1666
+#: reference_accessor.xml:1726 reference_accessor.xml:1810
+#: reference_accessor.xml:1938 reference_accessor.xml:1982
+#: reference_accessor.xml:2027 reference_accessor.xml:2071
+#: reference_accessor.xml:2115 reference_accessor.xml:2160
+#: reference_accessor.xml:2205 reference_accessor.xml:2248
+#: reference_accessor.xml:2290 reference_accessor.xml:2335
#, no-c-format
msgid "&Z_support;"
msgstr ""
#. Tag: para
#: reference_accessor.xml:42 reference_accessor.xml:172
#: reference_accessor.xml:223 reference_accessor.xml:501
-#: reference_accessor.xml:549 reference_accessor.xml:669
-#: reference_accessor.xml:1189 reference_accessor.xml:1271
-#: reference_accessor.xml:1375 reference_accessor.xml:1469
-#: reference_accessor.xml:1736
+#: reference_accessor.xml:549 reference_accessor.xml:808
+#: reference_accessor.xml:1328 reference_accessor.xml:1410
+#: reference_accessor.xml:1514 reference_accessor.xml:1608
+#: reference_accessor.xml:1875
#, no-c-format
msgid "&P_support;"
msgstr ""
#. Tag: para
#: reference_accessor.xml:43 reference_accessor.xml:173
#: reference_accessor.xml:224 reference_accessor.xml:502
-#: reference_accessor.xml:1272 reference_accessor.xml:1739
+#: reference_accessor.xml:1411 reference_accessor.xml:1878
#, no-c-format
msgid "&T_support;"
msgstr ""
#: reference_accessor.xml:277 reference_accessor.xml:331
#: reference_accessor.xml:395 reference_accessor.xml:446
#: reference_accessor.xml:554 reference_accessor.xml:612
-#: reference_accessor.xml:736 reference_accessor.xml:784
-#: reference_accessor.xml:829 reference_accessor.xml:880
-#: reference_accessor.xml:951 reference_accessor.xml:1007
-#: reference_accessor.xml:1067 reference_accessor.xml:1118
-#: reference_accessor.xml:1156 reference_accessor.xml:1194
-#: reference_accessor.xml:1231 reference_accessor.xml:1277
-#: reference_accessor.xml:1316 reference_accessor.xml:1379
-#: reference_accessor.xml:1420 reference_accessor.xml:1475
-#: reference_accessor.xml:1540 reference_accessor.xml:1594
-#: reference_accessor.xml:1634 reference_accessor.xml:1683
-#: reference_accessor.xml:1747 reference_accessor.xml:1805
-#: reference_accessor.xml:1849 reference_accessor.xml:1894
-#: reference_accessor.xml:1938 reference_accessor.xml:1982
-#: reference_accessor.xml:2027 reference_accessor.xml:2071
-#: reference_accessor.xml:2115 reference_accessor.xml:2157
-#: reference_accessor.xml:2202
+#: reference_accessor.xml:875 reference_accessor.xml:923
+#: reference_accessor.xml:968 reference_accessor.xml:1019
+#: reference_accessor.xml:1090 reference_accessor.xml:1146
+#: reference_accessor.xml:1206 reference_accessor.xml:1257
+#: reference_accessor.xml:1295 reference_accessor.xml:1333
+#: reference_accessor.xml:1370 reference_accessor.xml:1416
+#: reference_accessor.xml:1455 reference_accessor.xml:1518
+#: reference_accessor.xml:1559 reference_accessor.xml:1614
+#: reference_accessor.xml:1679 reference_accessor.xml:1733
+#: reference_accessor.xml:1773 reference_accessor.xml:1822
+#: reference_accessor.xml:1886 reference_accessor.xml:1944
+#: reference_accessor.xml:1988 reference_accessor.xml:2033
+#: reference_accessor.xml:2077 reference_accessor.xml:2121
+#: reference_accessor.xml:2166 reference_accessor.xml:2210
+#: reference_accessor.xml:2254 reference_accessor.xml:2296
+#: reference_accessor.xml:2341
#, no-c-format
msgid "Examples"
msgstr ""
#: reference_accessor.xml:283 reference_accessor.xml:336
#: reference_accessor.xml:400 reference_accessor.xml:451
#: reference_accessor.xml:521 reference_accessor.xml:565
-#: reference_accessor.xml:619 reference_accessor.xml:686
-#: reference_accessor.xml:742 reference_accessor.xml:835
-#: reference_accessor.xml:886 reference_accessor.xml:957
-#: reference_accessor.xml:1014 reference_accessor.xml:1074
-#: reference_accessor.xml:1124 reference_accessor.xml:1161
-#: reference_accessor.xml:1199 reference_accessor.xml:1238
-#: reference_accessor.xml:1282 reference_accessor.xml:1321
-#: reference_accessor.xml:1344 reference_accessor.xml:1384
-#: reference_accessor.xml:1425 reference_accessor.xml:1482
-#: reference_accessor.xml:1546 reference_accessor.xml:1600
-#: reference_accessor.xml:1639 reference_accessor.xml:1689
-#: reference_accessor.xml:1753 reference_accessor.xml:1811
-#: reference_accessor.xml:1856 reference_accessor.xml:1901
-#: reference_accessor.xml:1944 reference_accessor.xml:1989
-#: reference_accessor.xml:2034 reference_accessor.xml:2077
-#: reference_accessor.xml:2122 reference_accessor.xml:2164
-#: reference_accessor.xml:2209
+#: reference_accessor.xml:619 reference_accessor.xml:693
+#: reference_accessor.xml:762 reference_accessor.xml:825
+#: reference_accessor.xml:881 reference_accessor.xml:974
+#: reference_accessor.xml:1025 reference_accessor.xml:1096
+#: reference_accessor.xml:1153 reference_accessor.xml:1213
+#: reference_accessor.xml:1263 reference_accessor.xml:1300
+#: reference_accessor.xml:1338 reference_accessor.xml:1377
+#: reference_accessor.xml:1421 reference_accessor.xml:1460
+#: reference_accessor.xml:1483 reference_accessor.xml:1523
+#: reference_accessor.xml:1564 reference_accessor.xml:1621
+#: reference_accessor.xml:1685 reference_accessor.xml:1739
+#: reference_accessor.xml:1778 reference_accessor.xml:1828
+#: reference_accessor.xml:1892 reference_accessor.xml:1950
+#: reference_accessor.xml:1995 reference_accessor.xml:2040
+#: reference_accessor.xml:2083 reference_accessor.xml:2128
+#: reference_accessor.xml:2173 reference_accessor.xml:2216
+#: reference_accessor.xml:2261 reference_accessor.xml:2303
+#: reference_accessor.xml:2348
#, no-c-format
msgid "See Also"
msgstr ""
msgstr ""
#. Tag: para
-#: reference_accessor.xml:268 reference_accessor.xml:1674
+#: reference_accessor.xml:268 reference_accessor.xml:1813
#, no-c-format
msgid ""
"Changed: 2.0.0 no longer works with single geometry multilinestrings. In "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:326 reference_accessor.xml:775
-#: reference_accessor.xml:873 reference_accessor.xml:1627
+#: reference_accessor.xml:326 reference_accessor.xml:914
+#: reference_accessor.xml:1012 reference_accessor.xml:1766
#, no-c-format
msgid "&sfs_compliant; s2.1.1.1"
msgstr ""
msgstr ""
#. Tag: para
-#: reference_accessor.xml:391
+#: reference_accessor.xml:391 reference_accessor.xml:688
+#: reference_accessor.xml:758
#, no-c-format
msgid "&M_support;"
msgstr ""
msgstr ""
#. Tag: para
-#: reference_accessor.xml:439 reference_accessor.xml:819
+#: reference_accessor.xml:439 reference_accessor.xml:958
#, no-c-format
msgid "&sfs_compliant; 2.1.5.1"
msgstr ""
msgstr ""
#. Tag: para
-#: reference_accessor.xml:523 reference_accessor.xml:1386
+#: reference_accessor.xml:523 reference_accessor.xml:1525
#, no-c-format
msgid ", <xref linkend=\"ST_NumGeometries\"/>"
msgstr ""
msgstr ""
#. Tag: para
-#: reference_accessor.xml:546 reference_accessor.xml:667
-#: reference_accessor.xml:1185
+#: reference_accessor.xml:546 reference_accessor.xml:806
+#: reference_accessor.xml:1324
#, no-c-format
msgid "Enhanced: 2.0.0 support for Polyhedral surfaces was introduced."
msgstr ""
#. Tag: refname
#: reference_accessor.xml:634
#, no-c-format
+msgid "ST_IsPolygonCCW"
+msgstr ""
+
+#. Tag: refpurpose
+#: reference_accessor.xml:637
+#, no-c-format
+msgid ""
+"Returns true if all exterior rings are oriented counter-clockwise and all "
+"interior rings are oriented clockwise."
+msgstr ""
+
+#. Tag: funcprototype
+#: reference_accessor.xml:644
+#, no-c-format
+msgid ""
+"<funcdef> boolean <function>ST_IsPolygonCCW</function> </funcdef> <paramdef> "
+"<type>geometry</type> <parameter>geom</parameter> </paramdef>"
+msgstr ""
+
+#. Tag: para
+#: reference_accessor.xml:660
+#, no-c-format
+msgid ""
+"Returns true if all polygonal components of the input geometry use a counter-"
+"clockwise orientation for their exterior ring, and a clockwise direction for "
+"all interior rings."
+msgstr ""
+
+#. Tag: para
+#: reference_accessor.xml:666 reference_accessor.xml:736
+#, no-c-format
+msgid "Returns true if the geometry has no polygonal components."
+msgstr ""
+
+#. Tag: para
+#: reference_accessor.xml:671 reference_accessor.xml:741
+#, no-c-format
+msgid ""
+"Closed linestrings are not considered polygonal components, so you would "
+"still get a true return by passing a single closed linestring no matter its "
+"orientation."
+msgstr ""
+
+#. Tag: para
+#: reference_accessor.xml:679 reference_accessor.xml:749
+#, no-c-format
+msgid ""
+"If a polygonal geometry does not use reversed orientation for interior rings "
+"(i.e., if one or more interior rings are oriented in the same direction as "
+"an exterior ring) then both ST_IsPolygonCW and ST_IsPolygonCCW will return "
+"false."
+msgstr ""
+
+#. Tag: para
+#: reference_accessor.xml:694 reference_accessor.xml:763
+#, no-c-format
+msgid ""
+", <xref linkend=\"ST_ForcePolygonCCW\"/>, <xref linkend=\"ST_IsPolygonCW\"/>"
+msgstr ""
+
+#. Tag: refname
+#: reference_accessor.xml:704
+#, no-c-format
+msgid "ST_IsPolygonCW"
+msgstr ""
+
+#. Tag: refpurpose
+#: reference_accessor.xml:707
+#, no-c-format
+msgid ""
+"Returns true if all exterior rings are oriented clockwise and all interior "
+"rings are oriented counter-clockwise."
+msgstr ""
+
+#. Tag: funcprototype
+#: reference_accessor.xml:714
+#, no-c-format
+msgid ""
+"<funcdef> boolean <function>ST_IsPolygonCW</function> </funcdef> <paramdef> "
+"<type>geometry</type> <parameter>geom</parameter> </paramdef>"
+msgstr ""
+
+#. Tag: para
+#: reference_accessor.xml:730
+#, no-c-format
+msgid ""
+"Returns true if all polygonal components of the input geometry use a "
+"clockwise orientation for their exterior ring, and a counter-clockwise "
+"direction for all interior rings."
+msgstr ""
+
+#. Tag: refname
+#: reference_accessor.xml:773
+#, no-c-format
msgid "ST_IsClosed"
msgstr ""
#. Tag: refpurpose
-#: reference_accessor.xml:636
+#: reference_accessor.xml:775
#, no-c-format
msgid ""
"Returns <varname>TRUE</varname> if the <varname>LINESTRING</varname>'s start "
msgstr ""
#. Tag: funcprototype
-#: reference_accessor.xml:643
+#: reference_accessor.xml:782
#, no-c-format
msgid ""
"<funcdef>boolean <function>ST_IsClosed</function></funcdef> "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:654
+#: reference_accessor.xml:793
#, no-c-format
msgid ""
"Returns <varname>TRUE</varname> if the <varname>LINESTRING</varname>'s start "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:658
+#: reference_accessor.xml:797
#, no-c-format
msgid "&sqlmm_compliant; SQL-MM 3: 7.1.5, 9.3.3"
msgstr ""
#. Tag: para
-#: reference_accessor.xml:660
+#: reference_accessor.xml:799
#, no-c-format
msgid ""
"SQL-MM defines the result of <function>ST_IsClosed(<varname>NULL</varname>)</"
msgstr ""
#. Tag: title
-#: reference_accessor.xml:674
+#: reference_accessor.xml:813
#, no-c-format
msgid "Line String and Point Examples"
msgstr ""
#. Tag: programlisting
-#: reference_accessor.xml:676
+#: reference_accessor.xml:815
#, no-c-format
msgid ""
"postgis=# SELECT ST_IsClosed('LINESTRING(0 0, 1 1)'::geometry);\n"
msgstr ""
#. Tag: title
-#: reference_accessor.xml:680
+#: reference_accessor.xml:819
#, no-c-format
msgid "Polyhedral Surface Examples"
msgstr ""
#. Tag: programlisting
-#: reference_accessor.xml:682
+#: reference_accessor.xml:821
#, no-c-format
msgid ""
"-- A cube --\n"
msgstr ""
#. Tag: refname
-#: reference_accessor.xml:694
+#: reference_accessor.xml:833
#, no-c-format
msgid "ST_IsCollection"
msgstr ""
#. Tag: refpurpose
-#: reference_accessor.xml:696
+#: reference_accessor.xml:835
#, no-c-format
msgid ""
"Returns <varname>TRUE</varname> if the argument is a collection "
msgstr ""
#. Tag: funcprototype
-#: reference_accessor.xml:703
+#: reference_accessor.xml:842
#, no-c-format
msgid ""
"<funcdef>boolean <function>ST_IsCollection</function></funcdef> "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:713
+#: reference_accessor.xml:852
#, no-c-format
msgid ""
"Returns <varname>TRUE</varname> if the geometry type of the argument is "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:716
+#: reference_accessor.xml:855
#, no-c-format
msgid "GEOMETRYCOLLECTION"
msgstr ""
#. Tag: para
-#: reference_accessor.xml:717
+#: reference_accessor.xml:856
#, no-c-format
msgid "MULTI{POINT,POLYGON,LINESTRING,CURVE,SURFACE}"
msgstr ""
#. Tag: para
-#: reference_accessor.xml:718
+#: reference_accessor.xml:857
#, no-c-format
msgid "COMPOUNDCURVE"
msgstr ""
#. Tag: para
-#: reference_accessor.xml:723
+#: reference_accessor.xml:862
#, no-c-format
msgid ""
"This function analyzes the type of the geometry. This means that it will "
msgstr ""
#. Tag: programlisting
-#: reference_accessor.xml:738
+#: reference_accessor.xml:877
#, no-c-format
msgid ""
"postgis=# SELECT ST_IsCollection('LINESTRING(0 0, 1 1)'::geometry);\n"
msgstr ""
#. Tag: refname
-#: reference_accessor.xml:750
+#: reference_accessor.xml:889
#, no-c-format
msgid "ST_IsEmpty"
msgstr ""
#. Tag: refpurpose
-#: reference_accessor.xml:752
+#: reference_accessor.xml:891
#, no-c-format
msgid ""
"Returns true if this Geometry is an empty geometrycollection, polygon, point "
msgstr ""
#. Tag: funcprototype
-#: reference_accessor.xml:758
+#: reference_accessor.xml:897
#, no-c-format
msgid ""
"<funcdef>boolean <function>ST_IsEmpty</function></funcdef> "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:768
+#: reference_accessor.xml:907
#, no-c-format
msgid ""
"Returns true if this Geometry is an empty geometry. If true, then this "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:771
+#: reference_accessor.xml:910
#, no-c-format
msgid ""
"SQL-MM defines the result of ST_IsEmpty(NULL) to be 0, while PostGIS returns "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:776
+#: reference_accessor.xml:915
#, no-c-format
msgid "&sqlmm_compliant; SQL-MM 3: 5.1.7"
msgstr ""
#. Tag: para
-#: reference_accessor.xml:778
+#: reference_accessor.xml:917
#, no-c-format
msgid ""
"Changed: 2.0.0 In prior versions of PostGIS "
msgstr ""
#. Tag: programlisting
-#: reference_accessor.xml:786
+#: reference_accessor.xml:925
#, no-c-format
msgid ""
"SELECT ST_IsEmpty(ST_GeomFromText('GEOMETRYCOLLECTION EMPTY'));\n"
msgstr ""
#. Tag: refname
-#: reference_accessor.xml:793
+#: reference_accessor.xml:932
#, no-c-format
msgid "ST_IsRing"
msgstr ""
#. Tag: refpurpose
-#: reference_accessor.xml:795
+#: reference_accessor.xml:934
#, no-c-format
msgid ""
"Returns <varname>TRUE</varname> if this <varname>LINESTRING</varname> is "
msgstr ""
#. Tag: funcprototype
-#: reference_accessor.xml:801
+#: reference_accessor.xml:940
#, no-c-format
msgid ""
"<funcdef>boolean <function>ST_IsRing</function></funcdef> "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:812
+#: reference_accessor.xml:951
#, no-c-format
msgid ""
"Returns <varname>TRUE</varname> if this <varname>LINESTRING</varname> is "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:820
+#: reference_accessor.xml:959
#, no-c-format
msgid "&sqlmm_compliant; SQL-MM 3: 7.1.6"
msgstr ""
#. Tag: para
-#: reference_accessor.xml:822
+#: reference_accessor.xml:961
#, no-c-format
msgid ""
"SQL-MM defines the result of <function>ST_IsRing(<varname>NULL</varname>)</"
msgstr ""
#. Tag: programlisting
-#: reference_accessor.xml:831
+#: reference_accessor.xml:970
#, no-c-format
msgid ""
"SELECT ST_IsRing(the_geom), ST_IsClosed(the_geom), ST_IsSimple(the_geom)\n"
msgstr ""
#. Tag: para
-#: reference_accessor.xml:837
+#: reference_accessor.xml:976
#, no-c-format
msgid ""
", <xref linkend=\"ST_IsSimple\"/>, <xref linkend=\"ST_StartPoint\"/>, <xref "
msgstr ""
#. Tag: refname
-#: reference_accessor.xml:845
+#: reference_accessor.xml:984
#, no-c-format
msgid "ST_IsSimple"
msgstr ""
#. Tag: refpurpose
-#: reference_accessor.xml:847
+#: reference_accessor.xml:986
#, no-c-format
msgid ""
"Returns (TRUE) if this Geometry has no anomalous geometric points, such as "
msgstr ""
#. Tag: funcprototype
-#: reference_accessor.xml:853
+#: reference_accessor.xml:992
#, no-c-format
msgid ""
"<funcdef>boolean <function>ST_IsSimple</function></funcdef> "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:863
+#: reference_accessor.xml:1002
#, no-c-format
msgid ""
"Returns true if this Geometry has no anomalous geometric points, such as "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:869
+#: reference_accessor.xml:1008
#, no-c-format
msgid ""
"SQL-MM defines the result of ST_IsSimple(NULL) to be 0, while PostGIS "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:874
+#: reference_accessor.xml:1013
#, no-c-format
msgid "&sqlmm_compliant; SQL-MM 3: 5.1.8"
msgstr ""
#. Tag: programlisting
-#: reference_accessor.xml:882
+#: reference_accessor.xml:1021
#, no-c-format
msgid ""
"SELECT ST_IsSimple(ST_GeomFromText('POLYGON((1 2, 3 4, 5 6, 1 2))'));\n"
msgstr ""
#. Tag: refname
-#: reference_accessor.xml:894
+#: reference_accessor.xml:1033
#, no-c-format
msgid "ST_IsValid"
msgstr ""
#. Tag: refpurpose
-#: reference_accessor.xml:896
+#: reference_accessor.xml:1035
#, no-c-format
msgid ""
"Returns <varname>true</varname> if the <varname>ST_Geometry</varname> is "
msgstr ""
#. Tag: funcsynopsis
-#: reference_accessor.xml:902
+#: reference_accessor.xml:1041
#, no-c-format
msgid ""
"<funcprototype> <funcdef>boolean <function>ST_IsValid</function></funcdef> "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:920
+#: reference_accessor.xml:1059
#, no-c-format
msgid ""
"Test if an ST_Geometry value is well formed. For geometries that are "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:926
+#: reference_accessor.xml:1065
#, no-c-format
msgid ""
"SQL-MM defines the result of ST_IsValid(NULL) to be 0, while PostGIS returns "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:930
+#: reference_accessor.xml:1069
#, no-c-format
msgid ""
"The version accepting flags is available starting with 2.0.0 and requires "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:938
+#: reference_accessor.xml:1077
#, no-c-format
msgid "&sqlmm_compliant; SQL-MM 3: 5.1.9"
msgstr ""
#. Tag: para
-#: reference_accessor.xml:941
+#: reference_accessor.xml:1080
#, no-c-format
msgid ""
"Neither OGC-SFS nor SQL-MM specifications include a flag argument for "
msgstr ""
#. Tag: programlisting
-#: reference_accessor.xml:953
+#: reference_accessor.xml:1092
#, no-c-format
msgid ""
"SELECT ST_IsValid(ST_GeomFromText('LINESTRING(0 0, 1 1)')) As good_line,\n"
msgstr ""
#. Tag: para
-#: reference_accessor.xml:959
+#: reference_accessor.xml:1098
#, no-c-format
msgid ""
", <xref linkend=\"ST_IsValidReason\"/>, <xref linkend=\"ST_IsValidDetail\"/"
msgstr ""
#. Tag: refname
-#: reference_accessor.xml:970
+#: reference_accessor.xml:1109
#, no-c-format
msgid "ST_IsValidReason"
msgstr ""
#. Tag: refpurpose
-#: reference_accessor.xml:972
+#: reference_accessor.xml:1111
#, no-c-format
msgid ""
"Returns text stating if a geometry is valid or not and if not valid, a "
msgstr ""
#. Tag: funcsynopsis
-#: reference_accessor.xml:976
+#: reference_accessor.xml:1115
#, no-c-format
msgid ""
"<funcprototype> <funcdef>text <function>ST_IsValidReason</function></"
msgstr ""
#. Tag: para
-#: reference_accessor.xml:992
+#: reference_accessor.xml:1131
#, no-c-format
msgid ""
"Returns text stating if a geometry is valid or not an if not valid, a reason "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:994
+#: reference_accessor.xml:1133
#, no-c-format
msgid ""
"Useful in combination with ST_IsValid to generate a detailed report of "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:996
+#: reference_accessor.xml:1135
#, no-c-format
msgid ""
"Allowed <varname>flags</varname> are documented in <xref linkend="
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1000
+#: reference_accessor.xml:1139
#, no-c-format
msgid "Availability: 1.4 - requires GEOS >= 3.1.0."
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1001
+#: reference_accessor.xml:1140
#, no-c-format
msgid ""
"Availability: 2.0 - requires GEOS >= 3.3.0 for the version taking flags."
msgstr ""
#. Tag: programlisting
-#: reference_accessor.xml:1009
+#: reference_accessor.xml:1148
#, no-c-format
msgid ""
"--First 3 Rejects from a successful quintuplet experiment\n"
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1016
+#: reference_accessor.xml:1155
#, no-c-format
msgid ", <xref linkend=\"ST_Summary\"/>"
msgstr ""
#. Tag: refname
-#: reference_accessor.xml:1022
+#: reference_accessor.xml:1161
#, no-c-format
msgid "ST_IsValidDetail"
msgstr ""
#. Tag: refpurpose
-#: reference_accessor.xml:1024
+#: reference_accessor.xml:1163
#, no-c-format
msgid ""
"Returns a valid_detail (valid,reason,location) row stating if a geometry is "
msgstr ""
#. Tag: funcsynopsis
-#: reference_accessor.xml:1028
+#: reference_accessor.xml:1167
#, no-c-format
msgid ""
"<funcprototype> <funcdef>valid_detail <function>ST_IsValidDetail</function></"
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1044
+#: reference_accessor.xml:1183
#, no-c-format
msgid ""
"Returns a valid_detail row, formed by a boolean (valid) stating if a "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1046
+#: reference_accessor.xml:1185
#, no-c-format
msgid ""
"Useful to substitute and improve the combination of ST_IsValid and "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1048
+#: reference_accessor.xml:1187
#, no-c-format
msgid "The 'flags' argument is a bitfield. It can have the following values:"
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1052
+#: reference_accessor.xml:1191
#, no-c-format
msgid ""
"1: Consider self-intersecting rings forming holes as valid. This is also "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1061
+#: reference_accessor.xml:1200
#, no-c-format
msgid "Availability: 2.0.0 - requires GEOS >= 3.3.0."
msgstr ""
#. Tag: programlisting
-#: reference_accessor.xml:1069
+#: reference_accessor.xml:1208
#, no-c-format
msgid ""
"--First 3 Rejects from a successful quintuplet experiment\n"
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1076
+#: reference_accessor.xml:1215
#, no-c-format
msgid ", <xref linkend=\"ST_IsValidReason\"/>"
msgstr ""
#. Tag: refname
-#: reference_accessor.xml:1085
+#: reference_accessor.xml:1224
#, no-c-format
msgid "ST_M"
msgstr ""
#. Tag: refpurpose
-#: reference_accessor.xml:1087
+#: reference_accessor.xml:1226
#, no-c-format
msgid ""
"<refpurpose>Return the M coordinate of the point, or NULL if not available. "
msgstr ""
#. Tag: funcprototype
-#: reference_accessor.xml:1093
+#: reference_accessor.xml:1232
#, no-c-format
msgid ""
"<funcdef>float <function>ST_M</function></funcdef> <paramdef><type>geometry "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1103
+#: reference_accessor.xml:1242
#, no-c-format
msgid ""
"<para>Return the M coordinate of the point, or NULL if not available. Input "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1107
+#: reference_accessor.xml:1246
#, no-c-format
msgid ""
"This is not (yet) part of the OGC spec, but is listed here to complete the "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1111 reference_accessor.xml:2065
+#: reference_accessor.xml:1250 reference_accessor.xml:2204
#, no-c-format
msgid "&sqlmm_compliant;"
msgstr ""
#. Tag: programlisting
-#: reference_accessor.xml:1119
+#: reference_accessor.xml:1258
#, no-c-format
msgid ""
"SELECT ST_M(ST_GeomFromEWKT('POINT(1 2 3 4)'));\n"
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1126
+#: reference_accessor.xml:1265
#, no-c-format
msgid ""
", <xref linkend=\"ST_X\"/>, <xref linkend=\"ST_Y\"/>, <xref linkend=\"ST_Z\"/"
msgstr ""
#. Tag: refname
-#: reference_accessor.xml:1132
+#: reference_accessor.xml:1271
#, no-c-format
msgid "ST_NDims"
msgstr ""
#. Tag: refpurpose
-#: reference_accessor.xml:1133
+#: reference_accessor.xml:1272
#, no-c-format
msgid ""
"Returns coordinate dimension of the geometry as a small int. Values are: 2,3 "
msgstr ""
#. Tag: funcprototype
-#: reference_accessor.xml:1139
+#: reference_accessor.xml:1278
#, no-c-format
msgid ""
"<funcdef>integer <function>ST_NDims</function></funcdef> "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1149
+#: reference_accessor.xml:1288
#, no-c-format
msgid ""
"Returns the coordinate dimension of the geometry. PostGIS supports 2 - (x,"
msgstr ""
#. Tag: programlisting
-#: reference_accessor.xml:1158
+#: reference_accessor.xml:1297
#, no-c-format
msgid ""
"SELECT ST_NDims(ST_GeomFromText('POINT(1 1)')) As d2point,\n"
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1162
+#: reference_accessor.xml:1301
#, no-c-format
msgid ", <xref linkend=\"ST_Dimension\"/>, <xref linkend=\"ST_GeomFromEWKT\"/>"
msgstr ""
#. Tag: refname
-#: reference_accessor.xml:1168
+#: reference_accessor.xml:1307
#, no-c-format
msgid "ST_NPoints"
msgstr ""
#. Tag: refpurpose
-#: reference_accessor.xml:1169
+#: reference_accessor.xml:1308
#, no-c-format
msgid "Return the number of points (vertexes) in a geometry."
msgstr ""
#. Tag: funcprototype
-#: reference_accessor.xml:1174
+#: reference_accessor.xml:1313
#, no-c-format
msgid ""
"<funcdef>integer <function>ST_NPoints</function></funcdef> "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1184
+#: reference_accessor.xml:1323
#, no-c-format
msgid "Return the number of points in a geometry. Works for all geometries."
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1186
+#: reference_accessor.xml:1325
#, no-c-format
msgid ""
"Prior to 1.3.4, this function crashes if used with geometries that contain "
msgstr ""
#. Tag: programlisting
-#: reference_accessor.xml:1196
+#: reference_accessor.xml:1335
#, no-c-format
msgid ""
"SELECT ST_NPoints(ST_GeomFromText('LINESTRING(77.29 29.07,77.42 29.26,77.27 "
msgstr ""
#. Tag: refname
-#: reference_accessor.xml:1207
+#: reference_accessor.xml:1346
#, no-c-format
msgid "ST_NRings"
msgstr ""
#. Tag: refpurpose
-#: reference_accessor.xml:1208
+#: reference_accessor.xml:1347
#, no-c-format
msgid ""
"If the geometry is a polygon or multi-polygon returns the number of rings."
msgstr ""
#. Tag: funcprototype
-#: reference_accessor.xml:1213
+#: reference_accessor.xml:1352
#, no-c-format
msgid ""
"<funcdef>integer <function>ST_NRings</function></funcdef> "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1223
+#: reference_accessor.xml:1362
#, no-c-format
msgid ""
"If the geometry is a polygon or multi-polygon returns the number of rings. "
msgstr ""
#. Tag: programlisting
-#: reference_accessor.xml:1233
+#: reference_accessor.xml:1372
#, no-c-format
msgid ""
"SELECT ST_NRings(the_geom) As Nrings, ST_NumInteriorRings(the_geom) As "
msgstr ""
#. Tag: refname
-#: reference_accessor.xml:1246
+#: reference_accessor.xml:1385
#, no-c-format
msgid "ST_NumGeometries"
msgstr ""
#. Tag: refpurpose
-#: reference_accessor.xml:1247
+#: reference_accessor.xml:1386
#, no-c-format
msgid ""
"If geometry is a GEOMETRYCOLLECTION (or MULTI*) return the number of "
msgstr ""
#. Tag: funcprototype
-#: reference_accessor.xml:1253
+#: reference_accessor.xml:1392
#, no-c-format
msgid ""
"<funcdef>integer <function>ST_NumGeometries</function></funcdef> "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1263
+#: reference_accessor.xml:1402
#, no-c-format
msgid ""
"Returns the number of Geometries. If geometry is a GEOMETRYCOLLECTION (or "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1267
+#: reference_accessor.xml:1406
#, no-c-format
msgid ""
"Changed: 2.0.0 In prior versions this would return NULL if the geometry was "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1269
+#: reference_accessor.xml:1408
#, no-c-format
msgid "&sqlmm_compliant; SQL-MM 3: 9.1.4"
msgstr ""
#. Tag: programlisting
-#: reference_accessor.xml:1279
+#: reference_accessor.xml:1418
#, no-c-format
msgid ""
"--Prior versions would have returned NULL for this -- in 2.0.0 this returns "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1284
+#: reference_accessor.xml:1423
#, no-c-format
msgid ", <xref linkend=\"ST_Multi\"/>"
msgstr ""
#. Tag: refname
-#: reference_accessor.xml:1290
+#: reference_accessor.xml:1429
#, no-c-format
msgid "ST_NumInteriorRings"
msgstr ""
#. Tag: refpurpose
-#: reference_accessor.xml:1291
+#: reference_accessor.xml:1430
#, no-c-format
msgid "Return the number of interior rings of a polygon geometry."
msgstr ""
#. Tag: funcprototype
-#: reference_accessor.xml:1296
+#: reference_accessor.xml:1435
#, no-c-format
msgid ""
"<funcdef>integer <function>ST_NumInteriorRings</function></funcdef> "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1306
+#: reference_accessor.xml:1445
#, no-c-format
msgid ""
"Return the number of interior rings of a polygon geometry. Return NULL if "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1311
+#: reference_accessor.xml:1450
#, no-c-format
msgid "&sqlmm_compliant; SQL-MM 3: 8.2.5"
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1312
+#: reference_accessor.xml:1451
#, no-c-format
msgid ""
"Changed: 2.0.0 - in prior versions it would allow passing a MULTIPOLYGON, "
msgstr ""
#. Tag: programlisting
-#: reference_accessor.xml:1318
+#: reference_accessor.xml:1457
#, no-c-format
msgid ""
"--If you have a regular polygon\n"
msgstr ""
#. Tag: refname
-#: reference_accessor.xml:1329
+#: reference_accessor.xml:1468
#, no-c-format
msgid "ST_NumInteriorRing"
msgstr ""
#. Tag: refpurpose
-#: reference_accessor.xml:1330
+#: reference_accessor.xml:1469
#, no-c-format
msgid ""
"Return the number of interior rings of a polygon in the geometry. Synonym "
msgstr ""
#. Tag: funcprototype
-#: reference_accessor.xml:1336
+#: reference_accessor.xml:1475
#, no-c-format
msgid ""
"<funcdef>integer <function>ST_NumInteriorRing</function></funcdef> "
msgstr ""
#. Tag: refname
-#: reference_accessor.xml:1352
+#: reference_accessor.xml:1491
#, no-c-format
msgid "ST_NumPatches"
msgstr ""
#. Tag: refpurpose
-#: reference_accessor.xml:1353
+#: reference_accessor.xml:1492
#, no-c-format
msgid ""
"Return the number of faces on a Polyhedral Surface. Will return null for non-"
msgstr ""
#. Tag: funcprototype
-#: reference_accessor.xml:1358
+#: reference_accessor.xml:1497
#, no-c-format
msgid ""
"<funcdef>integer <function>ST_NumPatches</function></funcdef> "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1368
+#: reference_accessor.xml:1507
#, no-c-format
msgid ""
"Return the number of faces on a Polyhedral Surface. Will return null for non-"
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1371 reference_accessor.xml:1466
+#: reference_accessor.xml:1510 reference_accessor.xml:1605
#, no-c-format
msgid "Availability: 2.0.0"
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1374 reference_accessor.xml:1467
+#: reference_accessor.xml:1513 reference_accessor.xml:1606
#, no-c-format
msgid "&sqlmm_compliant; SQL-MM 3: ?"
msgstr ""
#. Tag: programlisting
-#: reference_accessor.xml:1381
+#: reference_accessor.xml:1520
#, no-c-format
msgid ""
"SELECT ST_NumPatches(ST_GeomFromEWKT('POLYHEDRALSURFACE( ((0 0 0, 0 0 1, 0 1 "
msgstr ""
#. Tag: refname
-#: reference_accessor.xml:1392
+#: reference_accessor.xml:1531
#, no-c-format
msgid "ST_NumPoints"
msgstr ""
#. Tag: refpurpose
-#: reference_accessor.xml:1393
+#: reference_accessor.xml:1532
#, no-c-format
msgid ""
"Return the number of points in an ST_LineString or ST_CircularString value."
msgstr ""
#. Tag: funcprototype
-#: reference_accessor.xml:1399
+#: reference_accessor.xml:1538
#, no-c-format
msgid ""
"<funcdef>integer <function>ST_NumPoints</function></funcdef> "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1409
+#: reference_accessor.xml:1548
#, no-c-format
msgid ""
"Return the number of points in an ST_LineString or ST_CircularString value. "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1416
+#: reference_accessor.xml:1555
#, no-c-format
msgid "&sqlmm_compliant; SQL-MM 3: 7.2.4"
msgstr ""
#. Tag: programlisting
-#: reference_accessor.xml:1422
+#: reference_accessor.xml:1561
#, no-c-format
msgid ""
"SELECT ST_NumPoints(ST_GeomFromText('LINESTRING(77.29 29.07,77.42 "
msgstr ""
#. Tag: refname
-#: reference_accessor.xml:1433
+#: reference_accessor.xml:1572
#, no-c-format
msgid "ST_PatchN"
msgstr ""
#. Tag: refpurpose
-#: reference_accessor.xml:1435
+#: reference_accessor.xml:1574
#, no-c-format
msgid ""
"Return the 1-based Nth geometry (face) if the geometry is a "
msgstr ""
#. Tag: funcprototype
-#: reference_accessor.xml:1442
+#: reference_accessor.xml:1581
#, no-c-format
msgid ""
"<funcdef>geometry <function>ST_PatchN</function></funcdef> "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1453
+#: reference_accessor.xml:1592
#, no-c-format
msgid ""
">Return the 1-based Nth geometry (face) if the geometry is a "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1459
+#: reference_accessor.xml:1598
#, no-c-format
msgid "Index is 1-based."
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1463
+#: reference_accessor.xml:1602
#, no-c-format
msgid ""
"If you want to extract all geometries, of a geometry, ST_Dump is more "
msgstr ""
#. Tag: programlisting
-#: reference_accessor.xml:1477
+#: reference_accessor.xml:1616
#, no-c-format
msgid ""
"--Extract the 2nd face of the polyhedral surface\n"
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1484
+#: reference_accessor.xml:1623
#, no-c-format
msgid ""
", <xref linkend=\"ST_GeomFromEWKT\"/>, <xref linkend=\"ST_Dump\"/>, <xref "
msgstr ""
#. Tag: refname
-#: reference_accessor.xml:1490
+#: reference_accessor.xml:1629
#, no-c-format
msgid "ST_PointN"
msgstr ""
#. Tag: refpurpose
-#: reference_accessor.xml:1492
+#: reference_accessor.xml:1631
#, no-c-format
msgid ""
"Return the Nth point in the first LineString or circular LineString in the "
msgstr ""
#. Tag: funcprototype
-#: reference_accessor.xml:1499
+#: reference_accessor.xml:1638
#, no-c-format
msgid ""
"<funcdef>geometry <function>ST_PointN</function></funcdef> "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1510
+#: reference_accessor.xml:1649
#, no-c-format
msgid ""
"Return the Nth point in a single linestring or circular linestring in the "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1515
+#: reference_accessor.xml:1654
#, no-c-format
msgid ""
"Index is 1-based as for OGC specs since version 0.8.0. Backward indexing "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1521
+#: reference_accessor.xml:1660
#, no-c-format
msgid ""
"If you want to get the nth point of each line string in a multilinestring, "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1526
+#: reference_accessor.xml:1665
#, no-c-format
msgid "&sqlmm_compliant; SQL-MM 3: 7.2.5, 7.3.5"
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1529
+#: reference_accessor.xml:1668
#, no-c-format
msgid ""
"Changed: 2.0.0 no longer works with single geometry multilinestrings. In "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1532
+#: reference_accessor.xml:1671
#, no-c-format
msgid "Changed: 2.3.0 : negative indexing available (-1 is last point)"
msgstr ""
#. Tag: programlisting
-#: reference_accessor.xml:1542
+#: reference_accessor.xml:1681
#, no-c-format
msgid ""
"-- Extract all POINTs from a LINESTRING\n"
msgstr ""
#. Tag: refname
-#: reference_accessor.xml:1554
+#: reference_accessor.xml:1693
#, no-c-format
msgid "ST_Points"
msgstr ""
#. Tag: refpurpose
-#: reference_accessor.xml:1555
+#: reference_accessor.xml:1694
#, no-c-format
msgid "Returns a MultiPoint containing all of the coordinates of a geometry."
msgstr ""
#. Tag: funcprototype
-#: reference_accessor.xml:1561
+#: reference_accessor.xml:1700
#, no-c-format
msgid ""
"<funcdef>geometry <function>ST_Points</function></funcdef> <paramdef> "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1574
+#: reference_accessor.xml:1713
#, no-c-format
msgid ""
"Returns a MultiPoint containing all of the coordinates of a geometry. Does "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1582
+#: reference_accessor.xml:1721
#, no-c-format
msgid "M and Z ordinates will be preserved if present."
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1589
+#: reference_accessor.xml:1728
#, no-c-format
msgid "Availability: 2.3.0"
msgstr ""
#. Tag: programlisting
-#: reference_accessor.xml:1596
+#: reference_accessor.xml:1735
#, no-c-format
msgid ""
"SELECT ST_AsText(ST_Points('POLYGON Z ((30 10 4,10 30 5,40 40 6, 30 "
msgstr ""
#. Tag: refname
-#: reference_accessor.xml:1607
+#: reference_accessor.xml:1746
#, no-c-format
msgid "ST_SRID"
msgstr ""
#. Tag: refpurpose
-#: reference_accessor.xml:1608
+#: reference_accessor.xml:1747
#, no-c-format
msgid ""
"Returns the spatial reference identifier for the ST_Geometry as defined in "
msgstr ""
#. Tag: funcprototype
-#: reference_accessor.xml:1613
+#: reference_accessor.xml:1752
#, no-c-format
msgid ""
"<funcdef>integer <function>ST_SRID</function></funcdef> "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1623
+#: reference_accessor.xml:1762
#, no-c-format
msgid ""
"Returns the spatial reference identifier for the ST_Geometry as defined in "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1624
+#: reference_accessor.xml:1763
#, no-c-format
msgid ""
"spatial_ref_sys table is a table that catalogs all spatial reference systems "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1628
+#: reference_accessor.xml:1767
#, no-c-format
msgid "&sqlmm_compliant; SQL-MM 3: 5.1.5"
msgstr ""
#. Tag: programlisting
-#: reference_accessor.xml:1636
+#: reference_accessor.xml:1775
#, no-c-format
msgid ""
"SELECT ST_SRID(ST_GeomFromText('POINT(-71.1043 42.315)',4326));\n"
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1641
+#: reference_accessor.xml:1780
#, no-c-format
msgid ""
", <xref linkend=\"ST_GeomFromText\"/>, <xref linkend=\"ST_SetSRID\"/>, <xref "
msgstr ""
#. Tag: refname
-#: reference_accessor.xml:1647
+#: reference_accessor.xml:1786
#, no-c-format
msgid "ST_StartPoint"
msgstr ""
#. Tag: refpurpose
-#: reference_accessor.xml:1649
+#: reference_accessor.xml:1788
#, no-c-format
msgid ""
"Returns the first point of a <varname>LINESTRING</varname> geometry as a "
msgstr ""
#. Tag: funcprototype
-#: reference_accessor.xml:1655
+#: reference_accessor.xml:1794
#, no-c-format
msgid ""
"<funcdef>geometry <function>ST_StartPoint</function></funcdef> "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1666
+#: reference_accessor.xml:1805
#, no-c-format
msgid ""
"Returns the first point of a <varname>LINESTRING</varname> or "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1670
+#: reference_accessor.xml:1809
#, no-c-format
msgid "&sqlmm_compliant; SQL-MM 3: 7.1.3"
msgstr ""
#. Tag: programlisting
-#: reference_accessor.xml:1685
+#: reference_accessor.xml:1824
#, no-c-format
msgid ""
"SELECT ST_AsText(ST_StartPoint('LINESTRING(0 1, 0 2)'::geometry));\n"
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1691
+#: reference_accessor.xml:1830
#, no-c-format
msgid ", <xref linkend=\"ST_PointN\"/>"
msgstr ""
#. Tag: refname
-#: reference_accessor.xml:1696
+#: reference_accessor.xml:1835
#, no-c-format
msgid "ST_Summary"
msgstr ""
#. Tag: refpurpose
-#: reference_accessor.xml:1698
+#: reference_accessor.xml:1837
#, no-c-format
msgid ""
"<refpurpose>Returns a text summary of the contents of the geometry.</"
msgstr ""
#. Tag: funcsynopsis
-#: reference_accessor.xml:1704
+#: reference_accessor.xml:1843
#, no-c-format
msgid ""
"<funcprototype> <funcdef>text <function>ST_Summary</function></funcdef> "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1719
+#: reference_accessor.xml:1858
#, no-c-format
msgid "<para>Returns a text summary of the contents of the geometry.</para>"
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1721
+#: reference_accessor.xml:1860
#, no-c-format
msgid ""
"Flags shown square brackets after the geometry type have the following "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1725
+#: reference_accessor.xml:1864
#, no-c-format
msgid "M: has M ordinate"
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1726
+#: reference_accessor.xml:1865
#, no-c-format
msgid "Z: has Z ordinate"
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1727
+#: reference_accessor.xml:1866
#, no-c-format
msgid "B: has a cached bounding box"
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1728
+#: reference_accessor.xml:1867
#, no-c-format
msgid "G: is geodetic (geography)"
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1729
+#: reference_accessor.xml:1868
#, no-c-format
msgid "S: has spatial reference system"
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1740
+#: reference_accessor.xml:1879
#, no-c-format
msgid "Availability: 1.2.2"
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1741
+#: reference_accessor.xml:1880
#, no-c-format
msgid "Enhanced: 2.0.0 added support for geography"
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1742
+#: reference_accessor.xml:1881
#, no-c-format
msgid ""
"Enhanced: 2.1.0 S flag to denote if has a known spatial reference system"
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1743
+#: reference_accessor.xml:1882
#, no-c-format
msgid "Enhanced: 2.2.0 Added support for TIN and Curves"
msgstr ""
#. Tag: programlisting
-#: reference_accessor.xml:1749
+#: reference_accessor.xml:1888
#, no-c-format
msgid ""
"=# SELECT ST_Summary(ST_GeomFromText('LINESTRING(0 0, 1 1)')) as geom,\n"
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1755
+#: reference_accessor.xml:1894
#, no-c-format
msgid ""
", <xref linkend=\"PostGIS_AddBBox\"/>, <xref linkend=\"ST_Force_3DM\"/>, "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1764
+#: reference_accessor.xml:1903
#, no-c-format
msgid ""
", <xref linkend=\"ST_IsValid\"/>, <xref linkend=\"ST_IsValidReason\"/>, "
msgstr ""
#. Tag: refname
-#: reference_accessor.xml:1775
+#: reference_accessor.xml:1914
#, no-c-format
msgid "ST_X"
msgstr ""
#. Tag: refpurpose
-#: reference_accessor.xml:1777
+#: reference_accessor.xml:1916
#, no-c-format
msgid ""
"<refpurpose>Return the X coordinate of the point, or NULL if not available. "
msgstr ""
#. Tag: funcprototype
-#: reference_accessor.xml:1783
+#: reference_accessor.xml:1922
#, no-c-format
msgid ""
"<funcdef>float <function>ST_X</function></funcdef> <paramdef><type>geometry "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1793
+#: reference_accessor.xml:1932
#, no-c-format
msgid ""
"<para>Return the X coordinate of the point, or NULL if not available. Input "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1796
+#: reference_accessor.xml:1935
#, no-c-format
msgid ""
"If you want to get the max min x values of any geometry look at ST_XMin, "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1798
+#: reference_accessor.xml:1937
#, no-c-format
msgid "&sqlmm_compliant; SQL-MM 3: 6.1.3"
msgstr ""
#. Tag: programlisting
-#: reference_accessor.xml:1806
+#: reference_accessor.xml:1945
#, no-c-format
msgid ""
"SELECT ST_X(ST_GeomFromEWKT('POINT(1 2 3 4)'));\n"
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1813
+#: reference_accessor.xml:1952
#, no-c-format
msgid ""
", <xref linkend=\"ST_GeomFromEWKT\"/>, <xref linkend=\"ST_M\"/>, <xref "
msgstr ""
#. Tag: refname
-#: reference_accessor.xml:1819
+#: reference_accessor.xml:1958
#, no-c-format
msgid "ST_XMax"
msgstr ""
#. Tag: refpurpose
-#: reference_accessor.xml:1821
+#: reference_accessor.xml:1960
#, no-c-format
msgid ""
"<refpurpose>Returns X maxima of a bounding box 2d or 3d or a geometry.</"
msgstr ""
#. Tag: funcprototype
-#: reference_accessor.xml:1826
+#: reference_accessor.xml:1965
#, no-c-format
msgid ""
"<funcdef>float <function>ST_XMax</function></funcdef> <paramdef><type>box3d "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1836
+#: reference_accessor.xml:1975
#, no-c-format
msgid "<para>Returns X maxima of a bounding box 2d or 3d or a geometry.</para>"
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1839 reference_accessor.xml:1884
-#: reference_accessor.xml:1972 reference_accessor.xml:2017
-#: reference_accessor.xml:2105 reference_accessor.xml:2192
+#: reference_accessor.xml:1978 reference_accessor.xml:2023
+#: reference_accessor.xml:2111 reference_accessor.xml:2156
+#: reference_accessor.xml:2244 reference_accessor.xml:2331
#, no-c-format
msgid ""
"Although this function is only defined for box3d, it will work for box2d and "
msgstr ""
#. Tag: programlisting
-#: reference_accessor.xml:1851
+#: reference_accessor.xml:1990
#, no-c-format
msgid ""
"SELECT ST_XMax('BOX3D(1 2 3, 4 5 6)');\n"
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1858 reference_accessor.xml:1903
+#: reference_accessor.xml:1997 reference_accessor.xml:2042
#, no-c-format
msgid ""
", <xref linkend=\"ST_YMax\"/>, <xref linkend=\"ST_YMin\"/>, <xref linkend="
msgstr ""
#. Tag: refname
-#: reference_accessor.xml:1864
+#: reference_accessor.xml:2003
#, no-c-format
msgid "ST_XMin"
msgstr ""
#. Tag: refpurpose
-#: reference_accessor.xml:1866
+#: reference_accessor.xml:2005
#, no-c-format
msgid ""
"<refpurpose>Returns X minima of a bounding box 2d or 3d or a geometry.</"
msgstr ""
#. Tag: funcprototype
-#: reference_accessor.xml:1871
+#: reference_accessor.xml:2010
#, no-c-format
msgid ""
"<funcdef>float <function>ST_XMin</function></funcdef> <paramdef><type>box3d "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1881
+#: reference_accessor.xml:2020
#, no-c-format
msgid "<para>Returns X minima of a bounding box 2d or 3d or a geometry.</para>"
msgstr ""
#. Tag: programlisting
-#: reference_accessor.xml:1896
+#: reference_accessor.xml:2035
#, no-c-format
msgid ""
"SELECT ST_XMin('BOX3D(1 2 3, 4 5 6)');\n"
msgstr ""
#. Tag: refname
-#: reference_accessor.xml:1909
+#: reference_accessor.xml:2048
#, no-c-format
msgid "ST_Y"
msgstr ""
#. Tag: refpurpose
-#: reference_accessor.xml:1911
+#: reference_accessor.xml:2050
#, no-c-format
msgid ""
"<refpurpose>Return the Y coordinate of the point, or NULL if not available. "
msgstr ""
#. Tag: funcprototype
-#: reference_accessor.xml:1917
+#: reference_accessor.xml:2056
#, no-c-format
msgid ""
"<funcdef>float <function>ST_Y</function></funcdef> <paramdef><type>geometry "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1927
+#: reference_accessor.xml:2066
#, no-c-format
msgid ""
"<para>Return the Y coordinate of the point, or NULL if not available. Input "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1931
+#: reference_accessor.xml:2070
#, no-c-format
msgid "&sqlmm_compliant; SQL-MM 3: 6.1.4"
msgstr ""
#. Tag: programlisting
-#: reference_accessor.xml:1939
+#: reference_accessor.xml:2078
#, no-c-format
msgid ""
"SELECT ST_Y(ST_GeomFromEWKT('POINT(1 2 3 4)'));\n"
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1946
+#: reference_accessor.xml:2085
#, no-c-format
msgid ""
", <xref linkend=\"ST_GeomFromEWKT\"/>, <xref linkend=\"ST_M\"/>, <xref "
msgstr ""
#. Tag: refname
-#: reference_accessor.xml:1952
+#: reference_accessor.xml:2091
#, no-c-format
msgid "ST_YMax"
msgstr ""
#. Tag: refpurpose
-#: reference_accessor.xml:1954
+#: reference_accessor.xml:2093
#, no-c-format
msgid ""
"<refpurpose>Returns Y maxima of a bounding box 2d or 3d or a geometry.</"
msgstr ""
#. Tag: funcprototype
-#: reference_accessor.xml:1959
+#: reference_accessor.xml:2098
#, no-c-format
msgid ""
"<funcdef>float <function>ST_YMax</function></funcdef> <paramdef><type>box3d "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1969
+#: reference_accessor.xml:2108
#, no-c-format
msgid "<para>Returns Y maxima of a bounding box 2d or 3d or a geometry.</para>"
msgstr ""
#. Tag: programlisting
-#: reference_accessor.xml:1984
+#: reference_accessor.xml:2123
#, no-c-format
msgid ""
"SELECT ST_YMax('BOX3D(1 2 3, 4 5 6)');\n"
msgstr ""
#. Tag: para
-#: reference_accessor.xml:1991
+#: reference_accessor.xml:2130
#, no-c-format
msgid ""
", <xref linkend=\"ST_XMax\"/>, <xref linkend=\"ST_YMin\"/>, <xref linkend="
msgstr ""
#. Tag: refname
-#: reference_accessor.xml:1997
+#: reference_accessor.xml:2136
#, no-c-format
msgid "ST_YMin"
msgstr ""
#. Tag: refpurpose
-#: reference_accessor.xml:1999
+#: reference_accessor.xml:2138
#, no-c-format
msgid ""
"<refpurpose>Returns Y minima of a bounding box 2d or 3d or a geometry.</"
msgstr ""
#. Tag: funcprototype
-#: reference_accessor.xml:2004
+#: reference_accessor.xml:2143
#, no-c-format
msgid ""
"<funcdef>float <function>ST_YMin</function></funcdef> <paramdef><type>box3d "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:2014
+#: reference_accessor.xml:2153
#, no-c-format
msgid "<para>Returns Y minima of a bounding box 2d or 3d or a geometry.</para>"
msgstr ""
#. Tag: programlisting
-#: reference_accessor.xml:2029
+#: reference_accessor.xml:2168
#, no-c-format
msgid ""
"SELECT ST_YMin('BOX3D(1 2 3, 4 5 6)');\n"
msgstr ""
#. Tag: para
-#: reference_accessor.xml:2036
+#: reference_accessor.xml:2175
#, no-c-format
msgid ""
", <xref linkend=\"ST_XMin\"/>, <xref linkend=\"ST_XMax\"/>, <xref linkend="
msgstr ""
#. Tag: refname
-#: reference_accessor.xml:2042
+#: reference_accessor.xml:2181
#, no-c-format
msgid "ST_Z"
msgstr ""
#. Tag: refpurpose
-#: reference_accessor.xml:2044
+#: reference_accessor.xml:2183
#, no-c-format
msgid ""
"<refpurpose>Return the Z coordinate of the point, or NULL if not available. "
msgstr ""
#. Tag: funcprototype
-#: reference_accessor.xml:2050
+#: reference_accessor.xml:2189
#, no-c-format
msgid ""
"<funcdef>float <function>ST_Z</function></funcdef> <paramdef><type>geometry "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:2060
+#: reference_accessor.xml:2199
#, no-c-format
msgid ""
"<para>Return the Z coordinate of the point, or NULL if not available. Input "
msgstr ""
#. Tag: programlisting
-#: reference_accessor.xml:2072
+#: reference_accessor.xml:2211
#, no-c-format
msgid ""
"SELECT ST_Z(ST_GeomFromEWKT('POINT(1 2 3 4)'));\n"
msgstr ""
#. Tag: para
-#: reference_accessor.xml:2079
+#: reference_accessor.xml:2218
#, no-c-format
msgid ""
", <xref linkend=\"ST_M\"/>, <xref linkend=\"ST_X\"/>, <xref linkend=\"ST_Y\"/"
msgstr ""
#. Tag: refname
-#: reference_accessor.xml:2085
+#: reference_accessor.xml:2224
#, no-c-format
msgid "ST_ZMax"
msgstr ""
#. Tag: refpurpose
-#: reference_accessor.xml:2087 reference_accessor.xml:2174
+#: reference_accessor.xml:2226 reference_accessor.xml:2313
#, no-c-format
msgid ""
"<refpurpose>Returns Z minima of a bounding box 2d or 3d or a geometry.</"
msgstr ""
#. Tag: funcprototype
-#: reference_accessor.xml:2092
+#: reference_accessor.xml:2231
#, no-c-format
msgid ""
"<funcdef>float <function>ST_ZMax</function></funcdef> <paramdef><type>box3d "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:2102
+#: reference_accessor.xml:2241
#, no-c-format
msgid "Returns Z maxima of a bounding box 2d or 3d or a geometry."
msgstr ""
#. Tag: programlisting
-#: reference_accessor.xml:2117
+#: reference_accessor.xml:2256
#, no-c-format
msgid ""
"SELECT ST_ZMax('BOX3D(1 2 3, 4 5 6)');\n"
msgstr ""
#. Tag: para
-#: reference_accessor.xml:2124
+#: reference_accessor.xml:2263
#, no-c-format
msgid ""
", <xref linkend=\"ST_XMin\"/>, <xref linkend=\"ST_XMax\"/>, <xref linkend="
msgstr ""
#. Tag: refname
-#: reference_accessor.xml:2130
+#: reference_accessor.xml:2269
#, no-c-format
msgid "ST_Zmflag"
msgstr ""
#. Tag: refpurpose
-#: reference_accessor.xml:2132
+#: reference_accessor.xml:2271
#, no-c-format
msgid ""
"<refpurpose>Returns ZM (dimension semantic) flag of the geometries as a "
msgstr ""
#. Tag: funcprototype
-#: reference_accessor.xml:2138
+#: reference_accessor.xml:2277
#, no-c-format
msgid ""
"<funcdef>smallint <function>ST_Zmflag</function></funcdef> "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:2148
+#: reference_accessor.xml:2287
#, no-c-format
msgid ""
"<para>Returns ZM (dimension semantic) flag of the geometries as a small int. "
msgstr ""
#. Tag: programlisting
-#: reference_accessor.xml:2159
+#: reference_accessor.xml:2298
#, no-c-format
msgid ""
"SELECT ST_Zmflag(ST_GeomFromEWKT('LINESTRING(1 2, 3 4)'));\n"
msgstr ""
#. Tag: para
-#: reference_accessor.xml:2166
+#: reference_accessor.xml:2305
#, no-c-format
msgid ", <xref linkend=\"ST_NDims\"/>, <xref linkend=\"ST_Dimension\"/>"
msgstr ""
#. Tag: refname
-#: reference_accessor.xml:2172
+#: reference_accessor.xml:2311
#, no-c-format
msgid "ST_ZMin"
msgstr ""
#. Tag: funcprototype
-#: reference_accessor.xml:2179
+#: reference_accessor.xml:2318
#, no-c-format
msgid ""
"<funcdef>float <function>ST_ZMin</function></funcdef> <paramdef><type>box3d "
msgstr ""
#. Tag: para
-#: reference_accessor.xml:2189
+#: reference_accessor.xml:2328
#, no-c-format
msgid "<para>Returns Z minima of a bounding box 2d or 3d or a geometry.</para>"
msgstr ""
#. Tag: programlisting
-#: reference_accessor.xml:2204
+#: reference_accessor.xml:2343
#, no-c-format
msgid ""
"SELECT ST_ZMin('BOX3D(1 2 3, 4 5 6)');\n"
msgstr ""
#. Tag: para
-#: reference_accessor.xml:2211
+#: reference_accessor.xml:2350
#, no-c-format
msgid ""
", <xref linkend=\"ST_GeomFromText\"/>, <xref linkend=\"ST_XMin\"/>, <xref "
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-01-28 07:02+0000\n"
+"POT-Creation-Date: 2017-03-29 06:29+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc@kde.org>\n"
#. Tag: title
#: reference_editor.xml:29 reference_editor.xml:88 reference_editor.xml:146
#: reference_editor.xml:192 reference_editor.xml:235 reference_editor.xml:278
-#: reference_editor.xml:319 reference_editor.xml:360 reference_editor.xml:414
-#: reference_editor.xml:443 reference_editor.xml:489 reference_editor.xml:534
-#: reference_editor.xml:576 reference_editor.xml:627 reference_editor.xml:669
-#: reference_editor.xml:704 reference_editor.xml:748 reference_editor.xml:781
-#: reference_editor.xml:825 reference_editor.xml:874 reference_editor.xml:921
-#: reference_editor.xml:970 reference_editor.xml:1037 reference_editor.xml:1102
-#: reference_editor.xml:1144 reference_editor.xml:1188
-#: reference_editor.xml:1265 reference_editor.xml:1343
-#: reference_editor.xml:1500 reference_editor.xml:1606
-#: reference_editor.xml:1658
+#: reference_editor.xml:319 reference_editor.xml:369 reference_editor.xml:408
+#: reference_editor.xml:465 reference_editor.xml:509 reference_editor.xml:538
+#: reference_editor.xml:595 reference_editor.xml:640 reference_editor.xml:682
+#: reference_editor.xml:733 reference_editor.xml:775 reference_editor.xml:810
+#: reference_editor.xml:854 reference_editor.xml:887 reference_editor.xml:931
+#: reference_editor.xml:980 reference_editor.xml:1027 reference_editor.xml:1076
+#: reference_editor.xml:1143 reference_editor.xml:1208
+#: reference_editor.xml:1250 reference_editor.xml:1294
+#: reference_editor.xml:1371 reference_editor.xml:1449
+#: reference_editor.xml:1606 reference_editor.xml:1712
+#: reference_editor.xml:1764
#, no-c-format
msgid "Description"
msgstr ""
msgstr ""
#. Tag: para
-#: reference_editor.xml:34 reference_editor.xml:541 reference_editor.xml:751
-#: reference_editor.xml:1149
+#: reference_editor.xml:34 reference_editor.xml:647 reference_editor.xml:857
+#: reference_editor.xml:1255
#, no-c-format
msgid "Availability: 1.1.0"
msgstr ""
#. Tag: para
#: reference_editor.xml:35 reference_editor.xml:110 reference_editor.xml:157
#: reference_editor.xml:200 reference_editor.xml:242 reference_editor.xml:324
-#: reference_editor.xml:370 reference_editor.xml:419 reference_editor.xml:452
-#: reference_editor.xml:498 reference_editor.xml:752 reference_editor.xml:834
-#: reference_editor.xml:884 reference_editor.xml:932 reference_editor.xml:983
-#: reference_editor.xml:1057 reference_editor.xml:1152
-#: reference_editor.xml:1296 reference_editor.xml:1614
-#: reference_editor.xml:1671
+#: reference_editor.xml:377 reference_editor.xml:418 reference_editor.xml:473
+#: reference_editor.xml:514 reference_editor.xml:553 reference_editor.xml:604
+#: reference_editor.xml:858 reference_editor.xml:940 reference_editor.xml:990
+#: reference_editor.xml:1038 reference_editor.xml:1089
+#: reference_editor.xml:1163 reference_editor.xml:1258
+#: reference_editor.xml:1402 reference_editor.xml:1720
+#: reference_editor.xml:1777
#, no-c-format
msgid "&Z_support;"
msgstr ""
#. Tag: title
#: reference_editor.xml:39 reference_editor.xml:116 reference_editor.xml:162
#: reference_editor.xml:205 reference_editor.xml:248 reference_editor.xml:289
-#: reference_editor.xml:330 reference_editor.xml:376 reference_editor.xml:457
-#: reference_editor.xml:504 reference_editor.xml:546 reference_editor.xml:598
-#: reference_editor.xml:642 reference_editor.xml:677 reference_editor.xml:720
-#: reference_editor.xml:756 reference_editor.xml:787 reference_editor.xml:843
-#: reference_editor.xml:890 reference_editor.xml:939 reference_editor.xml:991
-#: reference_editor.xml:1065 reference_editor.xml:1117
-#: reference_editor.xml:1156 reference_editor.xml:1204
-#: reference_editor.xml:1301 reference_editor.xml:1377
-#: reference_editor.xml:1540 reference_editor.xml:1619
-#: reference_editor.xml:1677
+#: reference_editor.xml:330 reference_editor.xml:424 reference_editor.xml:558
+#: reference_editor.xml:610 reference_editor.xml:652 reference_editor.xml:704
+#: reference_editor.xml:748 reference_editor.xml:783 reference_editor.xml:826
+#: reference_editor.xml:862 reference_editor.xml:893 reference_editor.xml:949
+#: reference_editor.xml:996 reference_editor.xml:1045 reference_editor.xml:1097
+#: reference_editor.xml:1171 reference_editor.xml:1223
+#: reference_editor.xml:1262 reference_editor.xml:1310
+#: reference_editor.xml:1407 reference_editor.xml:1483
+#: reference_editor.xml:1646 reference_editor.xml:1725
+#: reference_editor.xml:1783
#, no-c-format
msgid "Examples"
msgstr ""
#. Tag: title
#: reference_editor.xml:43 reference_editor.xml:123 reference_editor.xml:169
#: reference_editor.xml:212 reference_editor.xml:255 reference_editor.xml:296
-#: reference_editor.xml:337 reference_editor.xml:385 reference_editor.xml:463
-#: reference_editor.xml:510 reference_editor.xml:551 reference_editor.xml:603
-#: reference_editor.xml:647 reference_editor.xml:682 reference_editor.xml:725
-#: reference_editor.xml:760 reference_editor.xml:850 reference_editor.xml:897
-#: reference_editor.xml:946 reference_editor.xml:998 reference_editor.xml:1072
-#: reference_editor.xml:1122 reference_editor.xml:1160
-#: reference_editor.xml:1212 reference_editor.xml:1308
-#: reference_editor.xml:1452 reference_editor.xml:1574
-#: reference_editor.xml:1632 reference_editor.xml:1684
+#: reference_editor.xml:337 reference_editor.xml:382 reference_editor.xml:433
+#: reference_editor.xml:478 reference_editor.xml:564 reference_editor.xml:616
+#: reference_editor.xml:657 reference_editor.xml:709 reference_editor.xml:753
+#: reference_editor.xml:788 reference_editor.xml:831 reference_editor.xml:866
+#: reference_editor.xml:956 reference_editor.xml:1003 reference_editor.xml:1052
+#: reference_editor.xml:1104 reference_editor.xml:1178
+#: reference_editor.xml:1228 reference_editor.xml:1266
+#: reference_editor.xml:1318 reference_editor.xml:1414
+#: reference_editor.xml:1558 reference_editor.xml:1680
+#: reference_editor.xml:1738 reference_editor.xml:1790
#, no-c-format
msgid "See Also"
msgstr ""
msgstr ""
#. Tag: para
-#: reference_editor.xml:104 reference_editor.xml:831 reference_editor.xml:881
-#: reference_editor.xml:929 reference_editor.xml:978 reference_editor.xml:1054
+#: reference_editor.xml:104 reference_editor.xml:937 reference_editor.xml:987
+#: reference_editor.xml:1035 reference_editor.xml:1084
+#: reference_editor.xml:1160
#, no-c-format
msgid ""
"Enhanced: 2.0.0 support for Polyhedral surfaces, Triangles and TIN was "
msgstr ""
#. Tag: para
-#: reference_editor.xml:106 reference_editor.xml:981 reference_editor.xml:1050
-#: reference_editor.xml:1529 reference_editor.xml:1611
-#: reference_editor.xml:1667
+#: reference_editor.xml:106 reference_editor.xml:1087 reference_editor.xml:1156
+#: reference_editor.xml:1635 reference_editor.xml:1717
+#: reference_editor.xml:1773
#, no-c-format
msgid ""
"Prior to 1.3.4, this function crashes if used with geometries that contain "
#. Tag: para
#: reference_editor.xml:108 reference_editor.xml:156 reference_editor.xml:198
-#: reference_editor.xml:241 reference_editor.xml:369 reference_editor.xml:416
-#: reference_editor.xml:453 reference_editor.xml:836 reference_editor.xml:883
-#: reference_editor.xml:931 reference_editor.xml:985 reference_editor.xml:1056
-#: reference_editor.xml:1535
+#: reference_editor.xml:241 reference_editor.xml:417 reference_editor.xml:511
+#: reference_editor.xml:554 reference_editor.xml:942 reference_editor.xml:989
+#: reference_editor.xml:1037 reference_editor.xml:1091
+#: reference_editor.xml:1162 reference_editor.xml:1641
#, no-c-format
msgid "&P_support;"
msgstr ""
#. Tag: para
-#: reference_editor.xml:109 reference_editor.xml:417 reference_editor.xml:837
-#: reference_editor.xml:885 reference_editor.xml:933 reference_editor.xml:986
-#: reference_editor.xml:1059
+#: reference_editor.xml:109 reference_editor.xml:512 reference_editor.xml:943
+#: reference_editor.xml:991 reference_editor.xml:1039 reference_editor.xml:1092
+#: reference_editor.xml:1165
#, no-c-format
msgid "&T_support;"
msgstr ""
#. Tag: para
#: reference_editor.xml:111 reference_editor.xml:155 reference_editor.xml:199
#: reference_editor.xml:243 reference_editor.xml:284 reference_editor.xml:325
-#: reference_editor.xml:371 reference_editor.xml:418 reference_editor.xml:500
-#: reference_editor.xml:835 reference_editor.xml:984 reference_editor.xml:1058
-#: reference_editor.xml:1200 reference_editor.xml:1534
-#: reference_editor.xml:1615 reference_editor.xml:1672
+#: reference_editor.xml:419 reference_editor.xml:513 reference_editor.xml:606
+#: reference_editor.xml:941 reference_editor.xml:1090 reference_editor.xml:1164
+#: reference_editor.xml:1306 reference_editor.xml:1640
+#: reference_editor.xml:1721 reference_editor.xml:1778
#, no-c-format
msgid "&curve_support;"
msgstr ""
#. Tag: para
#: reference_editor.xml:153 reference_editor.xml:196 reference_editor.xml:239
-#: reference_editor.xml:365 reference_editor.xml:451 reference_editor.xml:1531
+#: reference_editor.xml:413 reference_editor.xml:552 reference_editor.xml:1637
#, no-c-format
msgid "Enhanced: 2.0.0 support for Polyhedral surfaces was introduced."
msgstr ""
msgstr ""
#. Tag: para
-#: reference_editor.xml:298 reference_editor.xml:387
+#: reference_editor.xml:298 reference_editor.xml:435
#, no-c-format
msgid ""
", <xref linkend=\"ST_Force2D\"/>, <xref linkend=\"ST_Force_3DM\"/>, <xref "
#. Tag: refname
#: reference_editor.xml:345
#, no-c-format
+msgid "ST_ForcePolygonCCW"
+msgstr ""
+
+#. Tag: refpurpose
+#: reference_editor.xml:348
+#, no-c-format
+msgid ""
+"Orients all exterior rings counter-clockwise and all interior rings "
+"clockwise."
+msgstr ""
+
+#. Tag: funcprototype
+#: reference_editor.xml:355
+#, no-c-format
+msgid ""
+"<funcdef> geometry <function>ST_ForcePolygonCCW</function> </funcdef> "
+"<paramdef> <type>geometry</type> <parameter>geom</parameter> </paramdef>"
+msgstr ""
+
+#. Tag: para
+#: reference_editor.xml:371
+#, no-c-format
+msgid ""
+"Forces (Multi)Polygons to use a counter-clockwise orientation for their "
+"exterior ring, and a clockwise orientation for their interior rings. Non-"
+"polygonal geometries are returned unchanged."
+msgstr ""
+
+#. Tag: para
+#: reference_editor.xml:378 reference_editor.xml:474 reference_editor.xml:1166
+#, no-c-format
+msgid "&M_support;"
+msgstr ""
+
+#. Tag: para
+#: reference_editor.xml:383 reference_editor.xml:479
+#, no-c-format
+msgid ""
+", <xref linkend=\"ST_IsPolygonCCW\"/>, <xref linkend=\"ST_IsPolygonCW\"/>"
+msgstr ""
+
+#. Tag: refname
+#: reference_editor.xml:393
+#, no-c-format
msgid "ST_ForceCollection"
msgstr ""
#. Tag: refpurpose
-#: reference_editor.xml:347
+#: reference_editor.xml:395
#, no-c-format
msgid "Convert the geometry into a GEOMETRYCOLLECTION."
msgstr ""
#. Tag: funcprototype
-#: reference_editor.xml:352
+#: reference_editor.xml:400
#, no-c-format
msgid ""
"<funcdef>geometry <function>ST_ForceCollection</function></funcdef> "
msgstr ""
#. Tag: para
-#: reference_editor.xml:362
+#: reference_editor.xml:410
#, no-c-format
msgid ""
"Converts the geometry into a GEOMETRYCOLLECTION. This is useful for "
msgstr ""
#. Tag: para
-#: reference_editor.xml:366
+#: reference_editor.xml:414
#, no-c-format
msgid ""
"Availability: 1.2.2, prior to 1.3.4 this function will crash with Curves. "
msgstr ""
#. Tag: para
-#: reference_editor.xml:367
+#: reference_editor.xml:415
#, no-c-format
msgid "Changed: 2.1.0. Up to 2.0.x this was called ST_Force_Collection."
msgstr ""
#. Tag: programlisting
-#: reference_editor.xml:378
+#: reference_editor.xml:426
#, no-c-format
msgid ""
"SELECT ST_AsEWKT(ST_ForceCollection('POLYGON((0 0 1,0 5 1,5 0 1,0 0 1),(1 1 "
msgstr ""
#. Tag: programlisting
-#: reference_editor.xml:380
+#: reference_editor.xml:428
#, no-c-format
msgid ""
"-- POLYHEDRAL example --\n"
msgstr ""
#. Tag: refname
-#: reference_editor.xml:394
+#: reference_editor.xml:441
+#, no-c-format
+msgid "ST_ForcePolygonCW"
+msgstr ""
+
+#. Tag: refpurpose
+#: reference_editor.xml:444
+#, no-c-format
+msgid ""
+"Orients all exterior rings clockwise and all interior rings counter-"
+"clockwise."
+msgstr ""
+
+#. Tag: funcprototype
+#: reference_editor.xml:451
+#, no-c-format
+msgid ""
+"<funcdef> geometry <function>ST_ForcePolygonCW</function> </funcdef> "
+"<paramdef> <type>geometry</type> <parameter>geom</parameter> </paramdef>"
+msgstr ""
+
+#. Tag: para
+#: reference_editor.xml:467
+#, no-c-format
+msgid ""
+"Forces (Multi)Polygons to use a clockwise orientation for their exterior "
+"ring, and a counter-clockwise orientation for their interior rings. Non-"
+"polygonal geometries are returned unchanged."
+msgstr ""
+
+#. Tag: refname
+#: reference_editor.xml:489
#, no-c-format
msgid "ST_ForceSFS"
msgstr ""
#. Tag: refpurpose
-#: reference_editor.xml:396
+#: reference_editor.xml:491
#, no-c-format
msgid "Force the geometries to use SFS 1.1 geometry types only."
msgstr ""
#. Tag: funcsynopsis
-#: reference_editor.xml:400
+#: reference_editor.xml:495
#, no-c-format
msgid ""
"<funcprototype> <funcdef>geometry <function>ST_ForceSFS</function></funcdef> "
msgstr ""
#. Tag: refname
-#: reference_editor.xml:426
+#: reference_editor.xml:521
#, no-c-format
msgid "ST_ForceRHR"
msgstr ""
#. Tag: refpurpose
-#: reference_editor.xml:428
+#: reference_editor.xml:523
#, no-c-format
msgid ""
"Force the orientation of the vertices in a polygon to follow the Right-Hand-"
msgstr ""
#. Tag: funcprototype
-#: reference_editor.xml:434
+#: reference_editor.xml:529
#, no-c-format
msgid ""
"<funcdef>geometry <function>ST_ForceRHR</function></funcdef> "
msgstr ""
#. Tag: para
-#: reference_editor.xml:445
+#: reference_editor.xml:540
#, no-c-format
msgid ""
-"Forces the orientation of the vertices in a polygon to follow the Right-Hand-"
-"Rule. In GIS terminology, this means that the area that is bounded by the "
-"polygon is to the right of the boundary. In particular, the exterior ring is "
-"orientated in a clockwise direction and the interior rings in a counter-"
-"clockwise direction."
+"Forces the orientation of the vertices in a polygon to follow a Right-Hand-"
+"Rule, in which the area that is bounded by the polygon is to the right of "
+"the boundary. In particular, the exterior ring is orientated in a clockwise "
+"direction and the interior rings in a counter-clockwise direction. This "
+"function is a synonym for <xref linkend=\"ST_ForcePolygonCW\"/>"
+msgstr ""
+
+#. Tag: para
+#: reference_editor.xml:547
+#, no-c-format
+msgid ""
+"The above definition of the Right-Hand-Rule conflicts with definitions used "
+"in other contexts. To avoid confusion, it is recommended to use "
+"ST_ForcePolygonCW."
msgstr ""
#. Tag: programlisting
-#: reference_editor.xml:459
+#: reference_editor.xml:560
#, no-c-format
msgid ""
"SELECT ST_AsEWKT(\n"
msgstr ""
#. Tag: para
-#: reference_editor.xml:465
+#: reference_editor.xml:566
#, no-c-format
-msgid ", <xref linkend=\"ST_Polygonize\"/>, <xref linkend=\"ST_Reverse\"/>"
+msgid ""
+", <xref linkend=\"ST_ForcePolygonCW\"/>, <xref linkend=\"ST_IsPolygonCCW\"/"
+">, <xref linkend=\"ST_IsPolygonCW\"/>, <xref linkend=\"ST_BuildArea\"/>, "
+"<xref linkend=\"ST_Polygonize\"/>, <xref linkend=\"ST_Reverse\"/>"
msgstr ""
#. Tag: refname
-#: reference_editor.xml:473
+#: reference_editor.xml:579
#, no-c-format
msgid "ST_ForceCurve"
msgstr ""
#. Tag: refpurpose
-#: reference_editor.xml:475
+#: reference_editor.xml:581
#, no-c-format
msgid "Upcast a geometry into its curved type, if applicable."
msgstr ""
#. Tag: funcprototype
-#: reference_editor.xml:480
+#: reference_editor.xml:586
#, no-c-format
msgid ""
"<funcdef>geometry <function>ST_ForceCurve</function></funcdef> "
msgstr ""
#. Tag: para
-#: reference_editor.xml:491
+#: reference_editor.xml:597
#, no-c-format
msgid ""
"Turns a geometry into its curved representation, if applicable: lines become "
msgstr ""
#. Tag: para
-#: reference_editor.xml:497
+#: reference_editor.xml:603
#, no-c-format
msgid "Availability: 2.2.0"
msgstr ""
#. Tag: programlisting
-#: reference_editor.xml:506
+#: reference_editor.xml:612
#, no-c-format
msgid ""
"SELECT ST_AsText(\n"
msgstr ""
#. Tag: refname
-#: reference_editor.xml:518
+#: reference_editor.xml:624
#, no-c-format
msgid "ST_LineMerge"
msgstr ""
#. Tag: refpurpose
-#: reference_editor.xml:520
+#: reference_editor.xml:626
#, no-c-format
msgid ""
"Return a (set of) LineString(s) formed by sewing together a MULTILINESTRING."
msgstr ""
#. Tag: funcprototype
-#: reference_editor.xml:526
+#: reference_editor.xml:632
#, no-c-format
msgid ""
"<funcdef>geometry <function>ST_LineMerge</function></funcdef> "
msgstr ""
#. Tag: para
-#: reference_editor.xml:536
+#: reference_editor.xml:642
#, no-c-format
msgid ""
"Returns a (set of) LineString(s) formed by sewing together the constituent "
msgstr ""
#. Tag: para
-#: reference_editor.xml:538
+#: reference_editor.xml:644
#, no-c-format
msgid ""
"Only use with MULTILINESTRING/LINESTRINGs. If you feed a polygon or geometry "
msgstr ""
#. Tag: para
-#: reference_editor.xml:542
+#: reference_editor.xml:648
#, no-c-format
msgid "requires GEOS >= 2.1.0"
msgstr ""
#. Tag: programlisting
-#: reference_editor.xml:548
+#: reference_editor.xml:654
#, no-c-format
msgid ""
"SELECT ST_AsText(ST_LineMerge(\n"
msgstr ""
#. Tag: para
-#: reference_editor.xml:552
+#: reference_editor.xml:658
#, no-c-format
msgid ", <xref linkend=\"ST_LineSubstring\"/>"
msgstr ""
#. Tag: refname
-#: reference_editor.xml:558
+#: reference_editor.xml:664
#, no-c-format
msgid "ST_CollectionExtract"
msgstr ""
#. Tag: refpurpose
-#: reference_editor.xml:560
+#: reference_editor.xml:666
#, no-c-format
msgid ""
"Given a (multi)geometry, return a (multi)geometry consisting only of "
msgstr ""
#. Tag: funcprototype
-#: reference_editor.xml:567
+#: reference_editor.xml:673
#, no-c-format
msgid ""
"<funcdef>geometry <function>ST_CollectionExtract</function></funcdef> "
msgstr ""
#. Tag: para
-#: reference_editor.xml:578
+#: reference_editor.xml:684
#, no-c-format
msgid ""
"Given a (multi)geometry, returns a (multi)geometry consisting only of "
msgstr ""
#. Tag: para
-#: reference_editor.xml:584
+#: reference_editor.xml:690
#, no-c-format
msgid "Availability: 1.5.0"
msgstr ""
#. Tag: para
-#: reference_editor.xml:586
+#: reference_editor.xml:692
#, no-c-format
msgid ""
"Prior to 1.5.3 this function returned non-collection inputs untouched, no "
msgstr ""
#. Tag: para
-#: reference_editor.xml:592 reference_editor.xml:633
+#: reference_editor.xml:698 reference_editor.xml:739
#, no-c-format
msgid ""
"When specifying 3 == POLYGON a multipolygon is returned even when the edges "
msgstr ""
#. Tag: programlisting
-#: reference_editor.xml:600
+#: reference_editor.xml:706
#, no-c-format
msgid ""
"-- Constants: 1 == POINT, 2 == LINESTRING, 3 == POLYGON\n"
msgstr ""
#. Tag: para
-#: reference_editor.xml:604
+#: reference_editor.xml:710
#, no-c-format
msgid ""
", <xref linkend=\"ST_Dump\"/>, <xref linkend=\"ST_CollectionHomogenize\"/>"
msgstr ""
#. Tag: refname
-#: reference_editor.xml:610
+#: reference_editor.xml:716
#, no-c-format
msgid "ST_CollectionHomogenize"
msgstr ""
#. Tag: refpurpose
-#: reference_editor.xml:612
+#: reference_editor.xml:718
#, no-c-format
msgid ""
"Given a geometry collection, return the \"simplest\" representation of the "
msgstr ""
#. Tag: funcprototype
-#: reference_editor.xml:619
+#: reference_editor.xml:725
#, no-c-format
msgid ""
"<funcdef>geometry <function>ST_CollectionHomogenize</function></funcdef> "
msgstr ""
#. Tag: para
-#: reference_editor.xml:629
+#: reference_editor.xml:735
#, no-c-format
msgid ""
"Given a geometry collection, returns the \"simplest\" representation of the "
msgstr ""
#. Tag: para
-#: reference_editor.xml:637
+#: reference_editor.xml:743
#, no-c-format
msgid "Availability: 2.0.0"
msgstr ""
#. Tag: programlisting
-#: reference_editor.xml:644
+#: reference_editor.xml:750
#, no-c-format
msgid ""
"SELECT ST_AsText(ST_CollectionHomogenize('GEOMETRYCOLLECTION(POINT(0 "
msgstr ""
#. Tag: para
-#: reference_editor.xml:648
+#: reference_editor.xml:754
#, no-c-format
msgid ", <xref linkend=\"ST_CollectionExtract\"/>"
msgstr ""
#. Tag: refname
-#: reference_editor.xml:654
+#: reference_editor.xml:760
#, no-c-format
msgid "ST_Multi"
msgstr ""
#. Tag: refpurpose
-#: reference_editor.xml:656
+#: reference_editor.xml:762
#, no-c-format
msgid "Return the geometry as a MULTI* geometry."
msgstr ""
#. Tag: funcprototype
-#: reference_editor.xml:661
+#: reference_editor.xml:767
#, no-c-format
msgid ""
"<funcdef>geometry <function>ST_Multi</function></funcdef> "
msgstr ""
#. Tag: para
-#: reference_editor.xml:671
+#: reference_editor.xml:777
#, no-c-format
msgid ""
"Returns the geometry as a MULTI* geometry. If the geometry is already a "
msgstr ""
#. Tag: programlisting
-#: reference_editor.xml:679
+#: reference_editor.xml:785
#, no-c-format
msgid ""
"SELECT ST_AsText(ST_Multi(ST_GeomFromText('POLYGON((743238 2967416,743238 "
msgstr ""
#. Tag: refname
-#: reference_editor.xml:689
+#: reference_editor.xml:795
#, no-c-format
msgid "ST_Normalize"
msgstr ""
#. Tag: refpurpose
-#: reference_editor.xml:691
+#: reference_editor.xml:797
#, no-c-format
msgid "Return the geometry in its canonical form."
msgstr ""
#. Tag: funcprototype
-#: reference_editor.xml:696
+#: reference_editor.xml:802
#, no-c-format
msgid ""
"<funcdef>geometry <function>ST_Normalize</function></funcdef> "
msgstr ""
#. Tag: para
-#: reference_editor.xml:706
+#: reference_editor.xml:812
#, no-c-format
msgid ""
"Returns the geometry in its normalized/canonical form. May reorder vertices "
msgstr ""
#. Tag: para
-#: reference_editor.xml:712
+#: reference_editor.xml:818
#, no-c-format
msgid ""
"Mostly only useful for testing purposes (comparing expected and obtained "
msgstr ""
#. Tag: programlisting
-#: reference_editor.xml:722
+#: reference_editor.xml:828
#, no-c-format
msgid ""
"SELECT ST_AsText(ST_Normalize(ST_GeomFromText(\n"
msgstr ""
#. Tag: para
-#: reference_editor.xml:726
+#: reference_editor.xml:832
#, no-c-format
msgid "<para>,</para>"
msgstr ""
#. Tag: refname
-#: reference_editor.xml:734
+#: reference_editor.xml:840
#, no-c-format
msgid "ST_RemovePoint"
msgstr ""
#. Tag: refpurpose
-#: reference_editor.xml:735
+#: reference_editor.xml:841
#, no-c-format
msgid "Remove point from a linestring."
msgstr ""
#. Tag: funcprototype
-#: reference_editor.xml:739
+#: reference_editor.xml:845
#, no-c-format
msgid ""
"<funcdef>geometry <function>ST_RemovePoint</function></funcdef> "
msgstr ""
#. Tag: para
-#: reference_editor.xml:750
+#: reference_editor.xml:856
#, no-c-format
msgid ""
"Remove a point from a linestring, given its 0-based index. Useful for "
msgstr ""
#. Tag: programlisting
-#: reference_editor.xml:757
+#: reference_editor.xml:863
#, no-c-format
msgid ""
"--guarantee no LINESTRINGS are closed\n"
msgstr ""
#. Tag: para
-#: reference_editor.xml:761
+#: reference_editor.xml:867
#, no-c-format
msgid ", <xref linkend=\"ST_NPoints\"/>, <xref linkend=\"ST_NumPoints\"/>"
msgstr ""
#. Tag: refname
-#: reference_editor.xml:767
+#: reference_editor.xml:873
#, no-c-format
msgid "ST_Reverse"
msgstr ""
#. Tag: refpurpose
-#: reference_editor.xml:768
+#: reference_editor.xml:874
#, no-c-format
msgid "Return the geometry with vertex order reversed."
msgstr ""
#. Tag: funcprototype
-#: reference_editor.xml:773
+#: reference_editor.xml:879
#, no-c-format
msgid ""
"<funcdef>geometry <function>ST_Reverse</function></funcdef> "
msgstr ""
#. Tag: para
-#: reference_editor.xml:783
+#: reference_editor.xml:889
#, no-c-format
msgid "Can be used on any geometry and reverses the order of the vertexes."
msgstr ""
#. Tag: programlisting
-#: reference_editor.xml:788
+#: reference_editor.xml:894
#, no-c-format
msgid ""
"SELECT ST_AsText(the_geom) as line, ST_AsText(ST_Reverse(the_geom)) As "
msgstr ""
#. Tag: refname
-#: reference_editor.xml:794
+#: reference_editor.xml:900
#, no-c-format
msgid "ST_Rotate"
msgstr ""
#. Tag: refpurpose
-#: reference_editor.xml:796
+#: reference_editor.xml:902
#, no-c-format
msgid "Rotate a geometry rotRadians counter-clockwise about an origin."
msgstr ""
#. Tag: funcsynopsis
-#: reference_editor.xml:800
+#: reference_editor.xml:906
#, no-c-format
msgid ""
"<funcprototype> <funcdef>geometry <function>ST_Rotate</function></funcdef> "
msgstr ""
#. Tag: para
-#: reference_editor.xml:827
+#: reference_editor.xml:933
#, no-c-format
msgid ""
"Rotates geometry rotRadians counter-clockwise about the origin. The rotation "
msgstr ""
#. Tag: para
-#: reference_editor.xml:832
+#: reference_editor.xml:938
#, no-c-format
msgid ""
"Enhanced: 2.0.0 additional parameters for specifying the origin of rotation "
msgstr ""
#. Tag: para
-#: reference_editor.xml:833
+#: reference_editor.xml:939
#, no-c-format
msgid "Availability: 1.1.2. Name changed from Rotate to ST_Rotate in 1.2.2"
msgstr ""
#. Tag: programlisting
-#: reference_editor.xml:845
+#: reference_editor.xml:951
#, no-c-format
msgid ""
"--Rotate 180 degrees\n"
msgstr ""
#. Tag: para
-#: reference_editor.xml:852
+#: reference_editor.xml:958
#, no-c-format
msgid ""
", <xref linkend=\"ST_RotateX\"/>, <xref linkend=\"ST_RotateY\"/>, <xref "
msgstr ""
#. Tag: refname
-#: reference_editor.xml:858
+#: reference_editor.xml:964
#, no-c-format
msgid "ST_RotateX"
msgstr ""
#. Tag: refpurpose
-#: reference_editor.xml:860
+#: reference_editor.xml:966
#, no-c-format
msgid "Rotate a geometry rotRadians about the X axis."
msgstr ""
#. Tag: funcprototype
-#: reference_editor.xml:865
+#: reference_editor.xml:971
#, no-c-format
msgid ""
"<funcdef>geometry <function>ST_RotateX</function></funcdef> "
msgstr ""
#. Tag: para
-#: reference_editor.xml:876
+#: reference_editor.xml:982
#, no-c-format
msgid "Rotate a geometry geomA - rotRadians about the X axis."
msgstr ""
#. Tag: para
-#: reference_editor.xml:878
+#: reference_editor.xml:984
#, no-c-format
msgid ""
"<code>ST_RotateX(geomA, rotRadians)</code> is short-hand for "
msgstr ""
#. Tag: para
-#: reference_editor.xml:882
+#: reference_editor.xml:988
#, no-c-format
msgid "Availability: 1.1.2. Name changed from RotateX to ST_RotateX in 1.2.2"
msgstr ""
#. Tag: programlisting
-#: reference_editor.xml:892
+#: reference_editor.xml:998
#, no-c-format
msgid ""
"--Rotate a line 90 degrees along x-axis\n"
msgstr ""
#. Tag: para
-#: reference_editor.xml:899
+#: reference_editor.xml:1005
#, no-c-format
msgid ", <xref linkend=\"ST_RotateY\"/>, <xref linkend=\"ST_RotateZ\"/>"
msgstr ""
#. Tag: refname
-#: reference_editor.xml:905
+#: reference_editor.xml:1011
#, no-c-format
msgid "ST_RotateY"
msgstr ""
#. Tag: refpurpose
-#: reference_editor.xml:907
+#: reference_editor.xml:1013
#, no-c-format
msgid "Rotate a geometry rotRadians about the Y axis."
msgstr ""
#. Tag: funcprototype
-#: reference_editor.xml:912
+#: reference_editor.xml:1018
#, no-c-format
msgid ""
"<funcdef>geometry <function>ST_RotateY</function></funcdef> "
msgstr ""
#. Tag: para
-#: reference_editor.xml:923
+#: reference_editor.xml:1029
#, no-c-format
msgid "Rotate a geometry geomA - rotRadians about the y axis."
msgstr ""
#. Tag: para
-#: reference_editor.xml:925
+#: reference_editor.xml:1031
#, no-c-format
msgid ""
"<code>ST_RotateY(geomA, rotRadians)</code> is short-hand for "
msgstr ""
#. Tag: para
-#: reference_editor.xml:928
+#: reference_editor.xml:1034
#, no-c-format
msgid "Availability: 1.1.2. Name changed from RotateY to ST_RotateY in 1.2.2"
msgstr ""
#. Tag: programlisting
-#: reference_editor.xml:941
+#: reference_editor.xml:1047
#, no-c-format
msgid ""
"--Rotate a line 90 degrees along y-axis\n"
msgstr ""
#. Tag: para
-#: reference_editor.xml:948
+#: reference_editor.xml:1054
#, no-c-format
msgid ", <xref linkend=\"ST_RotateX\"/>, <xref linkend=\"ST_RotateZ\"/>"
msgstr ""
#. Tag: refname
-#: reference_editor.xml:954
+#: reference_editor.xml:1060
#, no-c-format
msgid "ST_RotateZ"
msgstr ""
#. Tag: refpurpose
-#: reference_editor.xml:956
+#: reference_editor.xml:1062
#, no-c-format
msgid "Rotate a geometry rotRadians about the Z axis."
msgstr ""
#. Tag: funcprototype
-#: reference_editor.xml:961
+#: reference_editor.xml:1067
#, no-c-format
msgid ""
"<funcdef>geometry <function>ST_RotateZ</function></funcdef> "
msgstr ""
#. Tag: para
-#: reference_editor.xml:972
+#: reference_editor.xml:1078
#, no-c-format
msgid "Rotate a geometry geomA - rotRadians about the Z axis."
msgstr ""
#. Tag: para
-#: reference_editor.xml:974
+#: reference_editor.xml:1080
#, no-c-format
msgid "This is a synonym for ST_Rotate"
msgstr ""
#. Tag: para
-#: reference_editor.xml:975
+#: reference_editor.xml:1081
#, no-c-format
msgid ""
"<code>ST_RotateZ(geomA, rotRadians)</code> is short-hand for <code>SELECT "
msgstr ""
#. Tag: para
-#: reference_editor.xml:980
+#: reference_editor.xml:1086
#, no-c-format
msgid "Availability: 1.1.2. Name changed from RotateZ to ST_RotateZ in 1.2.2"
msgstr ""
#. Tag: programlisting
-#: reference_editor.xml:993
+#: reference_editor.xml:1099
#, no-c-format
msgid ""
"--Rotate a line 90 degrees along z-axis\n"
msgstr ""
#. Tag: para
-#: reference_editor.xml:1000
+#: reference_editor.xml:1106
#, no-c-format
msgid ", <xref linkend=\"ST_RotateX\"/>, <xref linkend=\"ST_RotateY\"/>"
msgstr ""
#. Tag: refname
-#: reference_editor.xml:1006
+#: reference_editor.xml:1112
#, no-c-format
msgid "ST_Scale"
msgstr ""
#. Tag: refpurpose
-#: reference_editor.xml:1008
+#: reference_editor.xml:1114
#, no-c-format
msgid "Scale a geometry by given factors."
msgstr ""
#. Tag: funcsynopsis
-#: reference_editor.xml:1012
+#: reference_editor.xml:1118
#, no-c-format
msgid ""
"<funcprototype> <funcdef>geometry <function>ST_Scale</function></funcdef> "
msgstr ""
#. Tag: para
-#: reference_editor.xml:1039
+#: reference_editor.xml:1145
#, no-c-format
msgid ""
"Scales the geometry to a new size by multiplying the ordinates with the "
msgstr ""
#. Tag: para
-#: reference_editor.xml:1043
+#: reference_editor.xml:1149
#, no-c-format
msgid ""
"The version taking a geometry as the <varname>factor</varname> parameter "
msgstr ""
#. Tag: para
-#: reference_editor.xml:1053 reference_editor.xml:1670
+#: reference_editor.xml:1159 reference_editor.xml:1776
#, no-c-format
msgid "Availability: 1.1.0."
msgstr ""
#. Tag: para
-#: reference_editor.xml:1055
+#: reference_editor.xml:1161
#, no-c-format
msgid ""
"Enhanced: 2.2.0 support for scaling all dimension (geometry parameter) was "
"introduced."
msgstr ""
-#. Tag: para
-#: reference_editor.xml:1060
-#, no-c-format
-msgid "&M_support;"
-msgstr ""
-
#. Tag: programlisting
-#: reference_editor.xml:1067
+#: reference_editor.xml:1173
#, no-c-format
msgid ""
"--Version 1: scale X, Y, Z\n"
msgstr ""
#. Tag: para
-#: reference_editor.xml:1074
+#: reference_editor.xml:1180
#, no-c-format
msgid ", <xref linkend=\"ST_TransScale\"/>"
msgstr ""
#. Tag: refname
-#: reference_editor.xml:1080
+#: reference_editor.xml:1186
#, no-c-format
msgid "ST_Segmentize"
msgstr ""
#. Tag: refpurpose
-#: reference_editor.xml:1082
+#: reference_editor.xml:1188
#, no-c-format
msgid ""
"Return a modified geometry/geography having no segment longer than the given "
msgstr ""
#. Tag: funcsynopsis
-#: reference_editor.xml:1087
+#: reference_editor.xml:1193
#, no-c-format
msgid ""
"<funcprototype> <funcdef>geometry <function>ST_Segmentize</function></"
msgstr ""
#. Tag: para
-#: reference_editor.xml:1104
+#: reference_editor.xml:1210
#, no-c-format
msgid ""
"Returns a modified geometry having no segment longer than the given "
msgstr ""
#. Tag: para
-#: reference_editor.xml:1107 reference_editor.xml:1613
+#: reference_editor.xml:1213 reference_editor.xml:1719
#, no-c-format
msgid "Availability: 1.2.2"
msgstr ""
#. Tag: para
-#: reference_editor.xml:1108
+#: reference_editor.xml:1214
#, no-c-format
msgid "Enhanced: 2.3.0 Segmentize geography now uses equal length segments"
msgstr ""
#. Tag: para
-#: reference_editor.xml:1109
+#: reference_editor.xml:1215
#, no-c-format
msgid "Enhanced: 2.1.0 support for geography was introduced."
msgstr ""
#. Tag: para
-#: reference_editor.xml:1110
+#: reference_editor.xml:1216
#, no-c-format
msgid ""
"Changed: 2.1.0 As a result of the introduction of geography support: The "
msgstr ""
#. Tag: para
-#: reference_editor.xml:1112
+#: reference_editor.xml:1218
#, no-c-format
msgid ""
"This will only increase segments. It will not lengthen segments shorter than "
msgstr ""
#. Tag: programlisting
-#: reference_editor.xml:1119
+#: reference_editor.xml:1225
#, no-c-format
msgid ""
"SELECT ST_AsText(ST_Segmentize(\n"
msgstr ""
#. Tag: refname
-#: reference_editor.xml:1129
+#: reference_editor.xml:1235
#, no-c-format
msgid "ST_SetPoint"
msgstr ""
#. Tag: refpurpose
-#: reference_editor.xml:1130
+#: reference_editor.xml:1236
#, no-c-format
msgid "Replace point of a linestring with a given point."
msgstr ""
#. Tag: funcprototype
-#: reference_editor.xml:1134
+#: reference_editor.xml:1240
#, no-c-format
msgid ""
"<funcdef>geometry <function>ST_SetPoint</function></funcdef> "
msgstr ""
#. Tag: para
-#: reference_editor.xml:1146
+#: reference_editor.xml:1252
#, no-c-format
msgid ""
"Replace point N of linestring with given point. Index is 0-based.Negative "
msgstr ""
#. Tag: para
-#: reference_editor.xml:1150
+#: reference_editor.xml:1256
#, no-c-format
msgid "Updated 2.3.0 : negative indexing"
msgstr ""
#. Tag: programlisting
-#: reference_editor.xml:1157
+#: reference_editor.xml:1263
#, no-c-format
msgid ""
"--Change first point in line string from -1 3 to -1 1\n"
msgstr ""
#. Tag: para
-#: reference_editor.xml:1161
+#: reference_editor.xml:1267
#, no-c-format
msgid ""
", <xref linkend=\"ST_NPoints\"/>, <xref linkend=\"ST_NumPoints\"/>, <xref "
msgstr ""
#. Tag: refname
-#: reference_editor.xml:1167
+#: reference_editor.xml:1273
#, no-c-format
msgid "ST_SetSRID"
msgstr ""
#. Tag: refpurpose
-#: reference_editor.xml:1169
+#: reference_editor.xml:1275
#, no-c-format
msgid "Set the SRID on a geometry to a particular integer value."
msgstr ""
#. Tag: funcprototype
-#: reference_editor.xml:1175
+#: reference_editor.xml:1281
#, no-c-format
msgid ""
"<funcdef>geometry <function>ST_SetSRID</function></funcdef> "
msgstr ""
#. Tag: para
-#: reference_editor.xml:1190
+#: reference_editor.xml:1296
#, no-c-format
msgid ""
"Sets the SRID on a geometry to a particular integer value. Useful in "
msgstr ""
#. Tag: para
-#: reference_editor.xml:1194
+#: reference_editor.xml:1300
#, no-c-format
msgid ""
"This function does not transform the geometry coordinates in any way - it "
msgstr ""
#. Tag: para
-#: reference_editor.xml:1199
+#: reference_editor.xml:1305
#, no-c-format
msgid "&sfs_compliant;"
msgstr ""
#. Tag: para
-#: reference_editor.xml:1205
+#: reference_editor.xml:1311
#, no-c-format
msgid "-- Mark a point as WGS 84 long lat --"
msgstr ""
#. Tag: programlisting
-#: reference_editor.xml:1206
+#: reference_editor.xml:1312
#, no-c-format
msgid ""
"SELECT ST_SetSRID(ST_Point(-123.365556, 48.428611),4326) As wgs84long_lat;\n"
msgstr ""
#. Tag: para
-#: reference_editor.xml:1207
+#: reference_editor.xml:1313
#, no-c-format
msgid ""
"-- Mark a point as WGS 84 long lat and then transform to web mercator "
msgstr ""
#. Tag: programlisting
-#: reference_editor.xml:1208
+#: reference_editor.xml:1314
#, no-c-format
msgid ""
"SELECT ST_Transform(ST_SetSRID(ST_Point(-123.365556, 48.428611),4326),3785) "
msgstr ""
#. Tag: para
-#: reference_editor.xml:1214
+#: reference_editor.xml:1320
#, no-c-format
msgid ""
", <xref linkend=\"ST_AsEWKT\"/>, <xref linkend=\"ST_Point\"/>, <xref linkend="
msgstr ""
#. Tag: refname
-#: reference_editor.xml:1221
+#: reference_editor.xml:1327
#, no-c-format
msgid "ST_SnapToGrid"
msgstr ""
#. Tag: refpurpose
-#: reference_editor.xml:1223
+#: reference_editor.xml:1329
#, no-c-format
msgid "Snap all points of the input geometry to a regular grid."
msgstr ""
#. Tag: funcsynopsis
-#: reference_editor.xml:1229
+#: reference_editor.xml:1335
#, no-c-format
msgid ""
"<funcprototype> <funcdef>geometry <function>ST_SnapToGrid</function></"
msgstr ""
#. Tag: para
-#: reference_editor.xml:1267
+#: reference_editor.xml:1373
#, no-c-format
msgid ""
"Variant 1,2,3: Snap all points of the input geometry to the grid defined by "
msgstr ""
#. Tag: para
-#: reference_editor.xml:1275
+#: reference_editor.xml:1381
#, no-c-format
msgid ""
"Variant 4: Introduced 1.1.0 - Snap all points of the input geometry to the "
msgstr ""
#. Tag: para
-#: reference_editor.xml:1281
+#: reference_editor.xml:1387
#, no-c-format
msgid ""
"The returned geometry might lose its simplicity (see <xref linkend="
msgstr ""
#. Tag: para
-#: reference_editor.xml:1286
+#: reference_editor.xml:1392
#, no-c-format
msgid ""
"Before release 1.1.0 this function always returned a 2d geometry. Starting "
msgstr ""
#. Tag: para
-#: reference_editor.xml:1293
+#: reference_editor.xml:1399
#, no-c-format
msgid "Availability: 1.0.0RC1"
msgstr ""
#. Tag: para
-#: reference_editor.xml:1294
+#: reference_editor.xml:1400
#, no-c-format
msgid "Availability: 1.1.0 - Z and M support"
msgstr ""
#. Tag: programlisting
-#: reference_editor.xml:1303
+#: reference_editor.xml:1409
#, no-c-format
msgid ""
"--Snap your geometries to a precision grid of 10^-3\n"
msgstr ""
#. Tag: para
-#: reference_editor.xml:1310
+#: reference_editor.xml:1416
#, no-c-format
msgid ""
", <xref linkend=\"ST_AsEWKT\"/>, <xref linkend=\"ST_AsText\"/>, <xref "
msgstr ""
#. Tag: refname
-#: reference_editor.xml:1323
+#: reference_editor.xml:1429
#, no-c-format
msgid "ST_Snap"
msgstr ""
#. Tag: refpurpose
-#: reference_editor.xml:1325
+#: reference_editor.xml:1431
#, no-c-format
msgid ""
"Snap segments and vertices of input geometry to vertices of a reference "
msgstr ""
#. Tag: funcprototype
-#: reference_editor.xml:1333
+#: reference_editor.xml:1439
#, no-c-format
msgid ""
"<funcdef>geometry <function>ST_Snap</function></funcdef> "
msgstr ""
#. Tag: para
-#: reference_editor.xml:1345
+#: reference_editor.xml:1451
#, no-c-format
msgid ""
"Snaps the vertices and segments of a geometry another Geometry's vertices. A "
msgstr ""
#. Tag: para
-#: reference_editor.xml:1350
+#: reference_editor.xml:1456
#, no-c-format
msgid ""
"Snapping one geometry to another can improve robustness for overlay "
msgstr ""
#. Tag: para
-#: reference_editor.xml:1357
+#: reference_editor.xml:1463
#, no-c-format
msgid ""
"Too much snapping can result in invalid topology being created, so the "
msgstr ""
#. Tag: para
-#: reference_editor.xml:1366
+#: reference_editor.xml:1472
#, no-c-format
msgid ""
"The returned geometry might lose its simplicity (see <xref linkend="
msgstr ""
#. Tag: para
-#: reference_editor.xml:1373
+#: reference_editor.xml:1479
#, no-c-format
msgid "Availability: 2.0.0 requires GEOS >= 3.3.0."
msgstr ""
#. Tag: para
-#: reference_editor.xml:1390
+#: reference_editor.xml:1496
#, no-c-format
msgid "A multipolygon shown with a linestring (before any snapping)"
msgstr ""
#. Tag: para
-#: reference_editor.xml:1401
+#: reference_editor.xml:1507
#, no-c-format
msgid ""
"A multipolygon snapped to linestring to tolerance: 1.01 of distance. The new "
msgstr ""
#. Tag: programlisting
-#: reference_editor.xml:1405
+#: reference_editor.xml:1511
#, no-c-format
msgid ""
"SELECT ST_AsText(ST_Snap(poly,line, ST_Distance(poly,line)*1.01)) AS "
msgstr ""
#. Tag: para
-#: reference_editor.xml:1412
+#: reference_editor.xml:1518
#, no-c-format
msgid ""
"A multipolygon snapped to linestring to tolerance: 1.25 of distance. The new "
msgstr ""
#. Tag: programlisting
-#: reference_editor.xml:1416
+#: reference_editor.xml:1522
#, no-c-format
msgid ""
"SELECT ST_AsText(\n"
msgstr ""
#. Tag: para
-#: reference_editor.xml:1425
+#: reference_editor.xml:1531
#, no-c-format
msgid ""
"The linestring snapped to the original multipolygon at tolerance 1.01 of "
msgstr ""
#. Tag: programlisting
-#: reference_editor.xml:1429
+#: reference_editor.xml:1535
#, no-c-format
msgid ""
"SELECT ST_AsText(\n"
msgstr ""
#. Tag: para
-#: reference_editor.xml:1437
+#: reference_editor.xml:1543
#, no-c-format
msgid ""
"The linestring snapped to the original multipolygon at tolerance 1.25 of "
msgstr ""
#. Tag: programlisting
-#: reference_editor.xml:1441
+#: reference_editor.xml:1547
#, no-c-format
msgid ""
"SELECT ST_AsText(\n"
msgstr ""
#. Tag: refname
-#: reference_editor.xml:1462
+#: reference_editor.xml:1568
#, no-c-format
msgid "ST_Transform"
msgstr ""
#. Tag: refpurpose
-#: reference_editor.xml:1464
+#: reference_editor.xml:1570
#, no-c-format
msgid ""
"Return a new geometry with its coordinates transformed to a different "
msgstr ""
#. Tag: funcsynopsis
-#: reference_editor.xml:1469
+#: reference_editor.xml:1575
#, no-c-format
msgid ""
"<funcprototype> <funcdef>geometry <function>ST_Transform</function></"
msgstr ""
#. Tag: para
-#: reference_editor.xml:1502
+#: reference_editor.xml:1608
#, no-c-format
msgid ""
"Returns a new geometry with its coordinates transformed to a different "
msgstr ""
#. Tag: para
-#: reference_editor.xml:1516
+#: reference_editor.xml:1622
#, no-c-format
msgid ""
"ST_Transform is often confused with ST_SetSRID(). ST_Transform actually "
msgstr ""
#. Tag: para
-#: reference_editor.xml:1521
+#: reference_editor.xml:1627
#, no-c-format
msgid ""
"Requires PostGIS be compiled with Proj support. Use <xref linkend="
msgstr ""
#. Tag: para
-#: reference_editor.xml:1525
+#: reference_editor.xml:1631
#, no-c-format
msgid ""
"If using more than one transformation, it is useful to have a functional "
msgstr ""
#. Tag: para
-#: reference_editor.xml:1532
+#: reference_editor.xml:1638
#, no-c-format
msgid "Enhanced: 2.3.0 support for direct PROJ.4 text was introduced."
msgstr ""
#. Tag: para
-#: reference_editor.xml:1533
+#: reference_editor.xml:1639
#, no-c-format
msgid "&sqlmm_compliant; SQL-MM 3: 5.1.6"
msgstr ""
#. Tag: para
-#: reference_editor.xml:1541
+#: reference_editor.xml:1647
#, no-c-format
msgid "Change Massachusetts state plane US feet geometry to WGS 84 long lat"
msgstr ""
#. Tag: programlisting
-#: reference_editor.xml:1542
+#: reference_editor.xml:1648
#, no-c-format
msgid ""
"SELECT ST_AsText(ST_Transform(ST_GeomFromText('POLYGON((743238 "
msgstr ""
#. Tag: para
-#: reference_editor.xml:1543
+#: reference_editor.xml:1649
#, no-c-format
msgid ""
"Example of creating a partial functional index. For tables where you are not "
msgstr ""
#. Tag: programlisting
-#: reference_editor.xml:1545
+#: reference_editor.xml:1651
#, no-c-format
msgid ""
"CREATE INDEX idx_the_geom_26986_parcels\n"
msgstr ""
#. Tag: para
-#: reference_editor.xml:1547
+#: reference_editor.xml:1653
#, no-c-format
msgid ""
"Examples of using PROJ.4 text to transform with custom spatial references."
msgstr ""
#. Tag: programlisting
-#: reference_editor.xml:1548
+#: reference_editor.xml:1654
#, no-c-format
msgid ""
"-- Find intersection of two polygons near the North pole, using a custom "
msgstr ""
#. Tag: title
-#: reference_editor.xml:1552
+#: reference_editor.xml:1658
#, no-c-format
msgid "Configuring transformation behaviour"
msgstr ""
#. Tag: para
-#: reference_editor.xml:1553
+#: reference_editor.xml:1659
#, no-c-format
msgid ""
"Sometimes coordinate transformation involving a grid-shift can fail, for "
msgstr ""
#. Tag: para
-#: reference_editor.xml:1563
+#: reference_editor.xml:1669
#, no-c-format
msgid ""
"For example, the proj4text parameter +datum=NAD87 is a shorthand form for "
msgstr ""
#. Tag: programlisting
-#: reference_editor.xml:1564
+#: reference_editor.xml:1670
#, no-c-format
msgid "+nadgrids=@conus,@alaska,@ntv2_0.gsb,@ntv1_can.dat"
msgstr ""
#. Tag: para
-#: reference_editor.xml:1565
+#: reference_editor.xml:1671
#, no-c-format
msgid ""
"The @ prefix means no error is reported if the files are not present, but if "
msgstr ""
#. Tag: para
-#: reference_editor.xml:1566
+#: reference_editor.xml:1672
#, no-c-format
msgid ""
"If, conversely, you wanted to ensure that at least the standard files were "
msgstr ""
#. Tag: programlisting
-#: reference_editor.xml:1567
+#: reference_editor.xml:1673
#, no-c-format
msgid "+nadgrids=@conus,@alaska,@ntv2_0.gsb,@ntv1_can.dat,null"
msgstr ""
#. Tag: para
-#: reference_editor.xml:1568
+#: reference_editor.xml:1674
#, no-c-format
msgid ""
"The null grid shift file is a valid grid shift file covering the whole world "
msgstr ""
#. Tag: programlisting
-#: reference_editor.xml:1569
+#: reference_editor.xml:1675
#, no-c-format
msgid ""
"UPDATE spatial_ref_sys SET proj4text = '+proj=longlat +ellps=clrk66 "
msgstr ""
#. Tag: para
-#: reference_editor.xml:1576
+#: reference_editor.xml:1682
#, no-c-format
msgid ""
", <xref linkend=\"ST_AsText\"/>, <xref linkend=\"ST_SetSRID\"/>, <xref "
msgstr ""
#. Tag: refname
-#: reference_editor.xml:1582
+#: reference_editor.xml:1688
#, no-c-format
msgid "ST_Translate"
msgstr ""
#. Tag: refpurpose
-#: reference_editor.xml:1584
+#: reference_editor.xml:1690
#, no-c-format
msgid "Translate a geometry by given offsets."
msgstr ""
#. Tag: funcsynopsis
-#: reference_editor.xml:1588
+#: reference_editor.xml:1694
#, no-c-format
msgid ""
"<funcprototype> <funcdef>geometry <function>ST_Translate</function></"
msgstr ""
#. Tag: para
-#: reference_editor.xml:1608
+#: reference_editor.xml:1714
#, no-c-format
msgid ""
"Returns a new geometry whose coordinates are translated delta x,delta y,"
msgstr ""
#. Tag: para
-#: reference_editor.xml:1620
+#: reference_editor.xml:1726
#, no-c-format
msgid "Move a point 1 degree longitude"
msgstr ""
#. Tag: programlisting
-#: reference_editor.xml:1621
+#: reference_editor.xml:1727
#, no-c-format
msgid ""
"SELECT ST_AsText(ST_Translate(ST_GeomFromText('POINT(-71.01 "
msgstr ""
#. Tag: para
-#: reference_editor.xml:1622
+#: reference_editor.xml:1728
#, no-c-format
msgid "Move a linestring 1 degree longitude and 1/2 degree latitude"
msgstr ""
#. Tag: programlisting
-#: reference_editor.xml:1623
+#: reference_editor.xml:1729
#, no-c-format
msgid ""
"SELECT ST_AsText(ST_Translate(ST_GeomFromText('LINESTRING(-71.01 "
msgstr ""
#. Tag: para
-#: reference_editor.xml:1624
+#: reference_editor.xml:1730
#, no-c-format
msgid "Move a 3d point"
msgstr ""
#. Tag: programlisting
-#: reference_editor.xml:1625
+#: reference_editor.xml:1731
#, no-c-format
msgid ""
"SELECT ST_AsEWKT(ST_Translate(CAST('POINT(0 0 0)' As geometry), 5, 12,3));\n"
msgstr ""
#. Tag: para
-#: reference_editor.xml:1626
+#: reference_editor.xml:1732
#, no-c-format
msgid "Move a curve and a point"
msgstr ""
#. Tag: programlisting
-#: reference_editor.xml:1627
+#: reference_editor.xml:1733
#, no-c-format
msgid ""
"SELECT ST_AsText(ST_Translate(ST_Collect('CURVEPOLYGON(CIRCULARSTRING(4 "
msgstr ""
#. Tag: para
-#: reference_editor.xml:1633
+#: reference_editor.xml:1739
#, no-c-format
msgid ", <xref linkend=\"ST_AsText\"/>, <xref linkend=\"ST_GeomFromText\"/>"
msgstr ""
#. Tag: refname
-#: reference_editor.xml:1639
+#: reference_editor.xml:1745
#, no-c-format
msgid "ST_TransScale"
msgstr ""
#. Tag: refpurpose
-#: reference_editor.xml:1641
+#: reference_editor.xml:1747
#, no-c-format
msgid "Translate a geometry by given factors and offsets."
msgstr ""
#. Tag: funcprototype
-#: reference_editor.xml:1646
+#: reference_editor.xml:1752
#, no-c-format
msgid ""
"<funcdef>geometry <function>ST_TransScale</function></funcdef> "
msgstr ""
#. Tag: para
-#: reference_editor.xml:1660
+#: reference_editor.xml:1766
#, no-c-format
msgid ""
"Translates the geometry using the deltaX and deltaY args, then scales it "
msgstr ""
#. Tag: para
-#: reference_editor.xml:1663
+#: reference_editor.xml:1769
#, no-c-format
msgid ""
"<code>ST_TransScale(geomA, deltaX, deltaY, XFactor, YFactor)</code> is short-"
msgstr ""
#. Tag: programlisting
-#: reference_editor.xml:1679
+#: reference_editor.xml:1785
#, no-c-format
msgid ""
"SELECT ST_AsEWKT(ST_TransScale(ST_GeomFromEWKT('LINESTRING(1 2 3, 1 1 1)'), "
msgstr ""
#. Tag: para
-#: reference_editor.xml:1686
+#: reference_editor.xml:1792
#, no-c-format
msgid ", <xref linkend=\"ST_Translate\"/>"
msgstr ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-01-28 07:02+0000\n"
+"POT-Creation-Date: 2017-03-29 06:29+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc@kde.org>\n"
#: reference_measure.xml:665
#, no-c-format
msgid ""
-"In each of the following illustrations, the blue dot represents the centroid "
-"of the source geometry."
+"In each of the following illustrations, the green dot represents the "
+"centroid of the source geometry."
msgstr ""
#. Tag: para
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-02-09 08:27+0000\n"
+"POT-Creation-Date: 2017-03-29 06:29+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc@kde.org>\n"
#: reference_output.xml:207 reference_output.xml:283 reference_output.xml:384
#: reference_output.xml:485 reference_output.xml:541 reference_output.xml:599
#: reference_output.xml:671 reference_output.xml:715 reference_output.xml:781
-#: reference_output.xml:828 reference_output.xml:950 reference_output.xml:1000
+#: reference_output.xml:828 reference_output.xml:950 reference_output.xml:995
+#: reference_output.xml:1035 reference_output.xml:1075
#, no-c-format
msgid "Description"
msgstr ""
#: reference_output.xml:229 reference_output.xml:330 reference_output.xml:498
#: reference_output.xml:572 reference_output.xml:628 reference_output.xml:690
#: reference_output.xml:738 reference_output.xml:795 reference_output.xml:968
-#: reference_output.xml:1020
+#: reference_output.xml:1010 reference_output.xml:1051
+#: reference_output.xml:1093
#, no-c-format
msgid "Examples"
msgstr ""
#: reference_output.xml:79 reference_output.xml:128 reference_output.xml:183
#: reference_output.xml:236 reference_output.xml:454 reference_output.xml:576
#: reference_output.xml:745 reference_output.xml:804 reference_output.xml:972
+#: reference_output.xml:1098
#, no-c-format
msgid "See Also"
msgstr ""
#. Tag: refname
#: reference_output.xml:980
#, no-c-format
-msgid "ST_AsMVT"
+msgid "ST_AsGeobuf"
msgstr ""
#. Tag: refpurpose
#: reference_output.xml:982
#, no-c-format
-msgid "Return a Mapbox Vector Tile representation of a set of rows."
+msgid "Return a Geobuf representation of a set of rows."
msgstr ""
#. Tag: funcprototype
#: reference_output.xml:986
#, no-c-format
msgid ""
-"<funcdef>bytea <function>ST_AsMVT</function></funcdef> <paramdef><type>text "
-"</type> <parameter>name</parameter></paramdef> <paramdef><type>box2d </type> "
-"<parameter>bounds</parameter></paramdef> <paramdef><type>int4 </type> "
-"<parameter>extent</parameter></paramdef> <paramdef><type>int4 </type> "
-"<parameter>buffer</parameter></paramdef> <paramdef><type>bool </type> "
-"<parameter>clip_geom</parameter></paramdef> <paramdef><type>text </type> "
-"<parameter>geom_name</parameter></paramdef> <paramdef><type>anyelement </"
-"type> <parameter>row</parameter></paramdef>"
+"<funcdef>bytea <function>ST_AsGeobuf</function></funcdef> "
+"<paramdef><type>text </type> <parameter>geom_name</parameter></paramdef> "
+"<paramdef><type>anyelement </type> <parameter>row</parameter></paramdef>"
msgstr ""
#. Tag: para
-#: reference_output.xml:1002
+#: reference_output.xml:997
#, no-c-format
msgid ""
-"Return a Mapbox Vector Tile representation (<ulink url=\"https://www.mapbox."
-"com/vector-tiles/specification/\">https://www.mapbox.com/vector-tiles/"
-"specification/</ulink>) of a set of rows corresponding to a Layer. Multiple "
-"calls can be concatenated to a tile with multiple Layers. Geometry will be "
-"automatically scaled from the geometric bounds to tile screen space and "
-"repeated coordinates thrown away. Other row data will be encoded as "
-"attributes without redundancy as described by the specification."
+"Return a Geobuf representation (<ulink url=\"https://github.com/mapbox/geobuf"
+"\">https://github.com/mapbox/geobuf</ulink>) of a set of rows corresponding "
+"to a FeatureCollection. Every input geometry is analyzed to determine "
+"maximum precision for optimal storage. Note that Geobuf in its current form "
+"cannot be streamed so the full output will be assembled in memory."
msgstr ""
#. Tag: para
-#: reference_output.xml:1008
+#: reference_output.xml:1003 reference_output.xml:1086
#, no-c-format
-msgid "<varname>name</varname> is the name of the Layer"
+msgid ""
+"<varname>geom_name</varname> is the name of the geometry column in the row "
+"data."
+msgstr ""
+
+#. Tag: para
+#: reference_output.xml:1004 reference_output.xml:1087
+#, no-c-format
+msgid "<varname>row</varname> row data with at least a geometry column."
msgstr ""
#. Tag: para
-#: reference_output.xml:1009
+#: reference_output.xml:1006 reference_output.xml:1047
+#: reference_output.xml:1089
+#, no-c-format
+msgid "Availability: 2.4.0"
+msgstr ""
+
+#. Tag: programlisting
+#: reference_output.xml:1011
+#, no-c-format
+msgid ""
+"<![CDATA[encode(ST_AsGeobuf('geom', q), 'base64')\n"
+" FROM (SELECT ST_GeomFromText('POLYGON((0 0,0 1,1 1,1 0,0 0))') as geom) "
+"AS q;\n"
+" st_asgeobuf\n"
+"----------------------------------\n"
+" GAAiEAoOCgwIBBoIAAAAAgIAAAE=\n"
+"\n"
+" ]]>"
+msgstr ""
+
+#. Tag: refname
+#: reference_output.xml:1017
+#, no-c-format
+msgid "ST_AsMVTGeom"
+msgstr ""
+
+#. Tag: refpurpose
+#: reference_output.xml:1019
+#, no-c-format
+msgid ""
+"Transform a geometry into the coordinate space of a <ulink url=\"https://www."
+"mapbox.com/vector-tiles/\">Mapbox Vector Tile</ulink>."
+msgstr ""
+
+#. Tag: funcprototype
+#: reference_output.xml:1023
#, no-c-format
msgid ""
-"<varname>bounds</varname> is the bounds of the tile in the coordinate system "
-"of the geometry field in the row data."
+"<funcdef>geometry <function>ST_AsMVTGeom</function></funcdef> "
+"<paramdef><type>geometry </type> <parameter>geom</parameter></paramdef> "
+"<paramdef><type>box2d </type> <parameter>bounds</parameter></paramdef> "
+"<paramdef><type>int4 </type> <parameter>extent</parameter></paramdef> "
+"<paramdef><type>int4 </type> <parameter>buffer</parameter></paramdef> "
+"<paramdef><type>bool </type> <parameter>clip_geom</parameter></paramdef>"
msgstr ""
#. Tag: para
-#: reference_output.xml:1010
+#: reference_output.xml:1037
#, no-c-format
msgid ""
-"<varname>extent</varname> is the tile extent in screen space as defined by "
-"the specification. If NULL it will default to 4096."
+"Transform a geometry into the coordinate space of a <ulink url=\"https://www."
+"mapbox.com/vector-tiles/\">Mapbox Vector Tile</ulink> of a set of rows "
+"corresponding to a Layer. Makes best effort to keep and even correct "
+"validity and might collapse geometry into a lower dimension in the process."
msgstr ""
#. Tag: para
-#: reference_output.xml:1011
+#: reference_output.xml:1041
+#, no-c-format
+msgid "<varname>geom</varname> is the geometry to transform."
+msgstr ""
+
+#. Tag: para
+#: reference_output.xml:1042
#, no-c-format
msgid ""
-"<varname>buffer</varname> is the buffer distance in screen space to "
+"<varname>bounds</varname> is the geometric bounds of the tile contents "
+"without buffer."
+msgstr ""
+
+#. Tag: para
+#: reference_output.xml:1043
+#, no-c-format
+msgid ""
+"<varname>extent</varname> is the tile extent in tile coordinate space as "
+"defined by the <ulink url=\"https://www.mapbox.com/vector-tiles/"
+"specification/\">specification</ulink>. If NULL it will default to 4096."
+msgstr ""
+
+#. Tag: para
+#: reference_output.xml:1044
+#, no-c-format
+msgid ""
+"<varname>buffer</varname> is the buffer distance in tile coordinate space to "
"optionally clip geometries. If NULL it will default to 0."
msgstr ""
#. Tag: para
-#: reference_output.xml:1012
+#: reference_output.xml:1045
#, no-c-format
msgid ""
"<varname>clip_geom</varname> is a boolean to control if geometries should be "
"clipped or encoded as is. If NULL it will default to true."
msgstr ""
+#. Tag: programlisting
+#: reference_output.xml:1052
+#, no-c-format
+msgid ""
+"<![CDATA[SELECT ST_AsText(ST_AsMVTGeom(\n"
+" ST_GeomFromText('POLYGON ((0 0, 10 0, 10 5, 0 -5, 0 0))'),\n"
+" ST_MakeBox2D(ST_Point(0, 0), ST_Point(4096, 4096)),\n"
+" 4096, 0, false));\n"
+" st_astext\n"
+"--------------------------------------------------------------------\n"
+" MULTIPOLYGON(((5 4096,10 4096,10 4091,5 4096)),((5 4096,0 4096,0 4101,5 "
+"4096)))\n"
+"\n"
+" ]]>"
+msgstr ""
+
+#. Tag: refname
+#: reference_output.xml:1058
+#, no-c-format
+msgid "ST_AsMVT"
+msgstr ""
+
+#. Tag: refpurpose
+#: reference_output.xml:1060
+#, no-c-format
+msgid ""
+"Return a <ulink url=\"https://www.mapbox.com/vector-tiles/\">Mapbox Vector "
+"Tile</ulink> representation of a set of rows."
+msgstr ""
+
+#. Tag: funcprototype
+#: reference_output.xml:1064
+#, no-c-format
+msgid ""
+"<funcdef>bytea <function>ST_AsMVT</function></funcdef> <paramdef><type>text "
+"</type> <parameter>name</parameter></paramdef> <paramdef><type>int4 </type> "
+"<parameter>extent</parameter></paramdef> <paramdef><type>text </type> "
+"<parameter>geom_name</parameter></paramdef> <paramdef><type>anyelement </"
+"type> <parameter>row</parameter></paramdef>"
+msgstr ""
+
#. Tag: para
-#: reference_output.xml:1013
+#: reference_output.xml:1077
#, no-c-format
msgid ""
-"<varname>geom_name</varname> is the name of the geometry column in the row "
-"data."
+"Return a <ulink url=\"https://www.mapbox.com/vector-tiles/\">Mapbox Vector "
+"Tile</ulink> representation of a set of rows corresponding to a Layer. "
+"Multiple calls can be concatenated to a tile with multiple Layers. Geometry "
+"is assumed to be in tile coordinate space and valid as per <ulink url="
+"\"https://www.mapbox.com/vector-tiles/specification/\">specification</"
+"ulink>. Typically <xref linkend=\"ST_AsMVTGeom\"/> can be used to transform "
+"geometry into tile coordinate space. Other row data will be encoded as "
+"attributes."
msgstr ""
#. Tag: para
-#: reference_output.xml:1014
+#: reference_output.xml:1084
#, no-c-format
-msgid "<varname>row</varname> row data with at least a geometry column."
+msgid "<varname>name</varname> is the name of the Layer"
msgstr ""
#. Tag: para
-#: reference_output.xml:1016
+#: reference_output.xml:1085
#, no-c-format
-msgid "Availability: 2.4.0"
+msgid ""
+"<varname>extent</varname> is the tile extent in screen space as defined by "
+"the specification. If NULL it will default to 4096."
msgstr ""
#. Tag: programlisting
-#: reference_output.xml:1021
+#: reference_output.xml:1094
#, no-c-format
msgid ""
-"<![CDATA[SELECT ST_AsMVT('test', ST_MakeBox2D(ST_Point(0, 0), ST_Point(4096, "
-"4096)), 4096, 0, false, 'geom', q)\n"
-"FROM (SELECT 1 AS c1, ST_GeomFromText('POINT(25 17)') AS geom) AS q;\n"
-" st_asmvt \n"
+"<![CDATA[SELECT ST_AsMVT('test', 4096, 'geom', q) FROM (SELECT 1 AS c1,\n"
+" ST_AsMVTGeom(ST_GeomFromText('POLYGON ((35 10, 45 45, 15 40, 10 20, 35 "
+"10), (20 30, 35 35, 30 20, 20 30))'),\n"
+" ST_MakeBox2D(ST_Point(0, 0), ST_Point(4096, 4096)), 4096, 0, false) AS "
+"geom) AS q;\n"
+" st_asmvt\n"
"--------------------------------------------------------------------\n"
-" \\x1a1e0a0474657374120c12020000180122040932de3f1a026331220220017802\n"
+" \\x1a330a0474657374122112020000180322190946ec3f2214453b0a092832140f091d271a1e09091e13130f1a026331220228017802\n"
"\n"
" ]]>"
msgstr ""