From: Sandro Santilli Date: Wed, 15 Oct 2014 15:49:49 +0000 (+0000) Subject: Update french language files (make update-po) X-Git-Tag: 2.2.0rc1~773 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=750870dad862bf8c88610a5c2e227c3929f81bfb;p=postgis Update french language files (make update-po) git-svn-id: http://svn.osgeo.org/postgis/trunk@13077 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/po/fr/extras.xml.po b/doc/po/fr/extras.xml.po index fae1e5bc4..106a601eb 100644 --- a/doc/po/fr/extras.xml.po +++ b/doc/po/fr/extras.xml.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# +# # Translators: # Arnaud Vandecasteele , 2013 # vpicavet , 2013 @@ -10,11 +10,12 @@ msgstr "" "POT-Creation-Date: 2014-10-14 22:30+0000\n" "PO-Revision-Date: 2014-10-14 22:34+0000\n" "Last-Translator: Sandro Santilli \n" -"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/" +"language/fr/)\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. Tag: title diff --git a/doc/po/fr/extras_address_standardizer.xml.po b/doc/po/fr/extras_address_standardizer.xml.po index dcd00df76..0605b685e 100644 --- a/doc/po/fr/extras_address_standardizer.xml.po +++ b/doc/po/fr/extras_address_standardizer.xml.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# +# # Translators: msgid "" msgstr "" @@ -8,11 +8,12 @@ msgstr "" "POT-Creation-Date: 2014-10-10 23:07+0000\n" "PO-Revision-Date: 2014-10-13 18:05+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/" +"language/fr/)\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. Tag: title @@ -25,19 +26,18 @@ msgstr "" #: extras_address_standardizer.xml:4 #, no-c-format msgid "" -"This is a fork of the PAGC " -"standardizer (original code for this portion was PAGC PostgreSQL Address Standardizer)." +"This is a fork of the PAGC standardizer (original code for this portion was PAGC PostgreSQL Address Standardizer)." msgstr "" #. Tag: para #: extras_address_standardizer.xml:5 #, no-c-format msgid "" -"The address standardizer is a single line address parser that takes an input" -" address and normalizes it based on a set of rules stored in a table and " +"The address standardizer is a single line address parser that takes an input " +"address and normalizes it based on a set of rules stored in a table and " "helper lex and gaz tables." msgstr "" @@ -54,17 +54,16 @@ msgstr "" #: extras_address_standardizer.xml:7 #, no-c-format msgid "" -"The code for this extension can be found in the PostGIS " -"extensions/address_standardizer and is currently self-" -"contained." +"The code for this extension can be found in the PostGIS extensions/" +"address_standardizer and is currently self-contained." msgstr "" #. Tag: para #: extras_address_standardizer.xml:8 #, no-c-format msgid "" -"For installation instructions refer to: ." +"For installation instructions refer to: ." msgstr "" #. Tag: title @@ -79,8 +78,8 @@ msgstr "" msgid "" "The parser works from right to left looking first at the macro elements for " "postcode, state/province, city, and then looks micro elements to determine " -"if we are dealing with a house number street or intersection or landmark. It" -" currently does not look for a country code or name, but that could be " +"if we are dealing with a house number street or intersection or landmark. It " +"currently does not look for a country code or name, but that could be " "introduced in the future." msgstr "" @@ -108,8 +107,8 @@ msgstr "" #: extras_address_standardizer.xml:22 #, no-c-format msgid "" -"These are recognized using Perl compatible regular expressions. These regexs" -" are currently in the parseaddress-api.c and are relatively simple to make " +"These are recognized using Perl compatible regular expressions. These regexs " +"are currently in the parseaddress-api.c and are relatively simple to make " "changes to if needed." msgstr "" @@ -123,9 +122,9 @@ msgstr "" #: extras_address_standardizer.xml:28 #, no-c-format msgid "" -"These are recognized using Perl compatible regular expressions. These regexs" -" are currently in the parseaddress-api.c but could get moved into includes " -"in the future for easier maintenance." +"These are recognized using Perl compatible regular expressions. These regexs " +"are currently in the parseaddress-api.c but could get moved into includes in " +"the future for easier maintenance." msgstr "" #. Tag: para @@ -133,8 +132,8 @@ msgstr "" #, no-c-format msgid "" "This section lists the PostgreSQL data types installed by Address " -"Standardizer extension. Note we describe the casting behavior of these which" -" is very important especially when designing your own functions." +"Standardizer extension. Note we describe the casting behavior of these which " +"is very important especially when designing your own functions." msgstr "" #. Tag: title @@ -169,19 +168,18 @@ msgstr "" #: extras_address_standardizer.xml:50 #, no-c-format msgid "" -"A composite type that consists of elements of an address. This is the return" -" type for function. Some " -"descriptions for elements are borrowed from PAGC Postal " -"Attributes." +"A composite type that consists of elements of an address. This is the return " +"type for function. Some descriptions " +"for elements are borrowed from PAGC Postal Attributes." msgstr "" #. Tag: para #: extras_address_standardizer.xml:51 #, no-c-format msgid "" -"The token numbers denote the reference number in the " -"rules table." +"The token numbers denote the reference number in the rules table." msgstr "" #. Tag: para @@ -281,9 +279,9 @@ msgstr "" #: extras_address_standardizer.xml:85 #, no-c-format msgid "" -"is text (token number 6): STREET POST TYPE e.g. St, Ave, Cir. A" -" street type following the root street name. Example " -"STREET in 75 State Street." +"is text (token number 6): STREET POST TYPE e.g. St, Ave, Cir. A " +"street type following the root street name. Example STREET in 75 State Street." msgstr "" #. Tag: term @@ -296,9 +294,9 @@ msgstr "" #: extras_address_standardizer.xml:90 #, no-c-format msgid "" -"is text (token number 7): STREET POST-DIRECTIONAL A directional" -" modifier that follows the street name.. Example WEST " -"in 3715 TENTH AVENUE WEST." +"is text (token number 7): STREET POST-DIRECTIONAL A directional " +"modifier that follows the street name.. Example WEST in " +"3715 TENTH AVENUE WEST." msgstr "" #. Tag: term @@ -311,8 +309,8 @@ msgstr "" #: extras_address_standardizer.xml:95 #, no-c-format msgid "" -"is text (token number 8): RURAL ROUTE . Example " -"8 in RR 7." +"is text (token number 8): RURAL ROUTE . Example 8 in RR 7." msgstr "" #. Tag: term @@ -470,17 +468,17 @@ msgstr "" #: extras_address_standardizer.xml:164 #, no-c-format msgid "" -"text field denoting the rule. Details at PAGC Address" -" Standardizer Rule records." +"text field denoting the rule. Details at PAGC Address Standardizer Rule records." msgstr "" #. Tag: para #: extras_address_standardizer.xml:165 #, no-c-format msgid "" -"A rule consists of a set of non-negative integers representing input tokens," -" terminated by a -1, followed by an equal number of non-negative integers " +"A rule consists of a set of non-negative integers representing input tokens, " +"terminated by a -1, followed by an equal number of non-negative integers " "representing postal attributes, terminated by a -1, followed by an integer " "representing a rule type, followed by an integer representing the rank of " "the rule. The rules are ranked from 0 (lowest) to 17 (highest)." @@ -492,8 +490,8 @@ msgstr "" msgid "" "So for example the rule 2 0 2 22 3 -1 5 5 6 7 3 -1 2 6 maps to " "sequence of tokens TYPE NUMBER TYPE DIRECT QUALIF to " -"the output sequence STREET STREET SUFTYP SUFDIR QUALIF." -" The rule is an ARC_C rule of rank 6." +"the output sequence STREET STREET SUFTYP SUFDIR QUALIF. " +"The rule is an ARC_C rule of rank 6." msgstr "" #. Tag: para @@ -590,10 +588,10 @@ msgstr "" #, no-c-format msgid "" "A lex (short for lexicon) table is used to classify alphanumeric input and " -"associate that input with (a) input " -"tokens and (b) standardized representations. Things you will find in" -" these tables are ONE mapped to stdworkd: 1." +"associate that input with (a) input tokens and (b) standardized " +"representations. Things you will find in these tables are ONE " +"mapped to stdworkd: 1." msgstr "" #. Tag: para @@ -649,9 +647,8 @@ msgstr "" #, no-c-format msgid "" "integer: the kind of word it is. Only if it is used in this context will it " -"be replaced. Refer to PAGC " -"Tokens." +"be replaced. Refer to PAGC Tokens." msgstr "" #. Tag: refname @@ -664,8 +661,8 @@ msgstr "" #: extras_address_standardizer.xml:253 #, no-c-format msgid "" -"A gaz table is used to standardize place names and associate that input with" -" (a) input tokens ( See Input Tokens) and (b) standardized representations." +"A gaz table is used to standardize place names and associate that input with " +"(a) input tokens ( See Input Tokens) and (b) standardized representations." msgstr "" #. Tag: para @@ -673,10 +670,10 @@ msgstr "" #, no-c-format msgid "" "A gaz (short for gazeteer) table is used to classify place names and " -"associate that input with (a) input " -"tokens and (b) standardized representations. For example if you are " -"in US, you may load these with State Names and associated abbreviations." +"associate that input with (a) input tokens and (b) standardized " +"representations. For example if you are in US, you may load these with State " +"Names and associated abbreviations." msgstr "" #. Tag: para @@ -717,12 +714,11 @@ msgstr "" #: extras_address_standardizer.xml:316 #, no-c-format msgid "" -"Returns takes as input an address, and returns a record output consisting of" -" fields num, street, " -"street2, address1, " -"city, state, " -"zip, zipplus, " -"country." +"Returns takes as input an address, and returns a record output consisting of " +"fields num, street, " +"street2, address1, city, state, zip, " +"zipplus, country." msgstr "" #. Tag: para @@ -741,7 +737,8 @@ msgstr "" #: extras_address_standardizer.xml:328 #, no-c-format msgid "" -"SELECT num, street, city, zip, zipplus FROM parse_address('1 Devonshire Place, Boston, MA 02109-1234');\n" +"SELECT num, street, city, zip, zipplus FROM parse_address('1 Devonshire " +"Place, Boston, MA 02109-1234');\n" " num | street | city | zip | zipplus\n" "-----+------------------+--------+-------+---------\n" " 1 | Devonshire Place | Boston | 02109 | 1234" @@ -771,19 +768,18 @@ msgstr "" #: extras_address_standardizer.xml:352 #, no-c-format msgid "" -" stdaddr " -"standardize_address text " -" lextab text " -" gaztab text " -" rultab text " -" address " -" stdaddr " -"standardize_address text " -" lextab text " -" gaztab text " -" rultab text " -" micro text " -" macro " +" stdaddr standardize_address text lextab text gaztab text rultab text address stdaddr " +"standardize_address text lextab text " +"gaztab text " +"rultab text " +"micro text " +"macro " msgstr "" #. Tag: para @@ -791,8 +787,8 @@ msgstr "" #, no-c-format msgid "" "Returns an form of an input address utilizing " -" table name, , and table names and an address." +" table name, , and table names and an address." msgstr "" #. Tag: programlisting @@ -800,7 +796,8 @@ msgstr "" #, no-c-format msgid "" "SELECT * FROM standardize_address('tiger.pagc_lex', \n" -" 'tiger.pagc_gaz', 'tiger.pagc_rules', 'One Devonshire Place, PH 301, Boston, MA 02109-1234');" +" 'tiger.pagc_gaz', 'tiger.pagc_rules', 'One " +"Devonshire Place, PH 301, Boston, MA 02109-1234');" msgstr "" #. Tag: para @@ -817,7 +814,8 @@ msgstr "" msgid "" "SELECT (each(hstore(p))).* \n" " FROM standardize_address('tiger.pagc_lex', 'tiger.pagc_gaz', \n" -" 'tiger.pagc_rules', 'One Devonshire Place, PH 301, Boston, MA 02109-1234') As p;" +" 'tiger.pagc_rules', 'One Devonshire Place, PH 301, Boston, MA " +"02109-1234') As p;" msgstr "" #. Tag: screen @@ -849,6 +847,6 @@ msgstr "" #: extras_address_standardizer.xml:419 #, no-c-format msgid "" -", , , ," +", , , ," msgstr "" diff --git a/doc/po/fr/extras_historytable.xml.po b/doc/po/fr/extras_historytable.xml.po index 8e206fa73..e96e2e259 100644 --- a/doc/po/fr/extras_historytable.xml.po +++ b/doc/po/fr/extras_historytable.xml.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# +# # Translators: # Rodolphe Quiédeville , 2013 # vpicavet , 2013 @@ -10,11 +10,12 @@ msgstr "" "POT-Creation-Date: 2012-09-14 17:50+0000\n" "PO-Revision-Date: 2013-11-27 23:39+0000\n" "Last-Translator: vpicavet \n" -"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/" +"language/fr/)\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. Tag: title @@ -28,11 +29,11 @@ msgstr "Suivi d'historique" #, no-c-format msgid "" "Suppose you have a table of data that represents the current state of a " -"particular geographic feature. A parcels table, or a roads table, or a fruit" -" trees table, whatever. Generally, GIS tools understand a table as a single " +"particular geographic feature. A parcels table, or a roads table, or a fruit " +"trees table, whatever. Generally, GIS tools understand a table as a single " "entity into which they can update, insert and delete rows from. How you do " -"allow common GIS tools to work against your data, while maintaining an audit" -" trail of what changes have been made, by whom, and what the past state of " +"allow common GIS tools to work against your data, while maintaining an audit " +"trail of what changes have been made, by whom, and what the past state of " "the data is?" msgstr "" @@ -71,7 +72,8 @@ msgid "" " date_added | timestamp without time zone | not null default now()\n" " date_deleted | timestamp without time zone | \n" " last_operation | character varying(30) | not null\n" -" active_user | character varying(90) | not null default \"current_user\"()\n" +" active_user | character varying(90) | not null default " +"\"current_user\"()\n" " current_version | text | not null" msgstr "" @@ -79,11 +81,16 @@ msgstr "" #: extras_historytable.xml:20 #, no-c-format msgid "" -"When you insert a new record into 'roads' a record is automatically inserted" -" into 'roads_history', with the 'date_added' filled in the 'date_deleted' " -"set to NULL, a unique 'history_id', a 'last_operation' of 'INSERT' and " +"When you insert a new record into 'roads' a record is automatically inserted " +"into 'roads_history', with the 'date_added' filled in the 'date_deleted' set " +"to NULL, a unique 'history_id', a 'last_operation' of 'INSERT' and " "'active_user' set." -msgstr "Lors de l'insertion d'un enregistrement dans la table 'roads' un enregistrement est automatiquement créé dans la table 'roads_history' avec 'date_added' renseigné, 'date_deleted' défini à NULL, 'history_id' avec une valeur unique, 'last_operation' défini à 'INSERT' et 'active_user' également défini." +msgstr "" +"Lors de l'insertion d'un enregistrement dans la table 'roads' un " +"enregistrement est automatiquement créé dans la table 'roads_history' avec " +"'date_added' renseigné, 'date_deleted' défini à NULL, 'history_id' avec une " +"valeur unique, 'last_operation' défini à 'INSERT' et 'active_user' également " +"défini." #. Tag: para #: extras_historytable.xml:23 @@ -91,7 +98,10 @@ msgstr "Lors de l'insertion d'un enregistrement dans la table 'roads' un enregis msgid "" "When you delete a record in 'roads', the record in the history table is " "*not* deleted, but the 'date_deleted' is set to the current date." -msgstr "Lors de la suppression d'un enregistrement de la table 'roads' l'enregistrement correspondant dans la table d'historique n'est *pas* supprimé mais le champ 'date_deleted' est définit avec la date courante." +msgstr "" +"Lors de la suppression d'un enregistrement de la table 'roads' " +"l'enregistrement correspondant dans la table d'historique n'est *pas* " +"supprimé mais le champ 'date_deleted' est définit avec la date courante." #. Tag: para #: extras_historytable.xml:26 @@ -100,7 +110,11 @@ msgid "" "When you update a record in 'roads', the current record has 'date_deleted' " "filled in and a new record is created with the 'date_added' set and " "'date_deleted' NULL." -msgstr "Lors de la mise à jour d'un enregistrement de la table 'roads', l'enregistrement courant est mis à jour avec le champ 'date_deleted' définit et un nouvel enregistrement est créé avec 'date_added' définit et 'date_deleted' définit à NULL." +msgstr "" +"Lors de la mise à jour d'un enregistrement de la table 'roads', " +"l'enregistrement courant est mis à jour avec le champ 'date_deleted' définit " +"et un nouvel enregistrement est créé avec 'date_added' définit et " +"'date_deleted' définit à NULL." #. Tag: para #: extras_historytable.xml:30 @@ -129,7 +143,10 @@ msgid "" "SELECT * FROM roads_history \n" " WHERE date_added < 'January 1, 2001' AND \n" " ( date_deleted >= 'January 1, 2001' OR date_deleted IS NULL );" -msgstr "SELECT * FROM roads_history \n WHERE date_added < 'January 1, 2001' AND \n ( date_deleted >= 'January 1, 2001' OR date_deleted IS NULL );" +msgstr "" +"SELECT * FROM roads_history \n" +" WHERE date_added < 'January 1, 2001' AND \n" +" ( date_deleted >= 'January 1, 2001' OR date_deleted IS NULL );" #. Tag: refname #: extras_historytable.xml:38 @@ -151,7 +168,9 @@ msgstr "" msgid "" "void Postgis_Install_History " "" -msgstr "void Postgis_Install_History " +msgstr "" +"void Postgis_Install_History " +"" #. Tag: title #: extras_historytable.xml:52 extras_historytable.xml:92 @@ -201,8 +220,8 @@ msgstr "Postgis_Enable_History" #: extras_historytable.xml:78 #, no-c-format msgid "" -"Registers a tablein the history_information table for tracking and also adds" -" in side line history table and insert, update, delete rules on the table." +"Registers a tablein the history_information table for tracking and also adds " +"in side line history table and insert, update, delete rules on the table." msgstr "" #. Tag: funcprototype @@ -212,7 +231,10 @@ msgid "" "boolean Postgis_Enable_History " "text p_schema " "text p_table" -msgstr "boolean Postgis_Enable_History text p_schema text p_table" +msgstr "" +"boolean Postgis_Enable_History " +"text p_schema " +"text p_table" #. Tag: para #: extras_historytable.xml:94 @@ -220,8 +242,8 @@ msgstr "boolean Postgis_Enable_History < msgid "" "Registers a table in the history_information table for tracking and also " "adds in side line history table with same name as table but prefixed with " -"history in the same schema as the original table. Puts in" -" insert, update, delete rules on the table. Any inserts,updates,deletes of " +"history in the same schema as the original table. Puts in " +"insert, update, delete rules on the table. Any inserts,updates,deletes of " "the geometry are recorded in the history table." msgstr "" @@ -247,7 +269,29 @@ msgid "" "t\n" "\n" "INSERT INTO roads(road_name, geom) \n" -" VALUES('Test Street', ST_GeomFromText('LINESTRING(231660.5 832170,231647 832202,231627.5 832250.5)',26986));\n" +" VALUES('Test Street', ST_GeomFromText('LINESTRING(231660.5 832170,231647 " +"832202,231627.5 832250.5)',26986));\n" +"\n" +"-- check transaction detail --\n" +"SELECT date_added, last_operation, current_version \n" +"FROM roads_history \n" +"WHERE road_name = 'Test Street' ORDER BY date_added DESC;\n" +"\n" +" date_added | last_operation | current_version\n" +"------------------------+----------------+-----------------\n" +" 2011-02-07 12:44:36.92 | INSERT | 2" +msgstr "" +"CREATE TABLE roads(gid SERIAL PRIMARY KEY, road_name varchar(150));\n" +"SELECT AddGeometryColumn('roads', 'geom', 26986, 'LINESTRING', 2);\n" +" \n" +"SELECT postgis_enable_history('public', 'roads', 'geom') As register_table;\n" +"register_table\n" +"--------------\n" +"t\n" +"\n" +"INSERT INTO roads(road_name, geom) \n" +" VALUES('Test Street', ST_GeomFromText('LINESTRING(231660.5 832170,231647 " +"832202,231627.5 832250.5)',26986));\n" "\n" "-- check transaction detail --\n" "SELECT date_added, last_operation, current_version \n" @@ -257,4 +301,3 @@ msgid "" " date_added | last_operation | current_version\n" "------------------------+----------------+-----------------\n" " 2011-02-07 12:44:36.92 | INSERT | 2" -msgstr "CREATE TABLE roads(gid SERIAL PRIMARY KEY, road_name varchar(150));\nSELECT AddGeometryColumn('roads', 'geom', 26986, 'LINESTRING', 2);\n \nSELECT postgis_enable_history('public', 'roads', 'geom') As register_table;\nregister_table\n--------------\nt\n\nINSERT INTO roads(road_name, geom) \n VALUES('Test Street', ST_GeomFromText('LINESTRING(231660.5 832170,231647 832202,231627.5 832250.5)',26986));\n\n-- check transaction detail --\nSELECT date_added, last_operation, current_version \nFROM roads_history \nWHERE road_name = 'Test Street' ORDER BY date_added DESC;\n\n date_added | last_operation | current_version\n------------------------+----------------+-----------------\n 2011-02-07 12:44:36.92 | INSERT | 2" diff --git a/doc/po/fr/extras_tigergeocoder.xml.po b/doc/po/fr/extras_tigergeocoder.xml.po index de85e0d8a..56ed44a75 100644 --- a/doc/po/fr/extras_tigergeocoder.xml.po +++ b/doc/po/fr/extras_tigergeocoder.xml.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# +# # Translators: # vpicavet , 2013 msgid "" @@ -9,24 +9,25 @@ msgstr "" "POT-Creation-Date: 2012-10-11 21:39+0000\n" "PO-Revision-Date: 2013-12-17 19:35+0000\n" "Last-Translator: vpicavet \n" -"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/" +"language/fr/)\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. Tag: para #: extras_tigergeocoder.xml:6 #, no-c-format msgid "" -"A plpgsql based geocoder written to work with the TIGER (Topologically Integrated" -" Geographic Encoding and Referencing system ) / Line and Master Address " -"database export released by the US Census Bureau. In versions prior " -"to 2008 the TIGER files were released in ASCII format. The older geocoder " -"used to work with that format and is available in PostGIS source 1.5 and " -"below in extras/tiger_geocoder/tiger_2006andbefore." +"A plpgsql based geocoder written to work with the TIGER (Topologically Integrated Geographic " +"Encoding and Referencing system ) / Line and Master Address database export released by the US Census Bureau. In versions prior to 2008 the TIGER " +"files were released in ASCII format. The older geocoder used to work with " +"that format and is available in PostGIS source 1.5 and below in " +"extras/tiger_geocoder/tiger_2006andbefore." msgstr "" #. Tag: para @@ -65,11 +66,11 @@ msgid "" "Another schema called tiger_data is also created which " "houses all the census data for each state that the loader downloads from " "Census site and loads into the database. In the current model, each set of " -"state tables is prefixed with the state code e.g ma_addr," -" ma_edges etc with constraints to enforce only that state" -" data. Each of these tables inherits from the tables " -"addr, faces, edges," -" etc located in the tiger schema." +"state tables is prefixed with the state code e.g ma_addr, " +"ma_edges etc with constraints to enforce only that state " +"data. Each of these tables inherits from the tables addr, " +"faces, edges, etc located in the " +"tiger schema." msgstr "" #. Tag: para @@ -78,9 +79,9 @@ msgstr "" msgid "" "All the geocode functions only reference the base tables, so there is no " "requirement that the data schema be called tiger_data or " -"that data can't be further partitioned into other schemas -- e.g a different" -" schema for each state, as long as all the tables inherit from the tables in" -" the tiger schema." +"that data can't be further partitioned into other schemas -- e.g a different " +"schema for each state, as long as all the tables inherit from the tables in " +"the tiger schema." msgstr "" #. Tag: para @@ -88,13 +89,13 @@ msgstr "" #, no-c-format msgid "" "If you are using tiger geocoder (tiger_2010), you can upgrade the scripts " -"using the accompanying upgrade_geocoder.bat / .sh scripts in tiger_2011. One" -" major change between tiger_2010 and " -"tiger_2011 is that the county and " -"county and state tables are no longer " -"broken out by state. We'll be refining the upgrade scripts until release. If" -" you have data from tiger_2010 and want replace with tiger_2011 refer to " -"" +"using the accompanying upgrade_geocoder.bat / .sh scripts in tiger_2011. One " +"major change between tiger_2010 and tiger_2011 is that the county and county and " +"state tables are no longer broken out by state. We'll be " +"refining the upgrade scripts until release. If you have data from tiger_2010 " +"and want replace with tiger_2011 refer to " msgstr "" #. Tag: para @@ -108,9 +109,9 @@ msgstr "" #, no-c-format msgid "" "The goal of this project is to build a fully functional geocoder that can " -"process an arbitrary United States address string and using normalized TIGER" -" census data, produce a point geometry and rating reflecting the location of" -" the given address and likeliness of the location. The higher the rating " +"process an arbitrary United States address string and using normalized TIGER " +"census data, produce a point geometry and rating reflecting the location of " +"the given address and likeliness of the location. The higher the rating " "number the worse the result." msgstr "" @@ -118,8 +119,8 @@ msgstr "" #: extras_tigergeocoder.xml:27 #, no-c-format msgid "" -"The reverse_geocode function, introduced in PostGIS 2.0.0" -" is useful for deriving the street address and cross streets of a GPS " +"The reverse_geocode function, introduced in PostGIS 2.0.0 " +"is useful for deriving the street address and cross streets of a GPS " "location." msgstr "" @@ -174,15 +175,14 @@ msgstr "" #: extras_tigergeocoder.xml:40 #, no-c-format msgid "" -"Nominatim and " -"uses OpenStreetMap gazeteer formatted data. It requires osm2pgsql for " -"loading the data, PostgreSQL 8.4+ and PostGIS 1.5+ to function. It is " +"Nominatim and uses OpenStreetMap gazeteer formatted data. It requires osm2pgsql " +"for loading the data, PostgreSQL 8.4+ and PostGIS 1.5+ to function. It is " "packaged as a webservice interface and seems designed to be called as a " "webservice. Just like the tiger geocoder, it has both a geocoder and a " "reverse geocoder component. From the documentation, it is unclear if it has " -"a pure SQL interface like the tiger geocoder, or if a good deal of the logic" -" is implemented in the web interface." +"a pure SQL interface like the tiger geocoder, or if a good deal of the logic " +"is implemented in the web interface." msgstr "" #. Tag: para @@ -193,8 +193,8 @@ msgid "" "PostGIS and like Nominatim works with OpenStreetMap (OSM) data. It comes " "with a loader to load OSM data and similar to Nominatim is capable of " "geocoding not just US. Much like Nominatim, it runs as a webservice and " -"relies on Java 1.5, Servlet apps, Solr. GisGraphy is cross-platform and also" -" has a reverse geocoder among some other neat features." +"relies on Java 1.5, Servlet apps, Solr. GisGraphy is cross-platform and also " +"has a reverse geocoder among some other neat features." msgstr "" #. Tag: refname @@ -207,8 +207,8 @@ msgstr "" #: extras_tigergeocoder.xml:50 #, no-c-format msgid "" -"Generates a script that drops all non-primary key and non-unique" -" indexes on tiger schema and user specified schema. Defaults schema to " +"Generates a script that drops all non-primary key and non-unique " +"indexes on tiger schema and user specified schema. Defaults schema to " "tiger_data if no schema is specified." msgstr "" @@ -219,7 +219,10 @@ msgid "" "text Drop_Indexes_Generate_Script " "text " "param_schema=tiger_data" -msgstr "text Drop_Indexes_Generate_Script text param_schema=tiger_data" +msgstr "" +"text Drop_Indexes_Generate_Script " +"text " +"param_schema=tiger_data" #. Tag: title #: extras_tigergeocoder.xml:63 extras_tigergeocoder.xml:106 @@ -248,10 +251,9 @@ msgstr "" #: extras_tigergeocoder.xml:66 #, no-c-format msgid "" -"This is useful for minimizing index bloat that may confuse the query planner" -" or take up unnecessary space. Use in combination with to add just the indexes used by the " -"geocoder." +"This is useful for minimizing index bloat that may confuse the query planner " +"or take up unnecessary space. Use in combination with to add just the indexes used by the geocoder." msgstr "" #. Tag: para @@ -354,12 +356,15 @@ msgstr "" #: extras_tigergeocoder.xml:97 extras_tigergeocoder.xml:139 #, no-c-format msgid "" -"text " -"Drop_State_Tables_Generate_Script " -"text param_state " -"text " +"text Drop_State_Tables_Generate_Script text param_state text " +"param_schema=tiger_data" +msgstr "" +"text Drop_State_Tables_Generate_Script text param_state text " "param_schema=tiger_data" -msgstr "text Drop_State_Tables_Generate_Script text param_state text param_schema=tiger_data" #. Tag: para #: extras_tigergeocoder.xml:108 @@ -367,8 +372,8 @@ msgstr "text Drop_State_Tables_Generate_Scriptcounty_all, state_all or stae " -"code followed by county or state. This" -" is needed if you are upgrading from tiger_2010 to " +"code followed by county or state. This " +"is needed if you are upgrading from tiger_2010 to " "tiger_2011 data." msgstr "" @@ -413,8 +418,8 @@ msgid "" "Generates a script that drops all tables in the specified schema that are " "prefixed with the state abbreviation. Defaults schema to " "tiger_data if no schema is specified. This function is " -"useful for dropping tables of a state just before you reload a state in case" -" something went wrong during your previous load." +"useful for dropping tables of a state just before you reload a state in case " +"something went wrong during your previous load." msgstr "" #. Tag: programlisting @@ -447,38 +452,54 @@ msgstr "" #, no-c-format msgid "" "Takes in an address as a string (or other normalized address) and outputs a " -"set of possible locations which include a point geometry in NAD 83 long lat," -" a normalized address for each, and the rating. The lower the rating the " -"more likely the match. Results are sorted by lowest rating first. Can " -"optionally pass in maximum results, defaults to 10, and restrict_region " -"(defaults to NULL)" +"set of possible locations which include a point geometry in NAD 83 long lat, " +"a normalized address for each, and the rating. The lower the rating the more " +"likely the match. Results are sorted by lowest rating first. Can optionally " +"pass in maximum results, defaults to 10, and restrict_region (defaults to " +"NULL)" msgstr "" #. Tag: funcsynopsis #: extras_tigergeocoder.xml:181 #, no-c-format msgid "" -" setof record geocode" -" varchar address " -"integer " -"max_results=10 geometry " +" setof record geocode " +"varchar address " +"integer max_results=10 geometry " +"restrict_region=NULL " +"norm_addy OUT addy " +"geometry OUT geomout integer OUT rating setof record " +"geocode norm_addy " +"in_addy integer max_results=10 " +"geometry " +"restrict_region=NULL " +"norm_addy OUT addy " +"geometry OUT geomout integer OUT rating " +msgstr "" +" setof record geocode " +"varchar address " +"integer max_results=10 geometry " "restrict_region=NULL " -"norm_addy OUT addy" -" geometry OUT " -"geomout integer " -"OUT rating " -" setof record geocode" -" norm_addy in_addy" -" integer " -"max_results=10 geometry " +"norm_addy OUT addy " +"geometry OUT geomout integer OUT rating setof record " +"geocode norm_addy " +"in_addy integer max_results=10 " +"geometry " "restrict_region=NULL " -"norm_addy OUT addy" -" geometry OUT " -"geomout integer " -"OUT rating " -msgstr " setof record geocode varchar address integer max_results=10 geometry restrict_region=NULL norm_addy OUT addy geometry OUT geomout integer OUT rating setof record geocode norm_addy in_addy integer max_results=10 geometry restrict_region=NULL norm_addy OUT addy geometry OUT geomout integer OUT rating " +"norm_addy OUT addy " +"geometry OUT geomout integer OUT rating " #. Tag: para #: extras_tigergeocoder.xml:206 @@ -488,22 +509,22 @@ msgid "" "a set of possible locations which include a point geometry in NAD 83 long " "lat, a normalized_address (addy) for each, and the " "rating. The lower the rating the more likely the match. Results are sorted " -"by lowest rating first. Uses Tiger data (edges,faces,addr), PostgreSQL fuzzy" -" string matching (soundex,levenshtein) and PostGIS line interpolation " +"by lowest rating first. Uses Tiger data (edges,faces,addr), PostgreSQL fuzzy " +"string matching (soundex,levenshtein) and PostGIS line interpolation " "functions to interpolate address along the Tiger edges. The higher the " -"rating the less likely the geocode is right. The geocoded point is defaulted" -" to offset 10 meters from center-line off to side (L/R) of street address is" -" located on." +"rating the less likely the geocode is right. The geocoded point is defaulted " +"to offset 10 meters from center-line off to side (L/R) of street address is " +"located on." msgstr "" #. Tag: para #: extras_tigergeocoder.xml:210 #, no-c-format msgid "" -"Enhanced: 2.0.0 to support Tiger 2010 structured data and revised some logic" -" to improve speed, accuracy of geocoding, and to offset point from " -"centerline to side of street address is located on. New parameter " -"max_results useful for specifying ot just return the best result." +"Enhanced: 2.0.0 to support Tiger 2010 structured data and revised some logic " +"to improve speed, accuracy of geocoding, and to offset point from centerline " +"to side of street address is located on. New parameter max_results useful " +"for specifying ot just return the best result." msgstr "" #. Tag: title @@ -534,11 +555,15 @@ msgstr "" msgid "" "SELECT g.rating, ST_X(g.geomout) As lon, ST_Y(g.geomout) As lat, \n" " (addy).address As stno, (addy).streetname As street, \n" -" (addy).streettypeabbrev As styp, (addy).location As city, (addy).stateabbrev As st,(addy).zip \n" +" (addy).streettypeabbrev As styp, (addy).location As city, (addy)." +"stateabbrev As st,(addy).zip \n" " FROM geocode('75 State Street, Boston MA 02109') As g; \n" -" rating | lon | lat | stno | street | styp | city | st | zip \n" -"--------+-------------------+------------------+------+--------+------+--------+----+-------\n" -" 0 | -71.0556722990239 | 42.3589914927049 | 75 | State | St | Boston | MA | 02109" +" rating | lon | lat | stno | street | styp | " +"city | st | zip \n" +"--------+-------------------+------------------+------+--------+------" +"+--------+----+-------\n" +" 0 | -71.0556722990239 | 42.3589914927049 | 75 | State | St | " +"Boston | MA | 02109" msgstr "" #. Tag: para @@ -554,11 +579,15 @@ msgstr "" msgid "" "SELECT g.rating, ST_AsText(ST_SnapToGrid(g.geomout,0.00001)) As wktlonlat, \n" " (addy).address As stno, (addy).streetname As street, \n" -" (addy).streettypeabbrev As styp, (addy).location As city, (addy).stateabbrev As st,(addy).zip \n" +" (addy).streettypeabbrev As styp, (addy).location As city, (addy)." +"stateabbrev As st,(addy).zip \n" " FROM geocode('226 Hanover Street, Boston, MA',1) As g; \n" -" rating | wktlonlat | stno | street | styp | city | st | zip \n" -"--------+---------------------------+------+---------+------+--------+----+-------\n" -" 1 | POINT(-71.05528 42.36316) | 226 | Hanover | St | Boston | MA | 02113" +" rating | wktlonlat | stno | street | styp | city | st | " +"zip \n" +"--------+---------------------------+------+---------+------+--------+----" +"+-------\n" +" 1 | POINT(-71.05528 42.36316) | 226 | Hanover | St | Boston | MA | " +"02113" msgstr "" #. Tag: para @@ -575,11 +604,15 @@ msgstr "" msgid "" "SELECT g.rating, ST_AsText(ST_SnapToGrid(g.geomout,0.00001)) As wktlonlat, \n" " (addy).address As stno, (addy).streetname As street, \n" -" (addy).streettypeabbrev As styp, (addy).location As city, (addy).stateabbrev As st,(addy).zip \n" +" (addy).streettypeabbrev As styp, (addy).location As city, (addy)." +"stateabbrev As st,(addy).zip \n" " FROM geocode('31 - 37 Stewart Street, Boston, MA 02116') As g; \n" -" rating | wktlonlat | stno | street | styp | city | st | zip \n" -"--------+---------------------------+------+--------+------+--------+----+-------\n" -" 70 | POINT(-71.06459 42.35113) | 31 | Stuart | St | Boston | MA | 02116" +" rating | wktlonlat | stno | street | styp | city | st | " +"zip \n" +"--------+---------------------------+------+--------+------+--------+----" +"+-------\n" +" 70 | POINT(-71.06459 42.35113) | 31 | Stuart | St | Boston | MA | " +"02116" msgstr "" #. Tag: para @@ -596,7 +629,8 @@ msgstr "" #, no-c-format msgid "" "CREATE TABLE addresses_to_geocode(addid serial PRIMARY KEY, address text,\n" -" lon numeric, lat numeric, new_address text, rating integer);\n" +" lon numeric, lat numeric, new_address text, rating " +"integer);\n" "\n" "INSERT INTO addresses_to_geocode(address)\n" "VALUES ('529 Main Street, Boston MA, 02129'),\n" @@ -606,7 +640,8 @@ msgid "" " ('124 Mount Auburn St, Cambridge, Massachusetts 02138'),\n" " ('950 Main Street, Worcester, MA 01610');\n" " \n" -"-- only update the first 3 addresses (323-704 ms - there are caching and shared memory effects so first geocode you do is always slower) --\n" +"-- only update the first 3 addresses (323-704 ms - there are caching and " +"shared memory effects so first geocode you do is always slower) --\n" "-- for large numbers of addresses you don't want to update all at once\n" "-- since the whole geocode must commit at once \n" "-- For this example we rejoin with LEFT JOIN \n" @@ -615,13 +650,15 @@ msgid "" "UPDATE addresses_to_geocode\n" " SET (rating, new_address, lon, lat) \n" " = ( COALESCE((g.geo).rating,-1), pprint_addy((g.geo).addy),\n" -" ST_X((g.geo).geomout)::numeric(8,5), ST_Y((g.geo).geomout)::numeric(8,5) )\n" +" ST_X((g.geo).geomout)::numeric(8,5), ST_Y((g.geo).geomout)::" +"numeric(8,5) )\n" "FROM (SELECT addid \n" " FROM addresses_to_geocode \n" " WHERE rating IS NULL ORDER BY addid LIMIT 3) As a\n" " LEFT JOIN (SELECT addid, (geocode(address,1)) As geo\n" " FROM addresses_to_geocode As ag\n" -" WHERE ag.rating IS NULL ORDER BY addid LIMIT 3) As g ON a.addid = g.addid\n" +" WHERE ag.rating IS NULL ORDER BY addid LIMIT 3) As g ON a.addid = g." +"addid\n" "WHERE a.addid = addresses_to_geocode.addid;\n" "\n" "result\n" @@ -630,11 +667,16 @@ msgid "" "\n" "SELECT * FROM addresses_to_geocode WHERE rating is not null;\n" "\n" -" addid | address | lon | lat | new_address | rating \n" -"-------+----------------------------------------------+-----------+----------+-------------------------------------------+--------\n" -" 1 | 529 Main Street, Boston MA, 02129 | -71.07181 | 42.38359 | 529 Main St, Boston, MA 02129 | 0\n" -" 2 | 77 Massachusetts Avenue, Cambridge, MA 02139 | -71.09428 | 42.35988 | 77 Massachusetts Ave, Cambridge, MA 02139 | 0\n" -" 3 | 25 Wizard of Oz, Walaford, KS 99912323 | | | | -1" +" addid | address | lon | lat " +"| new_address | rating \n" +"-------+----------------------------------------------+-----------+----------" +"+-------------------------------------------+--------\n" +" 1 | 529 Main Street, Boston MA, 02129 | -71.07181 | 42.38359 " +"| 529 Main St, Boston, MA 02129 | 0\n" +" 2 | 77 Massachusetts Avenue, Cambridge, MA 02139 | -71.09428 | 42.35988 " +"| 77 Massachusetts Ave, Cambridge, MA 02139 | 0\n" +" 3 | 25 Wizard of Oz, Walaford, KS 99912323 | | " +"| | -1" msgstr "" #. Tag: title @@ -654,12 +696,16 @@ msgid "" " FROM geocode('100 Federal Street, MA',\n" " 3, \n" " (SELECT ST_Union(the_geom) \n" -" FROM place WHERE statefp = '25' AND name = 'Lynn')::geometry\n" +" FROM place WHERE statefp = '25' AND name = 'Lynn')::" +"geometry\n" " ) As g;\n" "\n" -" rating | wktlonlat | stno | street | styp | city | st | zip\n" -"--------+--------------------------+------+---------+------+------+----+-------\n" -" 8 | POINT(-70.96796 42.4659) | 100 | Federal | St | Lynn | MA | 01905\n" +" rating | wktlonlat | stno | street | styp | city | st | " +"zip\n" +"--------+--------------------------+------+---------+------+------+----" +"+-------\n" +" 8 | POINT(-70.96796 42.4659) | 100 | Federal | St | Lynn | MA | " +"01905\n" "Total query runtime: 245 ms." msgstr "" @@ -668,8 +714,8 @@ msgstr "" #, no-c-format msgid "" ", , , , , " +"linkend=\"ST_SnapToGrid\"/>, , " msgstr "" #. Tag: refname @@ -683,9 +729,9 @@ msgstr "" #, no-c-format msgid "" "Takes in 2 streets that intersect and a state, city, zip, and outputs a set " -"of possible locations on the first cross street that is at the intersection," -" also includes a point geometry in NAD 83 long lat, a normalized address for" -" each location, and the rating. The lower the rating the more likely the " +"of possible locations on the first cross street that is at the intersection, " +"also includes a point geometry in NAD 83 long lat, a normalized address for " +"each location, and the rating. The lower the rating the more likely the " "match. Results are sorted by lowest rating first. Can optionally pass in " "maximum results, defaults to 10" msgstr "" @@ -698,30 +744,40 @@ msgid "" "text roadway1 " "text roadway2 " "text in_state " -"text " -"in_city text " -" in_zip integer " -"max_results=10 norm_addy " -" OUT addy geometry " -" OUT geomout " -"integer OUT rating" -msgstr "setof record geocode_intersection text roadway1 text roadway2 text in_state text in_city text in_zip integer max_results=10 norm_addy OUT addy geometry OUT geomout integer OUT rating" +"text in_city text in_zip integer " +"max_results=10 norm_addy OUT addy geometry OUT geomout integer " +" OUT rating" +msgstr "" +"setof record geocode_intersection " +"text roadway1 " +"text roadway2 " +"text in_state " +"text in_city text in_zip integer " +"max_results=10 norm_addy OUT addy geometry OUT geomout integer " +" OUT rating" #. Tag: para #: extras_tigergeocoder.xml:268 #, no-c-format msgid "" "Takes in 2 streets that intersect and a state, city, zip, and outputs a set " -"of possible locations on the first cross street that is at the intersection," -" also includes a point geometry in NAD 83 long lat, a normalized address for" -" each location, and the rating. The lower the rating the more likely the " +"of possible locations on the first cross street that is at the intersection, " +"also includes a point geometry in NAD 83 long lat, a normalized address for " +"each location, and the rating. The lower the rating the more likely the " "match. Results are sorted by lowest rating first. Can optionally pass in " -"maximum results, defaults to 10. Returns " -"normalized_address (addy) for each, geomout as the point " -"location in nad 83 long lat, and the rating. The lower the rating the more " -"likely the match. Results are sorted by lowest rating first. Uses Tiger data" -" (edges,faces,addr), PostgreSQL fuzzy string matching (soundex,levenshtein)" +"maximum results, defaults to 10. Returns normalized_address (addy) for each, geomout as the point location in nad 83 long lat, " +"and the rating. The lower the rating the more likely the match. Results are " +"sorted by lowest rating first. Uses Tiger data (edges,faces,addr), " +"PostgreSQL fuzzy string matching (soundex,levenshtein)" msgstr "" #. Tag: para @@ -746,7 +802,8 @@ msgstr "" #, no-c-format msgid "" "SELECT pprint_addy(addy), st_astext(geomout),rating \n" -" FROM geocode_intersection( 'Haverford St','Germania St', 'MA', 'Boston', '02130',1); \n" +" FROM geocode_intersection( 'Haverford St','Germania " +"St', 'MA', 'Boston', '02130',1); \n" " pprint_addy | st_astext | rating\n" "----------------------------------+----------------------------+--------\n" "98 Haverford St, Boston, MA 02130 | POINT(-71.101375 42.31376) | 0" @@ -765,7 +822,8 @@ msgstr "" #, no-c-format msgid "" "SELECT pprint_addy(addy), st_astext(geomout),rating \n" -" FROM geocode_intersection('Weld', 'School', 'MA', 'Boston');\n" +" FROM geocode_intersection('Weld', 'School', " +"'MA', 'Boston');\n" " pprint_addy | st_astext | rating\n" "-------------------------------+--------------------------+--------\n" " 98 Weld Ave, Boston, MA 02119 | POINT(-71.099 42.314234) | 3\n" @@ -797,7 +855,9 @@ msgstr "" msgid "" "text Get_Geocode_Setting " "text setting_name" -msgstr "text Get_Geocode_Setting text setting_name" +msgstr "" +"text Get_Geocode_Setting " +"text setting_name" #. Tag: para #: extras_tigergeocoder.xml:313 @@ -812,16 +872,26 @@ msgstr "" #: extras_tigergeocoder.xml:314 #, no-c-format msgid "" -"name | category | short_desc \n" -"----------------------------+----------+----------------------------------------------------------------------------------\n" -" debug_geocode_address | debug | outputs debug information in notice log such as queries \n" -" | when geocode_addresss is called if true\n" -" debug_geocode_intersection | debug | outputs debug information in notice log such as queries \n" -" | when geocode_intersection is called if true\n" -" debug_normalize_address | debug | outputs debug information in notice log such as queries \n" -" | and intermediate expressions when normalize_address is called if true\n" -" debug_reverse_geocode | debug | if true, outputs debug information in notice log \n" -" such as queries and intermediate expressions when reverse_geocode" +"name | category | " +"short_desc \n" +"----------------------------+----------" +"+----------------------------------------------------------------------------------\n" +" debug_geocode_address | debug | outputs debug information in notice " +"log such as queries \n" +" | when geocode_addresss is called if " +"true\n" +" debug_geocode_intersection | debug | outputs debug information in notice " +"log such as queries \n" +" | when geocode_intersection is " +"called if true\n" +" debug_normalize_address | debug | outputs debug information in notice " +"log such as queries \n" +" | and intermediate expressions when " +"normalize_address is called if true\n" +" debug_reverse_geocode | debug | if true, outputs debug information " +"in notice log \n" +" such as queries and intermediate " +"expressions when reverse_geocode" msgstr "" #. Tag: title @@ -859,17 +929,21 @@ msgstr "" #, no-c-format msgid "" "text get_tract " -"geometry loc_geom" -" text " -"output_field=name" -msgstr "text get_tract geometry loc_geom text output_field=name" +"geometry loc_geom " +"text output_field=name" +msgstr "" +"text get_tract " +"geometry loc_geom " +"text output_field=name" #. Tag: para #: extras_tigergeocoder.xml:353 #, no-c-format msgid "" -"Given a geometry will return the census tract location of that geometry. NAD" -" 83 long lat is assumed if no spatial ref sys is specified." +"Given a geometry will return the census tract location of that geometry. NAD " +"83 long lat is assumed if no spatial ref sys is specified." msgstr "" #. Tag: programlisting @@ -919,22 +993,23 @@ msgstr "" msgid "" "boolean Install_Missing_Indexes " "" -msgstr "boolean Install_Missing_Indexes " +msgstr "" +"boolean Install_Missing_Indexes " +"" #. Tag: para #: extras_tigergeocoder.xml:392 #, no-c-format msgid "" -"Finds all tables in tiger and " -"tiger_data schemas with key columns used in geocoder " -"joins and filters that are missing indexes on those columns and will output " -"the SQL DDL to define the index for those tables and then execute the " -"generated script. This is a helper function that adds new indexes needed to " -"make queries faster that may have been missing during the load process. This" -" function is a companion to that in addition to generating" -" the create index script, also executes it. It is called as part of the " -"update_geocode.sql upgrade script." +"Finds all tables in tiger and tiger_data schemas with key columns used in geocoder joins and filters that " +"are missing indexes on those columns and will output the SQL DDL to define " +"the index for those tables and then execute the generated script. This is a " +"helper function that adds new indexes needed to make queries faster that may " +"have been missing during the load process. This function is a companion to " +" that in addition to " +"generating the create index script, also executes it. It is called as part " +"of the update_geocode.sql upgrade script." msgstr "" #. Tag: programlisting @@ -957,28 +1032,30 @@ msgstr "" #: extras_tigergeocoder.xml:421 #, no-c-format msgid "" -"Generates a shell script for the specified platform for the specified states" -" that will download Tiger census state tract, bg, and tabblocks data tables," -" stage and load into tiger_data schema. Each state script" -" is returned as a separate record." +"Generates a shell script for the specified platform for the specified states " +"that will download Tiger census state tract, bg, and tabblocks data tables, " +"stage and load into tiger_data schema. Each state script " +"is returned as a separate record." msgstr "" #. Tag: funcprototype #: extras_tigergeocoder.xml:426 #, no-c-format msgid "" -"setof text " -"loader_generate_census_script " -"text[] param_states" -" text os" -msgstr "setof text loader_generate_census_script text[] param_states text os" +"setof text loader_generate_census_script text[] param_states text os" +msgstr "" +"setof text loader_generate_census_script text[] param_states text os" #. Tag: para #: extras_tigergeocoder.xml:437 #, no-c-format msgid "" -"Generates a shell script for the specified platform for the specified states" -" that will download Tiger data census state tract, block " +"Generates a shell script for the specified platform for the specified states " +"that will download Tiger data census state tract, block " "groups bg, and tabblocks data tables, " "stage and load into tiger_data schema. Each state script " "is returned as a separate record." @@ -998,8 +1075,8 @@ msgstr "" #: extras_tigergeocoder.xml:440 extras_tigergeocoder.xml:498 #, no-c-format msgid "" -"It uses the following control tables to control the process and different OS" -" shell syntax variations." +"It uses the following control tables to control the process and different OS " +"shell syntax variations." msgstr "" #. Tag: para @@ -1007,8 +1084,8 @@ msgstr "" #: extras_tigergeocoder.xml:558 #, no-c-format msgid "" -"loader_variables keeps track of various variables such as" -" census site, year, data and staging schemas" +"loader_variables keeps track of various variables such as " +"census site, year, data and staging schemas" msgstr "" #. Tag: para @@ -1027,11 +1104,10 @@ msgstr "" msgid "" "loader_lookuptables each record defines a kind of table " "(state, county), whether to process records in it and how to load them in. " -"Defines the steps to import data, stage data, add, removes columns, indexes," -" and constraints for each. Each table is prefixed with the state and " -"inherits from a table in the tiger schema. e.g. creates " -"tiger_data.ma_faces which inherits from " -"tiger.faces" +"Defines the steps to import data, stage data, add, removes columns, indexes, " +"and constraints for each. Each table is prefixed with the state and inherits " +"from a table in the tiger schema. e.g. creates tiger_data.ma_faces which inherits from tiger.faces" msgstr "" #. Tag: para @@ -1039,8 +1115,8 @@ msgstr "" #, no-c-format msgid "" "includes this logic, but if you installed tiger geocoder prior to PostGIS " -"2.0.0 alpha5, you'll need to run this on the states you have already done to" -" get these additional tables." +"2.0.0 alpha5, you'll need to run this on the states you have already done to " +"get these additional tables." msgstr "" #. Tag: para @@ -1057,7 +1133,8 @@ msgstr "" msgid "" "SELECT loader_generate_census_script(ARRAY['MA'], 'windows');\n" "-- result --\n" -"set STATEDIR=\"\\gisdata\\www2.census.gov\\geo\\pvs\\tiger2010st\\25_Massachusetts\"\n" +"set STATEDIR=\"\\gisdata\\www2.census.gov\\geo\\pvs\\tiger2010st" +"\\25_Massachusetts\"\n" "set TMPDIR=\\gisdata\\temp\\\n" "set UNZIPTOOL=\"C:\\Program Files\\7-Zip\\7z.exe\"\n" "set WGETTOOL=\"C:\\wget\\wget.exe\"\n" @@ -1071,19 +1148,27 @@ msgid "" "set SHP2PGSQL=\"%PGBIN%shp2pgsql\"\n" "cd \\gisdata\n" "\n" -"%WGETTOOL% http://www2.census.gov/geo/pvs/tiger2010st/25_Massachusetts/25/ --no-parent --relative --accept=*bg10.zip,*tract10.zip,*tabblock10.zip --mirror --reject=html\n" +"%WGETTOOL% http://www2.census.gov/geo/pvs/tiger2010st/25_Massachusetts/25/ --" +"no-parent --relative --accept=*bg10.zip,*tract10.zip,*tabblock10.zip --" +"mirror --reject=html\n" "del %TMPDIR%\\*.* /Q\n" "%PSQL% -c \"DROP SCHEMA tiger_staging CASCADE;\"\n" "%PSQL% -c \"CREATE SCHEMA tiger_staging;\"\n" "cd %STATEDIR%\n" "for /r %%z in (*.zip) do %UNZIPTOOL% e %%z -o%TMPDIR% \n" "cd %TMPDIR% \n" -"%PSQL% -c \"CREATE TABLE tiger_data.MA_tract(CONSTRAINT pk_MA_tract PRIMARY KEY (tract_id) ) INHERITS(tiger.tract); \" \n" -"%SHP2PGSQL% -c -s 4269 -g the_geom -W \"latin1\" tl_2010_25_tract10.dbf tiger_staging.ma_tract10 | %PSQL%\n" -"%PSQL% -c \"ALTER TABLE tiger_staging.MA_tract10 RENAME geoid10 TO tract_id; SELECT loader_load_staged_data(lower('MA_tract10'), lower('MA_tract')); \"\n" -"%PSQL% -c \"CREATE INDEX tiger_data_MA_tract_the_geom_gist ON tiger_data.MA_tract USING gist(the_geom);\"\n" +"%PSQL% -c \"CREATE TABLE tiger_data.MA_tract(CONSTRAINT pk_MA_tract PRIMARY " +"KEY (tract_id) ) INHERITS(tiger.tract); \" \n" +"%SHP2PGSQL% -c -s 4269 -g the_geom -W \"latin1\" tl_2010_25_tract10.dbf " +"tiger_staging.ma_tract10 | %PSQL%\n" +"%PSQL% -c \"ALTER TABLE tiger_staging.MA_tract10 RENAME geoid10 TO " +"tract_id; SELECT loader_load_staged_data(lower('MA_tract10'), " +"lower('MA_tract')); \"\n" +"%PSQL% -c \"CREATE INDEX tiger_data_MA_tract_the_geom_gist ON tiger_data." +"MA_tract USING gist(the_geom);\"\n" "%PSQL% -c \"VACUUM ANALYZE tiger_data.MA_tract;\"\n" -"%PSQL% -c \"ALTER TABLE tiger_data.MA_tract ADD CONSTRAINT chk_statefp CHECK (statefp = '25');\"\n" +"%PSQL% -c \"ALTER TABLE tiger_data.MA_tract ADD CONSTRAINT chk_statefp CHECK " +"(statefp = '25');\"\n" ":" msgstr "" @@ -1111,7 +1196,9 @@ msgid "" "SHP2PGSQL=${PGBIN}/shp2pgsql\n" "cd /gisdata\n" "\n" -"wget http://www2.census.gov/geo/pvs/tiger2010st/25_Massachusetts/25/ --no-parent --relative --accept=*bg10.zip,*tract10.zip,*tabblock10.zip --mirror --reject=html\n" +"wget http://www2.census.gov/geo/pvs/tiger2010st/25_Massachusetts/25/ --no-" +"parent --relative --accept=*bg10.zip,*tract10.zip,*tabblock10.zip --mirror --" +"reject=html\n" "rm -f ${TMPDIR}/*.*\n" "${PSQL} -c \"DROP SCHEMA tiger_staging CASCADE;\"\n" "${PSQL} -c \"CREATE SCHEMA tiger_staging;\"\n" @@ -1131,11 +1218,11 @@ msgstr "" #: extras_tigergeocoder.xml:479 #, no-c-format msgid "" -"Generates a shell script for the specified platform for the specified states" -" that will download Tiger data, stage and load into " -"tiger_data schema. Each state script is returned as a " -"separate record. Latest version supports Tiger 2010 structural changes and " -"also loads census tract, block groups, and blocks tables." +"Generates a shell script for the specified platform for the specified states " +"that will download Tiger data, stage and load into tiger_data schema. Each state script is returned as a separate record. Latest " +"version supports Tiger 2010 structural changes and also loads census tract, " +"block groups, and blocks tables." msgstr "" #. Tag: funcprototype @@ -1143,18 +1230,20 @@ msgstr "" #, no-c-format msgid "" "setof text loader_generate_script " -"text[] param_states" -" text os" -msgstr "setof text loader_generate_script text[] param_states text os" +"text[] param_states " +"text os" +msgstr "" +"setof text loader_generate_script " +"text[] param_states " +"text os" #. Tag: para #: extras_tigergeocoder.xml:495 #, no-c-format msgid "" -"Generates a shell script for the specified platform for the specified states" -" that will download Tiger data, stage and load into " -"tiger_data schema. Each state script is returned as a " -"separate record." +"Generates a shell script for the specified platform for the specified states " +"that will download Tiger data, stage and load into tiger_data schema. Each state script is returned as a separate record." msgstr "" #. Tag: para @@ -1163,8 +1252,8 @@ msgstr "" msgid "" "It uses unzip on Linux (7-zip on Windows by default) and wget to do the " "downloading. It uses to load in the " -"data. Note the smallest unit it does is a whole state, but you can overwrite" -" this by downloading the files yourself. It will only process the files in " +"data. Note the smallest unit it does is a whole state, but you can overwrite " +"this by downloading the files yourself. It will only process the files in " "the staging and temp folders." msgstr "" @@ -1189,7 +1278,8 @@ msgstr "" msgid "" "SELECT loader_generate_script(ARRAY['MA','RI'], 'windows') AS result;\n" "-- result --\n" -"set STATEDIR=\"\\gisdata\\www2.census.gov\\geo\\pvs\\tiger2010st\\44_Rhode_Island\"\n" +"set STATEDIR=\"\\gisdata\\www2.census.gov\\geo\\pvs\\tiger2010st" +"\\44_Rhode_Island\"\n" "set TMPDIR=\\gisdata\\temp\\\n" "set UNZIPTOOL=\"C:\\Program Files\\7-Zip\\7z.exe\"\n" "set WGETTOOL=\"C:\\wget\\wget.exe\"\n" @@ -1202,7 +1292,9 @@ msgid "" "set PSQL=\"%PGBIN%psql\"\n" "set SHP2PGSQL=\"%PGBIN%shp2pgsql\"\n" "\n" -"%WGETTOOL% http://www2.census.gov/geo/pvs/tiger2010st/44_Rhode_Island/ --no-parent --relative --recursive --level=2 --accept=zip,txt --mirror --reject=html\n" +"%WGETTOOL% http://www2.census.gov/geo/pvs/tiger2010st/44_Rhode_Island/ --no-" +"parent --relative --recursive --level=2 --accept=zip,txt --mirror --" +"reject=html\n" ":\n" ":" msgstr "" @@ -1224,7 +1316,8 @@ msgid "" "PSQL=psql\n" "SHP2PGSQ=shp2pgsql\n" "\n" -"wget http://www2.census.gov/geo/pvs/tiger2010st/44_Rhode_Island/ --no-parent --relative --recursive --level=2 --accept=zip,txt --mirror --reject=html\n" +"wget http://www2.census.gov/geo/pvs/tiger2010st/44_Rhode_Island/ --no-parent " +"--relative --recursive --level=2 --accept=zip,txt --mirror --reject=html\n" ":\n" ":" msgstr "" @@ -1239,8 +1332,8 @@ msgstr "" #: extras_tigergeocoder.xml:537 #, no-c-format msgid "" -"Generates a shell script for the specified platform that loads in the county" -" and state lookup tables." +"Generates a shell script for the specified platform that loads in the county " +"and state lookup tables." msgstr "" #. Tag: funcprototype @@ -1249,7 +1342,9 @@ msgstr "" msgid "" "text loader_generate_nation_script " "text os" -msgstr "text loader_generate_nation_script text os" +msgstr "" +"text loader_generate_nation_script " +"text os" #. Tag: para #: extras_tigergeocoder.xml:552 @@ -1268,19 +1363,17 @@ msgstr "" #, no-c-format msgid "" "It uses unzip on Linux (7-zip on Windows by default) and wget to do the " -"downloading. It uses to load in the " -"data." +"downloading. It uses to load in the data." msgstr "" #. Tag: para #: extras_tigergeocoder.xml:554 #, no-c-format msgid "" -"It uses the following control tables " -"tiger.loader_platform, " -"tiger.loader_variables, and " -"tiger.loader_lookuptables to control the process and " -"different OS shell syntax variations." +"It uses the following control tables tiger.loader_platform, tiger.loader_variables, and tiger." +"loader_lookuptables to control the process and different OS shell " +"syntax variations." msgstr "" #. Tag: para @@ -1288,8 +1381,8 @@ msgstr "" #, no-c-format msgid "" "loader_platform profiles of various platforms and where " -"the various executables are located. Comes with windows and linux/unix. More" -" can be added." +"the various executables are located. Comes with windows and linux/unix. More " +"can be added." msgstr "" #. Tag: para @@ -1298,8 +1391,8 @@ msgstr "" msgid "" "If you were running tiger_2010 version and you want to " "reload as state with tiger_2011, you'll need to for the " -"very first load generate and run drop statements before you run this script." +"very first load generate and run drop statements before you run this script." msgstr "" #. Tag: para @@ -1337,31 +1430,32 @@ msgstr "" #, no-c-format msgid "" "Finds all tables with key columns used in geocoder joins that are missing " -"indexes on those columns and will output the SQL DDL to define the index for" -" those tables." +"indexes on those columns and will output the SQL DDL to define the index for " +"those tables." msgstr "" #. Tag: funcprototype #: extras_tigergeocoder.xml:597 #, no-c-format msgid "" -"text Missing_Indexes_Generate_Script" -" " -msgstr "text Missing_Indexes_Generate_Script " +"text Missing_Indexes_Generate_Script " +"" +msgstr "" +"text Missing_Indexes_Generate_Script " +"" #. Tag: para #: extras_tigergeocoder.xml:607 #, no-c-format msgid "" -"Finds all tables in tiger and " -"tiger_data schemas with key columns used in geocoder " -"joins that are missing indexes on those columns and will output the SQL DDL " -"to define the index for those tables. This is a helper function that adds " -"new indexes needed to make queries faster that may have been missing during " -"the load process. As the geocoder is improved, this function will be updated" -" to accommodate new indexes being used. If this function outputs nothing, it" -" means all your tables have what we think are the key indexes already in " -"place." +"Finds all tables in tiger and tiger_data schemas with key columns used in geocoder joins that are missing " +"indexes on those columns and will output the SQL DDL to define the index for " +"those tables. This is a helper function that adds new indexes needed to make " +"queries faster that may have been missing during the load process. As the " +"geocoder is improved, this function will be updated to accommodate new " +"indexes being used. If this function outputs nothing, it means all your " +"tables have what we think are the key indexes already in place." msgstr "" #. Tag: programlisting @@ -1369,16 +1463,24 @@ msgstr "" #, no-c-format msgid "" "SELECT missing_indexes_generate_script();\n" -"-- output: This was run on a database that was created before many corrections were made to the loading script ---\n" -"CREATE INDEX idx_tiger_county_countyfp ON tiger.county USING btree(countyfp);\n" -"CREATE INDEX idx_tiger_cousub_countyfp ON tiger.cousub USING btree(countyfp);\n" +"-- output: This was run on a database that was created before many " +"corrections were made to the loading script ---\n" +"CREATE INDEX idx_tiger_county_countyfp ON tiger.county USING " +"btree(countyfp);\n" +"CREATE INDEX idx_tiger_cousub_countyfp ON tiger.cousub USING " +"btree(countyfp);\n" "CREATE INDEX idx_tiger_edges_tfidr ON tiger.edges USING btree(tfidr);\n" "CREATE INDEX idx_tiger_edges_tfidl ON tiger.edges USING btree(tfidl);\n" -"CREATE INDEX idx_tiger_zip_lookup_all_zip ON tiger.zip_lookup_all USING btree(zip);\n" -"CREATE INDEX idx_tiger_data_ma_county_countyfp ON tiger_data.ma_county USING btree(countyfp);\n" -"CREATE INDEX idx_tiger_data_ma_cousub_countyfp ON tiger_data.ma_cousub USING btree(countyfp);\n" -"CREATE INDEX idx_tiger_data_ma_edges_countyfp ON tiger_data.ma_edges USING btree(countyfp);\n" -"CREATE INDEX idx_tiger_data_ma_faces_countyfp ON tiger_data.ma_faces USING btree(countyfp);" +"CREATE INDEX idx_tiger_zip_lookup_all_zip ON tiger.zip_lookup_all USING " +"btree(zip);\n" +"CREATE INDEX idx_tiger_data_ma_county_countyfp ON tiger_data.ma_county USING " +"btree(countyfp);\n" +"CREATE INDEX idx_tiger_data_ma_cousub_countyfp ON tiger_data.ma_cousub USING " +"btree(countyfp);\n" +"CREATE INDEX idx_tiger_data_ma_edges_countyfp ON tiger_data.ma_edges USING " +"btree(countyfp);\n" +"CREATE INDEX idx_tiger_data_ma_faces_countyfp ON tiger_data.ma_faces USING " +"btree(countyfp);" msgstr "" #. Tag: para @@ -1397,11 +1499,11 @@ msgstr "" #: extras_tigergeocoder.xml:636 #, no-c-format msgid "" -"Given a textual street address, returns a composite " -"norm_addy type that has road suffix, prefix and type " -"standardized, street, streetname etc. broken into separate fields. This " -"function will work with just the lookup data packaged with the " -"tiger_geocoder (no need for tiger census data)." +"Given a textual street address, returns a composite norm_addy type that has road suffix, prefix and type standardized, street, " +"streetname etc. broken into separate fields. This function will work with " +"just the lookup data packaged with the tiger_geocoder (no need for tiger " +"census data)." msgstr "" #. Tag: funcprototype @@ -1410,18 +1512,19 @@ msgstr "" msgid "" "norm_addy normalize_address " "varchar in_address" -msgstr "norm_addy normalize_address varchar in_address" +msgstr "" +"norm_addy normalize_address " +"varchar in_address" #. Tag: para #: extras_tigergeocoder.xml:652 #, no-c-format msgid "" -"Given a textual street address, returns a composite " -"norm_addy type that has road suffix, prefix and type " -"standardized, street, streetname etc. broken into separate fields. This is " -"the first step in the geocoding process to get all addresses into normalized" -" postal form. No other data is required aside from what is packaged with the" -" geocoder." +"Given a textual street address, returns a composite norm_addy type that has road suffix, prefix and type standardized, street, " +"streetname etc. broken into separate fields. This is the first step in the " +"geocoding process to get all addresses into normalized postal form. No other " +"data is required aside from what is packaged with the geocoder." msgstr "" #. Tag: para @@ -1429,11 +1532,11 @@ msgstr "" #, no-c-format msgid "" "This function just uses the various direction/state/suffix lookup tables " -"preloaded with the tiger_geocoder and located in the " -"tiger schema, so it doesn't need you to download tiger " -"census data or any other additional data to make use of it. You may find the" -" need to add more abbreviations or alternative namings to the various lookup" -" tables in the tiger schema." +"preloaded with the tiger_geocoder and located in the tiger schema, so it doesn't need you to download tiger census data or any " +"other additional data to make use of it. You may find the need to add more " +"abbreviations or alternative namings to the various lookup tables in the " +"tiger schema." msgstr "" #. Tag: para @@ -1472,8 +1575,8 @@ msgstr "" #, no-c-format msgid "" "predirAbbrev is varchar: Directional prefix of road such " -"as N, S, E, W etc. These are controlled using the " -"direction_lookup table." +"as N, S, E, W etc. These are controlled using the direction_lookup table." msgstr "" #. Tag: para @@ -1504,8 +1607,8 @@ msgstr "" #: extras_tigergeocoder.xml:676 #, no-c-format msgid "" -"internal varchar internal address such as an apartment or" -" suite number." +"internal varchar internal address such as an apartment or " +"suite number." msgstr "" #. Tag: para @@ -1554,8 +1657,10 @@ msgid "" " FROM (SELECT address, normalize_address(address) As na\n" " FROM addresses_to_geocode) As g;\n" " \n" -" orig | streetname | streettypeabbrev \n" -"-----------------------------------------------------+---------------+------------------\n" +" orig | streetname | " +"streettypeabbrev \n" +"-----------------------------------------------------+---------------" +"+------------------\n" " 28 Capen Street, Medford, MA | Capen | St\n" " 124 Mount Auburn St, Cambridge, Massachusetts 02138 | Mount Auburn | St\n" " 950 Main Street, Worcester, MA 01610 | Main | St\n" @@ -1580,8 +1685,8 @@ msgstr "" #: extras_tigergeocoder.xml:715 #, no-c-format msgid "" -"Given a norm_addy composite type object, returns a pretty" -" print representation of it. Usually used in conjunction with " +"Given a norm_addy composite type object, returns a pretty " +"print representation of it. Usually used in conjunction with " "normalize_address." msgstr "" @@ -1591,14 +1696,16 @@ msgstr "" msgid "" "varchar pprint_addy " "norm_addy in_addy" -msgstr "varchar pprint_addy norm_addy in_addy" +msgstr "" +"varchar pprint_addy " +"norm_addy in_addy" #. Tag: para #: extras_tigergeocoder.xml:730 #, no-c-format msgid "" -"Given a norm_addy composite type object, returns a pretty" -" print representation of it. No other data is required aside from what is " +"Given a norm_addy composite type object, returns a pretty " +"print representation of it. No other data is required aside from what is " "packaged with the geocoder." msgstr "" @@ -1618,7 +1725,8 @@ msgstr "" #: extras_tigergeocoder.xml:740 #, no-c-format msgid "" -"SELECT pprint_addy(normalize_address('202 East Fremont Street, Las Vegas, Nevada 89101')) As pretty_address;\n" +"SELECT pprint_addy(normalize_address('202 East Fremont Street, Las Vegas, " +"Nevada 89101')) As pretty_address;\n" " pretty_address\n" "---------------------------------------\n" " 202 E Fremont St, Las Vegas, NV 89101" @@ -1634,16 +1742,24 @@ msgstr "" #: extras_tigergeocoder.xml:743 #, no-c-format msgid "" -"SELECT address As orig, pprint_addy(normalize_address(address)) As pretty_address\n" +"SELECT address As orig, pprint_addy(normalize_address(address)) As " +"pretty_address\n" " FROM addresses_to_geocode;\n" " \n" -" orig | pretty_address\n" -"-----------------------------------------------------+-------------------------------------------\n" -" 529 Main Street, Boston MA, 02129 | 529 Main St, Boston MA, 02129\n" -" 77 Massachusetts Avenue, Cambridge, MA 02139 | 77 Massachusetts Ave, Cambridge, MA 02139\n" -" 28 Capen Street, Medford, MA | 28 Capen St, Medford, MA\n" -" 124 Mount Auburn St, Cambridge, Massachusetts 02138 | 124 Mount Auburn St, Cambridge, MA 02138\n" -" 950 Main Street, Worcester, MA 01610 | 950 Main St, Worcester, MA 01610" +" orig | " +"pretty_address\n" +"-----------------------------------------------------" +"+-------------------------------------------\n" +" 529 Main Street, Boston MA, 02129 | 529 Main St, Boston " +"MA, 02129\n" +" 77 Massachusetts Avenue, Cambridge, MA 02139 | 77 Massachusetts Ave, " +"Cambridge, MA 02139\n" +" 28 Capen Street, Medford, MA | 28 Capen St, Medford, " +"MA\n" +" 124 Mount Auburn St, Cambridge, Massachusetts 02138 | 124 Mount Auburn St, " +"Cambridge, MA 02138\n" +" 950 Main Street, Worcester, MA 01610 | 950 Main St, " +"Worcester, MA 01610" msgstr "" #. Tag: refname @@ -1670,11 +1786,19 @@ msgid "" "geometry pt " "boolean " "include_strnum_range=false " -"geometry[] OUT " -"intpt norm_addy[] " -"OUT addy varchar[] " -" OUT street" -msgstr "record Reverse_Geocode geometry pt boolean include_strnum_range=false geometry[] OUT intpt norm_addy[] OUT addy varchar[] OUT street" +"geometry[] OUT intpt norm_addy[] OUT addy varchar[] OUT " +"street" +msgstr "" +"record Reverse_Geocode " +"geometry pt " +"boolean " +"include_strnum_range=false " +"geometry[] OUT intpt norm_addy[] OUT addy varchar[] OUT " +"street" #. Tag: para #: extras_tigergeocoder.xml:777 @@ -1693,15 +1817,15 @@ msgstr "" #, no-c-format msgid "" "Why do we say theoretical instead of actual addresses. The Tiger data " -"doesn't have real addresses, but just street ranges. As such the theoretical" -" address is an interpolated address based on the street ranges. Like for " +"doesn't have real addresses, but just street ranges. As such the theoretical " +"address is an interpolated address based on the street ranges. Like for " "example interpolating one of my addresses returns a 26 Court St. and 26 " "Court Sq., though there is no such place as 26 Court Sq. This is because a " "point may be at a corner of 2 streets and thus the logic interpolates along " "both streets. The logic also assumes addresses are equally spaced along a " "street, which of course is wrong since you can have a municipal building " -"taking up a good chunk of the street range and the rest of the buildings are" -" clustered at the end." +"taking up a good chunk of the street range and the rest of the buildings are " +"clustered at the end." msgstr "" #. Tag: para @@ -1724,8 +1848,8 @@ msgstr "" #, no-c-format msgid "" "intpt is an array of points: These are the center line " -"points on the street closest to the input point. There are as many points as" -" there are addresses." +"points on the street closest to the input point. There are as many points as " +"there are addresses." msgstr "" #. Tag: para @@ -1733,10 +1857,10 @@ msgstr "" #, no-c-format msgid "" "addy is an array of norm_addy (normalized addresses): " -"These are an array of possible addresses that fit the input point. The first" -" one in the array is most likely. Generally there should be only one, except" -" in the case when a point is at the corner of 2 or 3 streets, or the point " -"is somewhere on the road and not off to the side." +"These are an array of possible addresses that fit the input point. The first " +"one in the array is most likely. Generally there should be only one, except " +"in the case when a point is at the corner of 2 or 3 streets, or the point is " +"somewhere on the road and not off to the side." msgstr "" #. Tag: para @@ -1744,33 +1868,38 @@ msgstr "" #, no-c-format msgid "" "street an array of varchar: These are cross streets (or " -"the street) (streets that intersect or are the street the point is projected" -" to be on)." +"the street) (streets that intersect or are the street the point is projected " +"to be on)." msgstr "" #. Tag: para #: extras_tigergeocoder.xml:807 #, no-c-format msgid "" -"Example of a point at the corner of two streets, but closest to one. This is" -" approximate location of MIT: 77 Massachusetts Ave, Cambridge, MA 02139 Note" -" that although we don't have 3 streets, PostgreSQL will just return null for" -" entries above our upper bound so safe to use. This includes street ranges" +"Example of a point at the corner of two streets, but closest to one. This is " +"approximate location of MIT: 77 Massachusetts Ave, Cambridge, MA 02139 Note " +"that although we don't have 3 streets, PostgreSQL will just return null for " +"entries above our upper bound so safe to use. This includes street ranges" msgstr "" #. Tag: programlisting #: extras_tigergeocoder.xml:809 #, no-c-format msgid "" -"SELECT pprint_addy(r.addy[1]) As st1, pprint_addy(r.addy[2]) As st2, pprint_addy(r.addy[3]) As st3, \n" +"SELECT pprint_addy(r.addy[1]) As st1, pprint_addy(r.addy[2]) As st2, " +"pprint_addy(r.addy[3]) As st3, \n" " array_to_string(r.street, ',') As cross_streets \n" -" FROM reverse_geocode(ST_GeomFromText('POINT(-71.093902 42.359446)',4269),true) As r;\n" +" FROM reverse_geocode(ST_GeomFromText('POINT(-71.093902 " +"42.359446)',4269),true) As r;\n" " \n" " result\n" " ------\n" -" st1 | st2 | st3 | cross_streets\n" -"-------------------------------------------+-----+-----+----------------------------------------------\n" -" 67 Massachusetts Ave, Cambridge, MA 02139 | | | 67 - 127 Massachusetts Ave,32 - 88 Vassar St" +" st1 | st2 | st3 | " +"cross_streets\n" +"-------------------------------------------+-----+-----" +"+----------------------------------------------\n" +" 67 Massachusetts Ave, Cambridge, MA 02139 | | | 67 - 127 " +"Massachusetts Ave,32 - 88 Vassar St" msgstr "" #. Tag: para @@ -1778,8 +1907,8 @@ msgstr "" #, no-c-format msgid "" "Here we choose not to include the address ranges for the cross streets and " -"picked a location really really close to a corner of 2 streets thus could be" -" known by two different addresses." +"picked a location really really close to a corner of 2 streets thus could be " +"known by two different addresses." msgstr "" #. Tag: programlisting @@ -1788,13 +1917,17 @@ msgstr "" msgid "" "SELECT pprint_addy(r.addy[1]) As st1, pprint_addy(r.addy[2]) As st2, \n" "pprint_addy(r.addy[3]) As st3, array_to_string(r.street, ',') As cross_str\n" -"FROM reverse_geocode(ST_GeomFromText('POINT(-71.06941 42.34225)',4269)) As r;\n" +"FROM reverse_geocode(ST_GeomFromText('POINT(-71.06941 42.34225)',4269)) As " +"r;\n" "\n" "result\n" "--------\n" -" st1 | st2 | st3 | cross_str\n" -"---------------------------------+---------------------------------+-----+------------------------\n" -" 5 Bradford St, Boston, MA 02118 | 49 Waltham St, Boston, MA 02118 | | Waltham St" +" st1 | st2 | st3 | " +"cross_str\n" +"---------------------------------+---------------------------------+-----" +"+------------------------\n" +" 5 Bradford St, Boston, MA 02118 | 49 Waltham St, Boston, MA 02118 | | " +"Waltham St" msgstr "" #. Tag: para @@ -1815,13 +1948,20 @@ msgid "" " reverse_geocode( ST_SetSRID(ST_Point(lon,lat),4326) ) As rg\n" " FROM addresses_to_geocode WHERE rating > -1) As foo;\n" "\n" -" actual_addr | lon | lat | int_addr1 | cross1 | cross2 \n" -"-----------------------------------------------------+-----------+----------+-------------------------------------------+-----------------+------------\n" -" 529 Main Street, Boston MA, 02129 | -71.07181 | 42.38359 | 527 Main St, Boston, MA 02129 | Medford St | \n" -" 77 Massachusetts Avenue, Cambridge, MA 02139 | -71.09428 | 42.35988 | 77 Massachusetts Ave, Cambridge, MA 02139 | Vassar St | \n" -" 26 Capen Street, Medford, MA | -71.12377 | 42.41101 | 9 Edison Ave, Medford, MA 02155 | Capen St | Tesla Ave\n" -" 124 Mount Auburn St, Cambridge, Massachusetts 02138 | -71.12304 | 42.37328 | 3 University Rd, Cambridge, MA 02138 | Mount Auburn St | \n" -" 950 Main Street, Worcester, MA 01610 | -71.82368 | 42.24956 | 3 Maywood St, Worcester, MA 01603 | Main St | Maywood Pl" +" actual_addr | lon | lat " +"| int_addr1 | cross1 | cross2 \n" +"-----------------------------------------------------+-----------+----------" +"+-------------------------------------------+-----------------+------------\n" +" 529 Main Street, Boston MA, 02129 | -71.07181 | 42.38359 " +"| 527 Main St, Boston, MA 02129 | Medford St | \n" +" 77 Massachusetts Avenue, Cambridge, MA 02139 | -71.09428 | 42.35988 " +"| 77 Massachusetts Ave, Cambridge, MA 02139 | Vassar St | \n" +" 26 Capen Street, Medford, MA | -71.12377 | 42.41101 " +"| 9 Edison Ave, Medford, MA 02155 | Capen St | Tesla Ave\n" +" 124 Mount Auburn St, Cambridge, Massachusetts 02138 | -71.12304 | 42.37328 " +"| 3 University Rd, Cambridge, MA 02138 | Mount Auburn St | \n" +" 950 Main Street, Worcester, MA 01610 | -71.82368 | 42.24956 " +"| 3 Maywood St, Worcester, MA 01603 | Main St | Maywood Pl" msgstr "" #. Tag: para @@ -1851,10 +1991,15 @@ msgstr "" msgid "" "text Topology_Load_Tiger " "varchar topo_name " -"varchar " -"region_type varchar " -" region_id" -msgstr "text Topology_Load_Tiger varchar topo_name varchar region_type varchar region_id" +"varchar region_type varchar region_id" +msgstr "" +"text Topology_Load_Tiger " +"varchar topo_name " +"varchar region_type varchar region_id" #. Tag: para #: extras_tigergeocoder.xml:849 @@ -1883,19 +2028,19 @@ msgstr "" #, no-c-format msgid "" "This function relies on Tiger data as well as the installation of the " -"PostGIS topology module. For more information, refer to and . " -"If you have not loaded data covering the region of interest, then no " -"topology records will be created. This function will also fail if you have " -"not created a topology using the topology functions." +"PostGIS topology module. For more information, refer to and . If you " +"have not loaded data covering the region of interest, then no topology " +"records will be created. This function will also fail if you have not " +"created a topology using the topology functions." msgstr "" #. Tag: para #: extras_tigergeocoder.xml:856 #, no-c-format msgid "" -"Most topology validation errors are a result of tolerance issues where after" -" transformation the edges points don't quite line up or overlap. To remedy " +"Most topology validation errors are a result of tolerance issues where after " +"transformation the edges points don't quite line up or overlap. To remedy " "the situation you may want to increase or lower the precision if you get " "topology validation failures." msgstr "" @@ -1920,8 +2065,8 @@ msgstr "" msgid "" "region_type The type of bounding region. Currently only " "place and county are supported. Plan " -"is to have several more. This is the table to look into to define the region" -" bounds. e.g tiger.place, tiger.county" +"is to have several more. This is the table to look into to define the region " +"bounds. e.g tiger.place, tiger.county" msgstr "" #. Tag: para @@ -1931,8 +2076,8 @@ msgid "" "region_id This is what TIGER calls the geoid. It is the " "unique identifier of the region in the table. For place it is the " "plcidfp column in tiger.place. For " -"county it is the cntyidfp column in " -"tiger.county" +"county it is the cntyidfp column in tiger." +"county" msgstr "" #. Tag: title @@ -1958,11 +2103,14 @@ msgid "" "createtopology\n" "--------------\n" " 15\n" -"-- 60,902 ms ~ 1 minute on windows 7 desktop running 9.1 (with 5 states tiger data loaded) \n" +"-- 60,902 ms ~ 1 minute on windows 7 desktop running 9.1 (with 5 states " +"tiger data loaded) \n" "SELECT tiger.topology_load_tiger('topo_boston', 'place', '2507000'); \n" "-- topology_loader_tiger --\n" -"29722 edges holding in temporary. 11108 faces added. 1875 edges of faces added. 20576 nodes added. \n" -"19962 nodes contained in a face. 0 edge start end corrected. 31597 edges added. \n" +"29722 edges holding in temporary. 11108 faces added. 1875 edges of faces " +"added. 20576 nodes added. \n" +"19962 nodes contained in a face. 0 edge start end corrected. 31597 edges " +"added. \n" " \n" "-- 41 ms --\n" "SELECT topology.TopologySummary('topo_boston');\n" @@ -1998,12 +2146,15 @@ msgstr "" #, no-c-format msgid "" "SELECT topology.CreateTopology('topo_suffolk', 26986, 0.25);\n" -"-- this took 56,275 ms ~ 1 minute on Windows 7 32-bit with 5 states of tiger loaded\n" +"-- this took 56,275 ms ~ 1 minute on Windows 7 32-bit with 5 states of tiger " +"loaded\n" "-- must have been warmed up after loading boston\n" "SELECT tiger.topology_load_tiger('topo_suffolk', 'county', '25025'); \n" "-- topology_loader_tiger --\n" -" 36003 edges holding in temporary. 13518 faces added. 2172 edges of faces added. \n" -" 24761 nodes added. 24075 nodes contained in a face. 0 edge start end corrected. 38175 edges added. \n" +" 36003 edges holding in temporary. 13518 faces added. 2172 edges of faces " +"added. \n" +" 24761 nodes added. 24075 nodes contained in a face. 0 edge start end " +"corrected. 38175 edges added. \n" "-- 31 ms --\n" "SELECT topology.TopologySummary('topo_suffolk');\n" " -- topologysummary--\n" @@ -2050,20 +2201,21 @@ msgstr "" #, no-c-format msgid "" "text Set_Geocode_Setting " -"text setting_name" -" text " -"setting_value" -msgstr "text Set_Geocode_Setting text setting_name text setting_value" +"text setting_name " +"text setting_value" +msgstr "" +"text Set_Geocode_Setting " +"text setting_name " +"text setting_value" #. Tag: para #: extras_tigergeocoder.xml:914 #, no-c-format msgid "" -"Sets value of specific setting stored in " -"tiger.geocode_settings table. Settings allow you to " -"toggle debugging of functions. Later plans will be to control rating with " -"settings. Current list of settings are listed in ." +"Sets value of specific setting stored in tiger.geocode_settings table. Settings allow you to toggle debugging of functions. Later " +"plans will be to control rating with settings. Current list of settings are " +"listed in ." msgstr "" #. Tag: para diff --git a/doc/po/fr/extras_topology.xml.po b/doc/po/fr/extras_topology.xml.po index 70e9970c1..16249a5bc 100644 --- a/doc/po/fr/extras_topology.xml.po +++ b/doc/po/fr/extras_topology.xml.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# +# # Translators: # eric_desjardin , 2014 # vpicavet , 2013 @@ -10,11 +10,12 @@ msgstr "" "POT-Creation-Date: 2012-10-11 21:39+0000\n" "PO-Revision-Date: 2014-05-05 18:00+0000\n" "Last-Translator: eric_desjardin \n" -"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/" +"language/fr/)\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. Tag: title @@ -29,58 +30,83 @@ msgstr "Topologie" msgid "" "The PostGIS Topology types and functions are used to manage topological " "objects such as faces, edges and nodes." -msgstr "Les types et fonctions topologiques de PostGIS sont utilisés pour gérer les objets topologiques tels que les faces, les arêtes et les des noeuds. " +msgstr "" +"Les types et fonctions topologiques de PostGIS sont utilisés pour gérer les " +"objets topologiques tels que les faces, les arêtes et les des noeuds. " #. Tag: para #: extras_topology.xml:5 #, no-c-format msgid "" "Sandro Santilli's presentation at PostGIS Day Paris 2011 conference gives a " -"good synopsis of PostGIS Topology and where it is headed Topology" -" with PostGIS 2.0 slide deck." -msgstr "La présentation de Sandro Santilli à la conférence \"PostGIS Day Paris 2011\" donne une bonne synthèse de la topologie de PostGIS et de ces objectifs Diaporama sur la topologie avec PostGIS 2.0 " +"good synopsis of PostGIS Topology and where it is headed Topology with PostGIS 2.0 slide deck." +msgstr "" +"La présentation de Sandro Santilli à la conférence \"PostGIS Day Paris " +"2011\" donne une bonne synthèse de la topologie de PostGIS et de ces " +"objectifs Diaporama sur la topologie avec " +"PostGIS 2.0 " #. Tag: para #: extras_topology.xml:6 #, no-c-format msgid "" "Vincent Picavet provides a good synopsis and overview of what is Topology, " -"how is it used, and various FOSS4G tools that support it in State of the art of " -"FOSS4G for topology and network analysis." -msgstr "Vincent Picavet fournit une bonne synthèse et un aperçu de ce qu'est la \"Topology\", comment il est utilisé, et divers outils de FOSS4G qui le supporte dans State of the art of FOSS4G for topology and network analysis" +"how is it used, and various FOSS4G tools that support it in State of the art of FOSS4G " +"for topology and network analysis." +msgstr "" +"Vincent Picavet fournit une bonne synthèse et un aperçu de ce qu'est la " +"\"Topology\", comment il est utilisé, et divers outils de FOSS4G qui le " +"supporte dans State of the art of FOSS4G for topology and network analysis" #. Tag: para #: extras_topology.xml:7 #, no-c-format msgid "" -"An example of a topologically based GIS database is the US Census Topologically " +"Integrated Geographic Encoding and Reference System (TIGER) " +"database. If you want to experiment with PostGIS topology and need some " +"data, check out ." +msgstr "" +"Un exemple de base de données SIG basée sur la topologie est celle de US Census " -"Topologically Integrated Geographic Encoding and Reference System " -"(TIGER) database. If you want to experiment with PostGIS topology " -"and need some data, check out ." -msgstr "Un exemple de base de données SIG basée sur la topologie est celle de US Census Topologically Integrated Geographic Encoding and Reference System (TIGER). Si vous souhaitez expérimenter la topologie de PostGIS et avez besoin de données, suivez le lien ." +"Topologically Integrated Geographic Encoding and Reference System (TIGER). Si vous souhaitez expérimenter la topologie de PostGIS et avez " +"besoin de données, suivez le lien ." #. Tag: para #: extras_topology.xml:8 #, no-c-format msgid "" -"The PostGIS topology module has existed in prior versions of PostGIS but was" -" never part of the Official PostGIS documentation. In PostGIS 2.0.0 major " +"The PostGIS topology module has existed in prior versions of PostGIS but was " +"never part of the Official PostGIS documentation. In PostGIS 2.0.0 major " "cleanup is going on to remove use of all deprecated functions in it, fix " "known usability issues, better document the features and functions, add new " "functions, and enhance to closer conform to SQL-MM standards." -msgstr "Le module sur la topologie de PostGIS existe dans les versions précédentes de PostGIS mais n'a jamais fait partie de la documentation officielle de PostGIS. Dans la version 2.0.0 de PostGIS, un grand nettoyage est en cours pour en éliminer l'utilisation de toutes les fonctions obsolètes, résoudre les problèmes d'utilisabilité connus, mieux documenter les caractéristiques et les fonctions, ajouter de nouvelles fonctions, et l'améliorer afin de mieux se conformer aux normes SQL-MM." +msgstr "" +"Le module sur la topologie de PostGIS existe dans les versions précédentes " +"de PostGIS mais n'a jamais fait partie de la documentation officielle de " +"PostGIS. Dans la version 2.0.0 de PostGIS, un grand nettoyage est en cours " +"pour en éliminer l'utilisation de toutes les fonctions obsolètes, résoudre " +"les problèmes d'utilisabilité connus, mieux documenter les caractéristiques " +"et les fonctions, ajouter de nouvelles fonctions, et l'améliorer afin de " +"mieux se conformer aux normes SQL-MM." #. Tag: para #: extras_topology.xml:10 #, no-c-format msgid "" -"Details of this project can be found at PostGIS " -"Topology Wiki" -msgstr "Les détails sur ce projet peuvent être trouvés à PostGIS Topology Wiki" +"Details of this project can be found at PostGIS Topology Wiki" +msgstr "" +"Les détails sur ce projet peuvent être trouvés à PostGIS Topology Wiki" #. Tag: para #: extras_topology.xml:11 @@ -88,7 +114,9 @@ msgstr "Les détails sur ce projet peuvent être trouvés à topology." -msgstr "Toutes les fonctions et toutes les tables associées à ce module sont installées dans un schéma appelé topology." +msgstr "" +"Toutes les fonctions et toutes les tables associées à ce module sont " +"installées dans un schéma appelé topology." #. Tag: para #: extras_topology.xml:12 @@ -96,17 +124,24 @@ msgstr "Toutes les fonctions et toutes les tables associées à ce module sont i msgid "" "Functions that are defined in SQL/MM standard are prefixed with ST_ and " "functions specific to PostGIS are not prefixed." -msgstr "Les fonctions qui sont définies dans le standard SQL/MM sont préfixées par ST_ et les fonctions spécifiques à PostGIS ne sont pas préfixées." +msgstr "" +"Les fonctions qui sont définies dans le standard SQL/MM sont préfixées par " +"ST_ et les fonctions spécifiques à PostGIS ne sont pas préfixées." #. Tag: para #: 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 . Some " +"To build PostGIS 2.0 with topology support, compile with the --with-topology " +"option as described in . Some " "functions depend on GEOS 3.3+ so you should compile with GEOS 3.3+ to fully " "utilize the topology support." -msgstr "Pour construire PostGIS 2.0 avec le support de la topologie, il faut compiler avec l'option --with-topology comme décrit dans . Quelques fonctions dépendent de GEOS 3.3+ aussi vous devez compiler avec GEOS 3.3+ pour pouvoir utiliser pleinement le support de la topologie." +msgstr "" +"Pour construire PostGIS 2.0 avec le support de la topologie, il faut " +"compiler avec l'option --with-topology comme décrit dans . Quelques fonctions dépendent de GEOS 3.3+ aussi " +"vous devez compiler avec GEOS 3.3+ pour pouvoir utiliser pleinement le " +"support de la topologie." #. Tag: para #: extras_topology.xml:18 @@ -115,7 +150,11 @@ msgid "" "This section lists the PostgreSQL data types installed by PostGIS Topology. " "Note we describe the casting behavior of these which is very important " "especially when designing your own functions." -msgstr "Cette section liste les types de données de PostgreSQL installés par \"PostGIS Topology\". Notez que nous décrivons leurs comportements de transtypage, ce qui est très important en particulièrement lorsque l'on définit ses propres fonctions. " +msgstr "" +"Cette section liste les types de données de PostgreSQL installés par " +"\"PostGIS Topology\". Notez que nous décrivons leurs comportements de " +"transtypage, ce qui est très important en particulièrement lorsque l'on " +"définit ses propres fonctions. " #. Tag: title #: extras_topology.xml:23 @@ -133,9 +172,11 @@ msgstr "getfaceedges_returntype" #: extras_topology.xml:28 #, no-c-format msgid "" -"A composite type that consists of a sequence number and edge number. This is" -" the return type for ST_GetFaceEdges" -msgstr "Un type composé qui consiste en un numéro de séquence et un numéro d'arête. C'est le type renvoyé par ST_GetFaceEdges" +"A composite type that consists of a sequence number and edge number. This is " +"the return type for ST_GetFaceEdges" +msgstr "" +"Un type composé qui consiste en un numéro de séquence et un numéro d'arête. " +"C'est le type renvoyé par ST_GetFaceEdges" #. Tag: title #: extras_topology.xml:31 extras_topology.xml:50 extras_topology.xml:99 @@ -162,9 +203,11 @@ msgstr "Description" #: extras_topology.xml:32 #, no-c-format msgid "" -"A composite type that consists of a sequence number and edge number. This is" -" the return type for ST_GetFaceEdges function." -msgstr "Un type composé qui consiste en un numéro de séquence et un numéro d'arête. C'est le type renvoyé par la fonction ST_GetFaceEdges" +"A composite type that consists of a sequence number and edge number. This is " +"the return type for ST_GetFaceEdges function." +msgstr "" +"Un type composé qui consiste en un numéro de séquence et un numéro d'arête. " +"C'est le type renvoyé par la fonction ST_GetFaceEdges" #. Tag: para #: extras_topology.xml:35 @@ -172,13 +215,17 @@ msgstr "Un type composé qui consiste en un numéro de séquence et un numéro d msgid "" "sequence is an integer: Refers to a topology defined in " "the topology.topology table which defines the topology schema and srid." -msgstr "sequence est un entier. Il fait référence à un élément topologique défini dans la table topology.topology qui définit le schéma de la topologie et le srid." +msgstr "" +"sequence est un entier. Il fait référence à un élément " +"topologique défini dans la table topology.topology qui définit le schéma de " +"la topologie et le srid." #. Tag: para #: extras_topology.xml:38 #, no-c-format msgid "edge is an integer: The identifier of an edge." -msgstr "edge est un entier : c'est l'identifiant d'une arête." +msgstr "" +"edge est un entier : c'est l'identifiant d'une arête." #. Tag: refname #: extras_topology.xml:46 @@ -191,19 +238,28 @@ msgstr "topogéométrie" #, no-c-format msgid "" "A composite type that refers to a topology geometry in a specific topology, " -"layer, having specific type (1:[multi]point, 2:[multi]line, 3:[multi]poly, " -"4:collection) with specific identifier id in the topology. The id uniquely " +"layer, having specific type (1:[multi]point, 2:[multi]line, 3:[multi]poly, 4:" +"collection) with specific identifier id in the topology. The id uniquely " "defines the topogeometry in the topology." -msgstr "Un type composé qui fait référence à la géométrie d'un élément topologique, une couche, ayant un type spécifique (1:[multi]point, 2:[multi]line, 3:[multi]poly, 4:collection) avec un identidiant id spécifique dans la topologie. Cet id définit d'une manière unique la topogéométrie dans la topologie." +msgstr "" +"Un type composé qui fait référence à la géométrie d'un élément topologique, " +"une couche, ayant un type spécifique (1:[multi]point, 2:[multi]line, 3:" +"[multi]poly, 4:collection) avec un identidiant id spécifique dans la " +"topologie. Cet id définit d'une manière unique la topogéométrie dans la " +"topologie." #. Tag: para #: extras_topology.xml:51 #, no-c-format msgid "" "A composite type that refers to a topology geometry in a specific topology, " -"layer, having specific type with specific id. The elements of a topogeometry" -" are the properties: topology_id,layer_id,id integer,type integer." -msgstr "Un type composé qui fait référence à la géométrie d'un élément topologique dans une topologie spécifique, couche, ayant un type spécifique avec un id spécifique. Les éléments constituant la topogéométrie sont les propriétés : topology_id,layer_id,id integer,type integer." +"layer, having specific type with specific id. The elements of a topogeometry " +"are the properties: topology_id,layer_id,id integer,type integer." +msgstr "" +"Un type composé qui fait référence à la géométrie d'un élément topologique " +"dans une topologie spécifique, couche, ayant un type spécifique avec un id " +"spécifique. Les éléments constituant la topogéométrie sont les propriétés : " +"topology_id,layer_id,id integer,type integer." #. Tag: para #: extras_topology.xml:54 @@ -211,7 +267,10 @@ msgstr "Un type composé qui fait référence à la géométrie d'un élément t msgid "" "topology_id is an integer: Refers to a topology defined " "in the topology.topology table which defines the topology schema and srid." -msgstr "topology_id est un entier : il fait référence à un élément topologique défini dans la table topology.topology qui définit le schéma de la topologie et le srid." +msgstr "" +"topology_id est un entier : il fait référence à un " +"élément topologique défini dans la table topology.topology qui définit le " +"schéma de la topologie et le srid." #. Tag: para #: extras_topology.xml:57 @@ -220,7 +279,11 @@ msgid "" "layer_id is an integer: The layer_id in the layers table " "that hte topogeometry belongs to. The combination of topology_id, layer_id " "provides a unique reference in the topology.layers table." -msgstr "layer_id est un entier : le layer_id dans la table des couches \"layers\" à laquelle la topogéométrie appartient. La combinaison de topology_id, layer_id fournit une référence unique dans la table topology.layers." +msgstr "" +"layer_id est un entier : le layer_id dans la table des " +"couches \"layers\" à laquelle la topogéométrie appartient. La combinaison de " +"topology_id, layer_id fournit une référence unique dans la table topology." +"layers." #. Tag: para #: extras_topology.xml:60 @@ -228,7 +291,9 @@ msgstr "layer_id est un entier : le layer_id dans la table de msgid "" "type integer between 1 - 4 that defines the geometry " "type: 1:[multi]point, 2:[multi]line, 3:[multi]poly, 4:collection" -msgstr "type un entier entre 1 et 4 qui définit le type de la géométrie : 1:[multi]point, 2:[multi]line, 3:[multi]poly, 4:collection" +msgstr "" +"type un entier entre 1 et 4 qui définit le type de la " +"géométrie : 1:[multi]point, 2:[multi]line, 3:[multi]poly, 4:collection" #. Tag: para #: extras_topology.xml:63 @@ -236,7 +301,10 @@ msgstr "type un entier entre 1 et 4 qui définit le type de l msgid "" "id is an integer: The id is the autogenerated sequence " "number that uniquely defines the topogeometry in the respective topology." -msgstr "id est un entier : le id est le numéro de séquence généré automatiquement qui définit d'une manière unique la topogéométrie dans la topologie correspondante." +msgstr "" +"id est un entier : le id est le numéro de séquence généré " +"automatiquement qui définit d'une manière unique la topogéométrie dans la " +"topologie correspondante." #. Tag: title #: extras_topology.xml:69 @@ -250,7 +318,9 @@ msgstr "Comportement du transtypage" msgid "" "This section lists the automatic as well as explicit casts allowed for this " "data type" -msgstr "Cette section liste les transtypages autorisés pour ce type de donnée, qu'ils soient automatiques ou bien explicites ." +msgstr "" +"Cette section liste les transtypages autorisés pour ce type de donnée, " +"qu'ils soient automatiques ou bien explicites ." #. Tag: entry #: extras_topology.xml:75 @@ -308,10 +378,13 @@ msgstr "validatetopology_returntype" #: extras_topology.xml:96 #, no-c-format msgid "" -"A composite type that consists of an error message and id1 and id2 to denote" -" location of error. This is the return type for " +"A composite type that consists of an error message and id1 and id2 to denote " +"location of error. This is the return type for ValidateTopology" +msgstr "" +"Un type composé qui consiste en un message d'erreur ainsi que id1 et id2 " +"pour décrire la localisation de l'erreur. C'est le type renvoyé pour " "ValidateTopology" -msgstr "Un type composé qui consiste en un message d'erreur ainsi que id1 et id2 pour décrire la localisation de l'erreur. C'est le type renvoyé pour ValidateTopology" #. Tag: para #: extras_topology.xml:100 @@ -333,9 +406,9 @@ msgstr "" #: extras_topology.xml:104 #, no-c-format msgid "" -"Current error descriptors are: coincident nodes, edge crosses node, edge not" -" simple, edge end node geometry mis-match, edge start node geometry " -"mismatch, face overlaps face,face within face," +"Current error descriptors are: coincident nodes, edge crosses node, edge not " +"simple, edge end node geometry mis-match, edge start node geometry mismatch, " +"face overlaps face,face within face," msgstr "" #. Tag: para @@ -388,8 +461,8 @@ msgstr "" #, no-c-format msgid "" "An array of 2 integers used to represent the id and type of a topology " -"primitive or the id and layer of a TopoGeometry. Sets of such pairs are used" -" to define TopoGeometry objects (either simple or hierarchical)." +"primitive or the id and layer of a TopoGeometry. Sets of such pairs are used " +"to define TopoGeometry objects (either simple or hierarchical)." msgstr "" #. Tag: title @@ -424,10 +497,12 @@ msgstr "" #: extras_topology.xml:144 #, no-c-format msgid "" -"--Example of what happens when you try to case a 3 element array to topoelement\n" +"--Example of what happens when you try to case a 3 element array to " +"topoelement\n" "-- NOTE: topoement has to be a 2 element array so fails dimension check\n" "SELECT ARRAY[1,2,3]::topology.topoelement;\n" -"ERROR: value for domain topology.topoelement violates check constraint \"dimensions\"" +"ERROR: value for domain topology.topoelement violates check constraint " +"\"dimensions\"" msgstr "" #. Tag: refname @@ -479,23 +554,24 @@ msgstr "" #, no-c-format msgid "" "SELECT '{{1,2,4},{3,4,5}}'::topology.topoelementarray As tea;\n" -"ERROR: value for domain topology.topoelementarray violates check constraint \"dimensions\"" +"ERROR: value for domain topology.topoelementarray violates check constraint " +"\"dimensions\"" msgstr "" #. Tag: para #: extras_topology.xml:170 #, no-c-format msgid "" -", , " +", , " msgstr "" #. Tag: para #: extras_topology.xml:182 #, no-c-format msgid "" -"This section lists the Topology functions for building new Topology schemas," -" validating topologies, and managing TopoGeometry Columns" +"This section lists the Topology functions for building new Topology schemas, " +"validating topologies, and managing TopoGeometry Columns" msgstr "" #. Tag: title @@ -522,35 +598,48 @@ msgstr "" #: extras_topology.xml:193 #, no-c-format msgid "" -" text " -"AddTopoGeometryColumn varchar" -" topology_name " -"varchar " -"schema_name varchar " -" table_name varchar" -" column_name " -"varchar " -"feature_type " -" text " -"AddTopoGeometryColumn varchar" -" topology_name " -"varchar " -"schema_name varchar " -" table_name varchar" -" column_name " -"varchar " -"feature_type integer " -" child_layer " -msgstr " text AddTopoGeometryColumn varchar topology_name varchar schema_name varchar table_name varchar column_name varchar feature_type text AddTopoGeometryColumn varchar topology_name varchar schema_name varchar table_name varchar column_name varchar feature_type integer child_layer " +" text AddTopoGeometryColumn varchar topology_name varchar " +"schema_name varchar table_name varchar column_name varchar " +" feature_type " +" text AddTopoGeometryColumn varchar topology_name varchar " +"schema_name varchar table_name varchar column_name varchar " +" feature_type " +"integer child_layer " +msgstr "" +" text AddTopoGeometryColumn varchar topology_name varchar " +"schema_name varchar table_name varchar column_name varchar " +" feature_type " +" text AddTopoGeometryColumn varchar topology_name varchar " +"schema_name varchar table_name varchar column_name varchar " +" feature_type " +"integer child_layer " #. Tag: para #: extras_topology.xml:238 #, no-c-format msgid "" -"Each TopoGeometry object belongs to a specific Layer of a specific Topology." -" Before creating a TopoGeometry object you need to create its TopologyLayer." -" A Topology Layer is an association of a feature-table with the topology. It" -" also contain type and hierarchy information. We create a layer using the " +"Each TopoGeometry object belongs to a specific Layer of a specific Topology. " +"Before creating a TopoGeometry object you need to create its TopologyLayer. " +"A Topology Layer is an association of a feature-table with the topology. It " +"also contain type and hierarchy information. We create a layer using the " "AddTopoGeometryColumn() function:" msgstr "" @@ -603,10 +692,13 @@ msgstr "" #, no-c-format msgid "" "-- Note for this example we created our new table in the ma_topo schema \n" -"-- though we could have created it in a different schema -- in which case topology_name and schema_name would be different \n" +"-- though we could have created it in a different schema -- in which case " +"topology_name and schema_name would be different \n" "CREATE SCHEMA ma;\n" -"CREATE TABLE ma.parcels(gid serial, parcel_id varchar(20) PRIMARY KEY, address text);\n" -"SELECT topology.AddTopoGeometryColumn('ma_topo', 'ma', 'parcels', 'topo', 'POLYGON');" +"CREATE TABLE ma.parcels(gid serial, parcel_id varchar(20) PRIMARY KEY, " +"address text);\n" +"SELECT topology.AddTopoGeometryColumn('ma_topo', 'ma', 'parcels', 'topo', " +"'POLYGON');" msgstr "" #. Tag: programlisting @@ -615,7 +707,8 @@ msgstr "" msgid "" "CREATE SCHEMA ri;\n" "CREATE TABLE ri.roads(gid serial PRIMARY KEY, road_name text);\n" -"SELECT topology.AddTopoGeometryColumn('ri_topo', 'ri', 'roads', 'topo', 'LINE');" +"SELECT topology.AddTopoGeometryColumn('ri_topo', 'ri', 'roads', 'topo', " +"'LINE');" msgstr "" #. Tag: para @@ -644,9 +737,12 @@ msgstr "" #, no-c-format msgid "" "integer DropTopology " -"varchar " -"topology_schema_name" -msgstr "integer DropTopology varchar topology_schema_name" +"varchar topology_schema_name" +msgstr "" +"integer DropTopology " +"varchar topology_schema_name" #. Tag: para #: extras_topology.xml:285 @@ -683,9 +779,9 @@ msgstr "" #: extras_topology.xml:309 #, no-c-format msgid "" -"Drops the topogeometry column from the table named " -"table_name in schema schema_name and " -"unregisters the columns from topology.layer table." +"Drops the topogeometry column from the table named table_name in schema schema_name and unregisters the " +"columns from topology.layer table." msgstr "" #. Tag: funcprototype @@ -693,21 +789,26 @@ msgstr "" #, no-c-format msgid "" "text DropTopoGeometryColumn " -"varchar " -"schema_name varchar " -" table_name varchar" -" column_name" -msgstr "text DropTopoGeometryColumn varchar schema_name varchar table_name varchar column_name" +"varchar schema_name varchar table_name varchar column_name" +msgstr "" +"text DropTopoGeometryColumn " +"varchar schema_name varchar table_name varchar column_name" #. Tag: para #: extras_topology.xml:326 #, no-c-format msgid "" -"Drops the topogeometry column from the table named " -"table_name in schema schema_name and " -"unregisters the columns from topology.layer table. Returns summary of drop " -"status. NOTE: it first sets all values to NULL before dropping to bypass " -"referential integrity checks." +"Drops the topogeometry column from the table named table_name in schema schema_name and unregisters the " +"columns from topology.layer table. Returns summary of drop status. NOTE: it " +"first sets all values to NULL before dropping to bypass referential " +"integrity checks." msgstr "" #. Tag: programlisting @@ -736,9 +837,12 @@ msgstr "" #, no-c-format msgid "" "text TopologySummary " -"varchar " -"topology_schema_name" -msgstr "text TopologySummary varchar topology_schema_name" +"varchar topology_schema_name" +msgstr "" +"text TopologySummary " +"varchar topology_schema_name" #. Tag: para #: extras_topology.xml:365 @@ -798,18 +902,21 @@ msgstr "" #: extras_topology.xml:392 #, no-c-format msgid "" -"setof validatetopology_returntype " -"ValidateTopology varchar " -" topology_schema_name" -msgstr "setof validatetopology_returntype ValidateTopology varchar topology_schema_name" +"setof validatetopology_returntype ValidateTopology varchar " +"topology_schema_name" +msgstr "" +"setof validatetopology_returntype ValidateTopology varchar " +"topology_schema_name" #. Tag: para #: extras_topology.xml:402 #, no-c-format msgid "" "Returns a set of objects " -"detailing issues with topology. Refer to for listing of possible errors." +"detailing issues with topology. Refer to for listing of possible errors." msgstr "" #. Tag: para @@ -839,8 +946,7 @@ msgstr "" #. Tag: para #: extras_topology.xml:428 #, no-c-format -msgid "" -"This section covers the topology functions for creating new topologies." +msgid "This section covers the topology functions for creating new topologies." msgstr "" #. Tag: title @@ -859,49 +965,64 @@ msgstr "" #: extras_topology.xml:436 #, no-c-format msgid "" -"Creates a new topology schema and registers this new schema in the " -"topology.topology table." +"Creates a new topology schema and registers this new schema in the topology." +"topology table." msgstr "" #. Tag: funcsynopsis #: extras_topology.xml:440 #, no-c-format msgid "" -" integer " -"CreateTopology varchar " -" topology_schema_name " -" integer " -"CreateTopology varchar " -" topology_schema_name " +" integer CreateTopology varchar topology_schema_name integer " +"CreateTopology varchar topology_schema_name " +"integer srid integer CreateTopology varchar " +"topology_schema_name " "integer srid " -" integer " -"CreateTopology varchar " -" topology_schema_name " +"double precision tolerance integer " +"CreateTopology varchar topology_schema_name " "integer srid " -"double precision " -"tolerance " -" integer CreateTopology " -"varchar " +"double precision tolerance boolean hasz " +msgstr "" +" integer CreateTopology varchar topology_schema_name integer " +"CreateTopology varchar topology_schema_name " +"integer srid integer CreateTopology varchar " "topology_schema_name " "integer srid " -"double precision " -"tolerance boolean " -"hasz " -msgstr " integer CreateTopology varchar topology_schema_name integer CreateTopology varchar topology_schema_name integer srid integer CreateTopology varchar topology_schema_name integer srid double precision tolerance integer CreateTopology varchar topology_schema_name integer srid double precision tolerance boolean hasz " +"double precision tolerance integer " +"CreateTopology varchar topology_schema_name " +"integer srid " +"double precision tolerance boolean hasz " #. Tag: para #: extras_topology.xml:472 #, no-c-format msgid "" "Creates a new schema with name topology_name consisting " -"of tables " -"(edge_data,face,node," -" relation and registers this new topology in the " -"topology.topology table. It returns the id of the topology in the topology " -"table. The srid is the spatial reference identified as defined in " -"spatial_ref_sys table for that topology. Topologies must be uniquely named. " -"The tolerance is measured in the units of the spatial reference system. If " -"the tolerance is not specified defaults to 0." +"of tables (edge_data,face," +"node, relation and registers this new " +"topology in the topology.topology table. It returns the id of the topology " +"in the topology table. The srid is the spatial reference identified as " +"defined in spatial_ref_sys table for that topology. Topologies must be " +"uniquely named. The tolerance is measured in the units of the spatial " +"reference system. If the tolerance is not specified defaults to 0." msgstr "" #. Tag: para @@ -947,7 +1068,8 @@ msgstr "" #. Tag: para #: extras_topology.xml:497 #, no-c-format -msgid ", , " +msgid "" +", , " msgstr "" #. Tag: refname @@ -969,10 +1091,14 @@ msgstr "" #, no-c-format msgid "" "integer CopyTopology " -"varchar " -"existing_topology_name " -"varchar new_name" -msgstr "integer CopyTopology varchar existing_topology_name varchar new_name" +"varchar existing_topology_name varchar new_name" +msgstr "" +"integer CopyTopology " +"varchar existing_topology_name varchar new_name" #. Tag: para #: extras_topology.xml:520 @@ -989,8 +1115,8 @@ msgstr "" #, no-c-format msgid "" "The new rows in topology.layer will contain synthesized values for " -"schema_name, table_name and feature_column. This is because the TopoGeometry" -" will only exist as a definition but won't be available in any user-level " +"schema_name, table_name and feature_column. This is because the TopoGeometry " +"will only exist as a definition but won't be available in any user-level " "table yet." msgstr "" @@ -1022,8 +1148,8 @@ msgstr "" #: extras_topology.xml:553 #, no-c-format msgid "" -"Creates a new topology schema and registers this new schema in the " -"topology.topology table and details summary of process." +"Creates a new topology schema and registers this new schema in the topology." +"topology table and details summary of process." msgstr "" #. Tag: funcprototype @@ -1031,9 +1157,12 @@ msgstr "" #, no-c-format msgid "" "text ST_InitTopoGeo " -"varchar " -"topology_schema_name" -msgstr "text ST_InitTopoGeo varchar topology_schema_name" +"varchar topology_schema_name" +msgstr "" +"text ST_InitTopoGeo " +"varchar topology_schema_name" #. Tag: para #: extras_topology.xml:568 @@ -1081,9 +1210,13 @@ msgstr "" msgid "" "text ST_CreateTopoGeo " "varchar atopology " -"geometry " -"acollection" -msgstr "text ST_CreateTopoGeo varchar atopology geometry acollection" +"geometry acollection" +msgstr "" +"text ST_CreateTopoGeo " +"varchar atopology " +"geometry acollection" #. Tag: para #: extras_topology.xml:612 @@ -1121,16 +1254,26 @@ msgstr "" msgid "" "-- Populate topology --\n" "SELECT topology.ST_CreateTopoGeo('ri_topo', \n" -" ST_GeomFromText('MULTILINESTRING((384744 236928,384750 236923,384769 236911,384799 236895,384811 236890,384833 236884,\n" -" 384844 236882,384866 236881,384879 236883,384954 236898,385087 236932,385117 236938,\n" -" 385167 236938,385203 236941,385224 236946,385233 236950,385241 236956,385254 236971,\n" -" 385260 236979,385268 236999,385273 237018,385273 237037,385271 237047,385267 237057,\n" -" 385225 237125,385210 237144,385192 237161,385167 237192,385162 237202,385159 237214,\n" -" 385159 237227,385162 237241,385166 237256,385196 237324,385209 237345,385234 237375,\n" -" 385237 237383,385238 237399,385236 237407,385227 237419,385213 237430,385193 237439,\n" -" 385174 237451,385170 237455,385169 237460,385171 237475,385181 237503,385190 237521,\n" -" 385200 237533,385206 237538,385213 237541,385221 237542,385235 237540,385242 237541,\n" -" 385249 237544,385260 237555,385270 237570,385289 237584,385292 237589,385291 237596,385284 237630))',3438) \n" +" ST_GeomFromText('MULTILINESTRING((384744 236928,384750 236923,384769 " +"236911,384799 236895,384811 236890,384833 236884,\n" +" 384844 236882,384866 236881,384879 236883,384954 236898,385087 " +"236932,385117 236938,\n" +" 385167 236938,385203 236941,385224 236946,385233 236950,385241 " +"236956,385254 236971,\n" +" 385260 236979,385268 236999,385273 237018,385273 237037,385271 " +"237047,385267 237057,\n" +" 385225 237125,385210 237144,385192 237161,385167 237192,385162 " +"237202,385159 237214,\n" +" 385159 237227,385162 237241,385166 237256,385196 237324,385209 " +"237345,385234 237375,\n" +" 385237 237383,385238 237399,385236 237407,385227 237419,385213 " +"237430,385193 237439,\n" +" 385174 237451,385170 237455,385169 237460,385171 237475,385181 " +"237503,385190 237521,\n" +" 385200 237533,385206 237538,385213 237541,385221 237542,385235 " +"237540,385242 237541,\n" +" 385249 237544,385260 237555,385270 237570,385289 237584,385292 " +"237589,385291 237596,385284 237630))',3438) \n" " );\n" "\n" " st_createtopogeo\n" @@ -1141,7 +1284,8 @@ msgid "" "-- create tables and topo geometries --\n" "CREATE TABLE ri.roads(gid serial PRIMARY KEY, road_name text);\n" "\n" -"SELECT topology.AddTopoGeometryColumn('ri_topo', 'ri', 'roads', 'topo', 'LINE');" +"SELECT topology.AddTopoGeometryColumn('ri_topo', 'ri', 'roads', 'topo', " +"'LINE');" msgstr "" #. Tag: para @@ -1171,9 +1315,14 @@ msgid "" "integer TopoGeo_AddPoint " "varchar toponame " "geometry apoint " -"float8 " -"tolerance" -msgstr "integer TopoGeo_AddPoint varchar toponame geometry apoint float8 tolerance" +"float8 tolerance" +msgstr "" +"integer TopoGeo_AddPoint " +"varchar toponame " +"geometry apoint " +"float8 tolerance" #. Tag: para #: extras_topology.xml:660 @@ -1188,8 +1337,8 @@ msgstr "" #: extras_topology.xml:674 #, no-c-format msgid "" -", , , " +", , , " msgstr "" #. Tag: refname @@ -1213,9 +1362,14 @@ msgid "" "integer TopoGeo_AddLineString " "varchar toponame " "geometry aline " -"float8 " -"tolerance" -msgstr "integer TopoGeo_AddLineString varchar toponame geometry aline float8 tolerance" +"float8 tolerance" +msgstr "" +"integer TopoGeo_AddLineString " +"varchar toponame " +"geometry aline " +"float8 tolerance" #. Tag: para #: extras_topology.xml:706 @@ -1231,8 +1385,8 @@ msgstr "" #: extras_topology.xml:720 #, no-c-format msgid "" -", , , " +", , , " msgstr "" #. Tag: refname @@ -1256,17 +1410,22 @@ msgid "" "integer TopoGeo_AddPolygon " "varchar atopology " "geometry aline " -"float8 " -"atolerance" -msgstr "integer TopoGeo_AddPolygon varchar atopology geometry aline float8 atolerance" +"float8 atolerance" +msgstr "" +"integer TopoGeo_AddPolygon " +"varchar atopology " +"geometry aline " +"float8 atolerance" #. Tag: para #: extras_topology.xml:752 #, no-c-format msgid "" "Adds a polygon to an existing topology and return a set of face identifiers " -"forming it up. The boundary of the given polygon will snap to existing nodes" -" or edges within given tolerance. Existing edges and faces may be split by " +"forming it up. The boundary of the given polygon will snap to existing nodes " +"or edges within given tolerance. Existing edges and faces may be split by " "the boundary of the new polygon." msgstr "" @@ -1283,8 +1442,8 @@ msgstr "" #, no-c-format msgid "" "This section covers topology functions for adding, moving, deleting, and " -"splitting edges, faces, and nodes. All of these functions are defined by ISO" -" SQL/MM." +"splitting edges, faces, and nodes. All of these functions are defined by ISO " +"SQL/MM." msgstr "" #. Tag: title @@ -1315,7 +1474,11 @@ msgid "" "varchar atopology " "integer aface " "geometry apoint" -msgstr "integer ST_AddIsoNode varchar atopology integer aface geometry apoint" +msgstr "" +"integer ST_AddIsoNode " +"varchar atopology " +"integer aface " +"geometry apoint" #. Tag: para #: extras_topology.xml:807 @@ -1330,9 +1493,9 @@ msgstr "" #: extras_topology.xml:808 #, no-c-format msgid "" -"If the spatial reference system (srid) of the point geometry is not the same" -" as the topology, the apoint is not a point geometry, the" -" point is null, or the point intersects an existing edge (even at the " +"If the spatial reference system (srid) of the point geometry is not the same " +"as the topology, the apoint is not a point geometry, the " +"point is null, or the point intersects an existing edge (even at the " "boundaries) then an exception is thrown. If the point already exists as a " "node, an exception is thrown." msgstr "" @@ -1341,8 +1504,8 @@ msgstr "" #: extras_topology.xml:810 #, no-c-format msgid "" -"If aface is not null and the apoint is" -" not within the face, then an exception is thrown." +"If aface is not null and the apoint is " +"not within the face, then an exception is thrown." msgstr "" #. Tag: para @@ -1369,10 +1532,10 @@ msgstr "" #: extras_topology.xml:835 #, no-c-format msgid "" -"Adds an isolated edge defined by geometry " -"alinestring to a topology connecting two existing " -"isolated nodes anode and anothernode " -"and returns the edge id of the new edge." +"Adds an isolated edge defined by geometry alinestring to a topology connecting two existing isolated nodes " +"anode and anothernode and returns the " +"edge id of the new edge." msgstr "" #. Tag: funcprototype @@ -1382,27 +1545,33 @@ msgid "" "integer ST_AddIsoEdge " "varchar atopology " "integer anode " -"integer " -"anothernode geometry " -" alinestring" -msgstr "integer ST_AddIsoEdge varchar atopology integer anode integer anothernode geometry alinestring" +"integer anothernode geometry alinestring" +msgstr "" +"integer ST_AddIsoEdge " +"varchar atopology " +"integer anode " +"integer anothernode geometry alinestring" #. Tag: para #: extras_topology.xml:853 #, no-c-format msgid "" -"Adds an isolated edge defined by geometry " -"alinestring to a topology connecting two existing " -"isolated nodes anode and anothernode " -"and returns the edge id of the new edge." +"Adds an isolated edge defined by geometry alinestring to a topology connecting two existing isolated nodes " +"anode and anothernode and returns the " +"edge id of the new edge." msgstr "" #. Tag: para #: extras_topology.xml:854 #, no-c-format msgid "" -"If the spatial reference system (srid) of the alinestring" -" geometry is not the same as the topology, any of the input arguments are " +"If the spatial reference system (srid) of the alinestring " +"geometry is not the same as the topology, any of the input arguments are " "null, or the nodes are contained in more than one face, or the nodes are " "start or end nodes of an existing edge, then an exception is thrown." msgstr "" @@ -1411,9 +1580,9 @@ msgstr "" #: extras_topology.xml:856 #, no-c-format msgid "" -"If the alinestring is not within the face of the face the" -" anode and anothernode belong to, then" -" an exception is thrown." +"If the alinestring is not within the face of the face the " +"anode and anothernode belong to, then " +"an exception is thrown." msgstr "" #. Tag: para @@ -1459,10 +1628,16 @@ msgid "" "integer ST_AddEdgeNewFaces " "varchar atopology " "integer anode " -"integer " -"anothernode geometry " -" acurve" -msgstr "integer ST_AddEdgeNewFaces varchar atopology integer anode integer anothernode geometry acurve" +"integer anothernode geometry acurve" +msgstr "" +"integer ST_AddEdgeNewFaces " +"varchar atopology " +"integer anode " +"integer anothernode geometry acurve" #. Tag: para #: extras_topology.xml:900 @@ -1527,10 +1702,16 @@ msgid "" "integer ST_AddEdgeModFace " "varchar atopology " "integer anode " -"integer " -"anothernode geometry " -" acurve" -msgstr "integer ST_AddEdgeModFace varchar atopology integer anode integer anothernode geometry acurve" +"integer anothernode geometry acurve" +msgstr "" +"integer ST_AddEdgeModFace " +"varchar atopology " +"integer anode " +"integer anothernode geometry acurve" #. Tag: para #: extras_topology.xml:957 @@ -1570,7 +1751,10 @@ msgid "" "integer ST_RemEdgeNewFace " "varchar atopology " "integer anedge" -msgstr "integer ST_RemEdgeNewFace varchar atopology integer anedge" +msgstr "" +"integer ST_RemEdgeNewFace " +"varchar atopology " +"integer anedge" #. Tag: para #: extras_topology.xml:1015 @@ -1586,8 +1770,8 @@ msgstr "" msgid "" "Returns the id of a newly created face or NULL, if no new face is created. " "No new face is created when the removed edge is dangling or isolated or " -"confined with the universe face (possibly making the universe flood into the" -" face on the other side)." +"confined with the universe face (possibly making the universe flood into the " +"face on the other side)." msgstr "" #. Tag: para @@ -1604,8 +1788,8 @@ msgstr "" #, no-c-format msgid "" "If any arguments are null, the given edge is unknown (must already exist in " -"the edge table of the topology schema), the topology name" -" is invalid then an error is thrown." +"the edge table of the topology schema), the topology name " +"is invalid then an error is thrown." msgstr "" #. Tag: para @@ -1636,7 +1820,10 @@ msgid "" "integer ST_RemEdgeModFace " "varchar atopology " "integer anedge" -msgstr "integer ST_RemEdgeModFace varchar atopology integer anedge" +msgstr "" +"integer ST_RemEdgeModFace " +"varchar atopology " +"integer anedge" #. Tag: para #: extras_topology.xml:1087 @@ -1678,14 +1865,18 @@ msgid "" "varchar atopology " "integer anedge " "geometry acurve" -msgstr "integer ST_ChangeEdgeGeom varchar atopology integer anedge geometry acurve" +msgstr "" +"integer ST_ChangeEdgeGeom " +"varchar atopology " +"integer anedge " +"geometry acurve" #. Tag: para #: extras_topology.xml:1155 #, no-c-format msgid "" -"Changes the shape of an edge without affecting the topology " -"structure." +"Changes the shape of an edge without affecting the topology structure." +"" msgstr "" #. Tag: para @@ -1693,11 +1884,11 @@ msgstr "" #, no-c-format msgid "" "If any arguments are null, the given edge does not exist in the " -"node table of the topology schema, the " -"acurve is not a LINESTRING, the " -"anode and anothernode are not the " -"start and endpoints of acurve or the modification would " -"change the underlying topology then an error is thrown." +"node table of the topology schema, the acurve is not a LINESTRING, the anode and anothernode are not the start and endpoints " +"of acurve or the modification would change the underlying " +"topology then an error is thrown." msgstr "" #. Tag: para @@ -1739,7 +1930,8 @@ msgstr "" #, no-c-format msgid "" "SELECT topology.ST_ChangeEdgeGeom('ma_topo', 1, \n" -" ST_GeomFromText('LINESTRING(227591.9 893900.4,227622.6 893844.3,227641.6 893816.6, 227704.5 893778.5)', 26986) );\n" +" ST_GeomFromText('LINESTRING(227591.9 893900.4,227622.6 " +"893844.3,227641.6 893816.6, 227704.5 893778.5)', 26986) );\n" " ----\n" " Edge 1 changed" msgstr "" @@ -1766,7 +1958,11 @@ msgid "" "varchar atopology " "integer anedge " "geometry apoint" -msgstr "text ST_ModEdgeSplit varchar atopology integer anedge geometry apoint" +msgstr "" +"text ST_ModEdgeSplit " +"varchar atopology " +"integer anedge " +"geometry apoint" #. Tag: para #: extras_topology.xml:1221 @@ -1795,14 +1991,16 @@ msgstr "" #, no-c-format msgid "" "-- Add an edge --\n" -" SELECT topology.AddEdge('ma_topo', ST_GeomFromText('LINESTRING(227592 893910, 227600 893910)', 26986) ) As edgeid;\n" +" SELECT topology.AddEdge('ma_topo', ST_GeomFromText('LINESTRING(227592 " +"893910, 227600 893910)', 26986) ) As edgeid;\n" " \n" "-- edgeid-\n" "3\n" "\n" "\n" "-- Split the edge --\n" -"SELECT topology.ST_ModEdgeSplit('ma_topo', 3, ST_SetSRID(ST_Point(227594,893910),26986) ) As result;\n" +"SELECT topology.ST_ModEdgeSplit('ma_topo', 3, " +"ST_SetSRID(ST_Point(227594,893910),26986) ) As result;\n" " result\n" "-------------------------\n" "7" @@ -1837,9 +2035,12 @@ msgid "" "int ST_ModEdgeHeal " "varchar atopology " "integer anedge " -"integer " -"anotheredge" -msgstr "int ST_ModEdgeHeal varchar atopology integer anedge integer anotheredge" +"integer anotheredge" +msgstr "" +"int ST_ModEdgeHeal " +"varchar atopology " +"integer anedge " +"integer anotheredge" #. Tag: para #: extras_topology.xml:1275 @@ -1872,9 +2073,12 @@ msgid "" "int ST_NewEdgeHeal " "varchar atopology " "integer anedge " -"integer " -"anotheredge" -msgstr "int ST_NewEdgeHeal varchar atopology integer anedge integer anotheredge" +"integer anotheredge" +msgstr "" +"int ST_NewEdgeHeal " +"varchar atopology " +"integer anedge " +"integer anotheredge" #. Tag: para #: extras_topology.xml:1323 @@ -1909,7 +2113,11 @@ msgid "" "varchar atopology " "integer anedge " "geometry apoint" -msgstr "text ST_MoveIsoNode varchar atopology integer anedge geometry apoint" +msgstr "" +"text ST_MoveIsoNode " +"varchar atopology " +"integer anedge " +"geometry apoint" #. Tag: para #: extras_topology.xml:1370 @@ -1923,18 +2131,18 @@ msgstr "" #: extras_topology.xml:1371 #, no-c-format msgid "" -"If any arguments are null, the apoint is not a point, the" -" existing node is not isolated (is a start or end point of an existing " -"edge), new node location intersects an existing edge (even at the end " -"points) then an exception is thrown." +"If any arguments are null, the apoint is not a point, the " +"existing node is not isolated (is a start or end point of an existing edge), " +"new node location intersects an existing edge (even at the end points) then " +"an exception is thrown." msgstr "" #. Tag: para #: extras_topology.xml:1372 #, no-c-format msgid "" -"If the spatial reference system (srid) of the point geometry is not the same" -" as the topology an exception is thrown." +"If the spatial reference system (srid) of the point geometry is not the same " +"as the topology an exception is thrown." msgstr "" #. Tag: para @@ -1948,12 +2156,14 @@ msgstr "" #, no-c-format msgid "" "-- Add an isolated node with no face --\n" -"SELECT topology.ST_AddIsoNode('ma_topo', NULL, ST_GeomFromText('POINT(227579 893916)', 26986) ) As nodeid;\n" +"SELECT topology.ST_AddIsoNode('ma_topo', NULL, " +"ST_GeomFromText('POINT(227579 893916)', 26986) ) As nodeid;\n" " nodeid\n" "--------\n" " 7\n" "-- Move the new node --\n" -"SELECT topology.ST_MoveIsoNode('ma_topo', 7, ST_GeomFromText('POINT(227579.5 893916.5)', 26986) ) As descrip; \n" +"SELECT topology.ST_MoveIsoNode('ma_topo', 7, " +"ST_GeomFromText('POINT(227579.5 893916.5)', 26986) ) As descrip; \n" " descrip\n" "----------------------------------------------------\n" "Isolated Node 7 moved to location 227579.5,893916.5" @@ -1970,8 +2180,8 @@ msgstr "" #, no-c-format msgid "" "Split an edge by creating a new node along an existing edge, deleting the " -"original edge and replacing it with two new edges. Returns the id of the new" -" node created that joins the new edges." +"original edge and replacing it with two new edges. Returns the id of the new " +"node created that joins the new edges." msgstr "" #. Tag: funcprototype @@ -1982,7 +2192,11 @@ msgid "" "varchar atopology " "integer anedge " "geometry apoint" -msgstr "integer ST_NewEdgesSplit varchar atopology integer anedge geometry apoint" +msgstr "" +"integer ST_NewEdgesSplit " +"varchar atopology " +"integer anedge " +"geometry apoint" #. Tag: para #: extras_topology.xml:1413 @@ -1990,18 +2204,18 @@ msgstr "integer ST_NewEdgesSplit anedge by creating a new node " "with point location apoint along current edge, deleting " -"the original edge and replacing it with two new edges. Returns the id of the" -" new node created that joins the new edges. Updates all existing joined " -"edges and relationships accordingly." +"the original edge and replacing it with two new edges. Returns the id of the " +"new node created that joins the new edges. Updates all existing joined edges " +"and relationships accordingly." msgstr "" #. Tag: para #: extras_topology.xml:1421 #, no-c-format msgid "" -"If the spatial reference system (srid) of the point geometry is not the same" -" as the topology, the apoint is not a point geometry, the" -" point is null, the point already exists as a node, the edge does not " +"If the spatial reference system (srid) of the point geometry is not the same " +"as the topology, the apoint is not a point geometry, the " +"point is null, the point already exists as a node, the edge does not " "correspond to an existing edge or the point is not within the edge then an " "exception is thrown." msgstr "" @@ -2017,13 +2231,15 @@ msgstr "" #, no-c-format msgid "" "-- Add an edge --\n" -"SELECT topology.AddEdge('ma_topo', ST_GeomFromText('LINESTRING(227575 893917,227592 893900)', 26986) ) As edgeid;\n" +"SELECT topology.AddEdge('ma_topo', ST_GeomFromText('LINESTRING(227575 " +"893917,227592 893900)', 26986) ) As edgeid;\n" "-- result-\n" "edgeid\n" "------\n" " 2\n" "-- Split the new edge --\n" -"SELECT topology.ST_NewEdgesSplit('ma_topo', 2, ST_GeomFromText('POINT(227578.5 893913.5)', 26986) ) As newnodeid; \n" +"SELECT topology.ST_NewEdgesSplit('ma_topo', 2, " +"ST_GeomFromText('POINT(227578.5 893913.5)', 26986) ) As newnodeid; \n" " newnodeid\n" "---------\n" " 6" @@ -2051,7 +2267,10 @@ msgid "" "text ST_RemoveIsoNode " "varchar atopology " "integer anode" -msgstr "text ST_RemoveIsoNode varchar atopology integer anode" +msgstr "" +"text ST_RemoveIsoNode " +"varchar atopology " +"integer anode" #. Tag: para #: extras_topology.xml:1467 @@ -2106,7 +2325,11 @@ msgid "" "varchar atopology " "geometry apoint " "float8 tol" -msgstr "integer GetEdgeByPoint varchar atopology geometry apoint float8 tol" +msgstr "" +"integer GetEdgeByPoint " +"varchar atopology " +"geometry apoint " +"float8 tol" #. Tag: title #: extras_topology.xml:1511 @@ -2167,7 +2390,8 @@ msgstr "" #: extras_topology.xml:1531 #, no-c-format msgid "" -"SELECT topology.GetEdgeByPoint('ma_topo',geom, 1) As with1mtol, topology.GetEdgeByPoint('ma_topo',geom,0) As withnotol\n" +"SELECT topology.GetEdgeByPoint('ma_topo',geom, 1) As with1mtol, topology." +"GetEdgeByPoint('ma_topo',geom,0) As withnotol\n" "FROM ST_GeomFromEWKT('SRID=26986;POINT(227622.6 893843)') As geom;\n" " with1mtol | withnotol\n" "-----------+-----------\n" @@ -2211,7 +2435,11 @@ msgid "" "varchar atopology " "geometry apoint " "float8 tol" -msgstr "integer GetFaceByPoint varchar atopology geometry apoint float8 tol" +msgstr "" +"integer GetFaceByPoint " +"varchar atopology " +"geometry apoint " +"float8 tol" #. Tag: para #: extras_topology.xml:1560 @@ -2258,7 +2486,8 @@ msgstr "" #: extras_topology.xml:1576 #, no-c-format msgid "" -"SELECT topology.GetFaceByPoint('ma_topo',geom, 10) As with1mtol, topology.GetFaceByPoint('ma_topo',geom,0) As withnotol\n" +"SELECT topology.GetFaceByPoint('ma_topo',geom, 10) As with1mtol, topology." +"GetFaceByPoint('ma_topo',geom,0) As withnotol\n" " FROM ST_GeomFromEWKT('POINT(234604.6 899382.0)') As geom;\n" " \n" " with1mtol | withnotol\n" @@ -2280,7 +2509,8 @@ msgstr "" #. Tag: para #: extras_topology.xml:1582 #, no-c-format -msgid ", , " +msgid "" +", , " msgstr "" #. Tag: refname @@ -2303,7 +2533,11 @@ msgid "" "varchar atopology " "geometry point " "float8 tol" -msgstr "integer GetNodeByPoint varchar atopology geometry point float8 tol" +msgstr "" +"integer GetNodeByPoint " +"varchar atopology " +"geometry point " +"float8 tol" #. Tag: title #: extras_topology.xml:1606 @@ -2316,8 +2550,8 @@ msgstr "" #, no-c-format msgid "" "The function return an integer (id-node) given a topology, a POINT and a " -"tolerance. If tolerance = 0 mean exactly intersection otherwise retrieve the" -" node from an interval." +"tolerance. If tolerance = 0 mean exactly intersection otherwise retrieve the " +"node from an interval." msgstr "" #. Tag: para @@ -2390,7 +2624,9 @@ msgstr "" msgid "" "integer GetTopologyID " "varchar toponame" -msgstr "integer GetTopologyID varchar toponame" +msgstr "" +"integer GetTopologyID " +"varchar toponame" #. Tag: para #: extras_topology.xml:1656 @@ -2428,8 +2664,8 @@ msgstr "" #: extras_topology.xml:1683 #, no-c-format msgid "" -"Returns the SRID of a topology in the topology.topology table given the name" -" of the topology." +"Returns the SRID of a topology in the topology.topology table given the name " +"of the topology." msgstr "" #. Tag: para @@ -2476,7 +2712,9 @@ msgstr "" msgid "" "varchar GetTopologyName " "integer topology_id" -msgstr "varchar GetTopologyName integer topology_id" +msgstr "" +"varchar GetTopologyName " +"integer topology_id" #. Tag: para #: extras_topology.xml:1740 @@ -2500,8 +2738,8 @@ msgstr "" #: extras_topology.xml:1754 #, no-c-format msgid "" -", , , " +", , , " msgstr "" #. Tag: refname @@ -2522,11 +2760,15 @@ msgstr "" #: extras_topology.xml:1772 #, no-c-format msgid "" -"getfaceedges_returntype " -"ST_GetFaceEdges varchar " -" atopology integer " -" aface" -msgstr "getfaceedges_returntype ST_GetFaceEdges varchar atopology integer aface" +"getfaceedges_returntype ST_GetFaceEdges varchar atopology integer aface" +msgstr "" +"getfaceedges_returntype ST_GetFaceEdges varchar atopology integer aface" #. Tag: para #: extras_topology.xml:1783 @@ -2607,14 +2849,17 @@ msgid "" "geometry ST_GetFaceGeometry " "varchar atopology " "integer aface" -msgstr "geometry ST_GetFaceGeometry varchar atopology integer aface" +msgstr "" +"geometry ST_GetFaceGeometry " +"varchar atopology " +"integer aface" #. Tag: para #: extras_topology.xml:1832 #, no-c-format msgid "" -"Returns the polygon in the given topology with the specified face id. Builds" -" the polygon from the edges making up the face." +"Returns the polygon in the given topology with the specified face id. Builds " +"the polygon from the edges making up the face." msgstr "" #. Tag: para @@ -2634,7 +2879,8 @@ msgid "" " facegeomwkt\n" "\n" "--------------------------------------------------------------------------------\n" -" POLYGON((234776.9 899563.7,234896.5 899456.7,234914 899436.4,234946.6 899356.9,\n" +" POLYGON((234776.9 899563.7,234896.5 899456.7,234914 899436.4,234946.6 " +"899356.9,\n" "234872.5 899328.7,234891 899285.4,234992.5 899145,234890.6 899069,\n" "234755.2 899255.4,234612.7 899379.4,234776.9 899563.7))" msgstr "" @@ -2655,12 +2901,17 @@ msgstr "" #: extras_topology.xml:1864 #, no-c-format msgid "" -"getfaceedges_returntype GetRingEdges" -" varchar atopology" -" integer aring " -"integer " -"max_edges=null" -msgstr "getfaceedges_returntype GetRingEdges varchar atopology integer aring integer max_edges=null" +"getfaceedges_returntype GetRingEdges " +"varchar atopology " +"integer aring " +"integer max_edges=null" +msgstr "" +"getfaceedges_returntype GetRingEdges " +"varchar atopology " +"integer aring " +"integer max_edges=null" #. Tag: para #: extras_topology.xml:1876 @@ -2703,10 +2954,13 @@ msgstr "" #: extras_topology.xml:1917 #, no-c-format msgid "" -"getfaceedges_returntype GetNodeEdges" -" varchar atopology" -" integer anode" -msgstr "getfaceedges_returntype GetNodeEdges varchar atopology integer anode" +"getfaceedges_returntype GetNodeEdges " +"varchar atopology " +"integer anode" +msgstr "" +"getfaceedges_returntype GetNodeEdges " +"varchar atopology " +"integer anode" #. Tag: para #: extras_topology.xml:1928 @@ -2714,8 +2968,8 @@ msgstr "getfaceedges_returntype GetNodeEdgestext Polygonize " "varchar toponame" -msgstr "text Polygonize varchar toponame" +msgstr "" +"text Polygonize " +"varchar toponame" #. Tag: para #: extras_topology.xml:1986 @@ -2824,18 +3080,25 @@ msgid "" "varchar toponame " "geometry apoint " "boolean " -"allowEdgeSplitting=false boolean " -"computeContainingFace=false" -msgstr "integer AddNode varchar toponame geometry apoint boolean allowEdgeSplitting=false boolean computeContainingFace=false" +"allowEdgeSplitting=false boolean computeContainingFace=false" +msgstr "" +"integer AddNode " +"varchar toponame " +"geometry apoint " +"boolean " +"allowEdgeSplitting=false boolean computeContainingFace=false" #. Tag: para #: extras_topology.xml:2027 #, no-c-format msgid "" "Adds a point node to the node table in the specified topology schema. The " -" function automatically adds start and end points" -" of an edge when called so not necessary to explicitly add nodes of an edge." +" function automatically adds start and end points " +"of an edge when called so not necessary to explicitly add nodes of an edge." msgstr "" #. Tag: para @@ -2851,23 +3114,24 @@ msgstr "" #: extras_topology.xml:2040 #, no-c-format msgid "" -"If computeContainingFace is true a newly added node would" -" get the correct containing face computed." +"If computeContainingFace is true a newly added node would " +"get the correct containing face computed." msgstr "" #. Tag: para #: extras_topology.xml:2045 #, no-c-format msgid "" -"If the apoint geometry already exists as a node, the node" -" is not added but the existing nodeid is returned." +"If the apoint geometry already exists as a node, the node " +"is not added but the existing nodeid is returned." msgstr "" #. Tag: programlisting #: extras_topology.xml:2054 #, no-c-format msgid "" -"SELECT topology.AddNode('ma_topo', ST_GeomFromText('POINT(227641.6 893816.5)', 26986) ) As nodeid;\n" +"SELECT topology.AddNode('ma_topo', ST_GeomFromText('POINT(227641.6 " +"893816.5)', 26986) ) As nodeid;\n" "-- result --\n" "nodeid\n" "--------\n" @@ -2884,8 +3148,8 @@ msgstr "" #: extras_topology.xml:2068 #, no-c-format msgid "" -"Adds a linestring edge to the edge table and associated start and end points" -" to the point nodes table of the specified topology schema using the " +"Adds a linestring edge to the edge table and associated start and end points " +"to the point nodes table of the specified topology schema using the " "specified linestring geometry and returns the edgeid of the new (or " "existing) edge." msgstr "" @@ -2897,7 +3161,10 @@ msgid "" "integer AddEdge " "varchar toponame " "geometry aline" -msgstr "integer AddEdge varchar toponame geometry aline" +msgstr "" +"integer AddEdge " +"varchar toponame " +"geometry aline" #. Tag: para #: extras_topology.xml:2084 @@ -2906,8 +3173,7 @@ msgid "" "Adds an edge to the edge table and associated nodes to the nodes table of " "the specified toponame schema using the specified " "linestring geometry and returns the edgeid of the new or existing record. " -"The newly added edge has \"universe\" face on both sides and links to " -"itself." +"The newly added edge has \"universe\" face on both sides and links to itself." msgstr "" #. Tag: para @@ -2923,9 +3189,9 @@ msgstr "" #: extras_topology.xml:2087 #, no-c-format msgid "" -"The geometry of aline must have the same " -"srid as defined for the topology otherwise an invalid " -"spatial reference sys error will be thrown." +"The geometry of aline must have the same srid as defined for the topology otherwise an invalid spatial reference " +"sys error will be thrown." msgstr "" #. Tag: para @@ -2938,20 +3204,23 @@ msgstr "" #: extras_topology.xml:2097 #, no-c-format msgid "" -"SELECT topology.AddEdge('ma_topo', ST_GeomFromText('LINESTRING(227575.8 893917.2,227591.9 893900.4)', 26986) ) As edgeid;\n" +"SELECT topology.AddEdge('ma_topo', ST_GeomFromText('LINESTRING(227575.8 " +"893917.2,227591.9 893900.4)', 26986) ) As edgeid;\n" "-- result-\n" "edgeid\n" "--------\n" " 1\n" " \n" -"SELECT topology.AddEdge('ma_topo', ST_GeomFromText('LINESTRING(227591.9 893900.4,227622.6 893844.2,227641.6 893816.5,\n" +"SELECT topology.AddEdge('ma_topo', ST_GeomFromText('LINESTRING(227591.9 " +"893900.4,227622.6 893844.2,227641.6 893816.5,\n" " 227704.5 893778.5)', 26986) ) As edgeid;\n" "-- result --\n" "edgeid\n" "--------\n" " 2\n" " \n" -" SELECT topology.AddEdge('ma_topo', ST_GeomFromText('LINESTRING(227591.2 893900, 227591.9 893900.4,\n" +" SELECT topology.AddEdge('ma_topo', ST_GeomFromText('LINESTRING(227591.2 " +"893900, 227591.9 893900.4,\n" " 227704.5 893778.5)', 26986) ) As edgeid;\n" " -- gives error --\n" " ERROR: Edge intersects (not on endpoints) with existing edge 1" @@ -2973,8 +3242,8 @@ msgstr "" #: extras_topology.xml:2111 #, no-c-format msgid "" -"Registers a face primitive to a topology and get it's " -"identifier." +"Registers a face primitive to a topology and get it's identifier." +"" msgstr "" #. Tag: funcprototype @@ -2984,16 +3253,21 @@ msgid "" "integer AddFace " "varchar toponame " "geometry apolygon " -"boolean " -"force_new=false" -msgstr "integer AddFace varchar toponame geometry apolygon boolean force_new=false" +"boolean force_new=false" +msgstr "" +"integer AddFace " +"varchar toponame " +"geometry apolygon " +"boolean force_new=false" #. Tag: para #: extras_topology.xml:2130 #, no-c-format msgid "" -"Registers a face primitive to a topology and get it's " -"identifier." +"Registers a face primitive to a topology and get it's identifier." msgstr "" #. Tag: para @@ -3011,8 +3285,8 @@ msgstr "" #, no-c-format msgid "" "The target topology is assumed to be valid (containing no self-intersecting " -"edges). An exception is raised if: The polygon boundary is not fully defined" -" by existing edges or the polygon overlaps an existing face." +"edges). An exception is raised if: The polygon boundary is not fully defined " +"by existing edges or the polygon overlaps an existing face." msgstr "" #. Tag: para @@ -3031,17 +3305,17 @@ msgstr "" msgid "" "When a new registration of an existing face is performed (force_new=true), " "no action will be taken to resolve dangling references to the existing face " -"in the edge, node an relation tables, nor will the MBR field of the existing" -" face record be updated. It is up to the caller to deal with that." +"in the edge, node an relation tables, nor will the MBR field of the existing " +"face record be updated. It is up to the caller to deal with that." msgstr "" #. Tag: para #: extras_topology.xml:2163 #, no-c-format msgid "" -"The apolygon geometry must have the same " -"srid as defined for the topology otherwise an invalid " -"spatial reference sys error will be thrown." +"The apolygon geometry must have the same srid as defined for the topology otherwise an invalid spatial reference " +"sys error will be thrown." msgstr "" #. Tag: programlisting @@ -3049,13 +3323,18 @@ msgstr "" #, no-c-format msgid "" "-- first add the edges we use generate_series as an iterator (the below \n" -"-- will only work for polygons with < 10000 points because of our max in gs) \n" -"SELECT topology.AddEdge('ma_topo', ST_MakeLine(ST_PointN(geom,i), ST_PointN(geom, i + 1) )) As edgeid\n" +"-- will only work for polygons with < 10000 points because of our max in " +"gs) \n" +"SELECT topology.AddEdge('ma_topo', ST_MakeLine(ST_PointN(geom,i), " +"ST_PointN(geom, i + 1) )) As edgeid\n" " FROM (SELECT ST_NPoints(geom) AS npt, geom\n" " FROM \n" -" (SELECT ST_Boundary(ST_GeomFromText('POLYGON((234896.5 899456.7,234914 899436.4,234946.6 899356.9,234872.5 899328.7,\n" -" 234891 899285.4,234992.5 899145, 234890.6 899069,234755.2 899255.4,\n" -" 234612.7 899379.4,234776.9 899563.7,234896.5 899456.7))', 26986) ) As geom\n" +" (SELECT ST_Boundary(ST_GeomFromText('POLYGON((234896.5 " +"899456.7,234914 899436.4,234946.6 899356.9,234872.5 899328.7,\n" +" 234891 899285.4,234992.5 899145, 234890.6 899069,234755.2 " +"899255.4,\n" +" 234612.7 899379.4,234776.9 899563.7,234896.5 899456.7))', " +"26986) ) As geom\n" " ) As geoms) As facen CROSS JOIN generate_series(1,10000) As i\n" " WHERE i < npt;\n" "-- result --\n" @@ -3075,9 +3354,11 @@ msgid "" "-- then add the face -\n" " \n" "SELECT topology.AddFace('ma_topo', \n" -" ST_GeomFromText('POLYGON((234896.5 899456.7,234914 899436.4,234946.6 899356.9,234872.5 899328.7,\n" +" ST_GeomFromText('POLYGON((234896.5 899456.7,234914 899436.4,234946.6 " +"899356.9,234872.5 899328.7,\n" " 234891 899285.4,234992.5 899145, 234890.6 899069,234755.2 899255.4,\n" -" 234612.7 899379.4,234776.9 899563.7,234896.5 899456.7))', 26986) ) As faceid;\n" +" 234612.7 899379.4,234776.9 899563.7,234896.5 899456.7))', 26986) ) As " +"faceid;\n" "-- result --\n" "faceid\n" "--------\n" @@ -3087,7 +3368,8 @@ msgstr "" #. Tag: para #: extras_topology.xml:2178 #, no-c-format -msgid ", , " +msgid "" +", , " msgstr "" #. Tag: para @@ -3113,51 +3395,59 @@ msgstr "" #: extras_topology.xml:2196 #, no-c-format msgid "" -"Creates a new topo geometry object from topo element array - tg_type: " -"1:[multi]point, 2:[multi]line, 3:[multi]poly, 4:collection" +"Creates a new topo geometry object from topo element array - tg_type: 1:" +"[multi]point, 2:[multi]line, 3:[multi]poly, 4:collection" msgstr "" #. Tag: funcsynopsis #: extras_topology.xml:2200 #, no-c-format msgid "" -" topogeometry " -"CreateTopoGeom varchar " -" toponame integer " -" tg_type " -"integer layer_id " -"topoelementarray " -"tg_objs " -"topogeometry CreateTopoGeom " -"varchar toponame " -"integer tg_type " -"integer layer_id " -"" -msgstr " topogeometry CreateTopoGeom varchar toponame integer tg_type integer layer_id topoelementarray tg_objs topogeometry CreateTopoGeom varchar toponame integer tg_type integer layer_id " +" topogeometry CreateTopoGeom varchar toponame integer tg_type integer layer_id topoelementarray tg_objs topogeometry " +"CreateTopoGeom varchar toponame integer tg_type integer layer_id " +msgstr "" +" topogeometry CreateTopoGeom varchar toponame integer tg_type integer layer_id topoelementarray tg_objs topogeometry " +"CreateTopoGeom varchar toponame integer tg_type integer layer_id " #. Tag: para #: extras_topology.xml:2221 extras_topology.xml:2283 #, no-c-format msgid "" -"Creates a topogeometry object for layer denoted by layer_id and registers it" -" in the relations table in the toponame schema." +"Creates a topogeometry object for layer denoted by layer_id and registers it " +"in the relations table in the toponame schema." msgstr "" #. Tag: para #: extras_topology.xml:2222 #, no-c-format msgid "" -"tg_type is an integer: 1:[multi]point (punctal), 2:[multi]line (lineal), " -"3:[multi]poly (areal), 4:collection. layer_id is the layer id in the " -"topology.layer table." +"tg_type is an integer: 1:[multi]point (punctal), 2:[multi]line (lineal), 3:" +"[multi]poly (areal), 4:collection. layer_id is the layer id in the topology." +"layer table." msgstr "" #. Tag: para #: extras_topology.xml:2223 #, no-c-format msgid "" -"punctal layers are formed from set of nodes, lineal layers are formed from a" -" set of edges, areal layers are formed from a set of faces, and collections " +"punctal layers are formed from set of nodes, lineal layers are formed from a " +"set of edges, areal layers are formed from a set of faces, and collections " "can be formed from a mixture of nodes, edges, and faces." msgstr "" @@ -3186,8 +3476,8 @@ msgstr "" #: extras_topology.xml:2234 #, no-c-format msgid "" -"INSERT INTO ri.ri_roads(road_name, topo) VALUES('Unknown', " -"topology.CreateTopoGeom('ri_topo',2,2,'{{1,2}}'::topology.topoelementarray);" +"INSERT INTO ri.ri_roads(road_name, topo) VALUES('Unknown', topology." +"CreateTopoGeom('ri_topo',2,2,'{{1,2}}'::topology.topoelementarray);" msgstr "" #. Tag: title @@ -3202,8 +3492,8 @@ msgstr "" msgid "" "Lets say we have geometries that should be formed from a collection of " "faces. We have for example blockgroups table and want to know the topo " -"geometry of each block group. If our data was perfectly aligned, we could do" -" this:" +"geometry of each block group. If our data was perfectly aligned, we could do " +"this:" msgstr "" #. Tag: programlisting @@ -3224,10 +3514,12 @@ msgid "" " SET topo = topology.CreateTopoGeom('topo_boston'\n" " ,3,1\n" " , foo.bfaces)\n" -"FROM (SELECT b.gid, topology.TopoElementArray_Agg(ARRAY[f.face_id,3]) As bfaces\n" +"FROM (SELECT b.gid, topology.TopoElementArray_Agg(ARRAY[f.face_id,3]) As " +"bfaces\n" " FROM boston.blockgroups As b\n" " INNER JOIN topo_boston.face As f ON b.geom && f.mbr\n" -" WHERE ST_Covers(b.geom, topology.ST_GetFaceGeometry('topo_boston', f.face_id))\n" +" WHERE ST_Covers(b.geom, topology.ST_GetFaceGeometry('topo_boston', f." +"face_id))\n" " GROUP BY b.gid) As foo\n" "WHERE foo.gid = bg.gid;" msgstr "" @@ -3243,14 +3535,19 @@ msgid "" " SET topo = topology.CreateTopoGeom('topo_boston'\n" " ,3,1\n" " , foo.bfaces)\n" -"FROM (SELECT b.gid, topology.TopoElementArray_Agg(ARRAY[f.face_id,3]) As bfaces\n" +"FROM (SELECT b.gid, topology.TopoElementArray_Agg(ARRAY[f.face_id,3]) As " +"bfaces\n" " FROM boston.blockgroups As b\n" " INNER JOIN topo_boston.face As f ON b.geom && f.mbr\n" -" WHERE ST_Covers(b.geom, topology.ST_GetFaceGeometry('topo_boston', f.face_id))\n" +" WHERE ST_Covers(b.geom, topology.ST_GetFaceGeometry('topo_boston', f." +"face_id))\n" " OR\n" -" ( ST_Intersects(b.geom, topology.ST_GetFaceGeometry('topo_boston', f.face_id))\n" -" AND ST_Area(ST_Intersection(b.geom, topology.ST_GetFaceGeometry('topo_boston', f.face_id) ) ) > \n" -" ST_Area(topology.ST_GetFaceGeometry('topo_boston', f.face_id))*0.5\n" +" ( ST_Intersects(b.geom, topology.ST_GetFaceGeometry('topo_boston', f." +"face_id))\n" +" AND ST_Area(ST_Intersection(b.geom, topology." +"ST_GetFaceGeometry('topo_boston', f.face_id) ) ) > \n" +" ST_Area(topology.ST_GetFaceGeometry('topo_boston', f." +"face_id))*0.5\n" " )\n" " GROUP BY b.gid) As foo\n" "WHERE foo.gid = bg.gid; \n" @@ -3267,8 +3564,8 @@ msgstr "" #: extras_topology.xml:2250 #, no-c-format msgid "" -", , , , " +", , , , " "" msgstr "" @@ -3292,9 +3589,15 @@ msgid "" "geometry geom " "varchar toponame " "integer layer_id " -"float8 " -"tolerance" -msgstr "topogeometry toTopoGeom geometry geom varchar toponame integer layer_id float8 tolerance" +"float8 tolerance" +msgstr "" +"topogeometry toTopoGeom " +"geometry geom " +"varchar toponame " +"integer layer_id " +"float8 tolerance" #. Tag: para #: extras_topology.xml:2287 @@ -3309,8 +3612,8 @@ msgstr "" #: extras_topology.xml:2292 #, no-c-format msgid "" -"When tolerance is given it will be used to snap the input" -" geometry to existing primitives." +"When tolerance is given it will be used to snap the input " +"geometry to existing primitives." msgstr "" #. Tag: para @@ -3329,7 +3632,8 @@ msgid "" "-- create a new table\n" "CREATE TABLE nei_topo(gid serial primary key, nei varchar(30));\n" "--add a topogeometry column to it\n" -"SELECT topology.AddTopoGeometryColumn('topo_boston_test', 'public', 'nei_topo', 'topo', 'MULTIPOLYGON') As new_layer_id;\n" +"SELECT topology.AddTopoGeometryColumn('topo_boston_test', 'public', " +"'nei_topo', 'topo', 'MULTIPOLYGON') As new_layer_id;\n" "new_layer_id\n" "-----------\n" "1\n" @@ -3356,8 +3660,8 @@ msgstr "" #: extras_topology.xml:2308 #, no-c-format msgid "" -",, , " +",, , " msgstr "" #. Tag: refname @@ -3378,11 +3682,13 @@ msgstr "" #: extras_topology.xml:2321 #, no-c-format msgid "" -"topoelementarray " -"TopoElementArray_Agg " -"topoelement set " -"tefield" -msgstr "topoelementarray TopoElementArray_Agg topoelement set tefield" +"topoelementarray TopoElementArray_Agg topoelement set tefield" +msgstr "" +"topoelementarray TopoElementArray_Agg topoelement set tefield" #. Tag: para #: extras_topology.xml:2331 @@ -3434,21 +3740,29 @@ msgstr "" #: extras_topology.xml:2361 #, no-c-format msgid "" -"topoelementarray " -"GetTopoGeomElementArray " -"varchar toponame " -"integer layer_id " -"integer tg_id" -msgstr "topoelementarray GetTopoGeomElementArray varchar toponame integer layer_id integer tg_id" +"topoelementarray GetTopoGeomElementArray varchar toponame integer layer_id integer tg_id" +msgstr "" +"topoelementarray GetTopoGeomElementArray varchar toponame integer layer_id integer tg_id" #. Tag: funcprototype #: extras_topology.xml:2369 #, no-c-format msgid "" -"topoelementarray topoelement " -"GetTopoGeomElementArray " -"topogeometry tg" -msgstr "topoelementarray topoelement GetTopoGeomElementArray topogeometry tg" +"topoelementarray topoelement GetTopoGeomElementArray topogeometry tg" +msgstr "" +"topoelementarray topoelement GetTopoGeomElementArray topogeometry tg" #. Tag: para #: extras_topology.xml:2379 @@ -3465,8 +3779,7 @@ msgstr "" #, no-c-format msgid "" "tg_id is the topogeometry id of the topogeometry object in the topology in " -"the layer denoted by layer_id in the topology.layer " -"table." +"the layer denoted by layer_id in the topology.layer table." msgstr "" #. Tag: refname @@ -3488,21 +3801,29 @@ msgstr "" #: extras_topology.xml:2409 #, no-c-format msgid "" -"setof topoelement " -"GetTopoGeomElements varchar " -" toponame integer " -" layer_id " -"integer tg_id" -msgstr "setof topoelement GetTopoGeomElements varchar toponame integer layer_id integer tg_id" +"setof topoelement GetTopoGeomElements varchar toponame integer layer_id integer tg_id" +msgstr "" +"setof topoelement GetTopoGeomElements varchar toponame integer layer_id integer tg_id" #. Tag: funcprototype #: extras_topology.xml:2417 #, no-c-format msgid "" -"setof topoelement " -"GetTopoGeomElements " -"topogeometry tg" -msgstr "setof topoelement GetTopoGeomElements topogeometry tg" +"setof topoelement GetTopoGeomElements topogeometry tg" +msgstr "" +"setof topoelement GetTopoGeomElements topogeometry tg" #. Tag: para #: extras_topology.xml:2427 @@ -3541,50 +3862,88 @@ msgstr "" #, no-c-format msgid "" " text AsGML " -"topogeometry tg " -" text " -"AsGML topogeometry " -"tg text " -"nsprefix_in " -" text AsGML " -"topogeometry tg " -"regclass " +"topogeometry tg text AsGML topogeometry tg text nsprefix_in text AsGML topogeometry tg regclass " "visitedTable " " text AsGML " "topogeometry tg " -"regclass " -"visitedTable text " -"nsprefix " -"text AsGML " -"topogeometry tg " -"text nsprefix_in " -"integer precision " -"integer options " -" text " +"regclass visitedTable text nsprefix text AsGML topogeometry tg text nsprefix_in integer precision integer options text " "AsGML topogeometry " "tg text " -"nsprefix_in integer " -" precision integer " -" options regclass " -" visitedTable " +"nsprefix_in integer precision integer options regclass visitedTable " " text AsGML " "topogeometry tg " "text nsprefix_in " "integer precision " "integer options " -"regclass " +"regclass visitedTable text idprefix text AsGML topogeometry tg text nsprefix_in integer precision integer options regclass " "visitedTable text " -"idprefix " -"text AsGML " +"idprefix int " +"gmlversion " +msgstr "" +" text AsGML " +"topogeometry tg text AsGML topogeometry tg text nsprefix_in text AsGML topogeometry tg regclass " +"visitedTable " +" text AsGML " +"topogeometry tg " +"regclass visitedTable text nsprefix text AsGML topogeometry tg text nsprefix_in integer precision integer options text " +"AsGML topogeometry " +"tg text " +"nsprefix_in integer precision integer options regclass visitedTable " +" text AsGML " "topogeometry tg " "text nsprefix_in " "integer precision " "integer options " -"regclass " +"regclass visitedTable text idprefix text AsGML topogeometry tg text nsprefix_in integer precision integer options regclass " "visitedTable text " "idprefix int " "gmlversion " -msgstr " text AsGML topogeometry tg text AsGML topogeometry tg text nsprefix_in text AsGML topogeometry tg regclass visitedTable text AsGML topogeometry tg regclass visitedTable text nsprefix text AsGML topogeometry tg text nsprefix_in integer precision integer options text AsGML topogeometry tg text nsprefix_in integer precision integer options regclass visitedTable text AsGML topogeometry tg text nsprefix_in integer precision integer options regclass visitedTable text idprefix text AsGML topogeometry tg text nsprefix_in integer precision integer options regclass visitedTable text idprefix int gmlversion " #. Tag: para #: extras_topology.xml:2521 @@ -3601,15 +3960,15 @@ msgstr "" #: extras_topology.xml:2523 #, no-c-format msgid "" -"The visitedTable parameter, if given, is used for keeping" -" track of the visited Node and Edge elements so to use cross-references " +"The visitedTable parameter, if given, is used for keeping " +"track of the visited Node and Edge elements so to use cross-references " "(xlink:xref) rather than duplicating definitions. The table is expected to " "have (at least) two integer fields: 'element_type' and 'element_id'. The " "calling user must have both read and write privileges on the given table. " -"For best performance, an index should be defined on " -"element_type and element_id, in that " -"order. Such index would be created automatically by adding a unique " -"constraint to the fields. Example:" +"For best performance, an index should be defined on element_type and element_id, in that order. Such index would " +"be created automatically by adding a unique constraint to the fields. " +"Example:" msgstr "" #. Tag: programlisting @@ -3665,15 +4024,24 @@ msgid "" " \n" " \n" " \n" -" 384744 236928 384750 236923 384769 236911 384799 236895 384811 236890 \n" -" 384833 236884 384844 236882 384866 236881 384879 236883 384954 236898 385087 236932 385117 236938 \n" -" 385167 236938 385203 236941 385224 236946 385233 236950 385241 236956 385254 236971 \n" -" 385260 236979 385268 236999 385273 237018 385273 237037 385271 237047 385267 237057 385225 237125 \n" -" 385210 237144 385192 237161 385167 237192 385162 237202 385159 237214 385159 237227 385162 237241 \n" -" 385166 237256 385196 237324 385209 237345 385234 237375 385237 237383 385238 237399 385236 237407 \n" -" 385227 237419 385213 237430 385193 237439 385174 237451 385170 237455 385169 237460 385171 237475 \n" -" 385181 237503 385190 237521 385200 237533 385206 237538 385213 237541 385221 237542 385235 237540 385242 237541 \n" -" 385249 237544 385260 237555 385270 237570 385289 237584 385292 237589 385291 237596 385284 237630\n" +" 384744 236928 " +"384750 236923 384769 236911 384799 236895 384811 236890 \n" +" 384833 236884 384844 236882 384866 236881 384879 " +"236883 384954 236898 385087 236932 385117 236938 \n" +" 385167 236938 385203 236941 385224 236946 385233 " +"236950 385241 236956 385254 236971 \n" +" 385260 236979 385268 236999 385273 237018 385273 " +"237037 385271 237047 385267 237057 385225 237125 \n" +" 385210 237144 385192 237161 385167 237192 385162 " +"237202 385159 237214 385159 237227 385162 237241 \n" +" 385166 237256 385196 237324 385209 237345 385234 " +"237375 385237 237383 385238 237399 385236 237407 \n" +" 385227 237419 385213 237430 385193 237439 385174 " +"237451 385170 237455 385169 237460 385171 237475 \n" +" 385181 237503 385190 237521 385200 237533 385206 " +"237538 385213 237541 385221 237542 385235 237540 385242 237541 \n" +" 385249 237544 385260 237555 385270 237570 385289 " +"237584 385292 237589 385291 237596 385284 237630\n" " \n" " \n" " \n" @@ -3709,15 +4077,24 @@ msgid "" " \n" " \n" " \n" -" 384744 236928 384750 236923 384769 236911 384799 236895 384811 236890 \n" -" 384833 236884 384844 236882 384866 236881 384879 236883 384954 236898 385087 236932 385117 236938 \n" -" 385167 236938 385203 236941 385224 236946 385233 236950 385241 236956 385254 236971 \n" -" 385260 236979 385268 236999 385273 237018 385273 237037 385271 237047 385267 237057 385225 237125 \n" -" 385210 237144 385192 237161 385167 237192 385162 237202 385159 237214 385159 237227 385162 237241 \n" -" 385166 237256 385196 237324 385209 237345 385234 237375 385237 237383 385238 237399 385236 237407 \n" -" 385227 237419 385213 237430 385193 237439 385174 237451 385170 237455 385169 237460 385171 237475 \n" -" 385181 237503 385190 237521 385200 237533 385206 237538 385213 237541 385221 237542 385235 237540 385242 237541 \n" -" 385249 237544 385260 237555 385270 237570 385289 237584 385292 237589 385291 237596 385284 237630\n" +" 384744 236928 384750 " +"236923 384769 236911 384799 236895 384811 236890 \n" +" 384833 236884 384844 236882 384866 236881 384879 " +"236883 384954 236898 385087 236932 385117 236938 \n" +" 385167 236938 385203 236941 385224 236946 385233 " +"236950 385241 236956 385254 236971 \n" +" 385260 236979 385268 236999 385273 237018 385273 " +"237037 385271 237047 385267 237057 385225 237125 \n" +" 385210 237144 385192 237161 385167 237192 385162 " +"237202 385159 237214 385159 237227 385162 237241 \n" +" 385166 237256 385196 237324 385209 237345 385234 " +"237375 385237 237383 385238 237399 385236 237407 \n" +" 385227 237419 385213 237430 385193 237439 385174 " +"237451 385170 237455 385169 237460 385171 237475 \n" +" 385181 237503 385190 237521 385200 237533 385206 " +"237538 385213 237541 385221 237542 385235 237540 385242 237541 \n" +" 385249 237544 385260 237555 385270 237570 385289 " +"237584 385292 237589 385291 237596 385284 237630\n" " \n" " \n" " \n" diff --git a/doc/po/fr/faq.xml.po b/doc/po/fr/faq.xml.po index 0cfe69cc7..b910ca5ee 100644 --- a/doc/po/fr/faq.xml.po +++ b/doc/po/fr/faq.xml.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# +# # Translators: # Arnaud Vandecasteele , 2013-2014 # FPH , 2013 @@ -13,11 +13,12 @@ msgstr "" "POT-Creation-Date: 2012-09-14 17:50+0000\n" "PO-Revision-Date: 2014-05-05 16:21+0000\n" "Last-Translator: vpicavet \n" -"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/" +"language/fr/)\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. Tag: title @@ -32,23 +33,34 @@ msgstr "Foire Aux Questions PostGIS" msgid "" "My applications and desktop tools worked with PostGIS 1.5,but they don't " "work with PostGIS 2.0. How do I fix this?" -msgstr "Mon application et mes outils fonctionnaient avec PostGIS 1.5, cependant ils ne marchent plus avec PostGIS 2.0. Comment réparer cela ?" +msgstr "" +"Mon application et mes outils fonctionnaient avec PostGIS 1.5, cependant ils " +"ne marchent plus avec PostGIS 2.0. Comment réparer cela ?" #. Tag: para #: faq.xml:12 #, no-c-format msgid "" "A lot of deprecated functions were removed from the PostGIS code base in " -"PostGIS 2.0. This has affected applications in addition to third-party tools" -" such as Geoserver, MapServer, QuantumGIS, and OpenJump to name a few. There" -" are a couple of ways to resolve this. For the third-party apps, you can try" -" to upgrade to the latest versions of these which have many of these issues " +"PostGIS 2.0. This has affected applications in addition to third-party tools " +"such as Geoserver, MapServer, QuantumGIS, and OpenJump to name a few. There " +"are a couple of ways to resolve this. For the third-party apps, you can try " +"to upgrade to the latest versions of these which have many of these issues " "fixed. For your own code, you can change your code to not use the functions " "removed. Most of these functions are non ST_ aliases of ST_Union, ST_Length " -"etc. and as a last resort, install the whole of " -"legacy.sql or just the portions of " -"legacy.sql you need." -msgstr "Beaucoup de fonctions obsolètes ont été supprimées du code de PostGIS dans PostGIS 2.0. Cela a affecté des applications en sus d'outils tiers comme GeoServer, MapServer, QuantumGIS et OpenJump pour n'en citer que quelques uns. Il y a plusieurs façons de résoudre ceci. Pour les applications tierces, vous pouvez essayer de passer aux dernières versions de celles qui ont vu beaucoup de ces problèmes résolus. Pour votre propre code, vous pouvez le modifier pour ne pas utiliser les fonctions supprimées. La plupart de ces fonctions ne sont pas des alias ST_ de ST_Union, ST_Length etc. et en dernier recours, installez la totalité de legacy.sql ou juste les parties de legacy.sql dont vous avez besoin." +"etc. and as a last resort, install the whole of legacy.sql or just the portions of legacy.sql you need." +msgstr "" +"Beaucoup de fonctions obsolètes ont été supprimées du code de PostGIS dans " +"PostGIS 2.0. Cela a affecté des applications en sus d'outils tiers comme " +"GeoServer, MapServer, QuantumGIS et OpenJump pour n'en citer que quelques " +"uns. Il y a plusieurs façons de résoudre ceci. Pour les applications " +"tierces, vous pouvez essayer de passer aux dernières versions de celles qui " +"ont vu beaucoup de ces problèmes résolus. Pour votre propre code, vous " +"pouvez le modifier pour ne pas utiliser les fonctions supprimées. La plupart " +"de ces fonctions ne sont pas des alias ST_ de ST_Union, ST_Length etc. et en " +"dernier recours, installez la totalité de legacy.sql ou " +"juste les parties de legacy.sql dont vous avez besoin." #. Tag: para #: faq.xml:18 @@ -58,7 +70,11 @@ msgid "" "postgis.sql. You can install this file after you have installed postgis.sql " "and spatial_ref_sys.sql to get back all the 200 some-odd old functions we " "removed." -msgstr "Le fichier legacy.sql est situé dans le même répertoire que postgis.sql. Vous pouvez installer ce fichier après avoir installé postgis.sql et spatial_ref_sys.sql pour retrouver toutes les 200 et quelques anciennes fonctions que nous avons supprimées." +msgstr "" +"Le fichier legacy.sql est situé dans le même répertoire " +"que postgis.sql. Vous pouvez installer ce fichier après avoir installé " +"postgis.sql et spatial_ref_sys.sql pour retrouver toutes les 200 et quelques " +"anciennes fonctions que nous avons supprimées." #. Tag: para #: faq.xml:24 @@ -66,7 +82,9 @@ msgstr "Le fichier legacy.sql est situé dans le même réper msgid "" "I'm running PostgreSQL 9.0 and I can no longer read/view geometries in " "OpenJump, Safe FME, and some other tools?" -msgstr "J'utilise PostgreSQL 9.0 et je ne peux plus accéder à la géométries de mes objets dans OpenJump, Safe FME ou tout autre logiciel" +msgstr "" +"J'utilise PostgreSQL 9.0 et je ne peux plus accéder à la géométries de mes " +"objets dans OpenJump, Safe FME ou tout autre logiciel" #. Tag: para #: faq.xml:28 @@ -74,31 +92,47 @@ msgstr "J'utilise PostgreSQL 9.0 et je ne peux plus accéder à la géométries msgid "" "In PostgreSQL 9.0+, the default encoding for bytea data has been changed to " "hex and older JDBC drivers still assume escape format. This has affected " -"some applications such as Java applications using older JDBC drivers or .NET" -" applications that use the older npgsql driver that expect the old behavior " +"some applications such as Java applications using older JDBC drivers or .NET " +"applications that use the older npgsql driver that expect the old behavior " "of ST_AsBinary. There are two approaches to getting this to work again." -msgstr "Dans PostgreSQL 9.0+, l'encodage par défaut pour la donnée bytea a été changé vers l'hexadécimal et les anciens pilotes JDBC assument toujours l'ancien format avec échappement. Cela affecte certaines applications telles que les applications Java utilisant des anciens pilotes JDBC, ou des applications .NET qui utilisent le vieux pilote npgsql, qui attend l'ancien comportement de ST_AsBinary. Il y a deux approches pour rétablir un bon fonctionnement dans cette situation." +msgstr "" +"Dans PostgreSQL 9.0+, l'encodage par défaut pour la donnée bytea a été " +"changé vers l'hexadécimal et les anciens pilotes JDBC assument toujours " +"l'ancien format avec échappement. Cela affecte certaines applications telles " +"que les applications Java utilisant des anciens pilotes JDBC, ou des " +"applications .NET qui utilisent le vieux pilote npgsql, qui attend l'ancien " +"comportement de ST_AsBinary. Il y a deux approches pour rétablir un bon " +"fonctionnement dans cette situation." #. Tag: para #: faq.xml:32 #, no-c-format msgid "" "You can upgrade your JDBC driver to the latest PostgreSQL 9.0 version which " -"you can get from http://jdbc.postgresql.org/download.html" -msgstr "Vous pouvez mettre à jour votre pilote JDBC vers sa version PostgreSQL 9.0 que vous pouvez obtenir depuis http://jdbc.postgresql.org/download.html" +"you can get from http://jdbc.postgresql.org/download.html" +msgstr "" +"Vous pouvez mettre à jour votre pilote JDBC vers sa version PostgreSQL 9.0 " +"que vous pouvez obtenir depuis http://jdbc.postgresql.org/download.html" #. Tag: para #: faq.xml:34 #, no-c-format msgid "" -"If you are running a .NET app, you can use Npgsql 2.0.11 or higher which you" -" can download from http://pgfoundry.org/frs/?group_id=1000140" -" and as described on Francisco" -" Figueiredo's NpgSQL 2.0.11 released blog entry" -msgstr "Si vous faites tourner une application .NET, vous pouvez utiliser Npgsql 2.0.11 ou supérieure, que vous pouvez télécharger de http://pgfoundry.org/frs/?group_id=1000140, et voir la description donnée sur l'entrée de blog de Francisco Figueiredo sur NpgSQL 2.0.11" +"If you are running a .NET app, you can use Npgsql 2.0.11 or higher which you " +"can download from http://pgfoundry.org/frs/?group_id=1000140 and as " +"described on Francisco Figueiredo's NpgSQL 2.0.11 released blog entry" +msgstr "" +"Si vous faites tourner une application .NET, vous pouvez utiliser Npgsql " +"2.0.11 ou supérieure, que vous pouvez télécharger de http://pgfoundry.org/frs/?" +"group_id=1000140, et voir la description donnée sur l'entrée de blog " +"de Francisco Figueiredo sur NpgSQL 2.0.11" #. Tag: para #: faq.xml:38 @@ -106,7 +140,10 @@ msgstr "Si vous faites tourner une application .NET, vous pouvez utiliser Npgsql msgid "" "If upgrading your PostgreSQL driver is not an option, then you can set the " "default back to the old behavior with the following change:" -msgstr "Si mettre à jour votre pilote PostgreSQL n'est pas une option, alors vous pouvez définir la valeur par défaut à l'ancien comportement avec la modification suivante :" +msgstr "" +"Si mettre à jour votre pilote PostgreSQL n'est pas une option, alors vous " +"pouvez définir la valeur par défaut à l'ancien comportement avec la " +"modification suivante :" #. Tag: programlisting #: faq.xml:39 @@ -120,7 +157,9 @@ msgstr "ALTER DATABASE mypostgisdb SET bytea_output='escape';" msgid "" "I tried to use PgAdmin to view my geometry column and it is blank, what " "gives?" -msgstr "J'ai essayé d'utiliser PgAdmin pour visualiser mon champ géométrique mais elle est vide, qu'arrive-t-il ?" +msgstr "" +"J'ai essayé d'utiliser PgAdmin pour visualiser mon champ géométrique mais " +"elle est vide, qu'arrive-t-il ?" #. Tag: para #: faq.xml:50 @@ -128,24 +167,37 @@ msgstr "J'ai essayé d'utiliser PgAdmin pour visualiser mon champ géométrique msgid "" "PgAdmin doesn't show anything for large geometries. The best ways to verify " "you do have data in your geometry columns are?" -msgstr "PgAdmin ne montre rien concernant les grandes géométries. Quelles sont les meilleurs solutions pour vérifier que mes champs géométriques contiennent des données ?" +msgstr "" +"PgAdmin ne montre rien concernant les grandes géométries. Quelles sont les " +"meilleurs solutions pour vérifier que mes champs géométriques contiennent " +"des données ?" #. Tag: programlisting #: faq.xml:53 #, no-c-format msgid "" -"-- this should return no records if all your geom fields are filled in \n" +"-- this should return no records if all your geom fields are filled " +"in \n" +"SELECT somefield FROM mytable WHERE geom IS NULL;" +msgstr "" +"-- cela ne doit pas retourner d'enregistrements si tous les champs " +"géométriques sont remplis\n" "SELECT somefield FROM mytable WHERE geom IS NULL;" -msgstr "-- cela ne doit pas retourner d'enregistrements si tous les champs géométriques sont remplis\nSELECT somefield FROM mytable WHERE geom IS NULL;" #. Tag: programlisting #: faq.xml:55 #, no-c-format msgid "" "-- To tell just how large your geometry is do a query of the form\n" -"--which will tell you the most number of points you have in any of your geometry columns\n" +"--which will tell you the most number of points you have in any of your " +"geometry columns\n" +"SELECT MAX(ST_NPoints(geom)) FROM sometable;" +msgstr "" +"-- Pour connaître la taille de votre géométrie faîtes une requête de ce " +"type\n" +"-- qui vous indiquera le plus grand nombre de points vous avez dans vos " +"géométries\n" "SELECT MAX(ST_NPoints(geom)) FROM sometable;" -msgstr "-- Pour connaître la taille de votre géométrie faîtes une requête de ce type\n-- qui vous indiquera le plus grand nombre de points vous avez dans vos géométries\nSELECT MAX(ST_NPoints(geom)) FROM sometable;" #. Tag: para #: faq.xml:61 @@ -157,8 +209,8 @@ msgstr "Quelles sont les objets géométriques que je peux sauvegarder ?" #: faq.xml:65 #, no-c-format msgid "" -"You can store point, line, polygon, multipoint, multiline, multipolygon, and" -" geometrycollections. In PostGIS 2.0 and above you can also store TINS and " +"You can store point, line, polygon, multipoint, multiline, multipolygon, and " +"geometrycollections. In PostGIS 2.0 and above you can also store TINS and " "Polyhedral Surfaces in the basic geometry type. These are specified in the " "Open GIS Well Known Text Format (with XYZ,XYM,XYZM extensions). There are " "three data types currently supported. The standard OGC geometry data type " @@ -167,15 +219,17 @@ msgid "" "similar type in Microsoft SQL Server 2008+). Only WGS 84 long lat " "(SRID:4326) is supported by the geography data type. The newest family " "member of the PostGIS spatial type family is raster for storing and " -"analyzing raster data. Raster has its very own FAQ. Refer to and for more details." +"analyzing raster data. Raster has its very own FAQ. Refer to and for more details." msgstr "" #. Tag: para #: faq.xml:78 #, no-c-format msgid "I'm all confused. Which data store should I use geometry or geography?" -msgstr "Je suis perdu. Dois-je utiliser un champs de type \"geometry\" ou \"geography\" ?" +msgstr "" +"Je suis perdu. Dois-je utiliser un champs de type \"geometry\" ou \"geography" +"\" ?" #. Tag: para #: faq.xml:82 @@ -184,48 +238,78 @@ msgid "" "Short Answer: geography is a new data type that supports long range " "distances measurements, but most computations on it are currently slower " "than they are on geometry. If you use geography -- you don't need to learn " -"much about planar coordinate systems. Geography is generally best if all you" -" care about is measuring distances and lengths and you have data from all " +"much about planar coordinate systems. Geography is generally best if all you " +"care about is measuring distances and lengths and you have data from all " "over the world. Geometry data type is an older data type that has many more " "functions supporting it, enjoys greater support from third party tools, and " -"operations on it are generally faster -- sometimes as much as 10 fold faster" -" for larger geometries. Geometry is best if you are pretty comfortable with " +"operations on it are generally faster -- sometimes as much as 10 fold faster " +"for larger geometries. Geometry is best if you are pretty comfortable with " "spatial reference systems or you are dealing with localized data where all " "your data fits in a single spatial " "reference system (SRID), or you need to do a lot of spatial " "processing. Note: It is fairly easy to do one-off conversions between the " -"two types to gain the benefits of each. Refer to to see what is currently supported " -"and what is not." -msgstr "Réponse courte: geography est un nouveau type de donnée qui supporte la mesure de distances à longue portée, mais la plupart des calculs sont actuellement plus lents qu'avec geometry. Si vous utilisez geography -- vous n'avez pas besoin d'en apprendre davantage à propos des systèmes de coordonnées planes. Geography est en général le meilleur si vous avez surtout besoin de mesurer des distances et des longueurs et si vous avez des données provenant du monde entier. Geometry est un type de donnée plus vieux qui est encore supporté par beaucoup plus de fonctions, qui bénéficie d'un meilleur support par les outils tierce partie, et avec lequel les opérations sont en général plus rapides -- parfois plus rapides d'un facteur 10 pour les grosses géométries. Geometry est meilleur si vous êtes habitué aux systèmes de référence spatiaux ou si vous travaillez avec des données localisées avec toutes vos données tenant dans un seul système de référence spatiale (SRID), ou si vous avez besoin de faire beaucoup de calcul spatial. Note: il est assez facile de faire des conversions entre les deux types pour avoir les bénéfices de chacun d'entre eux. Se référer à pour voir ce qui est actuellement supporté ou pas." +"two types to gain the benefits of each. Refer to to see what is currently supported and what " +"is not." +msgstr "" +"Réponse courte: geography est un nouveau type de donnée qui supporte la " +"mesure de distances à longue portée, mais la plupart des calculs sont " +"actuellement plus lents qu'avec geometry. Si vous utilisez geography -- vous " +"n'avez pas besoin d'en apprendre davantage à propos des systèmes de " +"coordonnées planes. Geography est en général le meilleur si vous avez " +"surtout besoin de mesurer des distances et des longueurs et si vous avez des " +"données provenant du monde entier. Geometry est un type de donnée plus vieux " +"qui est encore supporté par beaucoup plus de fonctions, qui bénéficie d'un " +"meilleur support par les outils tierce partie, et avec lequel les opérations " +"sont en général plus rapides -- parfois plus rapides d'un facteur 10 pour " +"les grosses géométries. Geometry est meilleur si vous êtes habitué aux " +"systèmes de référence spatiaux ou si vous travaillez avec des données " +"localisées avec toutes vos données tenant dans un seul système de référence spatiale (SRID), ou si vous " +"avez besoin de faire beaucoup de calcul spatial. Note: il est assez facile " +"de faire des conversions entre les deux types pour avoir les bénéfices de " +"chacun d'entre eux. Se référer à pour voir ce qui est actuellement supporté ou pas." #. Tag: para #: faq.xml:93 #, no-c-format msgid "" -"Long Answer: Refer to our more lengthy discussion in the and function type matrix." -msgstr "Réponse plus longue ; référez vous à notre longue discussion sur et matrice de type de fonction." +"Long Answer: Refer to our more lengthy discussion in the and function type matrix." +msgstr "" +"Réponse plus longue ; référez vous à notre longue discussion sur et matrice de type de fonction." #. Tag: para #: faq.xml:101 #, no-c-format msgid "" "I have more intense questions about geography, such as how big of a " -"geographic region can I stuff in a geography column and still get reasonable" -" answers. Are there limitations such as poles, everything in the field must " +"geographic region can I stuff in a geography column and still get reasonable " +"answers. Are there limitations such as poles, everything in the field must " "fit in a hemisphere (like SQL Server 2008 has), speed etc?" -msgstr "J'ai d'autres questions plus avancées sur le type geography, comme la taille d'une région géographique que je peux mettre dans une colonne geography pour continuer à avoir des requêtes performantes. Ou bien s'il y a des limitations, comme aux pôles, ou si toutes les données doivent tenir dans un hémisphère (comme dans SQL server 2008), ou bien sur la vitesse d'exécution, etc." +msgstr "" +"J'ai d'autres questions plus avancées sur le type geography, comme la taille " +"d'une région géographique que je peux mettre dans une colonne geography pour " +"continuer à avoir des requêtes performantes. Ou bien s'il y a des " +"limitations, comme aux pôles, ou si toutes les données doivent tenir dans un " +"hémisphère (comme dans SQL server 2008), ou bien sur la vitesse d'exécution, " +"etc." #. Tag: para #: faq.xml:105 #, no-c-format msgid "" "Your questions are too deep and complex to be adequately answered in this " -"section. Please refer to our ." -msgstr "Vos questions sont trop complexes et trop importantes pour être suffisamment détaillées ici. Référez vous à notre ." +"section. Please refer to our ." +msgstr "" +"Vos questions sont trop complexes et trop importantes pour être suffisamment " +"détaillées ici. Référez vous à notre ." #. Tag: para #: faq.xml:112 @@ -238,10 +322,15 @@ msgstr "Comment est-ce que j'insère un objet SIG dans une base de données ?" #, no-c-format msgid "" "First, you need to create a table with a column of type \"geometry\" or " -"\"geography\" to hold your GIS data. Storing geography type data is a little" -" different than storing geometry. Refer to for details on storing geography." -msgstr "D'abords, vous devez créer une table avec une colonne de type \"geometry\" ou \"geography\" pour stocker vos données SIG. Stocker des données de type géographique est un petit différent que stocker des géométries. Référez vous à la page pour les détails sur le stockage géographique." +"\"geography\" to hold your GIS data. Storing geography type data is a little " +"different than storing geometry. Refer to for details on storing geography." +msgstr "" +"D'abords, vous devez créer une table avec une colonne de type \"geometry\" " +"ou \"geography\" pour stocker vos données SIG. Stocker des données de type " +"géographique est un petit différent que stocker des géométries. Référez vous " +"à la page pour les détails sur le " +"stockage géographique." #. Tag: para #: faq.xml:120 @@ -249,7 +338,9 @@ msgstr "D'abords, vous devez créer une table avec une colonne de type \"geometr msgid "" "For geometry: Connect to your database with psql and " "try the following SQL:" -msgstr "Pour les géométries : connectez vous à votre base de données avec psql et tentez la commande SQL suivante :" +msgstr "" +"Pour les géométries : connectez vous à votre base de données avec " +"psql et tentez la commande SQL suivante :" #. Tag: programlisting #: faq.xml:124 @@ -257,25 +348,33 @@ msgstr "Pour les géométries : connectez vous à votre base de données avec ." -msgstr "Si l'ajout de la colonne géométrique plante, vous n'avez probablement pas charger les fonctions et objets PostGIS dans la base. Lisez le chapitre ." +"PostGIS functions and objects into this database. See the ." +msgstr "" +"Si l'ajout de la colonne géométrique plante, vous n'avez probablement pas " +"charger les fonctions et objets PostGIS dans la base. Lisez le chapitre " +"." #. Tag: para #: faq.xml:130 #, no-c-format msgid "" -"Then, you can insert a geometry into the table using a SQL insert statement." -" The GIS object itself is formatted using the OpenGIS Consortium \"well-" -"known text\" format:" -msgstr "Puis, vous pouvez insérer une géométrie dans la table en utilisant une requête SQL insert. L'objet SIG lui même est formaté en utilisant le format \"well-known text\" de l'OpenGIS Consortium." +"Then, you can insert a geometry into the table using a SQL insert statement. " +"The GIS object itself is formatted using the OpenGIS Consortium \"well-known " +"text\" format:" +msgstr "" +"Puis, vous pouvez insérer une géométrie dans la table en utilisant une " +"requête SQL insert. L'objet SIG lui même est formaté en utilisant le format " +"\"well-known text\" de l'OpenGIS Consortium." #. Tag: programlisting #: faq.xml:134 @@ -287,15 +386,23 @@ msgid "" " 'First Geometry', \n" " ST_GeomFromText('LINESTRING(2 3,4 5,6 5,7 8)', -1)\n" ");" -msgstr "INSERT INTO gtest (ID, NAME, GEOM) \nVALUES (\n 1, \n 'First Geometry', \n ST_GeomFromText('LINESTRING(2 3,4 5,6 5,7 8)', -1)\n);" +msgstr "" +"INSERT INTO gtest (ID, NAME, GEOM) \n" +"VALUES (\n" +" 1, \n" +" 'First Geometry', \n" +" ST_GeomFromText('LINESTRING(2 3,4 5,6 5,7 8)', -1)\n" +");" #. Tag: para #: faq.xml:136 #, no-c-format msgid "" -"For more information about other GIS objects, see the object reference." -msgstr "Pour plus d'information sur les objets SIG, lisez le chapitre object reference." +"For more information about other GIS objects, see the object reference." +msgstr "" +"Pour plus d'information sur les objets SIG, lisez le chapitre object reference." #. Tag: para #: faq.xml:139 @@ -323,7 +430,11 @@ msgid "" "----+----------------+-----------------------------\n" " 1 | First Geometry | LINESTRING(2 3,4 5,6 5,7 8) \n" "(1 row)" -msgstr "id | name | geom\n----+----------------+-----------------------------\n 1 | First Geometry | LINESTRING(2 3,4 5,6 5,7 8) \n(1 row)" +msgstr "" +"id | name | geom\n" +"----+----------------+-----------------------------\n" +" 1 | First Geometry | LINESTRING(2 3,4 5,6 5,7 8) \n" +"(1 row)" #. Tag: para #: faq.xml:151 @@ -337,36 +448,47 @@ msgstr "Comment est-ce que je construis une requête spatiale ?" msgid "" "The same way you construct any other database query, as an SQL combination " "of return values, functions, and boolean tests." -msgstr "De la même manière vous construisez n'importe quelle requête de base de données, comme une combinaison SQL de valeurs retournées, fonctions et tests booléens." +msgstr "" +"De la même manière vous construisez n'importe quelle requête de base de " +"données, comme une combinaison SQL de valeurs retournées, fonctions et tests " +"booléens." #. Tag: para #: faq.xml:158 #, no-c-format msgid "" -"For spatial queries, there are two issues that are important to keep in mind" -" while constructing your query: is there a spatial index you can make use " -"of; and, are you doing expensive calculations on a large number of " -"geometries." -msgstr "Pour les requêtes spatiales, il y a deux problèmes qui sont important à garder à l'esprit lors de la construction de vos requêtes : y a t'il un index spatial que vous pouvez utiliser et faîtes vous des calculs couteux sur un grand nombre de géométries. " +"For spatial queries, there are two issues that are important to keep in mind " +"while constructing your query: is there a spatial index you can make use of; " +"and, are you doing expensive calculations on a large number of geometries." +msgstr "" +"Pour les requêtes spatiales, il y a deux problèmes qui sont important à " +"garder à l'esprit lors de la construction de vos requêtes : y a t'il un " +"index spatial que vous pouvez utiliser et faîtes vous des calculs couteux " +"sur un grand nombre de géométries. " #. Tag: para #: faq.xml:163 #, no-c-format msgid "" "In general, you will want to use the \"intersects operator\" (&&) " -"which tests whether the bounding boxes of features intersect. The reason the" -" && operator is useful is because if a spatial index is available to" -" speed up the test, the && operator will make use of this. This can " +"which tests whether the bounding boxes of features intersect. The reason the " +"&& operator is useful is because if a spatial index is available to " +"speed up the test, the && operator will make use of this. This can " "make queries much much faster." -msgstr "En général, vous voulez utiliser l'\"opérateur intersects\" (&&) qui test si la boîte englobante de l'entité intersecte. La raison de l'utilité de l'opérateur && est que si un index spatial est disponible pour accélérer le test, l'opérateur && l'utilisera. Cela rend les requêtes beaucoup plus rapide." +msgstr "" +"En général, vous voulez utiliser l'\"opérateur intersects\" (&&) qui " +"test si la boîte englobante de l'entité intersecte. La raison de l'utilité " +"de l'opérateur && est que si un index spatial est disponible pour " +"accélérer le test, l'opérateur && l'utilisera. Cela rend les " +"requêtes beaucoup plus rapide." #. Tag: para #: faq.xml:170 #, no-c-format msgid "" "You will also make use of spatial functions, such as Distance(), " -"ST_Intersects(), ST_Contains() and ST_Within(), among others, to narrow down" -" the results of your search. Most spatial queries include both an indexed " +"ST_Intersects(), ST_Contains() and ST_Within(), among others, to narrow down " +"the results of your search. Most spatial queries include both an indexed " "test and a spatial function test. The index test serves to limit the number " "of return tuples to only tuples that might meet the " "condition of interest. The spatial functions are then use to test the " @@ -381,22 +503,31 @@ msgid "" "FROM thetable \n" "WHERE \n" " ST_Contains(the_geom,'POLYGON((0 0, 0 10, 10 10, 10 0, 0 0))');" -msgstr "SELECT id, the_geom \nFROM thetable \nWHERE \n ST_Contains(the_geom,'POLYGON((0 0, 0 10, 10 10, 10 0, 0 0))');" +msgstr "" +"SELECT id, the_geom \n" +"FROM thetable \n" +"WHERE \n" +" ST_Contains(the_geom,'POLYGON((0 0, 0 10, 10 10, 10 0, 0 0))');" #. Tag: para #: faq.xml:184 #, no-c-format msgid "How do I speed up spatial queries on large tables?" -msgstr "Comment est-ce que je peux accélérer les requêtes spatiales sur des grandes tables ?" +msgstr "" +"Comment est-ce que je peux accélérer les requêtes spatiales sur des grandes " +"tables ?" #. Tag: para #: faq.xml:188 #, no-c-format msgid "" "Fast queries on large tables is the raison d'etre of " -"spatial databases (along with transaction support) so having a good index is" -" important." -msgstr "Les requêtes rapides sur de grosse table est la raison d'etre des bases de donnes spatiales (avec la gestion des transactions) donc avoir un bon index est important." +"spatial databases (along with transaction support) so having a good index is " +"important." +msgstr "" +"Les requêtes rapides sur de grosse table est la raison d'etre des bases de donnes spatiales (avec la gestion des transactions) " +"donc avoir un bon index est important." #. Tag: para #: faq.xml:192 @@ -404,22 +535,27 @@ msgstr "Les requêtes rapides sur de grosse table est la raison d'etre msgid "" "To build a spatial index on a table with a geometry " "column, use the \"CREATE INDEX\" function as follows:" -msgstr "Pour créer un index spatial sur une table avec un champ geometry, utilisez la fonction \"CREATE INDEX\" comme ci-après :" +msgstr "" +"Pour créer un index spatial sur une table avec un champ geometry, utilisez la fonction \"CREATE INDEX\" comme ci-après :" #. Tag: programlisting #: faq.xml:196 #, no-c-format msgid "" "CREATE INDEX [indexname] ON [tablename] USING GIST ( [geometrycolumn] );" -msgstr "CREATE INDEX [indexname] ON [tablename] USING GIST ( [geometrycolumn] );" +msgstr "" +"CREATE INDEX [indexname] ON [tablename] USING GIST ( [geometrycolumn] );" #. Tag: para #: faq.xml:198 #, no-c-format msgid "" -"The \"USING GIST\" option tells the server to use a GiST (Generalized Search" -" Tree) index." -msgstr "L'option \"USING GIST\" dit au serveur d'utiliser un index GiST (Generalized Search Tree)." +"The \"USING GIST\" option tells the server to use a GiST (Generalized Search " +"Tree) index." +msgstr "" +"L'option \"USING GIST\" dit au serveur d'utiliser un index GiST (Generalized " +"Search Tree)." #. Tag: para #: faq.xml:202 @@ -427,7 +563,10 @@ msgstr "L'option \"USING GIST\" dit au serveur d'utiliser un index GiST (General msgid "" "GiST indexes are assumed to be lossy. Lossy indexes uses a proxy object (in " "the spatial case, a bounding box) for building the index." -msgstr "Les indexes GiST sont supposés sans perte. Les indexes avec pertes utilisent un objet proxy (dans le cas du spatial, une boîte englobante) pour construire l'index." +msgstr "" +"Les indexes GiST sont supposés sans perte. Les indexes avec pertes utilisent " +"un objet proxy (dans le cas du spatial, une boîte englobante) pour " +"construire l'index." #. Tag: para #: faq.xml:207 @@ -436,15 +575,21 @@ msgid "" "You should also ensure that the PostgreSQL query planner has enough " "information about your index to make rational decisions about when to use " "it. To do this, you have to \"gather statistics\" on your geometry tables." -msgstr "Vous devriez vous assurer également que le planificateur PostgreSQL possède suffisamment d'information sur votre index pour prendre des décisions rationnelles sur son utilisation. Pour cela, il faudra \"calculer les statistiques\" sur vos tables géométriques." +msgstr "" +"Vous devriez vous assurer également que le planificateur PostgreSQL possède " +"suffisamment d'information sur votre index pour prendre des décisions " +"rationnelles sur son utilisation. Pour cela, il faudra \"calculer les " +"statistiques\" sur vos tables géométriques." #. Tag: para #: faq.xml:212 #, no-c-format msgid "" -"For PostgreSQL 8.0.x and greater, just run the VACUUM " -"ANALYZE command." -msgstr "Pour les versions de PostgreSQL 8.0.x et les versions supérieures, lancez simplement la commande VACUUM ANALYZE." +"For PostgreSQL 8.0.x and greater, just run the VACUUM ANALYZE command." +msgstr "" +"Pour les versions de PostgreSQL 8.0.x et les versions supérieures, lancez " +"simplement la commande VACUUM ANALYZE." #. Tag: para #: faq.xml:215 @@ -452,13 +597,16 @@ msgstr "Pour les versions de PostgreSQL 8.0.x et les versions supérieures, lanc msgid "" "For PostgreSQL 7.4.x and below, run the SELECT " "UPDATE_GEOMETRY_STATS() command." -msgstr "Pour PostgreSQL 7.4.x et antérieur, lancez la commande SELECT UPDATE_GEOMETRY_STATS()" +msgstr "" +"Pour PostgreSQL 7.4.x et antérieur, lancez la commande SELECT " +"UPDATE_GEOMETRY_STATS()" #. Tag: para #: faq.xml:222 #, no-c-format msgid "Why aren't PostgreSQL R-Tree indexes supported?" -msgstr "Pourquoi est-ce que les indexes R-Tree PostgreSQL ne sont pas supportés ?" +msgstr "" +"Pourquoi est-ce que les indexes R-Tree PostgreSQL ne sont pas supportés ?" #. Tag: para #: faq.xml:226 @@ -467,7 +615,10 @@ msgid "" "Early versions of PostGIS used the PostgreSQL R-Tree indexes. However, " "PostgreSQL R-Trees have been completely discarded since version 0.6, and " "spatial indexing is provided with an R-Tree-over-GiST scheme." -msgstr "Les versions précédentes de PostGIS utilisaient des index de type R-Tree. Néanmoins, ces index R-Trees ont été supprimés depuis la version 0.6 et l'indexation spatiale est maintenant réalisée par un R-Tree-over-GiST." +msgstr "" +"Les versions précédentes de PostGIS utilisaient des index de type R-Tree. " +"Néanmoins, ces index R-Trees ont été supprimés depuis la version 0.6 et " +"l'indexation spatiale est maintenant réalisée par un R-Tree-over-GiST." #. Tag: para #: faq.xml:231 @@ -478,16 +629,25 @@ msgid "" "undesirable for use with GIS features (note that these limitations are due " "to the current PostgreSQL native R-Tree implementation, not the R-Tree " "concept in general):" -msgstr "Nos tests ont montré que la vitesse de recherche des indexes R-Tree et GiST est comparable. Les R-Tree PostgreSQL ont deux limitations qui les rendent inintéressants pour une utilisation avec des objets SIG (notez que ces limitations sont dues à l'implémentation native des R-Tree dans PostgreSQL, pas au concept de R-Tree en général):" +msgstr "" +"Nos tests ont montré que la vitesse de recherche des indexes R-Tree et GiST " +"est comparable. Les R-Tree PostgreSQL ont deux limitations qui les rendent " +"inintéressants pour une utilisation avec des objets SIG (notez que ces " +"limitations sont dues à l'implémentation native des R-Tree dans PostgreSQL, " +"pas au concept de R-Tree en général):" #. Tag: para #: faq.xml:239 #, no-c-format msgid "" -"R-Tree indexes in PostgreSQL cannot handle features which are larger than 8K" -" in size. GiST indexes can, using the \"lossy\" trick of substituting the " +"R-Tree indexes in PostgreSQL cannot handle features which are larger than 8K " +"in size. GiST indexes can, using the \"lossy\" trick of substituting the " "bounding box for the feature itself." -msgstr "Dans PostgreSQL, les index R-Tree ne peuvent pas gérer des objets qui sont plus grands que 8K en taille. Les index GiST le peuvent, en utilisant le truc \"approximatif\" de substituer la boîte d'encombrement à l'objet lui-même." +msgstr "" +"Dans PostgreSQL, les index R-Tree ne peuvent pas gérer des objets qui sont " +"plus grands que 8K en taille. Les index GiST le peuvent, en utilisant le " +"truc \"approximatif\" de substituer la boîte d'encombrement à l'objet lui-" +"même." #. Tag: para #: faq.xml:246 @@ -495,28 +655,41 @@ msgstr "Dans PostgreSQL, les index R-Tree ne peuvent pas gérer des objets qui s msgid "" "R-Tree indexes in PostgreSQL are not \"null safe\", so building an index on " "a geometry column which contains null geometries will fail." -msgstr "Dans PostgreSQL, les index R-Tree ne sont pas \"null safe\", donc construire un index sur une colonne geometry qui contient des géométries nulles échouera." +msgstr "" +"Dans PostgreSQL, les index R-Tree ne sont pas \"null safe\", donc construire " +"un index sur une colonne geometry qui contient des géométries nulles " +"échouera." #. Tag: para #: faq.xml:256 #, no-c-format msgid "" -"Why should I use the AddGeometryColumn() function and all" -" the other OpenGIS stuff?" -msgstr "Pourquoi est-il mieux d'utiliser la fonction AddGeometryColumn() et toutes les autres fonctionnalités de PostGIS ?" +"Why should I use the AddGeometryColumn() function and all " +"the other OpenGIS stuff?" +msgstr "" +"Pourquoi est-il mieux d'utiliser la fonction AddGeometryColumn() et toutes les autres fonctionnalités de PostGIS ?" #. Tag: para #: faq.xml:261 #, no-c-format msgid "" -"If you do not want to use the OpenGIS support functions, you do not have to." -" Simply create tables as in older versions, defining your geometry columns " -"in the CREATE statement. All your geometries will have SRIDs of -1, and the " +"If you do not want to use the OpenGIS support functions, you do not have to. " +"Simply create tables as in older versions, defining your geometry columns in " +"the CREATE statement. All your geometries will have SRIDs of -1, and the " "OpenGIS meta-data tables will not be filled in " "properly. However, this will cause most applications based on PostGIS to " "fail, and it is generally suggested that you do use " "AddGeometryColumn() to create geometry tables." -msgstr "SI vous ne souhaitez pas utiliser les fonctions de l'OpenGIS, vous n'avez pas à le faire. Dans ce cas, créez simplement vos tables comme cela se faisait auparavant en spécifiant votre colonne géométrique lors du processus de création (CREATE). Toutes vos géométries auront alors -1 pour SRID et la table de métadonnées OpenGIS ne sera pas remplie correctement. Néanmoins, cela entraînera des erreurs pour la plupart des applications utilisant PostGIS et il est généralement conseillé d'utiliser AddGeometryColumn() pour créer votre table géométrique." +msgstr "" +"SI vous ne souhaitez pas utiliser les fonctions de l'OpenGIS, vous n'avez " +"pas à le faire. Dans ce cas, créez simplement vos tables comme cela se " +"faisait auparavant en spécifiant votre colonne géométrique lors du processus " +"de création (CREATE). Toutes vos géométries auront alors -1 pour SRID et la " +"table de métadonnées OpenGIS ne sera pas remplie " +"correctement. Néanmoins, cela entraînera des erreurs pour la plupart des " +"applications utilisant PostGIS et il est généralement conseillé d'utiliser " +"AddGeometryColumn() pour créer votre table géométrique." #. Tag: para #: faq.xml:270 @@ -526,34 +699,50 @@ msgid "" "geometry_columns meta-data. Specifically, MapServer can " "use the SRID of the geometry column to do on-the-fly reprojection of " "features into the correct map projection." -msgstr "MapServer est l'une des applications qui utilise les métadonnées de la table geometry_columns. Plus spécifiquement, MapServer peut utiliser le SRID spécifié dans la table géométrique afin d'effectuer des reprojections à la volée conforme à la projection de la carte." +msgstr "" +"MapServer est l'une des applications qui utilise les métadonnées de la table " +"geometry_columns. Plus spécifiquement, MapServer peut " +"utiliser le SRID spécifié dans la table géométrique afin d'effectuer des " +"reprojections à la volée conforme à la projection de la carte." #. Tag: para #: faq.xml:279 #, no-c-format msgid "" "What is the best way to find all objects within a radius of another object?" -msgstr "Quelle est la meilleure méthode pour trouver les objets qui sont dans un certains rayons d'un autre objet ?" +msgstr "" +"Quelle est la meilleure méthode pour trouver les objets qui sont dans un " +"certains rayons d'un autre objet ?" #. Tag: para #: faq.xml:284 #, no-c-format msgid "" "To use the database most efficiently, it is best to do radius queries which " -"combine the radius test with a bounding box test: the bounding box test uses" -" the spatial index, giving fast access to a subset of data which the radius " +"combine the radius test with a bounding box test: the bounding box test uses " +"the spatial index, giving fast access to a subset of data which the radius " "test is then applied to." -msgstr "Pour utiliser la base de données de la manière la plus efficace possible, il est préférable de faire des requêtes de plus proches voisins qui combinent le test de distance et un test sur une étendue (\"bounding box\") : la bounding box utilise l'indexation spatiale, donnant accès rapide à un sous-ensemble de données sur lequel le test de distance est ensuite appliqué." +msgstr "" +"Pour utiliser la base de données de la manière la plus efficace possible, il " +"est préférable de faire des requêtes de plus proches voisins qui combinent " +"le test de distance et un test sur une étendue (\"bounding box\") : la " +"bounding box utilise l'indexation spatiale, donnant accès rapide à un sous-" +"ensemble de données sur lequel le test de distance est ensuite appliqué." #. Tag: para #: faq.xml:289 #, no-c-format msgid "" "The ST_DWithin(geometry, geometry, distance) function is " -"a handy way of performing an indexed distance search. It works by creating a" -" search rectangle large enough to enclose the distance radius, then " +"a handy way of performing an indexed distance search. It works by creating a " +"search rectangle large enough to enclose the distance radius, then " "performing an exact distance search on the indexed subset of results." -msgstr "La fonction ST_DWithin(geometry, geometry, distance) est un moyen pratique pour effectuer un recherche indexée sur une distance. Cela fonctionne en créant une recherche rectangulaire suffisamment large pour contenir le rayon de distance, pour ensuite effectuer une recherche par distance exacte portant sur un sous-ensemble de résultats indexés." +msgstr "" +"La fonction ST_DWithin(geometry, geometry, distance) est " +"un moyen pratique pour effectuer un recherche indexée sur une distance. Cela " +"fonctionne en créant une recherche rectangulaire suffisamment large pour " +"contenir le rayon de distance, pour ensuite effectuer une recherche par " +"distance exacte portant sur un sous-ensemble de résultats indexés." #. Tag: para #: faq.xml:295 @@ -561,7 +750,9 @@ msgstr "La fonction ST_DWithin(geometry, geometry, distance) msgid "" "For example, to find all objects with 100 meters of POINT(1000 1000) the " "following query would work well:" -msgstr "Par exemple, pour trouver tous les objets qui sont dans les 100 mètres du POINT(1000 1000), la requête suivante fonctionne très bien :" +msgstr "" +"Par exemple, pour trouver tous les objets qui sont dans les 100 mètres du " +"POINT(1000 1000), la requête suivante fonctionne très bien :" #. Tag: programlisting #: faq.xml:298 @@ -569,13 +760,16 @@ msgstr "Par exemple, pour trouver tous les objets qui sont dans les 100 mètres msgid "" "SELECT * FROM geotable \n" "WHERE ST_DWithin(geocolumn, 'POINT(1000 1000)', 100.0);" -msgstr "SELECT * FROM geotable \nWHERE ST_DWithin(geocolumn, 'POINT(1000 1000)', 100.0);" +msgstr "" +"SELECT * FROM geotable \n" +"WHERE ST_DWithin(geocolumn, 'POINT(1000 1000)', 100.0);" #. Tag: para #: faq.xml:304 #, no-c-format msgid "How do I perform a coordinate reprojection as part of a query?" -msgstr "Comment procéder à de la reprojection de coordonnées dans une requête ?" +msgstr "" +"Comment procéder à de la reprojection de coordonnées dans une requête ?" #. Tag: para #: faq.xml:309 @@ -587,7 +781,14 @@ msgid "" "a reprojection is as simple as referring to the desired destination SRID. " "The below projects a geometry to NAD 83 long lat. The below will only work " "if the srid of the_geom is not -1 (not undefined spatial ref)" -msgstr "Pour procéder à une reprojection, les systèmes de coordonnée source et destination doivent être définis dans la table SPATIAL_REF_SYS, et les géométries reprojetées doivent déjà posséder un SRID. Une fois ceci fait, une reprojection est aussi simple que de se référer au SRID de destination désiré. Ci-dessous on projette une géométrie vers long lat NAD 83. Ceci ne fonctionne que si le srid de the_geom n'est pas -1 (référence spatiale non définie)" +msgstr "" +"Pour procéder à une reprojection, les systèmes de coordonnée source et " +"destination doivent être définis dans la table SPATIAL_REF_SYS, et les " +"géométries reprojetées doivent déjà posséder un SRID. Une fois ceci fait, " +"une reprojection est aussi simple que de se référer au SRID de destination " +"désiré. Ci-dessous on projette une géométrie vers long lat NAD 83. Ceci ne " +"fonctionne que si le srid de the_geom n'est pas -1 (référence spatiale non " +"définie)" #. Tag: programlisting #: faq.xml:316 @@ -599,9 +800,11 @@ msgstr "SELECT ST_Transform(the_geom,4269) FROM geotable;" #: faq.xml:322 #, no-c-format msgid "" -"I did an ST_AsEWKT and ST_AsText on my rather large geometry and it returned" -" blank field. What gives?" -msgstr "J'ai fait un ST_AsEWKT et un ST_AsText sur de grandes géométries et j'ai obtenu une réponse vide. Qu'est-il arrivé ?" +"I did an ST_AsEWKT and ST_AsText on my rather large geometry and it returned " +"blank field. What gives?" +msgstr "" +"J'ai fait un ST_AsEWKT et un ST_AsText sur de grandes géométries et j'ai " +"obtenu une réponse vide. Qu'est-il arrivé ?" #. Tag: para #: faq.xml:326 @@ -610,23 +813,32 @@ msgid "" "You are probably using PgAdmin or some other tool that doesn't output large " "text. If your geometry is big enough, it will appear blank in these tools. " "Use PSQL if you really need to see it or output it in WKT." -msgstr "Vous utilisez probablement PgAdmin ou un autre outils qui ne supportent pas les réponses longues. Si votre géométrie est très grosse, elle ne s'affichera pas dans ces outils. Utilisez PSQL si vous devez la visualiser ou exporter la en WKT." +msgstr "" +"Vous utilisez probablement PgAdmin ou un autre outils qui ne supportent pas " +"les réponses longues. Si votre géométrie est très grosse, elle ne " +"s'affichera pas dans ces outils. Utilisez PSQL si vous devez la visualiser " +"ou exporter la en WKT." #. Tag: programlisting #: faq.xml:329 #, no-c-format msgid "" "--To check number of geometries are really blank\n" -" SELECT count(gid) FROM geotable WHERE the_geom IS NULL;" -msgstr "--Pour vérifier le nombre de géométries qui sont réellement vides\nSELECT count(gid) FROM geotable WHERE the_geom IS NULL;" +" SELECT count(gid) FROM geotable WHERE " +"the_geom IS NULL;" +msgstr "" +"--Pour vérifier le nombre de géométries qui sont réellement vides\n" +"SELECT count(gid) FROM geotable WHERE the_geom IS NULL;" #. Tag: para #: faq.xml:335 #, no-c-format msgid "" -"When I do an ST_Intersects, it says my two geometries don't intersect when I" -" KNOW THEY DO. What gives?" -msgstr "Quand je fais un ST_Intersects, il me répond que mes deux géométries ne s'intersectent pas alors que JE SAIS QUE C'EST LE CAS. Qu'arrive-t-il ?" +"When I do an ST_Intersects, it says my two geometries don't intersect when I " +"KNOW THEY DO. What gives?" +msgstr "" +"Quand je fais un ST_Intersects, il me répond que mes deux géométries ne " +"s'intersectent pas alors que JE SAIS QUE C'EST LE CAS. Qu'arrive-t-il ?" #. Tag: para #: faq.xml:339 @@ -636,16 +848,23 @@ msgid "" "check or you are assuming they intersect " "because ST_AsText truncates the numbers and you have lots of decimals after " "it is not showing you." -msgstr "Cela arrive généralement dans deux configurations. Votre géométrie est invalide -- vérifier avec ou vous pensez que vos géométries s'intersectent du fait que ST_AsText tronque les chiffres et vous avez après de nombreuses décimales qui ne sont pas affichées. " +msgstr "" +"Cela arrive généralement dans deux configurations. Votre géométrie est " +"invalide -- vérifier avec ou vous pensez que " +"vos géométries s'intersectent du fait que ST_AsText tronque les chiffres et " +"vous avez après de nombreuses décimales qui ne sont pas affichées. " #. Tag: para #: faq.xml:347 #, no-c-format msgid "" -"I am releasing software that uses PostGIS, does that mean my software has to" -" be licensed using the GPL like PostGIS? Will I have to publish all my code " +"I am releasing software that uses PostGIS, does that mean my software has to " +"be licensed using the GPL like PostGIS? Will I have to publish all my code " "if I use PostGIS?" -msgstr "Je vais sortir un logiciel qui utilise PostGIS, est-ce que cela veut dire que mon logiciel doit être sous licence GPL tel que PostGIS ? Vais-je devoir publier tout mon code source si j'utilise PostGIS ?" +msgstr "" +"Je vais sortir un logiciel qui utilise PostGIS, est-ce que cela veut dire " +"que mon logiciel doit être sous licence GPL tel que PostGIS ? Vais-je devoir " +"publier tout mon code source si j'utilise PostGIS ?" #. Tag: para #: faq.xml:351 @@ -653,19 +872,32 @@ msgstr "Je vais sortir un logiciel qui utilise PostGIS, est-ce que cela veut dir msgid "" "Almost certainly not. As an example, consider Oracle database running on " "Linux. Linux is GPL, Oracle is not, does Oracle running on Linux have to be " -"distributed using the GPL? No. So your software can use a PostgreSQL/PostGIS" -" database as much as it wants and be under any license you like." -msgstr "Bien sur que non. Comme exemple, prenons une base de données Oracle tournant sur Linux. Linux est sous licence GPL, Oracle non. Est-ce qu'Oracle tournant sous Linux doit être distribué sous GPL ? Non. Donc votre programme peut utiliser une base de données PostgreSQL/PostGIS autant que vous voulez et être sous la licence que vous souhaitez." +"distributed using the GPL? No. So your software can use a PostgreSQL/PostGIS " +"database as much as it wants and be under any license you like." +msgstr "" +"Bien sur que non. Comme exemple, prenons une base de données Oracle tournant " +"sur Linux. Linux est sous licence GPL, Oracle non. Est-ce qu'Oracle tournant " +"sous Linux doit être distribué sous GPL ? Non. Donc votre programme peut " +"utiliser une base de données PostgreSQL/PostGIS autant que vous voulez et " +"être sous la licence que vous souhaitez." #. Tag: para #: faq.xml:352 #, no-c-format msgid "" "The only exception would be if you made changes to the PostGIS source code, " -"and distributed your changed version of PostGIS. In that case you would have" -" to share the code of your changed PostGIS (but not the code of applications" -" running on top of it). Even in this limited case, you would still only have" -" to distribute source code to people you distributed binaries to. The GPL " +"and distributed your changed version of PostGIS. In that case you would have " +"to share the code of your changed PostGIS (but not the code of applications " +"running on top of it). Even in this limited case, you would still only have " +"to distribute source code to people you distributed binaries to. The GPL " "does not require that you publish your source code, " "only that you share it with people you give binaries to." -msgstr "La seule exception est si vous faites des modifications au code source de PostGIS, et que vous distribuez cette version modifiée de PostGIS. Dans ce cas vous devrez partager le code source de votre PostGIS modifié (mais pas le code des applications l'utilisant). Même dans ce cas limité, vous n'auriez à distribuer le code source qu'aux gens à qui vous distribuez des binaires. La GPL n'oblige pas à publier votre code source, mais uniquement à le partager avec les personnes à qui vous donnez des binaires." +msgstr "" +"La seule exception est si vous faites des modifications au code source de " +"PostGIS, et que vous distribuez cette version modifiée de PostGIS. Dans ce " +"cas vous devrez partager le code source de votre PostGIS modifié (mais pas " +"le code des applications l'utilisant). Même dans ce cas limité, vous " +"n'auriez à distribuer le code source qu'aux gens à qui vous distribuez des " +"binaires. La GPL n'oblige pas à publier votre code " +"source, mais uniquement à le partager avec les personnes à qui vous donnez " +"des binaires." diff --git a/doc/po/fr/faq_raster.xml.po b/doc/po/fr/faq_raster.xml.po index 36dbcc79d..57d761220 100644 --- a/doc/po/fr/faq_raster.xml.po +++ b/doc/po/fr/faq_raster.xml.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# +# # Translators: # Arnaud Vandecasteele , 2013 # juliep , 2013 @@ -10,11 +10,12 @@ msgstr "" "POT-Creation-Date: 2012-09-14 17:50+0000\n" "PO-Revision-Date: 2013-12-03 17:05+0000\n" "Last-Translator: Arnaud Vandecasteele \n" -"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/" +"language/fr/)\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. Tag: title @@ -33,10 +34,11 @@ msgstr "Où puis-je en apprendre d'avantage sur le Projet PostGis Raster?" #: faq_raster.xml:13 #, no-c-format msgid "" -"Refer to the PostGIS Raster home " -"page." -msgstr "Rendez-vous sur la page d'accueil de PostGIS Raster." +"Refer to the PostGIS Raster home page." +msgstr "" +"Rendez-vous sur la page d'accueil de PostGIS Raster." #. Tag: para #: faq_raster.xml:19 @@ -44,38 +46,57 @@ msgstr "Rendez-vous sur la Intersecting" -" vector buffers with large raster coverage using PostGIS Raster. " -"Jorge has a series of blog articles on PostGIS Raster that demonstrate how " -"to load raster data as well as cross compare to same tasks in Oracle " -"GeoRaster. Check out Jorge's PostGIS Raster / Oracle GeoRaster Series." -" There is a whole chapter (more than 35 pages of content) dedicated to " -"PostGIS Raster with free code and data downloads at PostGIS in Action - Raster " -"chapter. You can buy PostGIS in Action " -"now from Manning in hard-copy (significant discounts for bulk purchases) or " -"just the E-book format. You can also buy from Amazon and various other book " -"distributors. All hard-copy books come with a free coupon to download the " -"E-book version." -msgstr "Il existe un tutoriel détaillé pour débutant Intersecter des polygones vecteur avec une grande couverture raster à l'aide de PostGIS Raster. Jorge a une série d'articles de blog expliquant comment charger des données raster et faisant la comparaison avec les mêmes tâches sous Oracle GeoRaster. Rendez-vous sur la série PostGIS Raster / Oracle GeoRaster de Jorge. Il existe un chapitre entier (plus de 35 pages de contenu) dédié à PostGIS Raster avec du code libre et des données à télécharger sur PostGIS in Action - Chapitre raster. Vous pouvez acheter PostGIS in Action dès maintenant chez Manning en version papier (réduction importante pour les achats groupés) ou juste au format E-book. Vous pouvez aussi l'acheter chez Amazon ou d'autres distributeurs de livres. Toutes les version papier sont livrées avec un coupon gratuit pour télécharger la version E-book." +"There is a full length beginner tutorial Intersecting vector buffers with large " +"raster coverage using PostGIS Raster. Jorge has a series of blog " +"articles on PostGIS Raster that demonstrate how to load raster data as well " +"as cross compare to same tasks in Oracle GeoRaster. Check out Jorge's PostGIS " +"Raster / Oracle GeoRaster Series. There is a whole chapter (more " +"than 35 pages of content) dedicated to PostGIS Raster with free code and " +"data downloads at PostGIS in " +"Action - Raster chapter. You can buy PostGIS in Action now from Manning in hard-copy " +"(significant discounts for bulk purchases) or just the E-book format. You " +"can also buy from Amazon and various other book distributors. All hard-copy " +"books come with a free coupon to download the E-book version." +msgstr "" +"Il existe un tutoriel détaillé pour débutant Intersecter des polygones vecteur " +"avec une grande couverture raster à l'aide de PostGIS Raster. Jorge " +"a une série d'articles de blog expliquant comment charger des données raster " +"et faisant la comparaison avec les mêmes tâches sous Oracle GeoRaster. " +"Rendez-vous sur la série PostGIS Raster / Oracle GeoRaster de Jorge. Il " +"existe un chapitre entier (plus de 35 pages de contenu) dédié à PostGIS " +"Raster avec du code libre et des données à télécharger sur PostGIS in Action - Chapitre raster. Vous pouvez acheter PostGIS in Action dès maintenant chez Manning en version " +"papier (réduction importante pour les achats groupés) ou juste au format E-" +"book. Vous pouvez aussi l'acheter chez Amazon ou d'autres distributeurs de " +"livres. Toutes les version papier sont livrées avec un coupon gratuit pour " +"télécharger la version E-book." #. Tag: para #: faq_raster.xml:30 #, no-c-format msgid "" -"Here is a review from a PostGIS Raster user PostGIS raster " -"applied to land classification urban forestry" -msgstr "Voici une compte-rendu d'un utilisateur de PostGIS Raster PostGIS raster appliqué à la classification des terrains en foresterie urbaine" +"Here is a review from a PostGIS Raster user PostGIS raster applied to " +"land classification urban forestry" +msgstr "" +"Voici une compte-rendu d'un utilisateur de PostGIS Raster PostGIS raster " +"appliqué à la classification des terrains en foresterie urbaine" #. Tag: para #: faq_raster.xml:37 @@ -89,10 +110,16 @@ msgstr "Comment installer le support Raster dans ma base de données PostGIS?" msgid "" "The easiest is to download binaries for PostGIS and Raster which are " "currently available for windows and latest versions of Mac OSX. First you " -"need a working PostGIS 2.0.0 or above and be running PostgreSQL 8.4, 9.0, or" -" 9.1. Note in PostGIS 2.0 PostGIS Raster is fully integrated, so it will be " +"need a working PostGIS 2.0.0 or above and be running PostgreSQL 8.4, 9.0, or " +"9.1. Note in PostGIS 2.0 PostGIS Raster is fully integrated, so it will be " "compiled when you compile PostGIS." -msgstr "Le plus facile est de télécharger les binaires pour PostGIS Raster qui sont actuellement disponibles pour windows et pour les les dernières versions de Mac OSX. Il vous faudra tout d'abord une version fonctionnelle de PostGIS 2.0.0 ou plus récent, et utiliser PostgreSQL 8.4, 9.0 ou 9.1. Notez que PostGIS Raster est complètement intégré dans PostGIS 2.0 et sera compilé quand vous compilerez PostGIS." +msgstr "" +"Le plus facile est de télécharger les binaires pour PostGIS Raster qui sont " +"actuellement disponibles pour windows et pour les les dernières versions de " +"Mac OSX. Il vous faudra tout d'abord une version fonctionnelle de PostGIS " +"2.0.0 ou plus récent, et utiliser PostgreSQL 8.4, 9.0 ou 9.1. Notez que " +"PostGIS Raster est complètement intégré dans PostGIS 2.0 et sera compilé " +"quand vous compilerez PostGIS." #. Tag: para #: faq_raster.xml:43 @@ -102,19 +129,29 @@ msgid "" "How to Install and Configure PostGIS " "raster on windows" -msgstr "Des instructions pour l'installation et la configuration sous windows sont disponibles ici How to Install and Configure PostGIS raster on windows" +msgstr "" +"Des instructions pour l'installation et la configuration sous windows sont " +"disponibles ici How to Install and " +"Configure PostGIS raster on windows" #. Tag: para #: faq_raster.xml:44 #, no-c-format msgid "" -"If you are on windows, you can compile yourself, or use the pre-compiled PostGIS Raster windows binaries. If you are on Mac " -"OSX Leopard or Snow Leopard, there are binaries available at Kyng Chaos Mac OSX " -"PostgreSQL/GIS binaries." -msgstr "Si vous êtes sous windows, vous pouvez compiler vous-même, ou bien utiliser les binaires pour PostGIS Raster pré-compilés pour windows. Si vous êtes sous Mac OSX Leopard ou Snow Leopard, il existe des binaires disponibles ici : Kyng Chaos Mac OSX PostgreSQL/GIS binaries." +"If you are on windows, you can compile yourself, or use the pre-" +"compiled PostGIS Raster windows binaries. If you are on Mac OSX " +"Leopard or Snow Leopard, there are binaries available at Kyng Chaos Mac OSX PostgreSQL/GIS " +"binaries." +msgstr "" +"Si vous êtes sous windows, vous pouvez compiler vous-même, ou bien utiliser " +"les binaires pour PostGIS Raster pré-compilés pour windows. Si vous êtes sous Mac OSX Leopard ou Snow Leopard, il existe des " +"binaires disponibles ici : Kyng Chaos Mac OSX PostgreSQL/GIS binaries." #. Tag: para #: faq_raster.xml:50 @@ -123,7 +160,11 @@ msgid "" "Then to enable raster support in your database, run the rtpostgis.sql file " "in your database. To upgrade an existing install use " "rtpostgis_upgrade_minor..sql instead of rtpostgis.sql" -msgstr "Ensuite, pour activer le support raster dans votre base de données, exécutez le fichier rtpostgis.sql dans votre base de données. Pour mettre à niveau une installation déjà existante utilisez rtpostgis_upgrade_minor.sql au lieu de rtpostgis.sql" +msgstr "" +"Ensuite, pour activer le support raster dans votre base de données, exécutez " +"le fichier rtpostgis.sql dans votre base de données. Pour mettre à niveau " +"une installation déjà existante utilisez rtpostgis_upgrade_minor.sql au lieu " +"de rtpostgis.sql" #. Tag: para #: faq_raster.xml:51 @@ -131,37 +172,56 @@ msgstr "Ensuite, pour activer le support raster dans votre base de données, ex msgid "" "For other platforms, you generally need to compile yourself. Dependencies " "are PostGIS and GDAL. For more details about compiling from source, please " -"refer to Installing" -" PostGIS Raster from source (in prior versions of PostGIS)" -msgstr "Pour les autres plateformes, vous devrez généralement compiler PostGIS Raster par vous même. Les dépendances requises sont PostGIS et GDAL. Pour plus d'informations concernant le processus de compilation à partir des sources de PostGIS Raster, veuillez-vous référer à Installer PostGIS Raster à partir des sources (uniquement pour les versions antérieures de PostGIS)" +"refer to Installing PostGIS " +"Raster from source (in prior versions of PostGIS)" +msgstr "" +"Pour les autres plateformes, vous devrez généralement compiler PostGIS " +"Raster par vous même. Les dépendances requises sont PostGIS et GDAL. Pour " +"plus d'informations concernant le processus de compilation à partir des " +"sources de PostGIS Raster, veuillez-vous référer à Installer PostGIS Raster à partir des " +"sources (uniquement pour les versions antérieures de PostGIS)" #. Tag: para #: faq_raster.xml:57 #, no-c-format msgid "" -"I get error could not load library \"C:/Program " -"Files/PostgreSQL/8.4/lib/rtpostgis.dll\": The specified module could not be " -"found. or could not load library on Linux when trying to run rtpostgis.sql" -msgstr "J'obtiens sous Windows l'erreur suivante \"C:/Program Files/PostgreSQL/8.4/lib/rtpostgis.dll\": le module spécifié n'a pas été trouvée. Ou sous Linux un message m'indiquant que la bibliothèque n'a pu être trouvée lors de l'exécution de rtpostgis.sql" +"I get error could not load library \"C:/Program Files/PostgreSQL/8.4/lib/" +"rtpostgis.dll\": The specified module could not be found. or could not load " +"library on Linux when trying to run rtpostgis.sql" +msgstr "" +"J'obtiens sous Windows l'erreur suivante \"C:/Program Files/PostgreSQL/8.4/" +"lib/rtpostgis.dll\": le module spécifié n'a pas été trouvée. Ou sous Linux " +"un message m'indiquant que la bibliothèque n'a pu être trouvée lors de " +"l'exécution de rtpostgis.sql" #. Tag: para #: faq_raster.xml:62 #, no-c-format msgid "" "rtpostgis.so/dll is built with dependency on libgdal.dll/so. Make sure for " -"Windows you have libgdal-1.dll in the bin folder of your PostgreSQL install." -" For Linux libgdal has to be in your path or bin folder." -msgstr "rtpostgis.so/dll a pour dépendance la bibliothèque libgdal.dll/so. De ce fait, assurez-vous d'avoir sous Windows la bibliothèque libgdal-1.dll dans le dossier bin de votre répertoire d'installation de PostgreSQL. Pour Linux, il est nécessaire que libgdal soit dans votre variable d'environnement path ou dans le répertoire bin. " +"Windows you have libgdal-1.dll in the bin folder of your PostgreSQL install. " +"For Linux libgdal has to be in your path or bin folder." +msgstr "" +"rtpostgis.so/dll a pour dépendance la bibliothèque libgdal.dll/so. De ce " +"fait, assurez-vous d'avoir sous Windows la bibliothèque libgdal-1.dll dans " +"le dossier bin de votre répertoire d'installation de PostgreSQL. Pour Linux, " +"il est nécessaire que libgdal soit dans votre variable d'environnement path " +"ou dans le répertoire bin. " #. Tag: para #: faq_raster.xml:64 #, no-c-format msgid "" "You may also run into different errors if you don't have PostGIS installed " -"in your database. Make sure to install PostGIS first in your database before" -" trying to install the raster support." -msgstr "Si PostGIS n'est pas installé, vous obtiendrez certainement un certain nombre d'erreurs. Assurez-vous d'installer au préalable PostGIS avant de procéder à l'installation du support raster." +"in your database. Make sure to install PostGIS first in your database before " +"trying to install the raster support." +msgstr "" +"Si PostGIS n'est pas installé, vous obtiendrez certainement un certain " +"nombre d'erreurs. Assurez-vous d'installer au préalable PostGIS avant de " +"procéder à l'installation du support raster." #. Tag: para #: faq_raster.xml:71 @@ -173,14 +233,22 @@ msgstr "Comment faire pour charger des données raster dans ma base PostGIS ?" #: faq_raster.xml:75 #, no-c-format msgid "" -"The latest version of PostGIS comes packaged with a " -"raster2pgsql raster loader executable capable of loading " -"many kinds of rasters and also generating lower resolution overviews without" -" any additional software. Please refer to for more details. Pre-2.0 versions came with " -"a raster2pgsql.py that required python with numpy and " -"GDAL. This is no longer needed." -msgstr "La dernière version de PostGIS contient directement l'exécutable raster2pgsql permettant de charger différents types de raster mais aussi de générer des vues intermédiaires de plus faibles résolutions et cela sans aucun logiciel supplémentaire. Veuillez-vous référer à pour plus d'informations. Pour, les versions antérieures à la -2.0 un exécutable python pythonraster2pgsql.py est disponible mais celui-ci nécessite d'avoir python d'installé ainsi que les modules python numpy et GDAL." +"The latest version of PostGIS comes packaged with a raster2pgsql raster loader executable capable of loading many kinds of rasters " +"and also generating lower resolution overviews without any additional " +"software. Please refer to for more " +"details. Pre-2.0 versions came with a raster2pgsql.py " +"that required python with numpy and GDAL. This is no longer needed." +msgstr "" +"La dernière version de PostGIS contient directement l'exécutable " +"raster2pgsql permettant de charger différents types de " +"raster mais aussi de générer des vues intermédiaires de plus faibles " +"résolutions et cela sans aucun logiciel supplémentaire. Veuillez-vous " +"référer à pour plus d'informations. " +"Pour, les versions antérieures à la -2.0 un exécutable python " +"pythonraster2pgsql.py est disponible mais celui-ci " +"nécessite d'avoir python d'installé ainsi que les modules python numpy et " +"GDAL." #. Tag: para #: faq_raster.xml:81 @@ -193,17 +261,23 @@ msgstr "Quel format de données raster puis-je charger dans ma base ?" #, no-c-format msgid "" "Any that your GDAL library supports. GDAL supported formats are documented " -"GDAL File " -"Formats." -msgstr "Tous les formats supportés par la bibliothèque GDAL. Ces formats sont décrits sur la page GDAL File Formats" +"GDAL File Formats." +msgstr "" +"Tous les formats supportés par la bibliothèque GDAL. Ces formats sont " +"décrits sur la page GDAL File Formats" #. Tag: para #: faq_raster.xml:86 #, no-c-format msgid "" -"Your particular GDAL install may not support all formats. To verify the ones" -" supported by your particular GDAL install, you can use" -msgstr "Il se peut que votre installation de GDAL ne supporte pas tous les formats. Pour vérifier les formats supportés par votre installation, vous pouvez utiliser " +"Your particular GDAL install may not support all formats. To verify the ones " +"supported by your particular GDAL install, you can use" +msgstr "" +"Il se peut que votre installation de GDAL ne supporte pas tous les formats. " +"Pour vérifier les formats supportés par votre installation, vous pouvez " +"utiliser " #. Tag: programlisting #: faq_raster.xml:87 @@ -227,9 +301,11 @@ msgstr "Oui" #: faq_raster.xml:98 #, no-c-format msgid "" -"GDAL 1.7+ has a PostGIS raster driver, but is only compiled in if you choose" -" to compile with PostgreSQL support." -msgstr "GDAL 1.7+ possède un driver PostGIS raster, mais il n'est compilé que si vous compilez également le support PostgreSQL " +"GDAL 1.7+ has a PostGIS raster driver, but is only compiled in if you choose " +"to compile with PostgreSQL support." +msgstr "" +"GDAL 1.7+ possède un driver PostGIS raster, mais il n'est compilé que si " +"vous compilez également le support PostgreSQL " #. Tag: para #: faq_raster.xml:99 @@ -245,9 +321,9 @@ msgstr "" msgid "" "If you are compiling from source, you need to include in your configure " "--with-pg=path/to/pg_config to enable the " -"driver. Refer to GDAL Build Hints " -"for tips on building GDAL against in various OS platforms." +"driver. Refer to GDAL Build Hints for tips on building GDAL against in various OS " +"platforms." msgstr "" #. Tag: para @@ -268,7 +344,9 @@ msgstr "gdalinfo --formats" #: faq_raster.xml:110 #, no-c-format msgid "To get a summary about your raster via GDAL use gdalinfo:" -msgstr "Afin d'obtenir un résumé de votre raster avec GDAL, vous pouvez utiliser la commande gdalinfo:" +msgstr "" +"Afin d'obtenir un résumé de votre raster avec GDAL, vous pouvez utiliser la " +"commande gdalinfo:" #. Tag: programlisting #: faq_raster.xml:111 @@ -276,7 +354,9 @@ msgstr "Afin d'obtenir un résumé de votre raster avec GDAL, vous pouvez utilis msgid "" "gdalinfo \"PG:host=localhost port=5432 dbname='mygisdb' user='postgres' " "password='whatever' schema='someschema' table=sometable\"" -msgstr "gdalinfo \"PG:host=localhost port=5432 dbname='maBaseDeDonnees' user='postgres' password='monPassword' schema='monSchema' table=maTable\"" +msgstr "" +"gdalinfo \"PG:host=localhost port=5432 dbname='maBaseDeDonnees' " +"user='postgres' password='monPassword' schema='monSchema' table=maTable\"" #. Tag: para #: faq_raster.xml:114 @@ -284,7 +364,11 @@ msgstr "gdalinfo \"PG:host=localhost port=5432 dbname='maBaseDeDonnees' user='po msgid "" "To export data to other raster formats, use gdal_translate the below will " "export all data from a table to a PNG file at 10% size." -msgstr "Pour exporter des données d'un format à un autre, utilisez la commande gdal_translate. L'exemple ci-dessous transforme toutes les données d'une table en une image au format PNG et dont la taille sera de 10% par rapport à l'originale. " +msgstr "" +"Pour exporter des données d'un format à un autre, utilisez la commande " +"gdal_translate. L'exemple ci-dessous transforme toutes les données d'une " +"table en une image au format PNG et dont la taille sera de 10% par rapport à " +"l'originale. " #. Tag: para #: faq_raster.xml:116 @@ -292,9 +376,13 @@ msgstr "Pour exporter des données d'un format à un autre, utilisez la commande msgid "" "Depending on your pixel band types, some translations may not work if the " "export format does not support that Pixel type. For example floating point " -"band types and 32 bit unsigned ints will not translate easily to JPG or some" -" others." -msgstr "En fonction du type de bande et le type de pixel du format d'export certaines transformations pourraient ne pas fonctionner . Par exemple, les band de type chiffre à virgule et les entiers 32 bits non signés seront difficilement transformables en JPG ou autres. " +"band types and 32 bit unsigned ints will not translate easily to JPG or some " +"others." +msgstr "" +"En fonction du type de bande et le type de pixel du format d'export " +"certaines transformations pourraient ne pas fonctionner . Par exemple, les " +"band de type chiffre à virgule et les entiers 32 bits non signés seront " +"difficilement transformables en JPG ou autres. " #. Tag: para #: faq_raster.xml:119 @@ -306,9 +394,9 @@ msgstr "Voici un exemple de transformation " #: faq_raster.xml:120 #, no-c-format msgid "" -"gdal_translate -of PNG -outsize 10% 10% \"PG:host=localhost dbname='mygisdb'" -" user='postgres' password=whatever' schema='someschema' table=sometable\" " -"C:\\somefile.png" +"gdal_translate -of PNG -outsize 10% 10% \"PG:host=localhost dbname='mygisdb' " +"user='postgres' password=whatever' schema='someschema' table=sometable\" C:" +"\\somefile.png" msgstr "" #. Tag: para @@ -323,17 +411,17 @@ msgstr "" #: faq_raster.xml:123 #, no-c-format msgid "" -"gdal_translate -of PNG -outsize 10% 10% \"PG:host=localhost dbname='mygisdb'" -" user='postgres' password=whatever' schema='someschema' table=sometable " -"where=\"owner='jimmy'\" \" C:\\somefile.png" +"gdal_translate -of PNG -outsize 10% 10% \"PG:host=localhost dbname='mygisdb' " +"user='postgres' password=whatever' schema='someschema' table=sometable where=" +"\"owner='jimmy'\" \" C:\\somefile.png" msgstr "" #. Tag: programlisting #: faq_raster.xml:124 #, no-c-format msgid "" -"gdal_translate -of PNG -outsize 10% 10% \"PG:host=localhost dbname='mygisdb'" -" user='postgres' password=whatever' schema='someschema' table=sometable " +"gdal_translate -of PNG -outsize 10% 10% \"PG:host=localhost dbname='mygisdb' " +"user='postgres' password=whatever' schema='someschema' table=sometable " "where='ST_Intersects(rast, ST_SetSRID(ST_Point(-71.032,42.3793),4326) )' \" " "C:\\intersectregion.png" msgstr "" @@ -342,9 +430,9 @@ msgstr "" #: faq_raster.xml:125 #, no-c-format msgid "" -"To see more examples and syntax refer to Reading" -" Raster Data of PostGIS Raster section" +"To see more examples and syntax refer to Reading Raster Data of PostGIS Raster section" msgstr "" #. Tag: para @@ -359,18 +447,16 @@ msgstr "" #: faq_raster.xml:132 #, no-c-format msgid "" -"Yes. Check out the page GDAL " -"Binaries page. Any compiled with PostgreSQL support should have " -"PostGIS Raster in them." +"Yes. Check out the page GDAL Binaries page. Any compiled with " +"PostgreSQL support should have PostGIS Raster in them." msgstr "" #. Tag: para #: faq_raster.xml:134 #, no-c-format msgid "" -"We know for sure the following windows binaries have PostGIS Raster built " -"in." +"We know for sure the following windows binaries have PostGIS Raster built in." msgstr "" #. Tag: para @@ -388,17 +474,19 @@ msgid "" "PostGIS Raster is undergoing many changes. If you want to get the latest " "nightly build for Windows -- then check out the Tamas Szekeres nightly " "builds built with Visual Studio which contain GDAL trunk, Python Bindings " -"and MapServer executables and PostGIS Raster driver built-in. Just click the" -" SDK bat and run your commands from there. http://vbkto.dyndns.org/sdk/. " -"Also available are VS project files." +"and MapServer executables and PostGIS Raster driver built-in. Just click the " +"SDK bat and run your commands from there. http://vbkto.dyndns.org/sdk/. Also available are VS " +"project files." msgstr "" #. Tag: para #: faq_raster.xml:145 #, no-c-format msgid "What tools can I use to view PostGIS raster data?" -msgstr "Quels logiciels puis je utiliser pour visualiser les données raster de Postgis ?" +msgstr "" +"Quels logiciels puis je utiliser pour visualiser les données raster de " +"Postgis ?" #. Tag: para #: faq_raster.xml:149 @@ -407,7 +495,11 @@ msgid "" "You can use MapServer compiled with GDAL 1.7+ and PostGIS Raster driver " "support to view Raster data. QuantumGIS (QGIS) now supports viewing of " "PostGIS Raster if you have PostGIS raster driver installed." -msgstr "Vous pouvez utiliser MapServer compilé avec la version 1.7+ de GDAL et le support du driver PostGIS raster. QuantumGIS (QGIS) supporte maintenant la visualisation de données raster provenant de PostGIS si vous avez le driver PostGIS raster installé." +msgstr "" +"Vous pouvez utiliser MapServer compilé avec la version 1.7+ de GDAL et le " +"support du driver PostGIS raster. QuantumGIS (QGIS) supporte maintenant la " +"visualisation de données raster provenant de PostGIS si vous avez le driver " +"PostGIS raster installé." #. Tag: para #: faq_raster.xml:151 @@ -415,33 +507,38 @@ msgstr "Vous pouvez utiliser MapServer compilé avec la version 1.7+ de GDAL et msgid "" "In theory any tool that renders data using GDAL can support PostGIS raster " "data or support it with fairly minimal effort. Again for Windows, Tamas' " -"binaries http://vbkto.dyndns.org/sdk/ " -"are a good choice if you don't want the hassle of having to setup to compile" -" your own." +"binaries http://vbkto.dyndns.org/" +"sdk/ are a good choice if you don't want the hassle of having to " +"setup to compile your own." msgstr "" #. Tag: para #: faq_raster.xml:158 #, no-c-format msgid "How can I add a PostGIS raster layer to my MapServer map?" -msgstr "Comment puis-je ajouter une couche raster provenant de PostGIS à mon fichier map de MapServer ?" +msgstr "" +"Comment puis-je ajouter une couche raster provenant de PostGIS à mon fichier " +"map de MapServer ?" #. Tag: para #: faq_raster.xml:162 #, no-c-format msgid "" -"First you need GDAL 1.7 or higher compiled with PostGIS raster support. GDAL" -" 1.8 or above is preferred since many issues have been fixed in 1.8 and more" -" PostGIS raster issues fixed in trunk version." -msgstr "Tout d'abord vous devrez disposer de la version 1.7 ou supérieure de GDAL compilée avec le support raster de PostGIS. Néanmoins, il est préférable d'utiliser la version 1.8 de GDAL car différentes limitations, à la fois de GDAL et de PostGIS raster, ont été corrigées." +"First you need GDAL 1.7 or higher compiled with PostGIS raster support. GDAL " +"1.8 or above is preferred since many issues have been fixed in 1.8 and more " +"PostGIS raster issues fixed in trunk version." +msgstr "" +"Tout d'abord vous devrez disposer de la version 1.7 ou supérieure de GDAL " +"compilée avec le support raster de PostGIS. Néanmoins, il est préférable " +"d'utiliser la version 1.8 de GDAL car différentes limitations, à la fois de " +"GDAL et de PostGIS raster, ont été corrigées." #. Tag: para #: faq_raster.xml:164 #, no-c-format msgid "" -"You can much like you can with any other raster. Refer to MapServer Raster processing " +"You can much like you can with any other raster. Refer to MapServer Raster processing " "options for list of various processing functions you can use with " "MapServer raster layers." msgstr "" @@ -480,7 +577,8 @@ msgid "" " NAME coolwktraster\n" " TYPE raster\n" " STATUS ON\n" -" DATA \"PG:host=localhost port=5432 dbname='somedb' user='someuser' password='whatever' \n" +" DATA \"PG:host=localhost port=5432 dbname='somedb' user='someuser' " +"password='whatever' \n" " schema='someschema' table='cooltable' mode='2'\" \n" " PROCESSING \"NODATA=0\"\n" " PROCESSING \"SCALE=AUTO\"\n" @@ -513,8 +611,10 @@ msgid "" " NAME soil_survey2009\n" " TYPE raster\n" " STATUS ON\n" -" DATA \"PG:host=localhost port=5432 dbname='somedb' user='someuser' password='whatever' \n" -" schema='someschema' table='cooltable' where='survey_year=2009' mode='2'\" \n" +" DATA \"PG:host=localhost port=5432 dbname='somedb' user='someuser' " +"password='whatever' \n" +" schema='someschema' table='cooltable' " +"where='survey_year=2009' mode='2'\" \n" " PROCESSING \"NODATA=0\"\n" " #... other standard raster processing functions here\n" " #... classes are optional but useful for 1 band data\n" @@ -539,10 +639,9 @@ msgstr "" #: faq_raster.xml:187 #, no-c-format msgid "" -"Refer to the PostGIS" -" Raster roadmap page for details of what you can expect in the " -"future." +"Refer to the PostGIS Raster roadmap page for details of what " +"you can expect in the future." msgstr "" #. Tag: para @@ -560,10 +659,10 @@ msgid "" "The function is not unique error happens if one of your arguments is a " "textual representation of a geometry instead of a geometry. In these cases, " "PostgreSQL marks the textual representation as an unknown type, which means " -"it can fall into the st_intersects(raster, geometry) or " -"st_intersects(raster,raster) thus resulting in a non-unique case since both " -"functions can in theory support your request. To prevent this, you need to " -"cast the geometry to a geometry." +"it can fall into the st_intersects(raster, geometry) or st_intersects(raster," +"raster) thus resulting in a non-unique case since both functions can in " +"theory support your request. To prevent this, you need to cast the geometry " +"to a geometry." msgstr "" #. Tag: para @@ -579,14 +678,17 @@ msgid "" "SELECT rast\n" " FROM my_raster\n" " WHERE ST_Intersects(rast, 'SRID=4326;POINT(-10 10)');" -msgstr "SELECT rast\nFROM my_raster\nWHERE ST_Intersects(rast, 'SRID=4326;POINT(-10 10)');" +msgstr "" +"SELECT rast\n" +"FROM my_raster\n" +"WHERE ST_Intersects(rast, 'SRID=4326;POINT(-10 10)');" #. Tag: para #: faq_raster.xml:202 #, no-c-format msgid "" -"Cast the textual geometry representation to a geometry by changing your code" -" to this:" +"Cast the textual geometry representation to a geometry by changing your code " +"to this:" msgstr "" #. Tag: programlisting @@ -604,16 +706,21 @@ msgstr "" msgid "" "How is PostGIS Raster different from Oracle GeoRaster (SDO_GEORASTER) and " "SDO_RASTER types?" -msgstr "En quoi PostGIS Raster se différencie d'Oracle GeoRaster (SDO_GEORASTER) et du type SDO_RASTER ?" +msgstr "" +"En quoi PostGIS Raster se différencie d'Oracle GeoRaster (SDO_GEORASTER) et " +"du type SDO_RASTER ?" #. Tag: para #: faq_raster.xml:215 #, no-c-format msgid "" "For a more extensive discussion on this topic, check out Jorge Arévalo " -"Oracle GeoRaster and PostGIS Raster: First impressions " -msgstr "Pour une discussion plus approfondie à ce sujet, vous pouvez consulter Oracle GeoRaster and PostGIS Raster: First impressions " +"Oracle GeoRaster and PostGIS Raster: First impressions " +msgstr "" +"Pour une discussion plus approfondie à ce sujet, vous pouvez consulter " +"Oracle GeoRaster and PostGIS Raster: First impressions " #. Tag: para #: faq_raster.xml:216 @@ -628,8 +735,8 @@ msgstr "" #, no-c-format msgid "" "* coverages to be not necessarily rectangular (which is often the case of " -"raster coverage covering large extents. See the possible raster arrangements" -" in the documentation)" +"raster coverage covering large extents. See the possible raster arrangements " +"in the documentation)" msgstr "" #. Tag: para @@ -647,8 +754,8 @@ msgid "" "These arrangements are possible in Oracle as well, but they imply the " "storage of multiple SDO_GEORASTER objects linked to as many SDO_RASTER " "tables. A complex coverage can lead to hundreds of tables in the database. " -"With PostGIS Raster you can store a similar raster arrangement into a unique" -" table." +"With PostGIS Raster you can store a similar raster arrangement into a unique " +"table." msgstr "" #. Tag: para diff --git a/doc/po/fr/installation.xml.po b/doc/po/fr/installation.xml.po index dfa0ce070..5cf196ecc 100644 --- a/doc/po/fr/installation.xml.po +++ b/doc/po/fr/installation.xml.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# +# # Translators: # Arnaud Vandecasteele , 2013-2014 # Jacolin , 2013-2014 @@ -13,11 +13,12 @@ msgstr "" "POT-Creation-Date: 2012-10-12 07:23+0000\n" "PO-Revision-Date: 2014-03-26 13:10+0000\n" "Last-Translator: Jacolin \n" -"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/" +"language/fr/)\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. Tag: title @@ -43,30 +44,39 @@ msgstr "Version courte" #, no-c-format msgid "" "The raster support is currently optional, but installed by default. For " -"installing using the PostgreSQL 9.1+ extensions model it is required. Please" -" refer to if you are " +"installing using the PostgreSQL 9.1+ extensions model it is required. Please " +"refer to if you are " "using PostgreSQL 9.1+." -msgstr "Le support des rasters est actuellement optionnel, mais installé par défaut. Pour l'installation, une version du modèle de gestion des extensions PostgreSQL supérieure à 9.1 est requise. Merci de consulter si vous utilisez PostgreSQL 9.1+" +msgstr "" +"Le support des rasters est actuellement optionnel, mais installé par défaut. " +"Pour l'installation, une version du modèle de gestion des extensions " +"PostgreSQL supérieure à 9.1 est requise. Merci de consulter si vous utilisez PostgreSQL 9.1+" #. Tag: para #: installation.xml:13 #, no-c-format msgid "" -"All the .sql files once installed will be installed in " -"share/contrib/postgis-&last_release_version; folder of your PostgreSQL " -"install" -msgstr "Tous les fichiers .sql seront installés dans le répertoire share/contrib/postgis-&last_release_version; de votre installation PostgreSQL" +"All the .sql files once installed will be installed in share/contrib/postgis-" +"&last_release_version; folder of your PostgreSQL install" +msgstr "" +"Tous les fichiers .sql seront installés dans le répertoire share/contrib/" +"postgis-&last_release_version; de votre installation PostgreSQL" #. Tag: para #: installation.xml:15 #, no-c-format msgid "" -"The postgis_comments.sql, " -"raster_comments.sql, " -"topology_comments.sql generate quick help tips for each " -"function that can be accessed via pgAdmin III or psql. In psql with a " -"command of the form e.g.\\dd ST_SetPoint" -msgstr "Les fichiers postgis_comments.sql, raster_comments.sql, topology_comments.sql permettent de générer une aide pour chaque fonction, accessible via PgAdmin III ou psql. Avec psql, cette aide est disponible avec la commande suivante, par exemple: \\dd ST_SetPoint" +"The postgis_comments.sql, raster_comments.sql, topology_comments.sql generate quick help tips " +"for each function that can be accessed via pgAdmin III or psql. In psql with " +"a command of the form e.g.\\dd ST_SetPoint" +msgstr "" +"Les fichiers postgis_comments.sql, " +"raster_comments.sql, topology_comments.sql permettent de générer une aide pour chaque fonction, accessible via " +"PgAdmin III ou psql. Avec psql, cette aide est disponible avec la commande " +"suivante, par exemple: \\dd ST_SetPoint" #. Tag: programlisting #: installation.xml:17 @@ -86,7 +96,21 @@ msgid "" "psql -d yourdatabase -f raster_comments.sql\n" "psql -d yourdatabase -f topology/topology.sql\n" "psql -d yourdatabase -f doc/topology_comments.sql" -msgstr "tar xvfz postgis-&last_release_version;.tar.gz\ncd postgis-&last_release_version;\n./configure --with-raster --with-topology --with-gui\nmake\nmake install\ncreatedb yourdatabase\ncreatelang plpgsql yourdatabase\npsql -d yourdatabase -f postgis.sql\npsql -d yourdatabase -f postgis_comments.sql\npsql -d yourdatabase -f spatial_ref_sys.sql\npsql -d yourdatabase -f rtpostgis.sql\npsql -d yourdatabase -f raster_comments.sql\npsql -d yourdatabase -f topology/topology.sql\npsql -d yourdatabase -f doc/topology_comments.sql" +msgstr "" +"tar xvfz postgis-&last_release_version;.tar.gz\n" +"cd postgis-&last_release_version;\n" +"./configure --with-raster --with-topology --with-gui\n" +"make\n" +"make install\n" +"createdb yourdatabase\n" +"createlang plpgsql yourdatabase\n" +"psql -d yourdatabase -f postgis.sql\n" +"psql -d yourdatabase -f postgis_comments.sql\n" +"psql -d yourdatabase -f spatial_ref_sys.sql\n" +"psql -d yourdatabase -f rtpostgis.sql\n" +"psql -d yourdatabase -f raster_comments.sql\n" +"psql -d yourdatabase -f topology/topology.sql\n" +"psql -d yourdatabase -f doc/topology_comments.sql" #. Tag: para #: installation.xml:18 @@ -97,7 +121,12 @@ msgid "" "install. However if you do a make comments or " "make topology_comments.sql, it will be generated in the " "docs folder" -msgstr "Le fichier topology_comments.sql, optionnel, n'est pas installé par les commandes make install ou make comments-install. Toutefois, les commandes make comments or make topology_comments.sql permettent de générer la documentation dans le répertoire docs" +msgstr "" +"Le fichier topology_comments.sql, optionnel, n'est pas " +"installé par les commandes make install ou make " +"comments-install. Toutefois, les commandes make comments or make topology_comments.sql permettent de " +"générer la documentation dans le répertoire docs" #. Tag: para #: installation.xml:27 @@ -105,7 +134,9 @@ msgstr "Le fichier topology_comments.sql, optionnel, n'est msgid "" "The rest of this chapter goes into detail each of the above installation " "steps." -msgstr "La suite de ce chapitre détaille chacune des étapes d'installation présentées ci-avant" +msgstr "" +"La suite de ce chapitre détaille chacune des étapes d'installation " +"présentées ci-avant" #. Tag: title #: installation.xml:34 @@ -117,7 +148,8 @@ msgstr "Pré requis" #: installation.xml:36 #, no-c-format msgid "PostGIS has the following requirements for building and usage:" -msgstr "La compilation et la manipulation de PostGIS requièrent les éléments suivant:" +msgstr "" +"La compilation et la manipulation de PostGIS requièrent les éléments suivant:" #. Tag: emphasis #: installation.xml:41 @@ -131,18 +163,27 @@ msgstr "Obligatoire" msgid "" "PostgreSQL &min_postgres_version; or higher. A complete installation of " "PostgreSQL (including server headers) is required. PostgreSQL is available " -"from http://www.postgresql.org " -" ." -msgstr "PostgreSQL &min_postgres_version; ou supérieure. Une installation complete de PostgreSQL (incluant les fichiers header du serveur) nécessaire. PostgreSQL est disponible depuis le site http://www.postgresql.org ." +"from http://www.postgresql.org ." +msgstr "" +"PostgreSQL &min_postgres_version; ou supérieure. Une installation complete " +"de PostgreSQL (incluant les fichiers header du serveur) nécessaire. " +"PostgreSQL est disponible depuis le site http://www.postgresql.org ." #. Tag: para #: installation.xml:55 #, no-c-format msgid "" "For a full PostgreSQL / PostGIS support matrix and PostGIS/GEOS support " -"matrix refer to http://trac.osgeo.org/postgis/wiki/UsersWikiPostgreSQLPostGIS" -msgstr "Pour la liste complète des exigences concernant PostgreSQL / PostGIS et PostGIS/GEOS, veuillez vous référer à http://trac.osgeo.org/postgis/wiki/UsersWikiPostgreSQLPostGIS" +"matrix refer to http://trac.osgeo.org/postgis/wiki/" +"UsersWikiPostgreSQLPostGIS" +msgstr "" +"Pour la liste complète des exigences concernant PostgreSQL / PostGIS et " +"PostGIS/GEOS, veuillez vous référer à http://trac.osgeo.org/postgis/wiki/" +"UsersWikiPostgreSQLPostGIS" #. Tag: para #: installation.xml:61 @@ -151,18 +192,27 @@ msgid "" "GNU C compiler (gcc). Some other ANSI C compilers can " "be used to compile PostGIS, but we find far fewer problems when compiling " "with gcc." -msgstr "Un compilateur GNUC C (gcc). D'autres compilateurs ANSI C peuvent être utilisés, mais la compilation avec gcc est source de moins de problèmes" +msgstr "" +"Un compilateur GNUC C (gcc). D'autres compilateurs ANSI " +"C peuvent être utilisés, mais la compilation avec gcc " +"est source de moins de problèmes" #. Tag: para #: installation.xml:69 #, no-c-format msgid "" -"GNU Make (gmake or make). For many" -" systems, GNU make is the default version of make. " -"Check the version by invoking make -v. Other versions " -"of make may not process the PostGIS " -"Makefile properly." -msgstr "GNU Make (gmake ou make). Sur beaucoup de systemes, GNU make est la version par défaut de make. Vous pouvez vérifier la version de make avec la commande make -v. D'autres versions de make peuvent ne pas être compatibles avec le Makefile de PostGIS." +"GNU Make (gmake or make). For many " +"systems, GNU make is the default version of make. Check " +"the version by invoking make -v. Other versions of " +"make may not process the PostGIS Makefile properly." +msgstr "" +"GNU Make (gmake ou make). Sur " +"beaucoup de systemes, GNU make est la version par " +"défaut de make. Vous pouvez vérifier la version de make avec la commande " +"make -v. D'autres versions de make " +"peuvent ne pas être compatibles avec le Makefile de " +"PostGIS." #. Tag: para #: installation.xml:79 @@ -172,7 +222,11 @@ msgid "" "used to provide coordinate reprojection support within PostGIS. Proj4 is " "available for download from " "http://trac.osgeo.org/proj/ ." -msgstr "La bibliothèque de reprojection Proj4, version 4.6.0 ou supérieure. La bibliothèque Proj4 est utilisée pour le support des projections dans PostGIS. Pro4 est disponible depuis le site http://trac.osgeo.org/proj/ " +msgstr "" +"La bibliothèque de reprojection Proj4, version 4.6.0 ou supérieure. La " +"bibliothèque Proj4 est utilisée pour le support des projections dans " +"PostGIS. Pro4 est disponible depuis le site http://trac.osgeo.org/proj/ " #. Tag: para #: installation.xml:91 @@ -183,11 +237,21 @@ msgid "" "3.4, you will be missing some major enhancements such as ST_Triangles and " "long-running function interruption, and improvements to geometry validation " "and making geometries valid such as ST_ValidDetail and ST_MakeValid. GEOS " -"3.3.2+ is also required for topology support. GEOS is available for download" -" from " -"http://trac.osgeo.org/geos/ and 3.4+ is backward-compatible with " -"older versions so fairly safe to upgrade." -msgstr "La bibliothèque GEOS, version 3.3 ou supérieure. Cependant, une version de GEOS supérieure à 3.4 est recommandée pour tirer partie des nouvelles fonctionnalités. Sans GEOS 3.4, les fonctionnalités telles que ST_Triangles, l'interruption des requêtes longues, les fonctions de validation de géométrie comme ST_ValidDetail et ST_MakeValid ne seront pas disponibles. GEOS 3.3.2 ou supérieure est également nécessaire pour le support de la topologie. GEOS est disponible depuis le site http://trac.osgeo.org/geos/ et les versions 3.4 et supérieures étant rétro-compatibles avec les anciennes versions, la mise à jour peut se faire sans danger." +"3.3.2+ is also required for topology support. GEOS is available for download " +"from http://trac.osgeo.org/geos/ " +" and 3.4+ is backward-compatible with older versions so fairly safe " +"to upgrade." +msgstr "" +"La bibliothèque GEOS, version 3.3 ou supérieure. Cependant, une version de " +"GEOS supérieure à 3.4 est recommandée pour tirer partie des nouvelles " +"fonctionnalités. Sans GEOS 3.4, les fonctionnalités telles que ST_Triangles, " +"l'interruption des requêtes longues, les fonctions de validation de " +"géométrie comme ST_ValidDetail et ST_MakeValid ne seront pas disponibles. " +"GEOS 3.3.2 ou supérieure est également nécessaire pour le support de la " +"topologie. GEOS est disponible depuis le site http://trac.osgeo.org/geos/ et les versions 3.4 " +"et supérieures étant rétro-compatibles avec les anciennes versions, la mise " +"à jour peut se faire sans danger." #. Tag: para #: installation.xml:101 @@ -195,9 +259,13 @@ msgstr "La bibliothèque GEOS, version 3.3 ou supérieure. Cependant, une versio msgid "" "LibXML2, version 2.5.x or higher. LibXML2 is currently used in some imports " "functions (ST_GeomFromGML and ST_GeomFromKML). LibXML2 is available for " -"download from http://xmlsoft.org/downloads.html." -msgstr "LibXML2, version 2.5.x ou supérieure. LibXML2 est utilisée dans certaines fonctions d'import (ST_GeomFromGML and ST_GeomFromKML). LibXML2 est disponible depuis http://xmlsoft.org/downloads.html." +"download from http://" +"xmlsoft.org/downloads.html." +msgstr "" +"LibXML2, version 2.5.x ou supérieure. LibXML2 est utilisée dans certaines " +"fonctions d'import (ST_GeomFromGML and ST_GeomFromKML). LibXML2 est " +"disponible depuis http://" +"xmlsoft.org/downloads.html." #. Tag: para #: installation.xml:108 @@ -205,19 +273,28 @@ msgstr "LibXML2, version 2.5.x ou supérieure. LibXML2 est utilisée dans certai msgid "" "JSON-C, version 0.9 or higher. JSON-C is currently used to import GeoJSON " "via the function ST_GeomFromGeoJson. JSON-C is available for download from " -"http://oss.metaparadigm.com/json-c/." -msgstr "JSON-C, version 0.9 ou supérieure. JSON-C est utilisé pour l'import GeoJSON avec la fonction ST_GeomFromGeoJson. JSON-C est disponible depuis http://oss.metaparadigm.com/json-c/." +"http://oss.metaparadigm." +"com/json-c/." +msgstr "" +"JSON-C, version 0.9 ou supérieure. JSON-C est utilisé pour l'import GeoJSON " +"avec la fonction ST_GeomFromGeoJson. JSON-C est disponible depuis http://oss.metaparadigm.com/json-c/." #. Tag: para #: installation.xml:116 #, no-c-format msgid "" "GDAL, version 1.8 or higher (1.9 or higher is strongly recommended since " -"some things will not work well or behavior differently with lower versions)." -" This is required for raster support. http://trac.osgeo.org/gdal/wiki/DownloadSource." -msgstr "GDAL, version 1.8 ou supérieure (la version 1.9 est fortement recommandée car les versions antérieures peuvent ne pas fonctionner). GDAL est requis pour le support des rasters et est disponible depuis http://trac.osgeo.org/gdal/wiki/DownloadSource. " +"some things will not work well or behavior differently with lower versions). " +"This is required for raster support. http://trac.osgeo.org/gdal/wiki/DownloadSource." +msgstr "" +"GDAL, version 1.8 ou supérieure (la version 1.9 est fortement recommandée " +"car les versions antérieures peuvent ne pas fonctionner). GDAL est requis " +"pour le support des rasters et est disponible depuis http://trac.osgeo.org/gdal/wiki/" +"DownloadSource. " #. Tag: emphasis #: installation.xml:124 @@ -229,55 +306,73 @@ msgstr "Optionnel" #: installation.xml:129 #, no-c-format msgid "" -"GTK (requires GTK+2.0, 2.8+) to compile the shp2pgsql-gui shape file loader." -" http://www.gtk.org/ ." -msgstr "GTK (GTK+2.0, 2.8+) pour compiler le chargeur de shape file shp2pgsql-gui. http://www.gtk.org/ ." +"GTK (requires GTK+2.0, 2.8+) to compile the shp2pgsql-gui shape file loader. " +" http://www.gtk.org/ ." +msgstr "" +"GTK (GTK+2.0, 2.8+) pour compiler le chargeur de shape file shp2pgsql-gui. " +" http://www.gtk.org/ ." #. Tag: para #: installation.xml:139 #, no-c-format msgid "" "CUnit (CUnit). This is needed for regression testing. " -"http://cunit.sourceforge.net/" -msgstr "CUnit (CUnit). Nécessaire pour les tests de régression. http://cunit.sourceforge.net/" +"http://cunit.sourceforge.net/" +msgstr "" +"CUnit (CUnit). Nécessaire pour les tests de régression. " +"http://cunit.sourceforge.net/" #. Tag: para #: installation.xml:145 #, no-c-format msgid "" "Apache Ant (ant) is required for building any of the " -"drivers under the java directory. Ant is available from" -" http://ant.apache.org ." -msgstr "Apache Ant (ant) est nécessaire pour compiler les pilotes présents dans le répertoire java. Ant est disponible depuis http://ant.apache.org ." +"drivers under the java directory. Ant is available from " +" http://ant.apache.org ." +msgstr "" +"Apache Ant (ant) est nécessaire pour compiler les " +"pilotes présents dans le répertoire java. Ant est " +"disponible depuis http://ant.apache." +"org ." #. Tag: para #: installation.xml:157 #, no-c-format msgid "" "DocBook (xsltproc) is required for building the " -"documentation. Docbook is available from http://www.docbook.org/ ." -msgstr "DocBook (xsltproc) est nécessaire pour générer la documentation. Docbook est disponible depuis le site http://www.docbook.org/ ." +"documentation. Docbook is available from http://www.docbook.org/ ." +msgstr "" +"DocBook (xsltproc) est nécessaire pour générer la " +"documentation. Docbook est disponible depuis le site http://www.docbook.org/ ." #. Tag: para #: installation.xml:168 #, no-c-format msgid "" "DBLatex (dblatex) is required for building the " -"documentation in PDF format. DBLatex is available from http://dblatex.sourceforge.net/ " -" ." -msgstr "DBLatex (dblatex) est nécessaire pour générer la documentation au format PDF. DBLatex est disponible depuis http://dblatex.sourceforge.net/ ." +"documentation in PDF format. DBLatex is available from http://dblatex.sourceforge.net/ ." +msgstr "" +"DBLatex (dblatex) est nécessaire pour générer la " +"documentation au format PDF. DBLatex est disponible depuis http://dblatex.sourceforge.net/ ." #. Tag: para #: installation.xml:179 #, no-c-format msgid "" "ImageMagick (convert) is required to generate the " -"images used in the documentation. ImageMagick is available from http://www.imagemagick.org/ ." -msgstr "ImageMagick (convert) est nécessaire pour générer les images de la documentation. ImageMagick is available from http://www.imagemagick.org/ ." +"images used in the documentation. ImageMagick is available from http://www.imagemagick.org/ ." +msgstr "" +"ImageMagick (convert) est nécessaire pour générer les " +"images de la documentation. ImageMagick is available from http://www.imagemagick.org/ ." #. Tag: title #: installation.xml:192 @@ -289,11 +384,14 @@ msgstr "Obtenir les Sources" #: installation.xml:194 #, no-c-format msgid "" -"Retrieve the PostGIS source archive from the downloads website " -" http://www.postgis.org/download/postgis-&last_release_version;.tar.gz " -"" -msgstr "Les sources de PostGIS sont disponible depuis http://www.postgis.org/download/postgis-&last_release_version;.tar.gz " +"Retrieve the PostGIS source archive from the downloads website " +"http://www.postgis.org/download/postgis-&last_release_version;.tar.gz " +msgstr "" +"Les sources de PostGIS sont disponible depuis http://www." +"postgis.org/download/postgis-&last_release_version;.tar.gz " #. Tag: programlisting #: installation.xml:201 @@ -301,43 +399,51 @@ msgstr "Les sources de PostGIS sont disponible depuis postgis-&last_release_version; in the current working " -"directory." -msgstr "Un répertoire appelé postgis-&last_release_version; sera créé dans le répertoire courant" +"This will create a directory called postgis-&last_release_version; in the current working directory." +msgstr "" +"Un répertoire appelé postgis-&last_release_version; sera " +"créé dans le répertoire courant" #. Tag: para #: installation.xml:209 #, no-c-format msgid "" -"Alternatively, checkout the source from the svn repository " -"http://svn.osgeo.org/postgis/trunk/ ." -msgstr "Les sources peuvent également être obtenues depuis le dépôt svn http://svn.osgeo.org/postgis/trunk/ ." +"Alternatively, checkout the source from the svn repository http://svn.osgeo.org/postgis/trunk/ ." +msgstr "" +"Les sources peuvent également être obtenues depuis le dépôt svn http://svn.osgeo.org/postgis/trunk/ ." #. Tag: programlisting #: installation.xml:221 #, no-c-format msgid "" -"svn checkout http://svn.osgeo.org/postgis/trunk/ " -"postgis-&last_release_version;" -msgstr "svn checkout http://svn.osgeo.org/postgis/trunk/ postgis-&last_release_version;" +"svn checkout http://svn.osgeo.org/postgis/trunk/ postgis-" +"&last_release_version;" +msgstr "" +"svn checkout http://svn.osgeo.org/postgis/trunk/ postgis-" +"&last_release_version;" #. Tag: para #: installation.xml:223 #, no-c-format msgid "" -"Change into the newly created " -"postgis-&last_release_version; directory to continue the " -"installation." -msgstr "Se placer dans le nouveau répertoire créé postgis-&last_release_version; pour poursuivre l'installation" +"Change into the newly created postgis-&last_release_version; directory to continue the installation." +msgstr "" +"Se placer dans le nouveau répertoire créé postgis-" +"&last_release_version; pour poursuivre l'installation" #. Tag: para #: installation.xml:234 @@ -346,29 +452,39 @@ msgid "" "Many OS systems now include pre-built packages for PostgreSQL/PostGIS. In " "many cases compilation is only necessary if you want the most bleeding edge " "versions or you are a package maintainer." -msgstr "La plupart des systèmes d'exploitation dispose de paquets pré-compilés de PostgreSQL/PostGIS. La compilation est réellement nécessaire uniquement pour disposer des toutes dernières fonctionnalités ou pour les responsables de paquets PostGIS " +msgstr "" +"La plupart des systèmes d'exploitation dispose de paquets pré-compilés de " +"PostgreSQL/PostGIS. La compilation est réellement nécessaire uniquement pour " +"disposer des toutes dernières fonctionnalités ou pour les responsables de " +"paquets PostGIS " #. Tag: para #: installation.xml:239 #, no-c-format msgid "" -"This section includes general compilation instructions, if you are compiling" -" for Windows etc or another OS, you may find additional more detailed help " -"at PostGIS User " -"contributed compile guides and PostGIS Dev " -"Wiki." -msgstr "Cette section présente les instructions générales pour compiler PostGIS. Si la compilation s'effectue sous Windows ou un autre système d'exploitation, des informations complémentaires sont disponibles depuis PostGIS User contributed compile guides and PostGIS Dev Wiki." +"This section includes general compilation instructions, if you are compiling " +"for Windows etc or another OS, you may find additional more detailed help at " +"PostGIS " +"User contributed compile guides and PostGIS Dev Wiki." +msgstr "" +"Cette section présente les instructions générales pour compiler PostGIS. Si " +"la compilation s'effectue sous Windows ou un autre système d'exploitation, " +"des informations complémentaires sont disponibles depuis PostGIS User contributed " +"compile guides and PostGIS Dev Wiki." #. Tag: para #: installation.xml:241 #, no-c-format msgid "" -"Pre-Built Packages for various OS are listed in PostGIS Pre-" -"built Packages" -msgstr "Les paquets pré compilés pour différents systèmes d'exploitation sont listés dans PostGIS Pre-built Packages" +"Pre-Built Packages for various OS are listed in PostGIS Pre-built Packages" +msgstr "" +"Les paquets pré compilés pour différents systèmes d'exploitation sont listés " +"dans PostGIS Pre-built Packages" #. Tag: para #: installation.xml:242 @@ -376,12 +492,21 @@ msgstr "Les paquets pré compilés pour différents systèmes d'exploitation son msgid "" "If you are a windows user, you can get stable builds via Stackbuilder or " "PostGIS Windows " -"download site We also have very " -"bleeding-edge windows experimental builds that are built usually " -"once or twice a week or whenever anything exciting happens. You can use " -"these to experiment with the in progress releases of PostGIS" -msgstr "Pour les utilisateurs Windows, des versions stables sont disponibles par Stackbuilder ou PostGIS Windows download site. Des compilations expérimentales incluant les dernières fonctionnalités sont disponibles depuis very bleeding-edge windows experimental builds. Ces compilations sont généralements mises à jour toutes les unes ou deux semaines, ou chaque fois qu'une nouvelle fonctionnalité intéressante est ajoutée. Vous pouvez les utiliser pour suivre l'avancée des versions de PostGIS" +"download site We also have very bleeding-edge windows experimental " +"builds that are built usually once or twice a week or whenever " +"anything exciting happens. You can use these to experiment with the in " +"progress releases of PostGIS" +msgstr "" +"Pour les utilisateurs Windows, des versions stables sont disponibles par " +"Stackbuilder ou PostGIS Windows download site. Des compilations expérimentales " +"incluant les dernières fonctionnalités sont disponibles depuis very bleeding-" +"edge windows experimental builds. Ces compilations sont " +"généralements mises à jour toutes les unes ou deux semaines, ou chaque fois " +"qu'une nouvelle fonctionnalité intéressante est ajoutée. Vous pouvez les " +"utiliser pour suivre l'avancée des versions de PostGIS" #. Tag: para #: installation.xml:247 @@ -392,16 +517,25 @@ msgid "" "PostgreSQL server headers access in order to compile. It can be built " "against PostgreSQL versions &min_postgres_version; or higher. Earlier " "versions of PostgreSQL are not supported." -msgstr "Le module PostGIS est une extension du serveur PostgreSQL. A ce titre, PostGIS &last_release_version; nécessite l'accès complet aux en-têtes du serveur PostgreSQL afin de pouvoir compiler. Il peut être compilé à partir de la version versions &min_postgres_version; de PostgreSQL ou supérieure. Les versions plus anciennes de PostgreSQL ne sont pas supportées." +msgstr "" +"Le module PostGIS est une extension du serveur PostgreSQL. A ce titre, " +"PostGIS &last_release_version; nécessite l'accès " +"complet aux en-têtes du serveur PostgreSQL afin de pouvoir compiler. Il peut " +"être compilé à partir de la version versions &min_postgres_version; de " +"PostgreSQL ou supérieure. Les versions plus anciennes de PostgreSQL " +"ne sont pas supportées." #. Tag: para #: installation.xml:255 #, no-c-format msgid "" -"Refer to the PostgreSQL installation guides if you haven't already installed" -" PostgreSQL. " -"http://www.postgresql.org ." -msgstr "Référez-vous aux guides d'installation de PostgreSQL si vous n'avez pas déjà installé PostgreSQL. http://www.postgresql.org ." +"Refer to the PostgreSQL installation guides if you haven't already installed " +"PostgreSQL. http://www.postgresql." +"org ." +msgstr "" +"Référez-vous aux guides d'installation de PostgreSQL si vous n'avez pas déjà " +"installé PostgreSQL. http://www." +"postgresql.org ." #. Tag: para #: installation.xml:265 @@ -409,7 +543,10 @@ msgstr "Référez-vous aux guides d'installation de PostgreSQL si vous n'avez pa msgid "" "For GEOS functionality, when you install PostgresSQL you may need to " "explicitly link PostgreSQL against the standard C++ library:" -msgstr "Pour les fonctionnalités de de GEOS, quand vous installez PostgreSQL, vous aurez peut-être besoin de lier explicitement PostgreSQL avec la bibliothèque standard C++: " +msgstr "" +"Pour les fonctionnalités de de GEOS, quand vous installez PostgreSQL, vous " +"aurez peut-être besoin de lier explicitement PostgreSQL avec la bibliothèque " +"standard C++: " #. Tag: programlisting #: installation.xml:270 @@ -423,18 +560,25 @@ msgstr "LDFLAGS=-lstdc++ ./configure [Vos options à la suite]" msgid "" "This is a workaround for bogus C++ exceptions interaction with older " "development tools. If you experience weird problems (backend unexpectedly " -"closed or similar things) try this trick. This will require recompiling your" -" PostgreSQL from scratch, of course." -msgstr "Ceci est une solution de contournement d'exceptions C++ d'interactions bugués dans des outils de développements plus ancien. Si vous tombez sur ce genre de problèmes (backend soudainement fermé ou des choses similaires) essayez cette astuce. Cela nécessite de recompiler votre PostgreSQL du début, bien sur." +"closed or similar things) try this trick. This will require recompiling your " +"PostgreSQL from scratch, of course." +msgstr "" +"Ceci est une solution de contournement d'exceptions C++ d'interactions " +"bugués dans des outils de développements plus ancien. Si vous tombez sur ce " +"genre de problèmes (backend soudainement fermé ou des choses similaires) " +"essayez cette astuce. Cela nécessite de recompiler votre PostgreSQL du " +"début, bien sur." #. Tag: para #: installation.xml:280 #, no-c-format msgid "" -"The following steps outline the configuration and compilation of the PostGIS" -" source. They are written for Linux users and will not work on Windows or " -"Mac." -msgstr "Les étapes suivantes résument la configuration et la compilation des sources PostGIS. Elles ont été rédigées pour les utilisateurs sous Linux et ne fonctionneront pas pour Windows et Mac." +"The following steps outline the configuration and compilation of the PostGIS " +"source. They are written for Linux users and will not work on Windows or Mac." +msgstr "" +"Les étapes suivantes résument la configuration et la compilation des sources " +"PostGIS. Elles ont été rédigées pour les utilisateurs sous Linux et ne " +"fonctionneront pas pour Windows et Mac." #. Tag: title #: installation.xml:287 @@ -446,10 +590,13 @@ msgstr "Configuration" #: installation.xml:289 #, no-c-format msgid "" -"As with most linux installations, the first step is to generate the Makefile" -" that will be used to build the source code. This is done by running the " +"As with most linux installations, the first step is to generate the Makefile " +"that will be used to build the source code. This is done by running the " "shell script" -msgstr "Comme pour la plupart des installations linux, la première étape est de générer le Makefile qui sera utilisé pour compiler le code source. Ceci est réalisée en lançant le script shell" +msgstr "" +"Comme pour la plupart des installations linux, la première étape est de " +"générer le Makefile qui sera utilisé pour compiler le code source. Ceci est " +"réalisée en lançant le script shell" #. Tag: para #: installation.xml:299 @@ -459,48 +606,69 @@ msgid "" "locate the required components and libraries needed to build the PostGIS " "source code on your system. Although this is the most common usage of " "./configure, the script accepts several parameters for " -"those who have the required libraries and programs in non-standard " -"locations." -msgstr "Sans paramètre supplémentaire, cette commande tentera de localiser automatiquement les composants requis et les bibliothèques nécessaires à la compilation de PostGIS. Bien que cela soit l'utilisation la plus commune de la commande ./configure, vous pouvez également ajouter différents paramètres à ce script. Par exemple, vous pouvez définir l'emplacement de bibliothèques ou de programmes si ceux-ci ne sont pas localisés à un emplacement standard. " +"those who have the required libraries and programs in non-standard locations." +msgstr "" +"Sans paramètre supplémentaire, cette commande tentera de localiser " +"automatiquement les composants requis et les bibliothèques nécessaires à la " +"compilation de PostGIS. Bien que cela soit l'utilisation la plus commune de " +"la commande ./configure, vous pouvez également ajouter " +"différents paramètres à ce script. Par exemple, vous pouvez définir " +"l'emplacement de bibliothèques ou de programmes si ceux-ci ne sont pas " +"localisés à un emplacement standard. " #. Tag: para #: installation.xml:308 #, no-c-format msgid "" "The following list shows only the most commonly used parameters. For a " -"complete list, use the --help or " -"--help=short parameters." -msgstr "La liste suivante présente les options les plus courantes. Pour consulter la liste complète utilisez l'option --help ou --help=short. " +"complete list, use the --help or --help=short parameters." +msgstr "" +"La liste suivante présente les options les plus courantes. Pour consulter la " +"liste complète utilisez l'option --help ou --" +"help=short. " #. Tag: para #: installation.xml:318 #, no-c-format msgid "" -"This is the location the PostGIS libraries and SQL scripts will be installed" -" to. By default, this location is the same as the detected PostgreSQL " +"This is the location the PostGIS libraries and SQL scripts will be installed " +"to. By default, this location is the same as the detected PostgreSQL " "installation." -msgstr "Cela correspond à l'emplacement où les bibliothèques et les scripts SQL de PostGIS seront installés. Par défaut, cet emplacement est le même que celui de l'installation de PostgreSQL." +msgstr "" +"Cela correspond à l'emplacement où les bibliothèques et les scripts SQL de " +"PostGIS seront installés. Par défaut, cet emplacement est le même que celui " +"de l'installation de PostgreSQL." #. Tag: para #: installation.xml:325 #, no-c-format msgid "" "This parameter is currently broken, as the package will only install into " -"the PostgreSQL installation directory. Visit " -"http://trac.osgeo.org/postgis/ticket/635 to track this bug." -msgstr "Ce paramètre est actuellement défectueux: le paquet s'installe uniquement dans le répertoire d'installation de PostgreSQL. Le suivu de ce bug est disponible depuis http://trac.osgeo.org/postgis/ticket/635 " +"the PostgreSQL installation directory. Visit http://trac.osgeo.org/postgis/ticket/635 " +"to track this bug." +msgstr "" +"Ce paramètre est actuellement défectueux: le paquet s'installe uniquement " +"dans le répertoire d'installation de PostgreSQL. Le suivu de ce bug est " +"disponible depuis " +"http://trac.osgeo.org/postgis/ticket/635 " #. Tag: para #: installation.xml:340 #, no-c-format msgid "" "PostgreSQL provides a utility called pg_config to enable " -"extensions like PostGIS to locate the PostgreSQL installation directory. Use" -" this parameter (--with-pgconfig=/path/to/pg_config) to " +"extensions like PostGIS to locate the PostgreSQL installation directory. Use " +"this parameter (--with-pgconfig=/path/to/pg_config) to " "manually specify a particular PostgreSQL installation that PostGIS will " "build against." -msgstr "PostgreSQL fournit l'utilitaire pg_config permettant aux extensions comme PostGIS de localiser le répertoire d'installation de PostgreSQL. Utiliser ce paramètre (--with-pgconfig=/path/to/pg_config) pour spécifier une installation particulière de PostgreSQL pour laquelle PostGIS doit être compilée." +msgstr "" +"PostgreSQL fournit l'utilitaire pg_config permettant aux " +"extensions comme PostGIS de localiser le répertoire d'installation de " +"PostgreSQL. Utiliser ce paramètre (--with-pgconfig=/path/to/" +"pg_config) pour spécifier une installation particulière de " +"PostgreSQL pour laquelle PostGIS doit être compilée." #. Tag: para #: installation.xml:354 @@ -511,7 +679,12 @@ msgid "" "the GDAL installation directory. Use this parameter (--with-" "gdalconfig=/path/to/gdal-config) to manually specify a particular " "GDAL installation that PostGIS will build against." -msgstr "GDAL, une des bibliothèques requises pour le support des rasters. gdal-config pour permettre au logiciel de localiser le répertoire d'installation de GDAL. Utiliser ce paramètre (--with-gdalconfig=/path/to/gdal-config) pour spécifier un répertoire d'installation particulier de GDAL qui sera utilisé pour compiler PostGIS." +msgstr "" +"GDAL, une des bibliothèques requises pour le support des rasters. " +"gdal-config pour permettre au logiciel de localiser le " +"répertoire d'installation de GDAL. Utiliser ce paramètre (--with-" +"gdalconfig=/path/to/gdal-config) pour spécifier un répertoire " +"d'installation particulier de GDAL qui sera utilisé pour compiler PostGIS." #. Tag: para #: installation.xml:368 @@ -519,10 +692,15 @@ msgstr "GDAL, une des bibliothèques requises pour le support des rasters. geos-" "config to enable software installations to locate the GEOS " -"installation directory. Use this parameter (--with-" -"geosconfig=/path/to/geos-config) to manually specify a particular " -"GEOS installation that PostGIS will build against." -msgstr "GEOS, une des bibliothèques requises, fournit un utilitaire appelé geos-config permettant aux logiciels de localiser le répertoire d'installation de GEOS. Utiliser ce paramètre (--with-geosconfig=/path/to/geos-config) pour spécifier le repertoire de GEOS qui sera utilisé pour la compilation de PostGIS." +"installation directory. Use this parameter (--with-geosconfig=/path/" +"to/geos-config) to manually specify a particular GEOS installation " +"that PostGIS will build against." +msgstr "" +"GEOS, une des bibliothèques requises, fournit un utilitaire appelé " +"geos-config permettant aux logiciels de localiser le " +"répertoire d'installation de GEOS. Utiliser ce paramètre (--with-" +"geosconfig=/path/to/geos-config) pour spécifier le repertoire de " +"GEOS qui sera utilisé pour la compilation de PostGIS." #. Tag: para #: installation.xml:382 @@ -531,11 +709,16 @@ msgid "" "LibXML is the library required for doing GeomFromKML/GML processes. It " "normally is found if you have libxml installed, but if not or you want a " "specific version used, you'll need to point PostGIS at a specific " -"xml2-config confi file to enable software installations" -" to locate the LibXML installation directory. Use this parameter (>--with-xml2config=/path/to/xml2-config) to manually specify a " +"xml2-config confi file to enable software installations " +"to locate the LibXML installation directory. Use this parameter (>--" +"with-xml2config=/path/to/xml2-config) to manually specify a " "particular LibXML installation that PostGIS will build against." -msgstr "LibXML est la bibliothèque requise pour les traitements GML/KML. Elle est normalement auto détectée en cas d'installation normale. Utiliser ce paramètre (>--with-xml2config=/path/to/xml2-config) pour spécifier le repertoire de LibXML qui sera utilisé pour la compilation de PostGIS." +msgstr "" +"LibXML est la bibliothèque requise pour les traitements GML/KML. Elle est " +"normalement auto détectée en cas d'installation normale. Utiliser ce " +"paramètre (>--with-xml2config=/path/to/xml2-config) pour " +"spécifier le repertoire de LibXML qui sera utilisé pour la compilation de " +"PostGIS." #. Tag: para #: installation.xml:400 @@ -544,7 +727,11 @@ msgid "" "Proj4 is a reprojection library required by PostGIS. Use this parameter " "(--with-projdir=/path/to/projdir) to manually specify a " "particular Proj4 installation directory that PostGIS will build against." -msgstr "Proj4 est la bibliothèque de reprojection nécessaire à PostGIS. Utiliser ce paramètre (--with-projdir=/path/to/projdir) pour spécifier le repertoire de LibXML qui sera utilisé pour la compilation de PostGIS." +msgstr "" +"Proj4 est la bibliothèque de reprojection nécessaire à PostGIS. Utiliser ce " +"paramètre (--with-projdir=/path/to/projdir) pour " +"spécifier le repertoire de LibXML qui sera utilisé pour la compilation de " +"PostGIS." #. Tag: para #: installation.xml:412 @@ -561,7 +748,12 @@ msgid "" "parameter (--with-jsondir=/path/to/jsondir) to manually " "specify a particular JSON-C installation directory that PostGIS will build " "against." -msgstr "JSON-C est une bibliothèque sous licence MIT utilisée par PostGIS pour les traitements JSON (ST_GeomFromJSON par exemple). Utiliser ce paramètre (--with-jsondir=/path/to/jsondir) pour spécifier le répertoire de JSON-C qui sera utilisé pour la compilation de PostGIS." +msgstr "" +"JSON-C est une " +"bibliothèque sous licence MIT utilisée par PostGIS pour les traitements JSON " +"(ST_GeomFromJSON par exemple). Utiliser ce paramètre (--with-" +"jsondir=/path/to/jsondir) pour spécifier le répertoire de JSON-C " +"qui sera utilisé pour la compilation de PostGIS." #. Tag: para #: installation.xml:433 @@ -569,26 +761,33 @@ msgstr "JSON-C est un msgid "" "Compile the data import GUI (requires GTK+2.0). This will create shp2pgsql-" "gui graphical interface to shp2pgsql." -msgstr "Compile l'interface graphique d'import de données (nécessite GTK+2.0). Ceci créé l'interface graphique shp2pgsql-gui à shp2pgsql." +msgstr "" +"Compile l'interface graphique d'import de données (nécessite GTK+2.0). Ceci " +"créé l'interface graphique shp2pgsql-gui à shp2pgsql." #. Tag: para #: installation.xml:442 #, no-c-format msgid "" -"Compile with raster support. This will build " -"rtpostgis-&last_release_version; library and rtpostgis.sql file. This may " -"not be required in final release as plan is to build in raster support by " -"default." -msgstr "Compilation avec support des raster. Produit la bibliothèque rtpostgis-&last_release_version; et le fichier rtpostgis.sql. Les versions futures doivent à terme inclure le support des rasters par défaut." +"Compile with raster support. This will build rtpostgis-" +"&last_release_version; library and rtpostgis.sql file. This may not be " +"required in final release as plan is to build in raster support by default." +msgstr "" +"Compilation avec support des raster. Produit la bibliothèque rtpostgis-" +"&last_release_version; et le fichier rtpostgis.sql. Les versions futures " +"doivent à terme inclure le support des rasters par défaut." #. Tag: para #: installation.xml:451 #, 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." -msgstr "Compilation avec support de la topologie. Produit le fichier topology.sql. Il n'y a pas de bibliothèque correspondante: toute la logique nécessaire à la topologie est incluse dans la bibliothèque postgis-&last_release_version;" +"is no corresponding library as all logic needed for topology is in postgis-" +"&last_release_version; library." +msgstr "" +"Compilation avec support de la topologie. Produit le fichier topology.sql. " +"Il n'y a pas de bibliothèque correspondante: toute la logique nécessaire à " +"la topologie est incluse dans la bibliothèque postgis-&last_release_version;" #. Tag: para #: installation.xml:460 @@ -597,22 +796,33 @@ msgid "" "By default PostGIS will try to detect gettext support and compile with it, " "however if you run into incompatibility issues that cause breakage of " "loader, you can disable it entirely with this command. Refer to ticket " -"http://trac.osgeo.org/postgis/ticket/748" -" for an example issue solved by configuring with this. NOTE: that you aren't" -" missing much by turning this off. This is used for international help/label" -" support for the GUI loader which is not yet documented and still " -"experimental." -msgstr "Par défaut PostGIS tentera de détecter la gestion de gettext et de reposer dessus pour la compilation, cependant si vous tombez sur des problèmes d'incompatibilités qui cause la cassure du chargeur, vous pouvez le désactiver entièrement avec cette commande. Référez vous au ticket http://trac.osgeo.org/postgis/ticket/748 pour un exemple de problème résolu par cette configuration. NOTE : que vous perdez beaucoup de chose en le désactivant. Cela est utilisé pour la gestion de l'aide et des labels internationaux dans le chargeur graphique qui n'est pas documenté et encore expérimental." +"http://trac.osgeo." +"org/postgis/ticket/748 for an example issue solved by configuring " +"with this. NOTE: that you aren't missing much by turning this off. This is " +"used for international help/label support for the GUI loader which is not " +"yet documented and still experimental." +msgstr "" +"Par défaut PostGIS tentera de détecter la gestion de gettext et de reposer " +"dessus pour la compilation, cependant si vous tombez sur des problèmes " +"d'incompatibilités qui cause la cassure du chargeur, vous pouvez le " +"désactiver entièrement avec cette commande. Référez vous au ticket http://trac.osgeo.org/" +"postgis/ticket/748 pour un exemple de problème résolu par cette " +"configuration. NOTE : que vous perdez beaucoup de chose en le désactivant. " +"Cela est utilisé pour la gestion de l'aide et des labels internationaux dans " +"le chargeur graphique qui n'est pas documenté et encore expérimental." #. Tag: para #: installation.xml:470 #, no-c-format msgid "" -"If you obtained PostGIS from the SVN repository , the first" -" step is really to run the script" -msgstr "Si vous avez téléchargé PostGIS depuis le dépôt SVN , la première étape est d'exécuter le script." +"If you obtained PostGIS from the SVN repository , the first step is really to run the " +"script" +msgstr "" +"Si vous avez téléchargé PostGIS depuis le dépôt SVN , la première étape est d'exécuter le " +"script." #. Tag: para #: installation.xml:482 @@ -620,16 +830,21 @@ msgstr "Si vous avez téléchargé PostGIS depuis le configure script that in " "turn is used to customize the installation of PostGIS." -msgstr "Ce script générera le script configure qui est utilisé pour personnaliser votre installation de PostGIS." +msgstr "" +"Ce script générera le script configure qui est utilisé " +"pour personnaliser votre installation de PostGIS." #. Tag: para #: installation.xml:487 #, no-c-format msgid "" -"If you instead obtained PostGIS as a tarball, running " -"./autogen.sh is not necessary as " -"configure has already been generated." -msgstr "Si vous avez obtenu PostGIS comme archive, lancer la commande ./autogen.sh n'est pas nécessaire puisque configure a déjà été généré." +"If you instead obtained PostGIS as a tarball, running ./autogen.sh is not necessary as configure has already been " +"generated." +msgstr "" +"Si vous avez obtenu PostGIS comme archive, lancer la commande ./" +"autogen.sh n'est pas nécessaire puisque configure a déjà été généré." #. Tag: title #: installation.xml:496 @@ -643,7 +858,8 @@ msgstr "Compiler" msgid "" "Once the Makefile has been generated, building PostGIS is as simple as " "running" -msgstr "Une fois le Makefile généré, compiler PostGIS est aussi simple que lancer" +msgstr "" +"Une fois le Makefile généré, compiler PostGIS est aussi simple que lancer" #. Tag: para #: installation.xml:507 @@ -651,7 +867,9 @@ msgstr "Une fois le Makefile généré, compiler PostGIS est aussi simple que la msgid "" "The last line of the output should be \"PostGIS was built " "successfully. Ready to install.\"" -msgstr "La dernière ligne de la sortie doit être \"PostGIS was built successfully. Ready to install.\"" +msgstr "" +"La dernière ligne de la sortie doit être \"PostGIS was built " +"successfully. Ready to install.\"" #. Tag: para #: installation.xml:512 @@ -663,7 +881,15 @@ msgid "" "postgis_comments.sql and other package comments files raster_comments.sql, " "topology_comments.sql are also packaged in the tar.gz distribution in the " "doc folder so no need to make comments if installing from the tar ball." -msgstr "À partir de PostGIS v1.4.0, toutes les fonctions ont des commentaires générés à partir de la documentation. Si vous désirez installer ces commentaires dans votre base de données spatiales plus tard, lancez la commande qui nécessite docbook. Le fichier postgis_comments.sql et les autres groupes de fichiers de commentaires raster_comments.sql, topology_comments.sql sont aussi packagés dans la distribution tar.gz dans le répertoire doc par conséquent pas besoin de créer les commentaires si vous installez à partir des archives." +msgstr "" +"À partir de PostGIS v1.4.0, toutes les fonctions ont des commentaires " +"générés à partir de la documentation. Si vous désirez installer ces " +"commentaires dans votre base de données spatiales plus tard, lancez la " +"commande qui nécessite docbook. Le fichier postgis_comments.sql et les " +"autres groupes de fichiers de commentaires raster_comments.sql, " +"topology_comments.sql sont aussi packagés dans la distribution tar.gz dans " +"le répertoire doc par conséquent pas besoin de créer les commentaires si " +"vous installez à partir des archives." #. Tag: command #: installation.xml:522 installation.xml:544 @@ -676,13 +902,18 @@ msgstr "make comments" #, no-c-format msgid "" "Introduced in PostGIS 2.0. This generates html cheat sheets suitable for " -"quick reference or for student handouts. This requires xsltproc to build and" -" will generate 4 files in doc folder " -"topology_cheatsheet.html, " -"tiger_geocoder_cheatsheet.html, " -"raster_cheatsheet.html, " -"postgis_cheatsheet.html" -msgstr "Introduit dans PostGIS 2.0. Cela génère un mémo en html disponible pour une référence rapide ou pour les étudiants. La compilation nécessite xsltproc et génèrera 4 fichiers dans le répertoire doc topology_cheatsheet.html, tiger_geocoder_cheatsheet.html, raster_cheatsheet.html, postgis_cheatsheet.html" +"quick reference or for student handouts. This requires xsltproc to build and " +"will generate 4 files in doc folder topology_cheatsheet.html, tiger_geocoder_cheatsheet.html, " +"raster_cheatsheet.html, postgis_cheatsheet." +"html" +msgstr "" +"Introduit dans PostGIS 2.0. Cela génère un mémo en html disponible pour une " +"référence rapide ou pour les étudiants. La compilation nécessite xsltproc et " +"génèrera 4 fichiers dans le répertoire doc topology_cheatsheet." +"html, tiger_geocoder_cheatsheet.html, " +"raster_cheatsheet.html, postgis_cheatsheet." +"html" #. Tag: para #: installation.xml:530 @@ -691,7 +922,10 @@ msgid "" "You can download some pre-built ones available in html and pdf from PostGIS / PostgreSQL Study " "Guides" -msgstr "Vous pouvez télécharger des pré-compilations disponibles en HTML et PDF à partir de PostGIS / PostgreSQL Study Guides" +msgstr "" +"Vous pouvez télécharger des pré-compilations disponibles en HTML et PDF à " +"partir de PostGIS / " +"PostgreSQL Study Guides" #. Tag: command #: installation.xml:533 @@ -711,7 +945,9 @@ msgstr "Compiler les Extensions PostGIS et les déployer" msgid "" "The PostGIS extensions are built and installed automatically if you are " "using PostgreSQL 9.1+." -msgstr "Les extensions PostGIS sont compilées et installées automatiquement si vous utilisez PostgreSQL 9.1+" +msgstr "" +"Les extensions PostGIS sont compilées et installées automatiquement si vous " +"utilisez PostgreSQL 9.1+" #. Tag: para #: installation.xml:543 @@ -720,7 +956,10 @@ msgid "" "If you are building from source repository, you need to build the function " "descriptions first. These get built if you have docbook installed. You can " "also manually build with the statement:" -msgstr "Si vous compilez à partir des dépôts des sources, vous devez compiler les descriptions de fonction d'abord. Ceci est compilé si vous avez docbook installé. Vous pouvez également compiler manuellement avec cette commande :" +msgstr "" +"Si vous compilez à partir des dépôts des sources, vous devez compiler les " +"descriptions de fonction d'abord. Ceci est compilé si vous avez docbook " +"installé. Vous pouvez également compiler manuellement avec cette commande :" #. Tag: para #: installation.xml:545 @@ -728,7 +967,10 @@ msgstr "Si vous compilez à partir des dépôts des sources, vous devez compiler msgid "" "Building the comments is not necessary if you are building from a release " "tar ball since these are packaged pre-built with the tar ball already." -msgstr "Compiler les commentaires n'est pas nécessaire si vous avez compilé à partir d'une release d'archive puisque ceux-ci sont des pré-compilations packagés avec le tar ball." +msgstr "" +"Compiler les commentaires n'est pas nécessaire si vous avez compilé à partir " +"d'une release d'archive puisque ceux-ci sont des pré-compilations packagés " +"avec le tar ball." #. Tag: para #: installation.xml:546 @@ -738,7 +980,11 @@ msgid "" "automatically build as part of the make install process. You can if needed " "build from the extensions folders or copy files if you need them on a " "different server." -msgstr "Si vous compilez avec PostgreSQL 9.1, les extensions doivent être automatiquement compilées comme part du processus make install. Vous pouvez, si nécessaire, compilé à partir des répertoires d'extensions ou copier les fichiers si vous en avez besoin sur un serveur différent." +msgstr "" +"Si vous compilez avec PostgreSQL 9.1, les extensions doivent être " +"automatiquement compilées comme part du processus make install. Vous pouvez, " +"si nécessaire, compilé à partir des répertoires d'extensions ou copier les " +"fichiers si vous en avez besoin sur un serveur différent." #. Tag: programlisting #: installation.xml:548 @@ -754,17 +1000,31 @@ msgid "" "make clean\n" "make \n" "make install" -msgstr "cd extensions\ncd postgis\nmake clean\nmake \nmake install\ncd ..\ncd postgis_topology\nmake clean\nmake \nmake install" +msgstr "" +"cd extensions\n" +"cd postgis\n" +"make clean\n" +"make \n" +"make install\n" +"cd ..\n" +"cd postgis_topology\n" +"make clean\n" +"make \n" +"make install" #. Tag: para #: installation.xml:549 #, no-c-format msgid "" "The extension files will always be the same for the same version of PostGIS " -"regardless of OS, so it is fine to copy over the extension files from one OS" -" to another as long as you have the PostGIS binaries already installed on " +"regardless of OS, so it is fine to copy over the extension files from one OS " +"to another as long as you have the PostGIS binaries already installed on " "your servers." -msgstr "Les fichiers extensions seront toujours les mêmes pour les mêmes version de PostGIS indépendamment de l'OS, par conséquent il n'y a pas de problème à copier les fichiers extensions d'un OS à un autre du moment que vous avez les binaires PostGIS déjà installés sur vos serveurs." +msgstr "" +"Les fichiers extensions seront toujours les mêmes pour les mêmes version de " +"PostGIS indépendamment de l'OS, par conséquent il n'y a pas de problème à " +"copier les fichiers extensions d'un OS à un autre du moment que vous avez " +"les binaires PostGIS déjà installés sur vos serveurs." #. Tag: para #: installation.xml:551 @@ -772,10 +1032,16 @@ msgstr "Les fichiers extensions seront toujours les mêmes pour les mêmes versi msgid "" "If you want to install the extensions manually on a separate server " "different from your development, You need to copy the following files from " -"the extensions folder into the PostgreSQL / share / " -"extension folder of your PostgreSQL install as well as the needed" -" binaries for regular PostGIS if you don't have them already on the server." -msgstr "Si vous voulez installer les extensions manuellement sur un serveur différent séparé de votre développement, vous devez copier les fichiers suivants à partir du répertoire extension dans le répertoire PostgreSQL / share / extension de votre installation PostgreSQL ainsi que les binaires nécessaires pour une version correcte de PostGIS si vous ne les avez pas déjà sur le serveur." +"the extensions folder into the PostgreSQL / share / extension folder of your PostgreSQL install as well as the needed binaries " +"for regular PostGIS if you don't have them already on the server." +msgstr "" +"Si vous voulez installer les extensions manuellement sur un serveur " +"différent séparé de votre développement, vous devez copier les fichiers " +"suivants à partir du répertoire extension dans le répertoire " +"PostgreSQL / share / extension de votre installation " +"PostgreSQL ainsi que les binaires nécessaires pour une version correcte de " +"PostGIS si vous ne les avez pas déjà sur le serveur." #. Tag: para #: installation.xml:558 @@ -784,7 +1050,10 @@ msgid "" "These are the control files that denote information such as the version of " "the extension to install if not specified. postgis.control, " "postgis_topology.control." -msgstr "Ceux-ci sont les fichiers de contrôle qui renvoie les informations telles que la version de l'extension à installer si non spécifié. postgis.control, postgis_topology.control." +msgstr "" +"Ceux-ci sont les fichiers de contrôle qui renvoie les informations telles " +"que la version de l'extension à installer si non spécifié. postgis." +"control, postgis_topology.control." #. Tag: para #: installation.xml:564 @@ -792,9 +1061,12 @@ msgstr "Ceux-ci sont les fichiers de contrôle qui renvoie les informations tell msgid "" "All the files in the /sql folder of each extension. Note that these need to " "be copied to the root of the PostgreSQL share/extension folder " -"extensions/postgis/sql/*.sql, " -"extensions/postgis_topology/sql/*.sql" -msgstr "Tous les fichiers dans le répertoire /sql de chaque extension. Notez que ceux-ci nécessitent d'être copiées à la racine du répertoire share/extension de PostgreSQL " +"extensions/postgis/sql/*.sql, extensions/" +"postgis_topology/sql/*.sql" +msgstr "" +"Tous les fichiers dans le répertoire /sql de chaque extension. Notez que " +"ceux-ci nécessitent d'être copiées à la racine du répertoire share/extension " +"de PostgreSQL " #. Tag: para #: installation.xml:570 @@ -803,7 +1075,10 @@ msgid "" "Once you do that, you should see postgis, " "postgis_topology as available extensions in PgAdmin -> " "extensions." -msgstr "Une fois fait, vous devez voir postgis, postgis_topology comme extensions disponibles dans PgAdmin -> extensions." +msgstr "" +"Une fois fait, vous devez voir postgis, " +"postgis_topology comme extensions disponibles dans " +"PgAdmin -> extensions." #. Tag: para #: installation.xml:571 @@ -811,7 +1086,9 @@ msgstr "Une fois fait, vous devez voir postgis, pos msgid "" "If you are using psql, you can verify that the extensions are installed by " "running this query:" -msgstr "Si vous utilisez psql, vous pouvez vérifier que les extensions sont installées en lançant cette requête :" +msgstr "" +"Si vous utilisez psql, vous pouvez vérifier que les extensions sont " +"installées en lançant cette requête :" #. Tag: programlisting #: installation.xml:572 @@ -823,19 +1100,33 @@ msgid "" "-----------------+-----------------+-------------------\n" "postgis | &last_release_version; | &last_release_version;\n" "postgis_topology | &last_release_version; |" -msgstr "SELECT name, default_version,installed_version \nFROM pg_available_extensions WHERE name LIKE 'postgis%' ;\n name | default_version | installed_version\n-----------------+-----------------+-------------------\npostgis | &last_release_version; | &last_release_version;\npostgis_topology | &last_release_version; |" +msgstr "" +"SELECT name, default_version,installed_version \n" +"FROM pg_available_extensions WHERE name LIKE 'postgis%' ;\n" +" name | default_version | installed_version\n" +"-----------------+-----------------+-------------------\n" +"postgis | &last_release_version; | &last_release_version;\n" +"postgis_topology | &last_release_version; |" #. Tag: para #: installation.xml:574 #, no-c-format msgid "" -"If you have the extension installed in the database you are querying, you'll" -" see mention in the installed_version column. If you get " -"no records back, it means you don't have postgis extensions installed on the" -" server at all. PgAdmin III 1.14+ will also provide this information in the " +"If you have the extension installed in the database you are querying, you'll " +"see mention in the installed_version column. If you get " +"no records back, it means you don't have postgis extensions installed on the " +"server at all. PgAdmin III 1.14+ will also provide this information in the " "extensions section of the database browser tree and will " "even allow upgrade or uninstall by right-clicking." -msgstr "Si vous avez l'extension installée dans la base de données que vous interrogez, vous verrez la mention dans la colonne installed_version. Si vous n'obtenez aucun enregistrement , cela signifie que vous n'avez pas d'extension postgis installés sur le serveur. PgAdmin III 1.14+ fournira aussi cette information dans la section extensions dans l'arbre de l'explorateur de la base de données et autorisera même la mise à jour ou la désinstallation par clic-droit." +msgstr "" +"Si vous avez l'extension installée dans la base de données que vous " +"interrogez, vous verrez la mention dans la colonne " +"installed_version. Si vous n'obtenez aucun " +"enregistrement , cela signifie que vous n'avez pas d'extension postgis " +"installés sur le serveur. PgAdmin III 1.14+ fournira aussi cette information " +"dans la section extensions dans l'arbre de l'explorateur " +"de la base de données et autorisera même la mise à jour ou la " +"désinstallation par clic-droit." #. Tag: para #: installation.xml:578 @@ -844,7 +1135,10 @@ msgid "" "If you have the extensions available, you can install postgis extension in " "your database of choice by either using pgAdmin extension interface or " "running these sql commands:" -msgstr "Si vous avez les extensions disponibles, vous pouvez installer les extensions postgis dans votre base de données de votre choix soit en utilisant l'interface d'extension de PgAdmin ou lançant ces commandes SQL :" +msgstr "" +"Si vous avez les extensions disponibles, vous pouvez installer les " +"extensions postgis dans votre base de données de votre choix soit en " +"utilisant l'interface d'extension de PgAdmin ou lançant ces commandes SQL :" #. Tag: programlisting #: installation.xml:579 @@ -852,35 +1146,59 @@ msgstr "Si vous avez les extensions disponibles, vous pouvez installer les exten msgid "" "CREATE EXTENSION postgis;\n" "CREATE EXTENSION postgis_topology;" -msgstr "CREATE EXTENSION postgis;\nCREATE EXTENSION postgis_topology;" +msgstr "" +"CREATE EXTENSION postgis;\n" +"CREATE EXTENSION postgis_topology;" #. Tag: para #: installation.xml:581 #, no-c-format msgid "" -"Extension tables spatial_ref_sys, " -"layer, topology can not be explicitly " -"backed up. They can only be backed up when the respective " -"postgis or postgis_topology extension " -"is backed up, which only seems to happen when you backup the whole database." -" As of PostGIS 2.0.1, only srid records not packaged with PostGIS are backed" -" up when the database is backed up so don't go around changing srids we " -"package and expect your changes to be there. Put in a ticket if you find an " -"issue. The structures of extension tables are never backed up since they are" -" created with CREATE EXTENSION and assumed to be the same for a" -" given version of an extension. These behaviors are built into the current " -"PostgreSQL extension model, so nothing we can do about it." -msgstr "Les tables d'extension spatial_ref_sys, layer, topology ne peuvent pas être explicitement sauvegardé. Elles peuvent être uniquement sauvegardées quand les extensions respectives postgis ou postgis_topology sont sauvegardées, ce qui semblent seulement arrivé quand vous sauvegardez l'ensemble de la base. À partir de PostGIS 2.0.1, seulement les enregistrements des srid non packagés avec PostGIS sont sauvegardés quand la base de données est sauvegardé par conséquent ne changez pas les srids que nous fournissons et attendre que vos modifications seront encore là. Créez un ticket si vous trouvez un problème. Les structures de la table d'extension ne sont jamais sauvegardées puisque créée avec CREATE EXTENSION et supposées être identique pour la même version de l'extension. Ce comportement fait partie du modèle actuel d'extensions de PostgreSQL, nous pouvons donc rien faire à ce sujet." +"Extension tables spatial_ref_sys, layer, topology can not be explicitly backed up. They " +"can only be backed up when the respective postgis or " +"postgis_topology extension is backed up, which only seems " +"to happen when you backup the whole database. As of PostGIS 2.0.1, only srid " +"records not packaged with PostGIS are backed up when the database is backed " +"up so don't go around changing srids we package and expect your changes to " +"be there. Put in a ticket if you find an issue. The structures of extension " +"tables are never backed up since they are created with CREATE " +"EXTENSION and assumed to be the same for a given version of an " +"extension. These behaviors are built into the current PostgreSQL extension " +"model, so nothing we can do about it." +msgstr "" +"Les tables d'extension spatial_ref_sys, layer, topology ne peuvent pas être explicitement " +"sauvegardé. Elles peuvent être uniquement sauvegardées quand les extensions " +"respectives postgis ou postgis_topology sont sauvegardées, ce qui semblent seulement arrivé quand vous " +"sauvegardez l'ensemble de la base. À partir de PostGIS 2.0.1, seulement les " +"enregistrements des srid non packagés avec PostGIS sont sauvegardés quand la " +"base de données est sauvegardé par conséquent ne changez pas les srids que " +"nous fournissons et attendre que vos modifications seront encore là. Créez " +"un ticket si vous trouvez un problème. Les structures de la table " +"d'extension ne sont jamais sauvegardées puisque créée avec CREATE " +"EXTENSION et supposées être identique pour la même version de " +"l'extension. Ce comportement fait partie du modèle actuel d'extensions de " +"PostgreSQL, nous pouvons donc rien faire à ce sujet." #. Tag: para #: installation.xml:586 #, no-c-format msgid "" "If you installed &last_release_version;, without using our wonderful " -"extension system, you can change it to be extension based by first upgrading" -" to the latest micro version running the upgrade scripts: " -"postgis_upgrade_20_minor.sql,raster_upgrade_20_minor.sql,topology_upgrade_20_minor.sql." -msgstr "Si vous installez &last_release_version;, sans utiliser notre merveilleux système d'extension, vous pouvez modifier cela pour que cela soit basée sur l'extension en mettant à jour d'abord vers la plus petite version en lançant les scripts de mise à jour : postgis_upgrade_20_minor.sql,raster_upgrade_20_minor.sql,topology_upgrade_20_minor.sql." +"extension system, you can change it to be extension based by first upgrading " +"to the latest micro version running the upgrade scripts: " +"postgis_upgrade_20_minor.sql," +"raster_upgrade_20_minor.sql," +"topology_upgrade_20_minor.sql." +msgstr "" +"Si vous installez &last_release_version;, sans utiliser notre merveilleux " +"système d'extension, vous pouvez modifier cela pour que cela soit basée sur " +"l'extension en mettant à jour d'abord vers la plus petite version en lançant " +"les scripts de mise à jour : postgis_upgrade_20_minor.sql,raster_upgrade_20_minor.sql," +"topology_upgrade_20_minor.sql." #. Tag: para #: installation.xml:587 @@ -888,7 +1206,10 @@ msgstr "Si vous installez &last_release_version;, sans utiliser notre merveilleu msgid "" "If you installed postgis without raster support, you'll need to install " "raster support first (using the full rtpostgis.sql" -msgstr "Si vous installez postgis sans la gestion du raster, vous aurez besoin d'installer la gestion du raster (en utilisant le script rtpostgis.sql complet" +msgstr "" +"Si vous installez postgis sans la gestion du raster, vous aurez besoin " +"d'installer la gestion du raster (en utilisant le script rtpostgis." +"sql complet" #. Tag: para #: installation.xml:588 @@ -896,7 +1217,9 @@ msgstr "Si vous installez postgis sans la gestion du raster, vous aurez besoin d msgid "" "Then you can run the below commands to package the functions in their " "respective extension." -msgstr "Puis vous pouvez lancer les commandes ci-dessous pour packager les fonctions dans leur extension respective." +msgstr "" +"Puis vous pouvez lancer les commandes ci-dessous pour packager les fonctions " +"dans leur extension respective." #. Tag: programlisting #: installation.xml:589 @@ -904,7 +1227,9 @@ msgstr "Puis vous pouvez lancer les commandes ci-dessous pour packager les fonct msgid "" "CREATE EXTENSION postgis FROM unpackaged;\n" "CREATE EXTENSION postgis_topology FROM unpackaged;" -msgstr "CREATE EXTENSION postgis FROM unpackaged;\nCREATE EXTENSION postgis_topology FROM unpackaged;" +msgstr "" +"CREATE EXTENSION postgis FROM unpackaged;\n" +"CREATE EXTENSION postgis_topology FROM unpackaged;" #. Tag: title #: installation.xml:595 @@ -928,9 +1253,12 @@ msgstr "make check" #: installation.xml:605 #, no-c-format msgid "" -"The above command will run through various checks and regression tests using" -" the generated library against an actual PostgreSQL database." -msgstr "La commande ci-dessus fonctionnera pour différentes tests de vérification et de régression en utilisant la bibliothèque générée selon la base de données actuelle." +"The above command will run through various checks and regression tests using " +"the generated library against an actual PostgreSQL database." +msgstr "" +"La commande ci-dessus fonctionnera pour différentes tests de vérification et " +"de régression en utilisant la bibliothèque générée selon la base de données " +"actuelle." #. Tag: para #: installation.xml:611 @@ -939,20 +1267,30 @@ msgid "" "If you configured PostGIS using non-standard PostgreSQL, GEOS, or Proj4 " "locations, you may need to add their library locations to the " "LD_LIBRARY_PATH environment variable." -msgstr "Si vous configurez PostGIS en utilisant une localisation non standard de PostgreSQL, GEOS, ou Proj4, vous pourrez avoir besoin d'ajouter la localisation des bibliothèques à la variable d'environnement LD_LIBRARY_PATH." +msgstr "" +"Si vous configurez PostGIS en utilisant une localisation non standard de " +"PostgreSQL, GEOS, ou Proj4, vous pourrez avoir besoin d'ajouter la " +"localisation des bibliothèques à la variable d'environnement LD_LIBRARY_PATH." #. Tag: para #: installation.xml:619 #, no-c-format msgid "" -"Currently, the make check relies on the PATH" -" and PGPORT environment variables when performing the checks - " +"Currently, the make check relies on the PATH " +"and PGPORT environment variables when performing the checks - " "it does not use the PostgreSQL version that may have " -"been specified using the configuration parameter --with-" -"pgconfig. So make sure to modify your PATH to match the detected " -"PostgreSQL installation during configuration or be prepared to deal with the" -" impending headaches." -msgstr "Pour le moment, make check repose sur les variables d'environnement PATH et PGPORT lors de la réalisation des vérifications - il n'utilise pas la version de PostgreSQL qui a pu être définie en utilisant la paramètre configuration --with-pgconfig. Assurez vous donc de modifier votre PATH pour correspondre l'installation de PostgreSQL détectée durant la configuration ou préparez vous à gérer des maux de tête inhérent." +"been specified using the configuration parameter --with-pgconfig. So make sure to modify your PATH to match the detected PostgreSQL " +"installation during configuration or be prepared to deal with the impending " +"headaches." +msgstr "" +"Pour le moment, make check repose sur les variables " +"d'environnement PATH et PGPORT lors de la " +"réalisation des vérifications - il n'utilise pas la " +"version de PostgreSQL qui a pu être définie en utilisant la paramètre " +"configuration --with-pgconfig. Assurez vous donc de " +"modifier votre PATH pour correspondre l'installation de PostgreSQL détectée " +"durant la configuration ou préparez vous à gérer des maux de tête inhérent." #. Tag: para #: installation.xml:631 @@ -1084,7 +1422,126 @@ msgid "" "\n" "Run tests: 55\n" "Failed: 0" -msgstr "CUnit - A Unit testing framework for C - Version 2.1-0\n http://cunit.sourceforge.net/\n\n\nSuite: print_suite\n Test: test_lwprint_default_format ... passed\n Test: test_lwprint_format_orders ... passed\n Test: test_lwprint_optional_format ... passed\n Test: test_lwprint_oddball_formats ... passed\n Test: test_lwprint_bad_formats ... passed\nSuite: Misc Suite\n Test: test_misc_force_2d ... passed\n Test: test_misc_simplify ... passed\n Test: test_misc_count_vertices ... passed\n Test: test_misc_area ... passed\n Test: test_misc_wkb ... passed\nSuite: PointArray Suite\n Test: test_ptarray_append_point ... passed\n Test: test_ptarray_append_ptarray ... passed\nSuite: PostGIS Computational Geometry Suite\n Test: test_lw_segment_side ... passed\n Test: test_lw_segment_intersects ... passed\n Test: test_lwline_crossing_short_lines ... passed\n Test: test_lwline_crossing_long_lines ... passed\n Test: test_lwline_crossing_bugs ... passed\n Test: test_lwpoint_set_ordinate ... passed\n Test: test_lwpoint_get_ordinate ... passed\n Test: test_point_interpolate ... passed\n Test: test_lwline_clip ... passed\n Test: test_lwline_clip_big ... passed\n Test: test_lwmline_clip ... passed\n Test: test_geohash_point ... passed\n Test: test_geohash_precision ... passed\n Test: test_geohash ... passed\n Test: test_isclosed ... passed\nSuite: PostGIS Measures Suite\n Test: test_mindistance2d_tolerance ... passed\n Test: test_rect_tree_contains_point ... passed\n Test: test_rect_tree_intersects_tree ... passed\n Test: test_lwgeom_segmentize2d ... passed\nSuite: WKT Out Suite\n Test: test_wkt_out_point ... passed\n Test: test_wkt_out_linestring ... passed\n Test: test_wkt_out_polygon ... passed\n Test: test_wkt_out_multipoint ... passed\n Test: test_wkt_out_multilinestring ... passed\n:\n:\n--Run Summary: Type Total Ran Passed Failed\n suites 17 17 n/a 0\n tests 143 143 143 0\n asserts 1228 1228 1228 0\n\n\nCreating spatial db postgis_reg\n Postgis 2.0.0SVN - 2011-01-11 15:33:37\n GEOS: 3.3.0-CAPI-1.7.0\n PROJ: Rel. 4.6.1, 21 August 2008\n\nRunning tests\n\n loader/Point.............. ok\n loader/PointM.............. ok\n loader/PointZ.............. ok\n loader/MultiPoint.............. ok\n loader/MultiPointM.............. ok\n loader/MultiPointZ.............. ok\n loader/Arc.............. ok\n loader/ArcM.............. ok\n loader/ArcZ.......... ok\n loader/Polygon.............. ok\n loader/PolygonM.............. ok\n loader/PolygonZ.............. ok\n regress. ok\n regress_index. ok\n regress_index_nulls. ok\n lwgeom_regress. ok\n regress_lrs. ok\n removepoint. ok\n setpoint. ok\n simplify. ok\n snaptogrid. ok\n affine. ok\n measures. ok\n long_xact. ok\n ctors. ok\n sql-mm-serialize. ok\n sql-mm-circularstring. ok\n sql-mm-compoundcurve. ok\n sql-mm-curvepoly. ok\n sql-mm-general. ok\n sql-mm-multicurve. ok\n sql-mm-multisurface. ok\n polyhedralsurface. ok\n out_geometry. ok\n out_geography. ok\n in_gml. ok\n in_kml. ok\n iscollection. ok\n regress_ogc. ok\n regress_ogc_cover. ok\n regress_ogc_prep. ok\n regress_bdpoly. ok\n regress_proj. ok\n dump. ok\n dumppoints. ok\n wmsservers_new. ok\n tickets. ok\n remove_repeated_points. ok\n split. ok\n relatematch. ok\n regress_buffer_params. ok\n hausdorff. ok\n clean. ok\n sharedpaths. ok\n snap. ok\n\nRun tests: 55\nFailed: 0" +msgstr "" +"CUnit - A Unit testing framework for C - Version 2.1-0\n" +" http://cunit.sourceforge.net/\n" +"\n" +"\n" +"Suite: print_suite\n" +" Test: test_lwprint_default_format ... passed\n" +" Test: test_lwprint_format_orders ... passed\n" +" Test: test_lwprint_optional_format ... passed\n" +" Test: test_lwprint_oddball_formats ... passed\n" +" Test: test_lwprint_bad_formats ... passed\n" +"Suite: Misc Suite\n" +" Test: test_misc_force_2d ... passed\n" +" Test: test_misc_simplify ... passed\n" +" Test: test_misc_count_vertices ... passed\n" +" Test: test_misc_area ... passed\n" +" Test: test_misc_wkb ... passed\n" +"Suite: PointArray Suite\n" +" Test: test_ptarray_append_point ... passed\n" +" Test: test_ptarray_append_ptarray ... passed\n" +"Suite: PostGIS Computational Geometry Suite\n" +" Test: test_lw_segment_side ... passed\n" +" Test: test_lw_segment_intersects ... passed\n" +" Test: test_lwline_crossing_short_lines ... passed\n" +" Test: test_lwline_crossing_long_lines ... passed\n" +" Test: test_lwline_crossing_bugs ... passed\n" +" Test: test_lwpoint_set_ordinate ... passed\n" +" Test: test_lwpoint_get_ordinate ... passed\n" +" Test: test_point_interpolate ... passed\n" +" Test: test_lwline_clip ... passed\n" +" Test: test_lwline_clip_big ... passed\n" +" Test: test_lwmline_clip ... passed\n" +" Test: test_geohash_point ... passed\n" +" Test: test_geohash_precision ... passed\n" +" Test: test_geohash ... passed\n" +" Test: test_isclosed ... passed\n" +"Suite: PostGIS Measures Suite\n" +" Test: test_mindistance2d_tolerance ... passed\n" +" Test: test_rect_tree_contains_point ... passed\n" +" Test: test_rect_tree_intersects_tree ... passed\n" +" Test: test_lwgeom_segmentize2d ... passed\n" +"Suite: WKT Out Suite\n" +" Test: test_wkt_out_point ... passed\n" +" Test: test_wkt_out_linestring ... passed\n" +" Test: test_wkt_out_polygon ... passed\n" +" Test: test_wkt_out_multipoint ... passed\n" +" Test: test_wkt_out_multilinestring ... passed\n" +":\n" +":\n" +"--Run Summary: Type Total Ran Passed Failed\n" +" suites 17 17 n/a 0\n" +" tests 143 143 143 0\n" +" asserts 1228 1228 1228 0\n" +"\n" +"\n" +"Creating spatial db postgis_reg\n" +" Postgis 2.0.0SVN - 2011-01-11 15:33:37\n" +" GEOS: 3.3.0-CAPI-1.7.0\n" +" PROJ: Rel. 4.6.1, 21 August 2008\n" +"\n" +"Running tests\n" +"\n" +" loader/Point.............. ok\n" +" loader/PointM.............. ok\n" +" loader/PointZ.............. ok\n" +" loader/MultiPoint.............. ok\n" +" loader/MultiPointM.............. ok\n" +" loader/MultiPointZ.............. ok\n" +" loader/Arc.............. ok\n" +" loader/ArcM.............. ok\n" +" loader/ArcZ.......... ok\n" +" loader/Polygon.............. ok\n" +" loader/PolygonM.............. ok\n" +" loader/PolygonZ.............. ok\n" +" regress. ok\n" +" regress_index. ok\n" +" regress_index_nulls. ok\n" +" lwgeom_regress. ok\n" +" regress_lrs. ok\n" +" removepoint. ok\n" +" setpoint. ok\n" +" simplify. ok\n" +" snaptogrid. ok\n" +" affine. ok\n" +" measures. ok\n" +" long_xact. ok\n" +" ctors. ok\n" +" sql-mm-serialize. ok\n" +" sql-mm-circularstring. ok\n" +" sql-mm-compoundcurve. ok\n" +" sql-mm-curvepoly. ok\n" +" sql-mm-general. ok\n" +" sql-mm-multicurve. ok\n" +" sql-mm-multisurface. ok\n" +" polyhedralsurface. ok\n" +" out_geometry. ok\n" +" out_geography. ok\n" +" in_gml. ok\n" +" in_kml. ok\n" +" iscollection. ok\n" +" regress_ogc. ok\n" +" regress_ogc_cover. ok\n" +" regress_ogc_prep. ok\n" +" regress_bdpoly. ok\n" +" regress_proj. ok\n" +" dump. ok\n" +" dumppoints. ok\n" +" wmsservers_new. ok\n" +" tickets. ok\n" +" remove_repeated_points. ok\n" +" split. ok\n" +" relatematch. ok\n" +" regress_buffer_params. ok\n" +" hausdorff. ok\n" +" clean. ok\n" +" sharedpaths. ok\n" +" snap. ok\n" +"\n" +"Run tests: 55\n" +"Failed: 0" #. Tag: para #: installation.xml:642 @@ -1105,15 +1562,20 @@ msgid "" "This will copy the PostGIS installation files into their appropriate " "subdirectory specified by the --prefix configuration " "parameter. In particular:" -msgstr "Ceci copiera les fichiers d'installation de PostGIS dans leur sous-répertoires appropriés définie par le paramètre de configuration --prefix. En particulier :" +msgstr "" +"Ceci copiera les fichiers d'installation de PostGIS dans leur sous-" +"répertoires appropriés définie par le paramètre de configuration " +"--prefix. En particulier :" #. Tag: para #: installation.xml:658 #, no-c-format msgid "" -"The loader and dumper binaries are installed in " -"[prefix]/bin." -msgstr "Les binaires du chargeur et du dumper sont installés dans [prefix]/bin." +"The loader and dumper binaries are installed in [prefix]/bin." +msgstr "" +"Les binaires du chargeur et du dumper sont installés dans [prefix]/" +"bin." #. Tag: para #: installation.xml:665 @@ -1121,14 +1583,18 @@ msgstr "Les binaires du chargeur et du dumper sont installés dans [pr msgid "" "The SQL files, such as postgis.sql, are installed in " "[prefix]/share/contrib." -msgstr "Les fichiers SQL, tel que postgis.sql, sont installé dans [prefix]/share/contrib." +msgstr "" +"Les fichiers SQL, tel que postgis.sql, sont installé " +"dans [prefix]/share/contrib." #. Tag: para #: installation.xml:672 #, no-c-format msgid "" "The PostGIS libraries are installed in [prefix]/lib." -msgstr "Les bibliothèques PostGIS sont installées dans [prefix]/lib." +msgstr "" +"Les bibliothèques PostGIS sont installées dans [prefix]/lib." #. Tag: para #: installation.xml:679 @@ -1138,7 +1604,10 @@ msgid "" "generate the postgis_comments.sql, " "raster_comments.sql file, install the sql file by " "running" -msgstr "Si vous avez déjà lancé la commande make comments pour générer les fichiers postgis_comments.sql, raster_comments.sql, installer le fichier sql en lançant" +msgstr "" +"Si vous avez déjà lancé la commande make comments pour " +"générer les fichiers postgis_comments.sql, " +"raster_comments.sql, installer le fichier sql en lançant" #. Tag: command #: installation.xml:686 @@ -1150,12 +1619,15 @@ msgstr "make comments-install" #: installation.xml:690 #, no-c-format msgid "" -"postgis_comments.sql, " -"raster_comments.sql, " -"topology_comments.sql was separated from the typical " -"build and installation targets since with it comes the extra dependency of " -"xsltproc." -msgstr "postgis_comments.sql, raster_comments.sql, topology_comments.sql ont été séparés de la compilation initiale et des cibles de l'installation depuis qu'ils sont dépendant de xsltproc." +"postgis_comments.sql, raster_comments.sql, topology_comments.sql was separated from the " +"typical build and installation targets since with it comes the extra " +"dependency of xsltproc." +msgstr "" +"postgis_comments.sql, raster_comments.sql, topology_comments.sql ont été séparés de la " +"compilation initiale et des cibles de l'installation depuis qu'ils sont " +"dépendant de xsltproc." #. Tag: title #: installation.xml:700 @@ -1169,7 +1641,9 @@ msgstr "Créer une base de données spatiale sur PostgreSQL inférieure à 9.1" msgid "" "The first step in creating a PostGIS database is to create a simple " "PostgreSQL database." -msgstr "La première étape dans la création d'une base de données PostGIS est de créer la base PostgreSQL." +msgstr "" +"La première étape dans la création d'une base de données PostGIS est de " +"créer la base PostgreSQL." #. Tag: command #: installation.xml:708 installation.xml:805 @@ -1186,7 +1660,12 @@ msgid "" "the PL/pgSQL language in your new database. This is accomplish by the " "command below command. For PostgreSQL 8.4+, this is generally already " "installed" -msgstr "Plusieurs fonctions PostGIS sont écrites en langage procédural PL/pgSQL. Par conséquent, l'étape suivante pour créer une base de données PostGIS est d'activer la langue PL/pgSQL dans votre base de données. Cela est réalisée par la commande ci-dessous. Pour les versions 8.4 et supérieure de PostgreSQL, celle-ci est généralement déjà installée." +msgstr "" +"Plusieurs fonctions PostGIS sont écrites en langage procédural PL/pgSQL. Par " +"conséquent, l'étape suivante pour créer une base de données PostGIS est " +"d'activer la langue PL/pgSQL dans votre base de données. Cela est réalisée " +"par la commande ci-dessous. Pour les versions 8.4 et supérieure de " +"PostgreSQL, celle-ci est généralement déjà installée." #. Tag: command #: installation.xml:719 @@ -1202,7 +1681,11 @@ msgid "" "loading the postgis.sql definitions file (located in " "[prefix]/share/contrib as specified during the " "configuration step)." -msgstr "Maintenant chargez les définitions d'objet et de fonction PostGIS dans votre base de données en chargeant le fichier de définition postgis.sql (localisé dans [prefix]/share/contrib comme définie dans l'étape de configuration)." +msgstr "" +"Maintenant chargez les définitions d'objet et de fonction PostGIS dans votre " +"base de données en chargeant le fichier de définition postgis.sql (localisé dans [prefix]/share/contrib comme " +"définie dans l'étape de configuration)." #. Tag: command #: installation.xml:730 @@ -1214,11 +1697,16 @@ msgstr "psql -d [yourdatabase] -f postgis.sql" #: installation.xml:733 #, no-c-format msgid "" -"For a complete set of EPSG coordinate system definition identifiers, you can" -" also load the spatial_ref_sys.sql definitions file and" -" populate the spatial_ref_sys table. This will permit you" -" to perform ST_Transform() operations on geometries." -msgstr "Pour un ensemble complet d'identifiant de définition de système de coordonnées EPSG, vous pouvez également lancer le fichier de définitions spatial_ref_sys.sql et remplir la table spatial_ref_sys. Cela vous permet de réaliser des opérations ST_Transform() sur les géométries." +"For a complete set of EPSG coordinate system definition identifiers, you can " +"also load the spatial_ref_sys.sql definitions file and " +"populate the spatial_ref_sys table. This will permit you " +"to perform ST_Transform() operations on geometries." +msgstr "" +"Pour un ensemble complet d'identifiant de définition de système de " +"coordonnées EPSG, vous pouvez également lancer le fichier de définitions " +"spatial_ref_sys.sql et remplir la table " +"spatial_ref_sys. Cela vous permet de réaliser des " +"opérations ST_Transform() sur les géométries." #. Tag: command #: installation.xml:741 @@ -1234,7 +1722,12 @@ msgid "" "load the postgis_comments.sql into your spatial " "database. The comments can be viewed by simply typing \\dd " "[function_name] from a psql terminal window." -msgstr "Si vous désirez ajouter des commentaires aux fonctions PostGIS, l'étape finale est de charger postgis_comments.sql dans votre base spatiale. Les commentaires peuvent être vus en tapant simplement \\dd [function_name] dans la console psql." +msgstr "" +"Si vous désirez ajouter des commentaires aux fonctions PostGIS, l'étape " +"finale est de charger postgis_comments.sql dans votre " +"base spatiale. Les commentaires peuvent être vus en tapant simplement " +"\\dd [function_name] dans la console psql." #. Tag: command #: installation.xml:752 @@ -1261,7 +1754,11 @@ msgid "" "Install raster support comments. This will provide quick help info for each " "raster function using psql or PgAdmin or any other PostgreSQL tool that can " "show function comments" -msgstr "Installation des commentaires dans la gestion des raster. Cela fournira une aide rapide pour chaque fonction raster en utilisant psql ou PgAdmin ou n'importe quel outil PostgreSQL qui peut montrer les commentaires des fonctions." +msgstr "" +"Installation des commentaires dans la gestion des raster. Cela fournira une " +"aide rapide pour chaque fonction raster en utilisant psql ou PgAdmin ou " +"n'importe quel outil PostgreSQL qui peut montrer les commentaires des " +"fonctions." #. Tag: command #: installation.xml:769 @@ -1288,7 +1785,11 @@ msgid "" "Install topology support comments. This will provide quick help info for " "each topology function / type using psql or PgAdmin or any other PostgreSQL " "tool that can show function comments" -msgstr "Installation des commentaires dans la gestion de la topologie. Cela fournira une aide rapide pour chaque fonction topologique en utilisant psql ou PgAdmin ou n'importe quel outil PostgreSQL qui peut montrer les commentaires des fonctions." +msgstr "" +"Installation des commentaires dans la gestion de la topologie. Cela fournira " +"une aide rapide pour chaque fonction topologique en utilisant psql ou " +"PgAdmin ou n'importe quel outil PostgreSQL qui peut montrer les commentaires " +"des fonctions." #. Tag: command #: installation.xml:785 @@ -1300,9 +1801,10 @@ msgstr "psql -d [yourdatabase] -f topology/topology_comments.sql" #: installation.xml:788 installation.xml:825 #, no-c-format msgid "" -"If you plan to restore an old backup from prior versions in this new db, " -"run:" -msgstr "Si vous prévoyez de restaurer une vielle sauvegarde à partir d'une version antérieure dans la nouvelle base, lancez :" +"If you plan to restore an old backup from prior versions in this new db, run:" +msgstr "" +"Si vous prévoyez de restaurer une vielle sauvegarde à partir d'une version " +"antérieure dans la nouvelle base, lancez :" #. Tag: command #: installation.xml:789 installation.xml:826 @@ -1317,9 +1819,15 @@ msgid "" "There is an alternative legacy_minimal.sql you can run " "instead which will install barebones needed to recover tables and work with " "apps like MapServer and GeoServer. If you have views that use things like " -"distance / length etc, you'll need the full blown " -"legacy.sql" -msgstr "Il y a l'alternatif legacy_minimal.sql que vous pouvez lancer à la place et qui va installer les primitives nécessaires pour récupérer les tables et travailler avec des applications comme MapServer et GeoServer. Si vous avez des vues qui utilisent des choses comme distance / length etc, vous aurez besoin du fichier legacy.sql complet." +"distance / length etc, you'll need the full blown legacy.sql" +msgstr "" +"Il y a l'alternatif legacy_minimal.sql que vous pouvez " +"lancer à la place et qui va installer les primitives nécessaires pour " +"récupérer les tables et travailler avec des applications comme MapServer et " +"GeoServer. Si vous avez des vues qui utilisent des choses comme distance / " +"length etc, vous aurez besoin du fichier legacy.sql " +"complet." #. Tag: para #: installation.xml:793 installation.xml:828 @@ -1327,7 +1835,10 @@ msgstr "Il y a l'alternatif legacy_minimal.sql que vous pou msgid "" "You can later run uninstall_legacy.sql to get rid of " "the deprecated functions after you are done with restoring and cleanup." -msgstr "Vous pouvez lancer uninstall_legacy.sql pour supprimer les fonctions dépréciées après avoir fait les opérations de restauration et de nettoyage." +msgstr "" +"Vous pouvez lancer uninstall_legacy.sql pour supprimer " +"les fonctions dépréciées après avoir fait les opérations de restauration et " +"de nettoyage." #. Tag: title #: installation.xml:797 @@ -1341,7 +1852,10 @@ msgstr "Créer une base de données spatiale en utilisant EXTENSIONS" msgid "" "If you are using PostgreSQL 9.1+ and have compiled and installed the " "extensions/ postgis modules, you can create a spatial database the new way." -msgstr "Si vous utilisez PostgreSQL 9.1 et supérieur puis avez compilé et installé les modules extensions/ postgis, vous pouvez créer une base de données spatiales par la nouvelle manière." +msgstr "" +"Si vous utilisez PostgreSQL 9.1 et supérieur puis avez compilé et installé " +"les modules extensions/ postgis, vous pouvez créer une base de données " +"spatiales par la nouvelle manière." #. Tag: para #: installation.xml:808 @@ -1350,7 +1864,10 @@ msgid "" "The core postgis extension installs PostGIS geometry, geography, raster, " "spatial_ref_sys and all the functions and comments with a simple: " "CREATE EXTENSION postgis; command." -msgstr "L'extension du coeur de PostGIS installe geometry, geography, raster, spatial_ref_sys et toutes les fonctions et commentaires avec une simple commande : CREATE EXTENSION postgis;." +msgstr "" +"L'extension du coeur de PostGIS installe geometry, geography, raster, " +"spatial_ref_sys et toutes les fonctions et commentaires avec une simple " +"commande : CREATE EXTENSION postgis;." #. Tag: command #: installation.xml:814 @@ -1363,7 +1880,9 @@ msgstr "psql -d [yourdatabase] -c \"CREATE EXTENSION postgis;\"" #, no-c-format msgid "" "Topology is packaged as a separate extension and installable with command:" -msgstr "La topologie est fournie comme extension séparée et installable avec la commande :" +msgstr "" +"La topologie est fournie comme extension séparée et installable avec la " +"commande :" #. Tag: command #: installation.xml:822 @@ -1384,12 +1903,19 @@ msgid "" "The Tiger geocoder does not get installed / upgraded with the core PostGIS " "scripts because it is only of regional use. In fact nothing located in the " "extras folder is installed by default with the regular PostGIS install / " -"upgrade. Extras like Tiger geocoder may also not be packaged in your PostGIS" -" distribution, but will always be available in the " -"postgis-&last_release_version;.tar.gz file. The instructions provided here " -"are also available in the " +"upgrade. Extras like Tiger geocoder may also not be packaged in your PostGIS " +"distribution, but will always be available in the postgis-" +"&last_release_version;.tar.gz file. The instructions provided here are also " +"available in the extras/tiger_geocoder/tiger_2010/README" +msgstr "" +"Le géocoder Tiger ne s'installe pas ni se met à jour avec le script du coeur " +"de PostGIS parce qu'il n'est que d'intérêt régional. En fait, tout ce qui " +"est dans extras n'est installé par défaut avec l'installation et la mise à " +"jour normale de PostGIS. Les extras comme le géocoder Tiger peut aussi ne " +"pas être packagés dans votre distribution PostGIS, mais sera toujours " +"disponible dans le fichier postgis-&last_release_version;.tar.gz. Les " +"instructions fournies ici sont également disponible dans le fichier " "extras/tiger_geocoder/tiger_2010/README" -msgstr "Le géocoder Tiger ne s'installe pas ni se met à jour avec le script du coeur de PostGIS parce qu'il n'est que d'intérêt régional. En fait, tout ce qui est dans extras n'est installé par défaut avec l'installation et la mise à jour normale de PostGIS. Les extras comme le géocoder Tiger peut aussi ne pas être packagés dans votre distribution PostGIS, mais sera toujours disponible dans le fichier postgis-&last_release_version;.tar.gz. Les instructions fournies ici sont également disponible dans le fichier extras/tiger_geocoder/tiger_2010/README" #. Tag: para #: installation.xml:836 @@ -1398,7 +1924,10 @@ msgid "" "If you are on Windows and you don't have tar installed, you can use http://www.7-zip.org/ to unzip the " "PostGIS tarball." -msgstr "Si vous êtes sous Windows et que vous n'avez pas tar installé, vous pouvez utiliser http://www.7-zip.org/ pour décompresser le tarball PostGIS." +msgstr "" +"Si vous êtes sous Windows et que vous n'avez pas tar installé, vous pouvez " +"utiliser http://www.7-zip.org/ " +"pour décompresser le tarball PostGIS." #. Tag: title #: installation.xml:838 @@ -1416,9 +1945,13 @@ msgstr "D'abord installez PostGIS en utilisant les instructions précédentes." #: installation.xml:843 installation.xml:870 #, no-c-format msgid "" -"If you don't have an extras folder, download http://www.postgis.org/download/postgis-&last_release_version;.tar.gz" -msgstr "Si vous n'avez pas de répertoire extras, télécharger http://www.postgis.org/download/postgis-&last_release_version;.tar.gz" +"If you don't have an extras folder, download http://www.postgis.org/" +"download/postgis-&last_release_version;.tar.gz" +msgstr "" +"Si vous n'avez pas de répertoire extras, télécharger http://www." +"postgis.org/download/postgis-&last_release_version;.tar.gz" #. Tag: command #: installation.xml:848 installation.xml:875 @@ -1438,7 +1971,9 @@ msgstr "cd postgis-&last_release_version;/extras/tiger_geocoder/tiger_2011" msgid "" "Edit the tiger_loader.sql to the paths of your " "executables server etc." -msgstr "Éditez le fichier tiger_loader.sql vers les chemins de votre exécutable du serveur, etc." +msgstr "" +"Éditez le fichier tiger_loader.sql vers les chemins de " +"votre exécutable du serveur, etc." #. Tag: para #: installation.xml:856 @@ -1446,12 +1981,20 @@ msgstr "Éditez le fichier tiger_loader.sql vers les chemin msgid "" "If you are installing Tiger geocoder for the first time edit either the " "create_geocode.bat script If you are on windows or the " -"create_geocode.sh if you are on Linux/Unix/Mac OSX with" -" your PostgreSQL specific settings and run the corresponding script from the" -" commandline. If you don't edit this file, it will just contain common case " +"create_geocode.sh if you are on Linux/Unix/Mac OSX with " +"your PostgreSQL specific settings and run the corresponding script from the " +"commandline. If you don't edit this file, it will just contain common case " "locations of items. You can edit the generated script after the fact when " "you run the command." -msgstr "Si vous installer le Géocodeur Tiger pour la première fois éditez soit le script create_geocode.bat si vous êtes sous windows ou create_geocode.sh si vous êtes sous Linux/Unix/Mac OSX avec vos paramètrages spécifique à PostgreSQL et lancez le script correspondant à partir de la ligne de commande. Si vous n'éditez pas ce fichier, il contiendra juste les chemins par défaut des items. Vous pouvez éditer le script généré après avoir lancer la commande ." +msgstr "" +"Si vous installer le Géocodeur Tiger pour la première fois éditez soit le " +"script create_geocode.bat si vous êtes sous windows ou " +"create_geocode.sh si vous êtes sous Linux/Unix/Mac OSX " +"avec vos paramètrages spécifique à PostgreSQL et lancez le script " +"correspondant à partir de la ligne de commande. Si vous n'éditez pas ce " +"fichier, il contiendra juste les chemins par défaut des items. Vous pouvez " +"éditer le script généré après avoir lancer la commande ." #. Tag: para #: installation.xml:859 @@ -1460,7 +2003,10 @@ msgid "" "Verify that you now have a tiger schema in your database " "and that it is part of your database search_path. If it is not, add it with " "a command something along the line of:" -msgstr "Vérifiez que vous avez maintenant un schéma tiger dans votre base de données et qu'il fait partie de votre search_path. Si ce n'est pas le cas, ajoutez le avec une commande qui s'apparente à celle-ci :" +msgstr "" +"Vérifiez que vous avez maintenant un schéma tiger dans " +"votre base de données et qu'il fait partie de votre search_path. Si ce n'est " +"pas le cas, ajoutez le avec une commande qui s'apparente à celle-ci :" #. Tag: programlisting #: installation.xml:859 @@ -1474,17 +2020,26 @@ msgstr "ALTER DATABASE geocoder SET search_path=public, tiger;" msgid "" "The normalizing address functionality works more or less without any data " "except for tricky addresses. Run this test and verify things look like this:" -msgstr "La fonctionnalité de normalisation des adresses fonctionne plus ou moins sans données, sauf les adresses un peu complexe. Lancez ce test et vérifiez que les choses ressemblent à cela :" +msgstr "" +"La fonctionnalité de normalisation des adresses fonctionne plus ou moins " +"sans données, sauf les adresses un peu complexe. Lancez ce test et vérifiez " +"que les choses ressemblent à cela :" #. Tag: programlisting #: installation.xml:861 #, no-c-format msgid "" -"SELECT pprint_addy(normalize_address('202 East Fremont Street, Las Vegas, Nevada 89101')) As pretty_address;\n" +"SELECT pprint_addy(normalize_address('202 East Fremont Street, Las Vegas, " +"Nevada 89101')) As pretty_address;\n" +"pretty_address\n" +"---------------------------------------\n" +"202 E Fremont St, Las Vegas, NV 89101" +msgstr "" +"SELECT pprint_addy(normalize_address('202 East Fremont Street, Las Vegas, " +"Nevada 89101')) As pretty_address;\n" "pretty_address\n" "---------------------------------------\n" "202 E Fremont St, Las Vegas, NV 89101" -msgstr "SELECT pprint_addy(normalize_address('202 East Fremont Street, Las Vegas, Nevada 89101')) As pretty_address;\npretty_address\n---------------------------------------\n202 E Fremont St, Las Vegas, NV 89101" #. Tag: title #: installation.xml:865 @@ -1497,28 +2052,39 @@ msgstr "Mise à jour de l'installation du Géocodeur Tiger" #, no-c-format msgid "" "If you have Tiger Geocoder packaged with 2.0+ already installed, you can " -"upgrade the functions at any time even from an interim tar ball if there are" -" fixes you badly need." -msgstr "Si vous avez déjà le package Géocodeur Tiger dans PostGIS 2.0 et supérieur déjà installé, vous pouvez mettre à jour les fonctions à n'importe quel moment même d'un tar ball intermédiaire s'il y a des corrections nécessaires." +"upgrade the functions at any time even from an interim tar ball if there are " +"fixes you badly need." +msgstr "" +"Si vous avez déjà le package Géocodeur Tiger dans PostGIS 2.0 et supérieur " +"déjà installé, vous pouvez mettre à jour les fonctions à n'importe quel " +"moment même d'un tar ball intermédiaire s'il y a des corrections nécessaires." #. Tag: para #: installation.xml:882 #, no-c-format msgid "" "Locate the upgrade_geocoder.bat script If you are on " -"windows or the upgrade_geocoder.sh if you are on " -"Linux/Unix/Mac OSX. Edit the file to have your postgis database credientials" -" and run then corresponding script from the commandline." -msgstr "Localisez le script upgrade_geocoder.bat si vous êtes sous windows ou upgrade_geocoder.sh si vous êtes sous Linux/Unix/Mac OSX. Éditez le fichier pour avoir vos droits d'accès à la base de données postgis et lancez alors le script correspondant à partir de la ligne de commande." +"windows or the upgrade_geocoder.sh if you are on Linux/" +"Unix/Mac OSX. Edit the file to have your postgis database credientials and " +"run then corresponding script from the commandline." +msgstr "" +"Localisez le script upgrade_geocoder.bat si vous êtes " +"sous windows ou upgrade_geocoder.sh si vous êtes sous " +"Linux/Unix/Mac OSX. Éditez le fichier pour avoir vos droits d'accès à la " +"base de données postgis et lancez alors le script correspondant à partir de " +"la ligne de commande." #. Tag: para #: installation.xml:885 #, no-c-format msgid "" -"Next drop all nation tables and load up the new ones. Generate a drop script" -" with this SQL statement as detailed in " -msgstr "Puis supprimez toutes les tables nation et chargez les nouvelles. Générez un script de suppression avec la requête SQL comme détaillée dans " +"Next drop all nation tables and load up the new ones. Generate a drop script " +"with this SQL statement as detailed in " +msgstr "" +"Puis supprimez toutes les tables nation et chargez les nouvelles. Générez un " +"script de suppression avec la requête SQL comme détaillée dans " #. Tag: programlisting #: installation.xml:886 @@ -1538,7 +2104,9 @@ msgstr "Lancement des requêtes SQL de suppression générées." msgid "" "Generate a nation load script with this SELECT statement as detailed in " "" -msgstr "Générez un script de chargement des pays avec la requête SELECT comme détaillé dans " +msgstr "" +"Générez un script de chargement des pays avec la requête SELECT comme " +"détaillé dans " #. Tag: emphasis #: installation.xml:889 @@ -1568,9 +2136,12 @@ msgstr "SELECT loader_generate_nation_script('sh');" #: installation.xml:893 #, no-c-format msgid "" -"Refer to for instructions on" -" how to run the generate script. This only needs to be done once." -msgstr "Référez vous à pour les instructions sur la manière de lancer le script généré. Cela doit être fait qu'une fois." +"Refer to for instructions on " +"how to run the generate script. This only needs to be done once." +msgstr "" +"Référez vous à pour les " +"instructions sur la manière de lancer le script généré. Cela doit être fait " +"qu'une fois." #. Tag: para #: installation.xml:894 @@ -1578,9 +2149,13 @@ msgstr "Référez vous à pour l msgid "" "You can have a mix of 2010/2011 state tables and can upgrade each state " "separately. Before you upgrade a state to 2011, you first need to drop the " -"2010 tables for that state using ." -msgstr "Vous pouvez avoir un mélange de tables d'état 2010/2011 et vous pouvez mettre à jour chaque état séparément. Avant la mise à jour d'un état vers 2011, vous devez d'abord supprimer les tables 2010 pour chaque état avec ." +"2010 tables for that state using ." +msgstr "" +"Vous pouvez avoir un mélange de tables d'état 2010/2011 et vous pouvez " +"mettre à jour chaque état séparément. Avant la mise à jour d'un état vers " +"2011, vous devez d'abord supprimer les tables 2010 pour chaque état avec " +"." #. Tag: title #: installation.xml:897 @@ -1595,7 +2170,10 @@ msgid "" "The instructions for loading data are available in a more detailed form in " "the extras/tiger_geocoder/tiger_2011/README. This just " "includes the general steps." -msgstr "Les instructions pour charger les données sont disponibles sous forme plus détaillée dans extras/tiger_geocoder/tiger_2011/README. Ce chapitre indique juste les étapes générales." +msgstr "" +"Les instructions pour charger les données sont disponibles sous forme plus " +"détaillée dans extras/tiger_geocoder/tiger_2011/README. " +"Ce chapitre indique juste les étapes générales." #. Tag: para #: installation.xml:899 @@ -1606,16 +2184,25 @@ msgid "" "state into its own separate set of state tables. Each state table inherits " "from the tables defined in tiger schema so that its " "sufficient to just query those tables to access all the data and drop a set " -"of state tables at any time using the if you need to reload a " -"state or just don't need a state anymore." -msgstr "Le processus de chargement télécharge les données du site web census pour respectivement les fichiers nation, état demandé, extrait les fichiers, puis charge chaque état dans son ensemble de tables état. Chaque table state hérite de la table définie dans le schéma tiger, il est suffisant d'interroger ces tables pour accéder à toutes les données et supprimer un ensemble de table state n'importe quand en utilisant si vous devez recharger un état ou si vous en avez plus besoin." +"of state tables at any time using the if you need to reload a state or " +"just don't need a state anymore." +msgstr "" +"Le processus de chargement télécharge les données du site web census pour " +"respectivement les fichiers nation, état demandé, extrait les fichiers, puis " +"charge chaque état dans son ensemble de tables état. Chaque table state " +"hérite de la table définie dans le schéma tiger, il est " +"suffisant d'interroger ces tables pour accéder à toutes les données et " +"supprimer un ensemble de table state n'importe quand en utilisant si vous devez recharger un " +"état ou si vous en avez plus besoin." #. Tag: para #: installation.xml:901 #, no-c-format msgid "In order to be able to load data you'll need the following tools:" -msgstr "Dans l'objectif de charger des données vous avez besoin des outils suivants :" +msgstr "" +"Dans l'objectif de charger des données vous avez besoin des outils suivants :" #. Tag: para #: installation.xml:903 @@ -1629,15 +2216,20 @@ msgstr "Un outils pour décompresser les fichiers zip du site web census." msgid "" "For Unix like systems: unzip executable which is usually " "already installed on most Unix like platforms." -msgstr "Pour les systèmes Unix-like : un exécutable unzip qui est habituellement installé sur la plupart des plateformes Unix-like." +msgstr "" +"Pour les systèmes Unix-like : un exécutable unzip qui est " +"habituellement installé sur la plupart des plateformes Unix-like." #. Tag: para #: installation.xml:905 #, no-c-format msgid "" -"For Windows, 7-zip which is a free compress/uncompress tool you can download" -" from http://www.7-zip.org/" -msgstr "Pour Windows, 7-zip qui est un outils de compression/décompression libre, vous pouvez le récupérer à partir de http://www.7-zip.org/" +"For Windows, 7-zip which is a free compress/uncompress tool you can download " +"from http://www.7-zip.org/" +msgstr "" +"Pour Windows, 7-zip qui est un outils de compression/décompression libre, " +"vous pouvez le récupérer à partir de http://www.7-zip.org/" #. Tag: para #: installation.xml:907 @@ -1645,7 +2237,9 @@ msgstr "Pour Windows, 7-zip qui est un outils de compression/décompression libr msgid "" "shp2pgsql commandline which is installed by default " "when you install PostGIS." -msgstr "La commande shp2pgsql qui est installé par défaut quand vous installez PostGIS." +msgstr "" +"La commande shp2pgsql qui est installé par défaut quand " +"vous installez PostGIS." #. Tag: para #: installation.xml:908 @@ -1653,15 +2247,21 @@ msgstr "La commande shp2pgsql qui est installé par défaut msgid "" "wget which is a web grabber tool usually installed on " "most Unix/Linux systems." -msgstr "wget qui est un outil de récupération de lien habituellement installé sur les systèmes Unix/Linux." +msgstr "" +"wget qui est un outil de récupération de lien " +"habituellement installé sur les systèmes Unix/Linux." #. Tag: para #: installation.xml:909 #, no-c-format msgid "" -"If you are on windows, you can get pre-compiled binaries from http://gnuwin32.sourceforge.net/packages/wget.htm" -msgstr "Si vous êtes sous Windows, vous pouvez obtenir des binaires pré-compilés à partir de http://gnuwin32.sourceforge.net/packages/wget.htm" +"If you are on windows, you can get pre-compiled binaries from http://gnuwin32." +"sourceforge.net/packages/wget.htm" +msgstr "" +"Si vous êtes sous Windows, vous pouvez obtenir des binaires pré-compilés à " +"partir de http://gnuwin32.sourceforge.net/packages/wget.htm" #. Tag: para #: installation.xml:912 @@ -1672,17 +2272,28 @@ msgid "" "state data, you need to load the nation wide data which you do with . Which will generate a loader " "script for you." -msgstr "Si vous mettez à jour à partir de tiger_2010, vous aurez besoin d'abord de générer et lancer . Avant de charger des données state, vous devez charger les données des états ce qui est fait avec . Ce qui générera un script de chargement pour vous." +msgstr "" +"Si vous mettez à jour à partir de tiger_2010, vous aurez besoin d'abord de " +"générer et lancer . " +"Avant de charger des données state, vous devez charger les données des états " +"ce qui est fait avec . Ce " +"qui générera un script de chargement pour vous." #. Tag: para #: installation.xml:914 #, no-c-format msgid "" -"To load data refer to to generate" -" a data load script for your platform for the states you desire. Note that " +"To load data refer to to generate " +"a data load script for your platform for the states you desire. Note that " "you can install these piecemeal. You don't have to load all the states you " "want all at once. You can load them as you need them." -msgstr "Pour charger des données référez vous à pour générer un script de chargement de données pour votre plateforme pour les états que vous désirez. Notez que vous pouvez installer ceci au coup par coup. Vous n'avez pas besoin de charger tous les états que vous désirez en une fois. Vous pouvez les charger quand vous en avez besoin." +msgstr "" +"Pour charger des données référez vous à pour générer un script de chargement de données " +"pour votre plateforme pour les états que vous désirez. Notez que vous pouvez " +"installer ceci au coup par coup. Vous n'avez pas besoin de charger tous les " +"états que vous désirez en une fois. Vous pouvez les charger quand vous en " +"avez besoin." #. Tag: para #: installation.xml:917 @@ -1691,7 +2302,11 @@ msgid "" "After the states you desire have been loaded, make sure to run the: " "SELECT install_missing_indexes(); as " "described in ." -msgstr "Après que les états que vous désirez aient été chargé, assurez vous de lancer la commande : SELECT install_missing_indexes(); comme décrit dans ." +msgstr "" +"Après que les états que vous désirez aient été chargé, assurez vous de " +"lancer la commande : SELECT install_missing_indexes(); comme décrit dans ." #. Tag: para #: installation.xml:919 @@ -1699,7 +2314,10 @@ msgstr "Après que les états que vous désirez aient été chargé, assurez vou msgid "" "To test that things are working as they should, try to run a geocode on an " "address in your state using " -msgstr "Pour tester que les choses fonctionnent comme elles le devraient, essayez de lancer un géocodage sur une adresse de votre état en utilisant " +msgstr "" +"Pour tester que les choses fonctionnent comme elles le devraient, essayez de " +"lancer un géocodage sur une adresse de votre état en utilisant " #. Tag: title #: installation.xml:924 @@ -1712,14 +2330,22 @@ msgstr "Créer une base de données spatiale à partir d'un modèle" #, no-c-format msgid "" "Some packaged distributions of PostGIS (in particular the Win32 installers " -"for PostGIS >= 1.1.5) load the PostGIS functions into a template database" -" called template_postgis. If the " +"for PostGIS >= 1.1.5) load the PostGIS functions into a template database " +"called template_postgis. If the " "template_postgis database exists in your PostgreSQL " "installation then it is possible for users and/or applications to create " -"spatially-enabled databases using a single command. Note that in both cases," -" the database user must have been granted the privilege to create new " +"spatially-enabled databases using a single command. Note that in both cases, " +"the database user must have been granted the privilege to create new " "databases." -msgstr "Certaines distributions packagées de PostGIS (en particulier les installeurs Wins32 pour PostGIS >= 1.1.5) charge les fonctions PostGIS dans une base modèle appelée template_postgis. Si la base template_postgis existe dans votre installation PostgreSQL alors il est possible que les utilisateurs et les applications de créer des bases de données spatiales en utilisant une simple commande. Notez que dans les deux cas, l'utilisateur de la base de données doit avoir des privilèges de création de nouvelles bases." +msgstr "" +"Certaines distributions packagées de PostGIS (en particulier les installeurs " +"Wins32 pour PostGIS >= 1.1.5) charge les fonctions PostGIS dans une base " +"modèle appelée template_postgis. Si la base " +"template_postgis existe dans votre installation " +"PostgreSQL alors il est possible que les utilisateurs et les applications de " +"créer des bases de données spatiales en utilisant une simple commande. Notez " +"que dans les deux cas, l'utilisateur de la base de données doit avoir des " +"privilèges de création de nouvelles bases." #. Tag: para #: installation.xml:937 @@ -1757,15 +2383,21 @@ msgstr "Mise à jour" msgid "" "Upgrading existing spatial databases can be tricky as it requires " "replacement or introduction of new PostGIS object definitions." -msgstr "La mise à jour de bases de données spatiales existant peut être complexe puisqu'elle nécessite le remplacement ou l'introduction de nouvelles définitions d'objet PostGIS." +msgstr "" +"La mise à jour de bases de données spatiales existant peut être complexe " +"puisqu'elle nécessite le remplacement ou l'introduction de nouvelles " +"définitions d'objet PostGIS." #. Tag: para #: installation.xml:958 #, no-c-format msgid "" -"Unfortunately not all definitions can be easily replaced in a live database," -" so sometimes your best bet is a dump/reload process." -msgstr "Malheureusement seules certaines définitions peuvent être remplacées dans une base en cours d'utilisation, parfois votre meilleure stratégie est la procédure d'export/import." +"Unfortunately not all definitions can be easily replaced in a live database, " +"so sometimes your best bet is a dump/reload process." +msgstr "" +"Malheureusement seules certaines définitions peuvent être remplacées dans " +"une base en cours d'utilisation, parfois votre meilleure stratégie est la " +"procédure d'export/import." #. Tag: para #: installation.xml:963 @@ -1773,7 +2405,10 @@ msgstr "Malheureusement seules certaines définitions peuvent être remplacées msgid "" "PostGIS provides a SOFT UPGRADE procedure for minor or bugfix releases, and " "a HARD UPGRADE procedure for major releases." -msgstr "PostGIS fourni une procédure de mise à jour mineure pour les releases mineures ou de correction de bug et une procédure de mise à jour majeure pour les releases mpajeures." +msgstr "" +"PostGIS fourni une procédure de mise à jour mineure pour les releases " +"mineures ou de correction de bug et une procédure de mise à jour majeure " +"pour les releases mpajeures." #. Tag: para #: installation.xml:968 @@ -1782,7 +2417,10 @@ msgid "" "Before attempting to upgrade PostGIS, it is always worth to backup your " "data. If you use the -Fc flag to pg_dump you will always be able to restore " "the dump with a HARD UPGRADE." -msgstr "Avant de tenter la mise à jour de PostGIS, cela vaut toujours le coup de sauvegarder vos données. Si vous utilisez l'option -Fc à pg_dump vous aurez toujours la possibilité de restaurer le dump avec une mise à jour majeure." +msgstr "" +"Avant de tenter la mise à jour de PostGIS, cela vaut toujours le coup de " +"sauvegarder vos données. Si vous utilisez l'option -Fc à pg_dump vous aurez " +"toujours la possibilité de restaurer le dump avec une mise à jour majeure." #. Tag: title #: installation.xml:975 @@ -1795,10 +2433,15 @@ msgstr "Mise à jour mineure" #, no-c-format msgid "" "If you installed your database using extensions, you'll need to upgrade " -"using the extension model as well. If you installed using the old sql script" -" way, then you should upgrade using the sql script way. Please refer to the " +"using the extension model as well. If you installed using the old sql script " +"way, then you should upgrade using the sql script way. Please refer to the " "appropriate." -msgstr "Si vous avez installé votre base de données en utilisant les extensions, vous devrez mettre à jour le modèle d'extension également. Si vous l'avez installé en utilisant l'ancienne méthode du script, alors vous devez mettre à jour en utilisant la méthode du script. Référez vous à la méthode appropriée." +msgstr "" +"Si vous avez installé votre base de données en utilisant les extensions, " +"vous devrez mettre à jour le modèle d'extension également. Si vous l'avez " +"installé en utilisant l'ancienne méthode du script, alors vous devez mettre " +"à jour en utilisant la méthode du script. Référez vous à la méthode " +"appropriée." #. Tag: title #: installation.xml:980 @@ -1813,7 +2456,10 @@ msgid "" "This section applies only to those who installed PostGIS not using " "extensions. If you have extensions and try to upgrade with this approach " "you'll get messages like:" -msgstr "Cette section s'applique seulement à ceux qui ont installé PostGIS sans utiliser les extensions. Si vous avez les extensions et tentez de mettre à jour avec cette approche vous obtiendrez des messages comme :" +msgstr "" +"Cette section s'applique seulement à ceux qui ont installé PostGIS sans " +"utiliser les extensions. Si vous avez les extensions et tentez de mettre à " +"jour avec cette approche vous obtiendrez des messages comme :" #. Tag: programlisting #: installation.xml:982 @@ -1825,14 +2471,19 @@ msgstr "can't drop ... because postgis extension depends on it" #: installation.xml:983 #, no-c-format msgid "" -"After compiling you should find several " -"postgis_upgrade*.sql files. Install the one for your " -"version of PostGIS. For example " +"After compiling you should find several postgis_upgrade*.sql files. Install the one for your version of PostGIS. For example " "postgis_upgrade_13_to_15.sql should be used if you are " "upgrading from PostGIS 1.3 to 1.5. If you are moving from PostGIS 1.* to " "PostGIS 2.* or from PostGIS 2.* prior to r7409, you need to do a HARD " "UPGRADE." -msgstr "Après l'avoir compilé vous devrez trouvez plusieurs fichiers postgis_upgrade*.sql. installer celui pour votre version de PostGIS. Par exemple postgis_upgrade_13_to_15.sql doit être utilisé si vous mettez à jour à partir de la 1.3 vers la 1.5. Si vous migrez de PostGIS 1.* vers PostGIS 2.* avant la révision r7409, vous devez faire une mise à jour majeure." +msgstr "" +"Après l'avoir compilé vous devrez trouvez plusieurs fichiers " +"postgis_upgrade*.sql. installer celui pour votre " +"version de PostGIS. Par exemple postgis_upgrade_13_to_15.sql doit être utilisé si vous mettez à jour à partir de la 1.3 vers " +"la 1.5. Si vous migrez de PostGIS 1.* vers PostGIS 2.* avant la révision " +"r7409, vous devez faire une mise à jour majeure." #. Tag: programlisting #: installation.xml:989 @@ -1847,7 +2498,11 @@ msgid "" "The same procedure applies to raster and topology extensions, with upgrade " "files named rtpostgis_upgrade*.sql and " "topology_upgrade*.sql respectively. If you need them:" -msgstr "La même procédure s'applique aux extensions raster et topologie avec les fichiers de mises à jour nommés respectivement : rtpostgis_upgrade*.sql et topology_upgrade*.sql. Si vous en avez besoin :" +msgstr "" +"La même procédure s'applique aux extensions raster et topologie avec les " +"fichiers de mises à jour nommés respectivement : " +"rtpostgis_upgrade*.sql et topology_upgrade*." +"sql. Si vous en avez besoin :" #. Tag: programlisting #: installation.xml:999 @@ -1865,10 +2520,14 @@ msgstr "psql -f topology_upgrade_20_minor.sql -d your_spatial_database" #: installation.xml:1003 #, no-c-format msgid "" -"If you can't find the postgis_upgrade*.sql specific for" -" upgrading your version you are using a version too early for a soft upgrade" -" and need to do a HARD UPGRADE." -msgstr "Si vous ne pouvez pas trouver de version spécifique de postgis_upgrade*.sql pour mettre à jour votre version, vous utilisez une version trop vielle pour une mise à jour mineure et devez faire une mise à jour majeure." +"If you can't find the postgis_upgrade*.sql specific for " +"upgrading your version you are using a version too early for a soft upgrade " +"and need to do a HARD UPGRADE." +msgstr "" +"Si vous ne pouvez pas trouver de version spécifique de " +"postgis_upgrade*.sql pour mettre à jour votre version, " +"vous utilisez une version trop vielle pour une mise à jour mineure et devez " +"faire une mise à jour majeure." #. Tag: para #: installation.xml:1009 @@ -1877,7 +2536,10 @@ msgid "" "The function should inform you " "about the need to run this kind of upgrade using a \"procs need upgrade\" " "message." -msgstr "La fonction doit vous informer sur le besoin de faire ce genre de mise à jour en utilisant le message \"procs need upgrade\"." +msgstr "" +"La fonction doit vous informer sur " +"le besoin de faire ce genre de mise à jour en utilisant le message \"procs " +"need upgrade\"." #. Tag: title #: installation.xml:1016 @@ -1892,7 +2554,10 @@ msgid "" "If you originally installed PostGIS with extensions, then you need to " "upgrade using extensions as well. Doing a minor upgrade with extensions, is " "fairly painless." -msgstr "Si vous avez à l'origine installé PostGIS avec les extensions, alors vous devez faire la mise à jour en utilisant les extensions également. Réaliser une mise à jour mineure avec les extensions est sans difficulté." +msgstr "" +"Si vous avez à l'origine installé PostGIS avec les extensions, alors vous " +"devez faire la mise à jour en utilisant les extensions également. Réaliser " +"une mise à jour mineure avec les extensions est sans difficulté." #. Tag: programlisting #: installation.xml:1018 @@ -1900,7 +2565,9 @@ msgstr "Si vous avez à l'origine installé PostGIS avec les extensions, alors v msgid "" "ALTER EXTENSION postgis UPDATE TO \"&last_release_version;\";\n" "ALTER EXTENSION postgis_topology UPDATE TO \"&last_release_version;\";" -msgstr "ALTER EXTENSION postgis UPDATE TO \"&last_release_version;\";\nALTER EXTENSION postgis_topology UPDATE TO \"&last_release_version;\";" +msgstr "" +"ALTER EXTENSION postgis UPDATE TO \"&last_release_version;\";\n" +"ALTER EXTENSION postgis_topology UPDATE TO \"&last_release_version;\";" #. Tag: para #: installation.xml:1019 @@ -1918,11 +2585,16 @@ msgstr "No migration path defined for ... to &last_release_version;" #: installation.xml:1021 #, no-c-format msgid "" -"Then you'll need to backup your database, create a fresh one as described in" -" and then restore your backup " +"Then you'll need to backup your database, create a fresh one as described in " +" and then restore your backup " "ontop of this new database. You might get a message that postgis " "extension already installed which you can safely ignore." -msgstr "Puis vous devez sauvegarder votre base de données, créer une nouvelle comme décrit dans puis restaurer votre sauvegarde dans cette nouvelle base. Vous pouvez obtenir un message qui vous informe que postgis extension est déjà installé ce qui peut être ignoré sans problème." +msgstr "" +"Puis vous devez sauvegarder votre base de données, créer une nouvelle comme " +"décrit dans puis restaurer " +"votre sauvegarde dans cette nouvelle base. Vous pouvez obtenir un message " +"qui vous informe que postgis extension est déjà installé ce qui " +"peut être ignoré sans problème." #. Tag: para #: installation.xml:1023 @@ -1932,7 +2604,11 @@ msgid "" "often skip the reinstallation of postgis extension before restoring since " "the backup just has CREATE EXTENSION postgis and thus picks up " "the newest latest version during restore. ." -msgstr "Si vous avez à l'origine installé PostGIS sans spécifié de version, vous pouvez souvent sauter la réinstallation de l'extension de PostGIS avant la restauration puisque la sauvegarde a déjà la requête CREATE EXTENSION postgis et donc récupérera la dernière version durant la restauration." +msgstr "" +"Si vous avez à l'origine installé PostGIS sans spécifié de version, vous " +"pouvez souvent sauter la réinstallation de l'extension de PostGIS avant la " +"restauration puisque la sauvegarde a déjà la requête CREATE EXTENSION " +"postgis et donc récupérera la dernière version durant la restauration." #. Tag: title #: installation.xml:1030 @@ -1947,29 +2623,43 @@ msgid "" "By HARD UPGRADE we mean full dump/reload of postgis-enabled databases. You " "need a HARD UPGRADE when PostGIS objects' internal storage changes or when " "SOFT UPGRADE is not possible. The Release " -"Notes appendix reports for each version whether you need a " -"dump/reload (HARD UPGRADE) to upgrade." -msgstr "Par mise à jour majeure nous voulons dire export/import complet des bases PostGIS. Vous devez faire une mise à jour majeure lorsque le stockage interne des objets PostGIS change ou quand la mise à jour mineure n'est pas possible. L'annexe des Release Notes pour chaque version indique si vous avez besoin d'un export/import (mise à jour majeure) pour la mise à jour." +"Notes appendix reports for each version whether you need a dump/" +"reload (HARD UPGRADE) to upgrade." +msgstr "" +"Par mise à jour majeure nous voulons dire export/import complet des bases " +"PostGIS. Vous devez faire une mise à jour majeure lorsque le stockage " +"interne des objets PostGIS change ou quand la mise à jour mineure n'est pas " +"possible. L'annexe des Release Notes " +"pour chaque version indique si vous avez besoin d'un export/import (mise à " +"jour majeure) pour la mise à jour." #. Tag: para #: installation.xml:1041 #, no-c-format msgid "" "The dump/reload process is assisted by the postgis_restore.pl script which " -"takes care of skipping from the dump all definitions which belong to PostGIS" -" (including old ones), allowing you to restore your schemas and data into a " +"takes care of skipping from the dump all definitions which belong to PostGIS " +"(including old ones), allowing you to restore your schemas and data into a " "database with PostGIS installed without getting duplicate symbol errors or " "bringing forward deprecated objects." -msgstr "Le processus d'export/import est assisté par le script postgis_restore.pl qui s'assure de sauter dans le dump toutes les définitions qui appartiennent à PostGIS (dont les anciennes) vous permettant de restaurer vos schémas et données dans une base avec PostGIS installé sans avoir des erreurs de symboles dupliquées ou rapporter des objets dépréciés." +msgstr "" +"Le processus d'export/import est assisté par le script postgis_restore.pl " +"qui s'assure de sauter dans le dump toutes les définitions qui appartiennent " +"à PostGIS (dont les anciennes) vous permettant de restaurer vos schémas et " +"données dans une base avec PostGIS installé sans avoir des erreurs de " +"symboles dupliquées ou rapporter des objets dépréciés." #. Tag: para #: installation.xml:1050 #, no-c-format msgid "" -"Supplementary instructions for windows users are available at Windows Hard " +"Supplementary instructions for windows users are available at Windows Hard " "upgrade." -msgstr "Des instructions supplémentaires pour les utilisateurs de Windows sont disponibles sur Mise à jour majeure pour Windows." +msgstr "" +"Des instructions supplémentaires pour les utilisateurs de Windows sont " +"disponibles sur Mise à jour majeure pour Windows." #. Tag: para #: installation.xml:1053 @@ -1982,28 +2672,38 @@ msgstr "La procédure est la suivante :" #, no-c-format msgid "" "Create a \"custom-format\" dump of the database you want to upgrade (let's " -"call it olddb) include binary blobs (-b) and verbose (-v)" -" output. The user can be the owner of the db, need not be postgres super " +"call it olddb) include binary blobs (-b) and verbose (-v) " +"output. The user can be the owner of the db, need not be postgres super " "account." -msgstr "Créer un dump au format personnalisé de la base que vous voulez mettre à jour (appelons la olddb) en incluant les blobs binaire (-b) et une sortie verbeuse (-v). L'utilisateur peut être le propriétaire de la base, pas besoin d'être le super-utilisateur postgres." +msgstr "" +"Créer un dump au format personnalisé de la base que vous voulez mettre à " +"jour (appelons la olddb) en incluant les blobs binaire (-" +"b) et une sortie verbeuse (-v). L'utilisateur peut être le propriétaire de " +"la base, pas besoin d'être le super-utilisateur postgres." #. Tag: programlisting #: installation.xml:1069 #, no-c-format msgid "" -"pg_dump -h localhost -p 5432 -U postgres -Fc -b -v -f " -"\"/somepath/olddb.backup\" olddb" -msgstr "pg_dump -h localhost -p 5432 -U postgres -Fc -b -v -f \"/somepath/olddb.backup\" olddb" +"pg_dump -h localhost -p 5432 -U postgres -Fc -b -v -f \"/somepath/olddb." +"backup\" olddb" +msgstr "" +"pg_dump -h localhost -p 5432 -U postgres -Fc -b -v -f \"/somepath/olddb." +"backup\" olddb" #. Tag: para #: installation.xml:1075 #, no-c-format msgid "" "Do a fresh install of PostGIS in a new database -- we'll refer to this " -"database as newdb. Please refer to and " -" for instructions on how to do this." -msgstr "Faîtes une installation fraîche de PostGIS dans une nouvelle base de données -- nous nous référons à cette base comme newdb. Référez vous s'il vous plaît aux instructions et sur comment faire cela." +"database as newdb. Please refer to and for " +"instructions on how to do this." +msgstr "" +"Faîtes une installation fraîche de PostGIS dans une nouvelle base de données " +"-- nous nous référons à cette base comme newdb. Référez " +"vous s'il vous plaît aux instructions et " +" sur comment faire cela." #. Tag: para #: installation.xml:1082 @@ -2011,23 +2711,36 @@ msgstr "Faîtes une installation fraîche de PostGIS dans une nouvelle base de d msgid "" "The spatial_ref_sys entries found in your dump will be restored, but they " "will not override existing ones in spatial_ref_sys. This is to ensure that " -"fixes in the official set will be properly propagated to restored databases." -" If for any reason you really want your own overrides of standard entries " +"fixes in the official set will be properly propagated to restored databases. " +"If for any reason you really want your own overrides of standard entries " "just don't load the spatial_ref_sys.sql file when creating the new db." -msgstr "Les entrées de spatial_ref_sys trouvé dans le dump seront restaurées, mais ils n'écraseront pas ceux existant dans la table spatial_ref_sys. Cela pour s'assurer que les corrections dans l'ensemble officiel seront propagées correctement aux bases restaurées. Si pour une raison ou une autre vous souhaitez réellement que les vôtres écrasent les entrées standards ne chargez pas le fichier spatial_ref_sys.sql lors de la création de la nouvelle base." +msgstr "" +"Les entrées de spatial_ref_sys trouvé dans le dump seront restaurées, mais " +"ils n'écraseront pas ceux existant dans la table spatial_ref_sys. Cela pour " +"s'assurer que les corrections dans l'ensemble officiel seront propagées " +"correctement aux bases restaurées. Si pour une raison ou une autre vous " +"souhaitez réellement que les vôtres écrasent les entrées standards ne " +"chargez pas le fichier spatial_ref_sys.sql lors de la création de la " +"nouvelle base." #. Tag: para #: installation.xml:1092 #, no-c-format msgid "" -"If your database is really old or you know you've been using long deprecated" -" functions in your views and functions, you might need to load " +"If your database is really old or you know you've been using long deprecated " +"functions in your views and functions, you might need to load " "legacy.sql for all your functions and views etc. to " -"properly come back. Only do this if _really_ needed. Consider upgrading your" -" views and functions before dumping instead, if possible. The deprecated " -"functions can be later removed by loading " -"uninstall_legacy.sql." -msgstr "Si votre base de données est vraiment ancienne ou que vous avez utilisé des fonctions longtemps dépréciées dans vos vues et fonctions, vous pourrez avoir besoin de charger legacy.sql pour que toutes vos vues et fonctions, etc fonctionnent proprement. Faîtes cela uniquement si c'est _réellement_ nécessaire. Les fonctions dépréciées peuvent être supprimé plus tard en chargeant le script " +"properly come back. Only do this if _really_ needed. Consider upgrading your " +"views and functions before dumping instead, if possible. The deprecated " +"functions can be later removed by loading uninstall_legacy.sql." +msgstr "" +"Si votre base de données est vraiment ancienne ou que vous avez utilisé des " +"fonctions longtemps dépréciées dans vos vues et fonctions, vous pourrez " +"avoir besoin de charger legacy.sql pour que toutes vos " +"vues et fonctions, etc fonctionnent proprement. Faîtes cela uniquement si " +"c'est _réellement_ nécessaire. Les fonctions dépréciées peuvent être " +"supprimé plus tard en chargeant le script " #. Tag: para #: installation.xml:1108 @@ -2036,15 +2749,21 @@ msgid "" "Restore your backup into your fresh newdb database using " "postgis_restore.pl. Unexpected errors, if any, will be printed to the " "standard error stream by psql. Keep a log of those." -msgstr "Restaurez votre sauvegarde dans votre nouvelle base de données newdb en utilisant le script postgis_restore.pl. Des erreurs inattendues seront éventuellement affichées dans le flux standards d'erreur par psql. Gardez un log de ceux-ci." +msgstr "" +"Restaurez votre sauvegarde dans votre nouvelle base de données " +"newdb en utilisant le script postgis_restore.pl. Des " +"erreurs inattendues seront éventuellement affichées dans le flux standards " +"d'erreur par psql. Gardez un log de ceux-ci." #. Tag: programlisting #: installation.xml:1116 #, no-c-format msgid "" -"perl utils/postgis_restore.pl \"/somepath/olddb.backup\" | psql -h localhost" -" -p 5432 -U postgres newdb 2> errors.txt" -msgstr "perl utils/postgis_restore.pl \"/somepath/olddb.backup\" | psql -h localhost -p 5432 -U postgres newdb 2> errors.txt" +"perl utils/postgis_restore.pl \"/somepath/olddb.backup\" | psql -h localhost " +"-p 5432 -U postgres newdb 2> errors.txt" +msgstr "" +"perl utils/postgis_restore.pl \"/somepath/olddb.backup\" | psql -h localhost " +"-p 5432 -U postgres newdb 2> errors.txt" #. Tag: para #: installation.xml:1122 @@ -2057,13 +2776,21 @@ msgstr "Des erreurs peuvent arriver dans les cas suivants :" #, no-c-format msgid "" "Some of your views or functions make use of deprecated PostGIS objects. In " -"order to fix this you may try loading legacy.sql script" -" prior to restore or you'll have to restore to a version of PostGIS which " +"order to fix this you may try loading legacy.sql script " +"prior to restore or you'll have to restore to a version of PostGIS which " "still contains those objects and try a migration again after porting your " -"code. If the legacy.sql way works for you, don't forget" -" to fix your code to stop using deprecated functions and drop them loading " +"code. If the legacy.sql way works for you, don't forget " +"to fix your code to stop using deprecated functions and drop them loading " "uninstall_legacy.sql." -msgstr "Certaines de vos vues ou fonctions utilisent des objets dépréciés de PostGIS. Dans le but de corriger cela vous pouvez essayer de charger le script legacy.sql avant de restaurer ou de restaurer une version de PostGIS qui contient toujours ces objets et tenter une migration après avoir modifié votre code. Si le fichier legacy.sql peut fonctionner pour vous, n'oubliez pas de corriger votre code pour arrêter d'utiliser des fonctions dépréciées et supprimer les en chargeant le script " +msgstr "" +"Certaines de vos vues ou fonctions utilisent des objets dépréciés de " +"PostGIS. Dans le but de corriger cela vous pouvez essayer de charger le " +"script legacy.sql avant de restaurer ou de restaurer " +"une version de PostGIS qui contient toujours ces objets et tenter une " +"migration après avoir modifié votre code. Si le fichier legacy." +"sql peut fonctionner pour vous, n'oubliez pas de corriger votre " +"code pour arrêter d'utiliser des fonctions dépréciées et supprimer les en " +"chargeant le script " #. Tag: para #: installation.xml:1140 @@ -2072,12 +2799,21 @@ msgid "" "Some custom records of spatial_ref_sys in dump file have an invalid SRID " "value. Valid SRID values are bigger than 0 and smaller than 999000. Values " "in the 999000.999999 range are reserved for internal use while values > " -"999999 can't be used at all. All your custom records with invalid SRIDs will" -" be retained, with those > 999999 moved into the reserved range, but the " +"999999 can't be used at all. All your custom records with invalid SRIDs will " +"be retained, with those > 999999 moved into the reserved range, but the " "spatial_ref_sys table would loose a check constraint guarding for that " "invariant to hold and possibly also its primary key ( when multiple invalid " "SRIDS get converted to the same reserved SRID value )." -msgstr "Certains enregistrement de spatial_ref_sys dans le fichier dump ont des valeurs de SRID invalides. Les valeurs de SRID valides sont supérieures à 0 et plus petites que 999000. Les valeurs dans le domaine 999000.999999 sont réservés pour un usage interne tandis que les valeurs > 999999 ne peut pas être utilisé du tout. Tous vos enregistrements personnalisés avec des SRID invalides seront gardés, ceux qui sont > 999999 déplacé dans le domaine réservé, mais la table spatial_ref_sys perdra une contrainte de vérification pour garder cela cohérent et probablement sa clé primaire (lorsque plusieurs SRID invalides sont converties à la même valeur réservé pour le SRID)." +msgstr "" +"Certains enregistrement de spatial_ref_sys dans le fichier dump ont des " +"valeurs de SRID invalides. Les valeurs de SRID valides sont supérieures à 0 " +"et plus petites que 999000. Les valeurs dans le domaine 999000.999999 sont " +"réservés pour un usage interne tandis que les valeurs > 999999 ne peut pas " +"être utilisé du tout. Tous vos enregistrements personnalisés avec des SRID " +"invalides seront gardés, ceux qui sont > 999999 déplacé dans le domaine " +"réservé, mais la table spatial_ref_sys perdra une contrainte de vérification " +"pour garder cela cohérent et probablement sa clé primaire (lorsque plusieurs " +"SRID invalides sont converties à la même valeur réservé pour le SRID)." #. Tag: para #: installation.xml:1154 @@ -2087,7 +2823,12 @@ msgid "" "value (maybe in the 910000..910999 range), convert all your tables to the " "new srid (see ), delete the invalid " "entry from spatial_ref_sys and re-construct the check(s) with:" -msgstr "Afin de corriger cela, vous pouvez copier vos SRS personnalisés vers un SRID avec une valeur valide (probablement dans le domaine 910000..910999), convertissez toutes vos tables vers le nouveau srid (lisez ), supprimez les entrées invalides de la table spatial_ref_sys et reconstruisez la ou les vérification(s) avec :" +msgstr "" +"Afin de corriger cela, vous pouvez copier vos SRS personnalisés vers un SRID " +"avec une valeur valide (probablement dans le domaine 910000..910999), " +"convertissez toutes vos tables vers le nouveau srid (lisez ), supprimez les entrées invalides de la table " +"spatial_ref_sys et reconstruisez la ou les vérification(s) avec :" #. Tag: programlisting #: installation.xml:1161 @@ -2095,7 +2836,9 @@ msgstr "Afin de corriger cela, vous pouvez copier vos SRS personnalisés vers un msgid "" "ALTER TABLE spatial_ref_sys ADD CONSTRAINT spatial_ref_sys_srid_check check " "(srid > 0 AND srid < 999000 );" -msgstr "ALTER TABLE spatial_ref_sys ADD CONSTRAINT spatial_ref_sys_srid_check check (srid > 0 AND srid < 999000 );" +msgstr "" +"ALTER TABLE spatial_ref_sys ADD CONSTRAINT spatial_ref_sys_srid_check check " +"(srid > 0 AND srid < 999000 );" #. Tag: programlisting #: installation.xml:1163 @@ -2115,22 +2858,34 @@ msgstr "Problèmes fréquents" msgid "" "There are several things to check when your installation or upgrade doesn't " "go as you expected." -msgstr "Il y a plusieurs choses à vérifier quand votre installation ou mise à jour ne va pas dans la direction souhaitée." +msgstr "" +"Il y a plusieurs choses à vérifier quand votre installation ou mise à jour " +"ne va pas dans la direction souhaitée." #. Tag: para #: installation.xml:1182 #, no-c-format msgid "" "Check that you have installed PostgreSQL &min_postgres_version; or newer, " -"and that you are compiling against the same version of the PostgreSQL source" -" as the version of PostgreSQL that is running. Mix-ups can occur when your " -"(Linux) distribution has already installed PostgreSQL, or you have otherwise" -" installed PostgreSQL before and forgotten about it. PostGIS will only work " +"and that you are compiling against the same version of the PostgreSQL source " +"as the version of PostgreSQL that is running. Mix-ups can occur when your " +"(Linux) distribution has already installed PostgreSQL, or you have otherwise " +"installed PostgreSQL before and forgotten about it. PostGIS will only work " "with PostgreSQL &min_postgres_version; or newer, and strange, unexpected " -"error messages will result if you use an older version. To check the version" -" of PostgreSQL which is running, connect to the database using psql and run " +"error messages will result if you use an older version. To check the version " +"of PostgreSQL which is running, connect to the database using psql and run " "this query:" -msgstr "Vérifiez que vous avez installé PostgreSQL &min_postgres_version; ou plus récent et que vous êtes en train de compiler avec la même version du code source de PostgreSQL que la version qui fonctionne. Un mélange peut arriver lorsque votre distribution (Linux) a déjà une version de PostgreSQL installée ou que vous avez oublié que vous avez déjà installée une version. PostGIS fonctionnera uniquement avec PostgreSQL &min_postgres_version; ou plus récent, et des messages d'erreurs étranges et inhabituelles en résultera si vous utilisez une version plus ancienne. Pour vérifier la version de PostgreSQL qui fonctionne, connectez vous à la base en utilisant psql et lancez la requête :" +msgstr "" +"Vérifiez que vous avez installé PostgreSQL &min_postgres_version; ou plus " +"récent et que vous êtes en train de compiler avec la même version du code " +"source de PostgreSQL que la version qui fonctionne. Un mélange peut arriver " +"lorsque votre distribution (Linux) a déjà une version de PostgreSQL " +"installée ou que vous avez oublié que vous avez déjà installée une version. " +"PostGIS fonctionnera uniquement avec PostgreSQL &min_postgres_version; ou " +"plus récent, et des messages d'erreurs étranges et inhabituelles en " +"résultera si vous utilisez une version plus ancienne. Pour vérifier la " +"version de PostgreSQL qui fonctionne, connectez vous à la base en utilisant " +"psql et lancez la requête :" #. Tag: programlisting #: installation.xml:1195 @@ -2143,9 +2898,12 @@ msgstr "SELECT version();" #, no-c-format msgid "" "If you are running an RPM based distribution, you can check for the " -"existence of pre-installed packages using the rpm command" -" as follows: rpm -qa | grep postgresql" -msgstr "Si vous utilisez une distribution basé sur les RPM, vous pouvez vérifier l'existence de paquets pré-installés en utilisant la commande rpm comme suit : rpm -qa | grep postgresql" +"existence of pre-installed packages using the rpm command " +"as follows: rpm -qa | grep postgresql" +msgstr "" +"Si vous utilisez une distribution basé sur les RPM, vous pouvez vérifier " +"l'existence de paquets pré-installés en utilisant la commande rpm comme suit : rpm -qa | grep postgresql" #. Tag: para #: installation.xml:1205 @@ -2153,7 +2911,9 @@ msgstr "Si vous utilisez une distribution basé sur les RPM, vous pouvez vérifi msgid "" "If your upgrade fails, make sure you are restoring into a database that " "already has PostGIS installed." -msgstr "Si votre mise à jour plante, assurez vous de la présence de PostGIS dans la nouvelle base de données." +msgstr "" +"Si votre mise à jour plante, assurez vous de la présence de PostGIS dans la " +"nouvelle base de données." #. Tag: programlisting #: installation.xml:1206 @@ -2165,20 +2925,26 @@ msgstr "SELECT postgis_full_version();" #: installation.xml:1210 #, no-c-format msgid "" -"Also check that configure has correctly detected the location and version of" -" PostgreSQL, the Proj4 library and the GEOS library." -msgstr "Vérifiez également que le script configure a correctement détecté la localisation et la version de PostgreSQL, la bibliothèque Proj.4 et GEOS." +"Also check that configure has correctly detected the location and version of " +"PostgreSQL, the Proj4 library and the GEOS library." +msgstr "" +"Vérifiez également que le script configure a correctement détecté la " +"localisation et la version de PostgreSQL, la bibliothèque Proj.4 et GEOS." #. Tag: para #: installation.xml:1217 #, no-c-format msgid "" -"The output from configure is used to generate the " -"postgis_config.h file. Check that the " -"POSTGIS_PGSQL_VERSION, " -"POSTGIS_PROJ_VERSION and " -"POSTGIS_GEOS_VERSION variables have been set correctly." -msgstr "La sortie du configure est utilisée pour générer le fichier postgis_config.h. Vérifiez que les variables POSTGIS_PGSQL_VERSION, POSTGIS_PROJ_VERSION et POSTGIS_GEOS_VERSION ont été définies correctement." +"The output from configure is used to generate the postgis_config." +"h file. Check that the POSTGIS_PGSQL_VERSION, " +"POSTGIS_PROJ_VERSION and POSTGIS_GEOS_VERSION variables have been set correctly." +msgstr "" +"La sortie du configure est utilisée pour générer le fichier " +"postgis_config.h. Vérifiez que les variables " +"POSTGIS_PGSQL_VERSION, POSTGIS_PROJ_VERSION et POSTGIS_GEOS_VERSION ont été définies " +"correctement." #. Tag: title #: installation.xml:1230 @@ -2193,7 +2959,11 @@ msgid "" "The JDBC extensions provide Java objects corresponding to the internal " "PostGIS types. These objects can be used to write Java clients which query " "the PostGIS database and draw or do calculations on the GIS data in PostGIS." -msgstr "L'extension JDBC permet de disposer d'objets Java correspondants aux types de données PostGIS. Ces objets peuvent être utilisés pour créer des applications Java interrogeant une base de données PostGIS ou effectuer des calculs à partir des des données SIG." +msgstr "" +"L'extension JDBC permet de disposer d'objets Java correspondants aux types " +"de données PostGIS. Ces objets peuvent être utilisés pour créer des " +"applications Java interrogeant une base de données PostGIS ou effectuer des " +"calculs à partir des des données SIG." #. Tag: para #: installation.xml:1241 @@ -2201,26 +2971,34 @@ msgstr "L'extension JDBC permet de disposer d'objets Java correspondants aux typ msgid "" "Enter the java/jdbc sub-directory of the PostGIS " "distribution." -msgstr "Entrez le java/jdbc sous-répertoire de votre distribution PostGIS." +msgstr "" +"Entrez le java/jdbc sous-répertoire de votre " +"distribution PostGIS." #. Tag: para #: installation.xml:1248 #, no-c-format msgid "" -"Run the ant command. Copy the " -"postgis.jar file to wherever you keep your java " -"libraries." -msgstr "Lancez la commande ant. Copiez le fichier postgis.jar là où vous gardez vos bibliothèques java." +"Run the ant command. Copy the postgis.jar file to wherever you keep your java libraries." +msgstr "" +"Lancez la commande ant. Copiez le fichier " +"postgis.jar là où vous gardez vos bibliothèques java." #. Tag: para #: installation.xml:1256 #, no-c-format msgid "" "The JDBC extensions require a PostgreSQL JDBC driver to be present in the " -"current CLASSPATH during the build process. If the PostgreSQL JDBC driver is" -" located elsewhere, you may pass the location of the JDBC driver JAR " +"current CLASSPATH during the build process. If the PostgreSQL JDBC driver is " +"located elsewhere, you may pass the location of the JDBC driver JAR " "separately using the -D parameter like this:" -msgstr "Les extensions jdbc nécessite la présence d'un pilote JDBC de PostgreSQL dans le CLASSPATH en cours pendant la phase de compilation. Si le pilote JDBC de PostgreSQL est localisé autre part vous pouvez passer la localisation du JAR du pilote JDBC séparément en utilisant le paramètre -D comme :" +msgstr "" +"Les extensions jdbc nécessite la présence d'un pilote JDBC de PostgreSQL " +"dans le CLASSPATH en cours pendant la phase de compilation. Si le pilote " +"JDBC de PostgreSQL est localisé autre part vous pouvez passer la " +"localisation du JAR du pilote JDBC séparément en utilisant le paramètre -D " +"comme :" #. Tag: programlisting #: installation.xml:1263 @@ -2232,8 +3010,8 @@ msgstr "# ant -Dclasspath=/path/to/postgresql-jdbc.jar" #: installation.xml:1265 #, no-c-format msgid "" -"PostgreSQL JDBC drivers can be downloaded from http://jdbc.postgresql.org ." +"PostgreSQL JDBC drivers can be downloaded from http://jdbc.postgresql.org ." msgstr "Les pilotes JDBC de PostgreSQL peuvent être téléchargé à partir de " #. Tag: title @@ -2248,7 +3026,10 @@ msgstr "Chargeur/Dumper" msgid "" "The data loader and dumper are built and installed automatically as part of " "the PostGIS build. To build and install them manually:" -msgstr "Les outils d'import et d'export de données sont compilés et installés automatiquement dans le processus de compilation de PostGIS. Pour les compiler et les installer manuellement :" +msgstr "" +"Les outils d'import et d'export de données sont compilés et installés " +"automatiquement dans le processus de compilation de PostGIS. Pour les " +"compiler et les installer manuellement :" #. Tag: programlisting #: installation.xml:1282 @@ -2257,7 +3038,10 @@ msgid "" "# cd postgis-&last_release_version;/loader\n" "# make\n" "# make install" -msgstr "# cd postgis-&last_release_version;/loader\n# make\n# make install" +msgstr "" +"# cd postgis-&last_release_version;/loader\n" +"# make\n" +"# make install" #. Tag: para #: installation.xml:1284 @@ -2268,4 +3052,10 @@ msgid "" "called pgsql2shp and converts PostGIS tables (or " "queries) into ESRI Shape files. For more verbose documentation, see the " "online help, and the manual pages." -msgstr "L'outil d'import est appelé shp2pgsql et converti des fichiers ESRI Shape en SQL compatible pour être chargé dans PostGIS/PostgreSQL. L'outil d'export est appelé pgsql2shp et converti les tables PostGIS (ou des requêtes) en fichier ESRI Shape. Pour une documentation plus complète, lisez l'aide en ligne et les pages de manuel." +msgstr "" +"L'outil d'import est appelé shp2pgsql et converti des " +"fichiers ESRI Shape en SQL compatible pour être chargé dans PostGIS/" +"PostgreSQL. L'outil d'export est appelé pgsql2shp et " +"converti les tables PostGIS (ou des requêtes) en fichier ESRI Shape. Pour " +"une documentation plus complète, lisez l'aide en ligne et les pages de " +"manuel." diff --git a/doc/po/fr/introduction.xml.po b/doc/po/fr/introduction.xml.po index 2c6dc782d..f5f19f302 100644 --- a/doc/po/fr/introduction.xml.po +++ b/doc/po/fr/introduction.xml.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# +# # Translators: # Rodolphe Quiédeville , 2013 # vpicavet , 2013 @@ -10,11 +10,12 @@ msgstr "" "POT-Creation-Date: 2012-09-14 17:50+0000\n" "PO-Revision-Date: 2013-11-27 11:27+0000\n" "Last-Translator: vpicavet \n" -"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/" +"language/fr/)\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. Tag: title @@ -35,7 +36,16 @@ msgid "" "including full OpenGIS support, advanced topological constructs (coverages, " "surfaces, networks), desktop user interface tools for viewing and editing " "GIS data, and web-based access tools." -msgstr "PostGIS a été développé par Refractions Research Inc, en tant que projet de recherche sur les technologies de bases de données spatiales. Refractions est une entreprise de conseil en SIG et bases de données à Victoria, Colombie Britannique, Canada. Elle est spécialisée en intégration de données et développement de logiciels spécifiques. Nous prévoyons de supporter et développer PostGIS pour satisfaire une large gamme de fonctionnalités SIG, tels que le support complet d'OpenGIS, des constructions topologiques avancées (couvertures, surfaces, réseaux), des outils bureautiques pour visualiser et éditer des données SIG, et des outils d'accès web." +msgstr "" +"PostGIS a été développé par Refractions Research Inc, en tant que projet de " +"recherche sur les technologies de bases de données spatiales. Refractions " +"est une entreprise de conseil en SIG et bases de données à Victoria, " +"Colombie Britannique, Canada. Elle est spécialisée en intégration de données " +"et développement de logiciels spécifiques. Nous prévoyons de supporter et " +"développer PostGIS pour satisfaire une large gamme de fonctionnalités SIG, " +"tels que le support complet d'OpenGIS, des constructions topologiques " +"avancées (couvertures, surfaces, réseaux), des outils bureautiques pour " +"visualiser et éditer des données SIG, et des outils d'accès web." #. Tag: para #: introduction.xml:15 @@ -45,7 +55,12 @@ msgid "" "continually improved and funded by many FOSS4G Developers as well as " "corporations all over the world that gain great benefit from its " "functionality and versatility." -msgstr "PostGIS est un projet officiel de la fondation OSGeo. PostGIS est continuellement amélioré et financé par de nombreux développeurs de logiciels SIG libres, ainsi que par des organisations tout autour du monde qui profite largement de ses fonctionnalités et de sa souplesse d'utilisation." +msgstr "" +"PostGIS est un projet officiel de la fondation OSGeo. PostGIS est " +"continuellement amélioré et financé par de nombreux développeurs de " +"logiciels SIG libres, ainsi que par des organisations tout autour du monde " +"qui profite largement de ses fonctionnalités et de sa souplesse " +"d'utilisation." #. Tag: title #: introduction.xml:21 @@ -63,7 +78,13 @@ msgid "" "and approves patches from the general PostGIS community and votes on " "miscellaneous issues involving PostGIS such as developer commit access, new " "PSC members or significant API changes." -msgstr "Le comité de direction du projet (PSC) coordonne la direction générale, les cycles de publication, la documentation et les efforts spécifiques pour le projet PostGIS. De plus, le PSC fournit un support général aux utilisateurs, accepte et approuve les patches de la communauté PostGIS et vote sur divers points concernant PostGIS, tels que les accès commit pour les développeurs, les nouveaux membres du PSC ou les changements majeurs d'API." +msgstr "" +"Le comité de direction du projet (PSC) coordonne la direction générale, les " +"cycles de publication, la documentation et les efforts spécifiques pour le " +"projet PostGIS. De plus, le PSC fournit un support général aux utilisateurs, " +"accepte et approuve les patches de la communauté PostGIS et vote sur divers " +"points concernant PostGIS, tels que les accès commit pour les développeurs, " +"les nouveaux membres du PSC ou les changements majeurs d'API." #. Tag: term #: introduction.xml:31 @@ -78,7 +99,12 @@ msgid "" "Coordinates bug fixing and maintenance effort, alignment of PostGIS with " "PostgreSQL releases, spatial index selectivity and binding, loader/dumper, " "and Shapefile GUI Loader, integration of new and new function enhancements." -msgstr "Coordination de la correction des bugs et de l'effort de maintenance, alignement des sorties de PostGIS avec celles de PostgreSQL, sélectivité et liaisons des index spatiaux, outil de chargement/export, interface de chargement de shapefiles, intégration de nouvelles fonctions et améliorations de fonctions existantes." +msgstr "" +"Coordination de la correction des bugs et de l'effort de maintenance, " +"alignement des sorties de PostGIS avec celles de PostgreSQL, sélectivité et " +"liaisons des index spatiaux, outil de chargement/export, interface de " +"chargement de shapefiles, intégration de nouvelles fonctions et " +"améliorations de fonctions existantes." #. Tag: term #: introduction.xml:40 @@ -91,10 +117,15 @@ msgstr "Regina Obe" #, no-c-format msgid "" "Buildbot Maintenance, windows production and experimental builds, " -"Documentation, general user support on PostGIS newsgroup, X3D support, Tiger" -" Geocoder Support, management functions, and smoke testing new functionality" -" or major code changes." -msgstr "Maintenance des robots de build, création des builds expérimentaux et stables pour windows, documentation, support général aux utilisateurs sur les newsgroups PostGIS, support X3D, support du géocodeur Tiger, fonctions de gestion, tests des nouvelles fonctionnalités et des changements majeurs du code." +"Documentation, general user support on PostGIS newsgroup, X3D support, Tiger " +"Geocoder Support, management functions, and smoke testing new functionality " +"or major code changes." +msgstr "" +"Maintenance des robots de build, création des builds expérimentaux et " +"stables pour windows, documentation, support général aux utilisateurs sur " +"les newsgroups PostGIS, support X3D, support du géocodeur Tiger, fonctions " +"de gestion, tests des nouvelles fonctionnalités et des changements majeurs " +"du code." #. Tag: term #: introduction.xml:49 @@ -111,7 +142,12 @@ msgid "" "index), underlying geometry internal structures, GEOS functionality " "integration and alignment with GEOS releases, loader/dumper, and Shapefile " "GUI loader." -msgstr "Co-fondateur du projet PostGIS, corrections de bugs, support du type geography, support des index pour geography et geometry (2D, 3D, nD et autres index spatiaux), structures internes de géométries, intégration de fonctionnalités de GEOS et alignement des publications avec GEOS, outil de chargement/export, interface graphique de chargement de shapefiles." +msgstr "" +"Co-fondateur du projet PostGIS, corrections de bugs, support du type " +"geography, support des index pour geography et geometry (2D, 3D, nD et " +"autres index spatiaux), structures internes de géométries, intégration de " +"fonctionnalités de GEOS et alignement des publications avec GEOS, outil de " +"chargement/export, interface graphique de chargement de shapefiles." #. Tag: term #: introduction.xml:57 @@ -124,9 +160,12 @@ msgstr "Sandro Santilli" #, no-c-format msgid "" "Bug fixes and maintenance and integration of new GEOS functionality and " -"alignment with GEOS releases, Topology support, and Raster framework and low" -" level api functions." -msgstr "Correction de bugs, mantenance et intégration de nouvelles fonctionnalités de GEOS et alignement de la publication avec les sorties de GEOS, support de la topologie, framework Raster et fonctions bas niveau de l'API." +"alignment with GEOS releases, Topology support, and Raster framework and low " +"level api functions." +msgstr "" +"Correction de bugs, mantenance et intégration de nouvelles fonctionnalités " +"de GEOS et alignement de la publication avec les sorties de GEOS, support de " +"la topologie, framework Raster et fonctions bas niveau de l'API." #. Tag: title #: introduction.xml:67 @@ -146,7 +185,9 @@ msgstr "Chris Hodgson" msgid "" "Prior PSC Member. General development, site and buildbot maintenance, OSGeo " "incubation management" -msgstr "Ancien membre du PSC. Développement général, maintenance du site et du robot de build, gestion de l'incubation OSGeo." +msgstr "" +"Ancien membre du PSC. Développement général, maintenance du site et du robot " +"de build, gestion de l'incubation OSGeo." #. Tag: term #: introduction.xml:77 @@ -161,7 +202,10 @@ msgid "" "Prior PSC Member. Documentation and documentation support tools, advanced " "user support on PostGIS newsgroup, and PostGIS maintenance function " "enhancements." -msgstr "Ancien membre du PSC. Documentation et outils de support de la documentation, support avancé aux utilisateurs sur les newsgroup PostGIS, et amélioration des fonctions de maintenance de PostGIS." +msgstr "" +"Ancien membre du PSC. Documentation et outils de support de la " +"documentation, support avancé aux utilisateurs sur les newsgroup PostGIS, et " +"amélioration des fonctions de maintenance de PostGIS." #. Tag: term #: introduction.xml:85 @@ -175,7 +219,10 @@ msgstr "Dave Blasby" msgid "" "The original developer/Co-founder of PostGIS. Dave wrote the server side " "objects, index bindings, and many of the server side analytical functions." -msgstr "Développeur original et co-fondateur de PostGIS. Dave a écrit les objets côté serveur, les liaisons des index, et de nombreuses fonctions d'analyse côté serveur." +msgstr "" +"Développeur original et co-fondateur de PostGIS. Dave a écrit les objets " +"côté serveur, les liaisons des index, et de nombreuses fonctions d'analyse " +"côté serveur." #. Tag: term #: introduction.xml:95 @@ -189,7 +236,9 @@ msgstr "Jeff Lounsbury" msgid "" "Original development of the Shape file loader/dumper. Current PostGIS " "Project Owner representative." -msgstr "Développement originel de l'outil de chargement/export de shapefiles. Actuel représentant du projet PostGIS." +msgstr "" +"Développement originel de l'outil de chargement/export de shapefiles. Actuel " +"représentant du projet PostGIS." #. Tag: term #: introduction.xml:102 @@ -200,9 +249,10 @@ msgstr "Olivier Courtin" #. Tag: para #: introduction.xml:104 #, no-c-format -msgid "" -"Input output XML (KML,GML)/GeoJSON functions, 3D support and bug fixes." -msgstr "Fonctions d'entrée/sortie XML (KML,GML) et fonctions GeoJSON, support 3D et correction de bugs." +msgid "Input output XML (KML,GML)/GeoJSON functions, 3D support and bug fixes." +msgstr "" +"Fonctions d'entrée/sortie XML (KML,GML) et fonctions GeoJSON, support 3D et " +"correction de bugs." #. Tag: term #: introduction.xml:109 @@ -216,7 +266,10 @@ msgstr "Mark Leslie" msgid "" "Ongoing maintenance and development of core functions. Enhanced curve " "support. Shapefile GUI loader." -msgstr "Maintenance générale et développement de fonctions du noyau PostGIS. Amélioration du support des courbes. Interface graphique de chargement des shapefiles." +msgstr "" +"Maintenance générale et développement de fonctions du noyau PostGIS. " +"Amélioration du support des courbes. Interface graphique de chargement des " +"shapefiles." #. Tag: term #: introduction.xml:116 @@ -228,7 +281,8 @@ msgstr "Pierre Racine" #: introduction.xml:118 #, no-c-format msgid "Raster overall architecture, prototyping, programming support" -msgstr "Architecture générale des raster, prototypage, support à la programmation." +msgstr "" +"Architecture générale des raster, prototypage, support à la programmation." #. Tag: term #: introduction.xml:123 @@ -242,7 +296,10 @@ msgstr "Nicklas Avén" msgid "" "Distance function enhancements (including 3D distance and relationship " "functions) and additions, Windows testing, and general user support" -msgstr "Amélioration des fonctions de distance (dont la distance 3D et les fonctions de relations) et nouvelles fonctions. Tests Windows et support général aux utilisateurs." +msgstr "" +"Amélioration des fonctions de distance (dont la distance 3D et les fonctions " +"de relations) et nouvelles fonctions. Tests Windows et support général aux " +"utilisateurs." #. Tag: term #: introduction.xml:131 @@ -305,16 +362,27 @@ msgid "" "In alphabetical order: Alex Bodnaru, Alex Mayrhofer, Andrea Peri, Andreas " "Forø Tollefsen, Andreas Neumann, Anne Ghisla, Barbara Phillipot, Ben Jubb, " "Bernhard Reiter, Brian Hamlin, Bruce Rindahl, Bruno Wolff III, Bryce L. " -"Nordgren, Carl Anderson, Charlie Savage, Dane Springmeyer, David Skea, David" -" Techer, Eduin Carrillo, Even Rouault, Frank Warmerdam, George Silva, Gerald" -" Fenoy, Gino Lucrezi, Guillaume Lelarge, IIDA Tetsushi, Ingvild Nystuen, " -"Jeff Adams, Jose Carlos Martinez Llari, Kashif Rasul, Klaus Foerster, Kris " -"Jurka, Leo Hsu, Loic Dachary, Luca S. Percich, Maria Arias de Reyna, Mark " -"Sondheim, Markus Schaber, Maxime Guillaud, Maxime van Noppen, Michael Fuhr, " -"Nikita Shulga, Norman Vine, Rafal Magda, Ralph Mason, Richard Greenwood, " -"Silvio Grosso, Steffen Macke, Stephen Frost, Tom van Tilburg, Vincent " -"Picavet" -msgstr "Dans l'ordre alphabétique : Alex Bodnaru, Alex Mayrhofer, Andrea Peri, Andreas Forø Tollefsen, Andreas Neumann, Anne Ghisla, Barbara Phillipot, Ben Jubb, Bernhard Reiter, Brian Hamlin, Bruce Rindahl, Bruno Wolff III, Bryce L. Nordgren, Carl Anderson, Charlie Savage, Dane Springmeyer, David Skea, David Techer, Eduin Carrillo, Even Rouault, Frank Warmerdam, George Silva, Gerald Fenoy, Gino Lucrezi, Guillaume Lelarge, IIDA Tetsushi, Ingvild Nystuen, Jeff Adams, Jose Carlos Martinez Llari, Kashif Rasul, Klaus Foerster, Kris Jurka, Leo Hsu, Loic Dachary, Luca S. Percich, Maria Arias de Reyna, Mark Sondheim, Markus Schaber, Maxime Guillaud, Maxime van Noppen, Michael Fuhr, Nikita Shulga, Norman Vine, Rafal Magda, Ralph Mason, Richard Greenwood, Silvio Grosso, Steffen Macke, Stephen Frost, Tom van Tilburg, Vincent Picavet" +"Nordgren, Carl Anderson, Charlie Savage, Dane Springmeyer, David Skea, David " +"Techer, Eduin Carrillo, Even Rouault, Frank Warmerdam, George Silva, Gerald " +"Fenoy, Gino Lucrezi, Guillaume Lelarge, IIDA Tetsushi, Ingvild Nystuen, Jeff " +"Adams, Jose Carlos Martinez Llari, Kashif Rasul, Klaus Foerster, Kris Jurka, " +"Leo Hsu, Loic Dachary, Luca S. Percich, Maria Arias de Reyna, Mark Sondheim, " +"Markus Schaber, Maxime Guillaud, Maxime van Noppen, Michael Fuhr, Nikita " +"Shulga, Norman Vine, Rafal Magda, Ralph Mason, Richard Greenwood, Silvio " +"Grosso, Steffen Macke, Stephen Frost, Tom van Tilburg, Vincent Picavet" +msgstr "" +"Dans l'ordre alphabétique : Alex Bodnaru, Alex Mayrhofer, Andrea Peri, " +"Andreas Forø Tollefsen, Andreas Neumann, Anne Ghisla, Barbara Phillipot, Ben " +"Jubb, Bernhard Reiter, Brian Hamlin, Bruce Rindahl, Bruno Wolff III, Bryce " +"L. Nordgren, Carl Anderson, Charlie Savage, Dane Springmeyer, David Skea, " +"David Techer, Eduin Carrillo, Even Rouault, Frank Warmerdam, George Silva, " +"Gerald Fenoy, Gino Lucrezi, Guillaume Lelarge, IIDA Tetsushi, Ingvild " +"Nystuen, Jeff Adams, Jose Carlos Martinez Llari, Kashif Rasul, Klaus " +"Foerster, Kris Jurka, Leo Hsu, Loic Dachary, Luca S. Percich, Maria Arias de " +"Reyna, Mark Sondheim, Markus Schaber, Maxime Guillaud, Maxime van Noppen, " +"Michael Fuhr, Nikita Shulga, Norman Vine, Rafal Magda, Ralph Mason, Richard " +"Greenwood, Silvio Grosso, Steffen Macke, Stephen Frost, Tom van Tilburg, " +"Vincent Picavet" #. Tag: term #: introduction.xml:221 @@ -328,7 +396,9 @@ msgstr "Autres contributeurs : Organisations sponsors" msgid "" "These are corporate entities that have contributed developer time, hosting, " "or direct monetary funding to the PostGIS project" -msgstr "Certaines organisations ont contribué du temps de développeur, de l'hébergement, ou du financement direct pour le projet PostGIS." +msgstr "" +"Certaines organisations ont contribué du temps de développeur, de " +"l'hébergement, ou du financement direct pour le projet PostGIS." #. Tag: para #: introduction.xml:225 @@ -338,14 +408,24 @@ msgid "" "Geografica Libera (GFOSS.it), AusVet, Avencia, Azavea, Cadcorp, CampToCamp, " "City of Boston (DND), Clever Elephant Solutions, Cooperativa Alveo, Deimos " "Space, Faunalia, Geographic Data BC, Hunter Systems Group, Lidwala " -"Consulting Engineers, LisaSoft, Logical Tracking & Tracing International" -" AG, Michigan Tech Research Institute, Norwegian Forest and Landscape " +"Consulting Engineers, LisaSoft, Logical Tracking & Tracing International " +"AG, Michigan Tech Research Institute, Norwegian Forest and Landscape " "Institute, OpenGeo, OSGeo, Oslandia, Paragon Corporation, R3 GIS,, " "Refractions Research, Regione Toscana-SIGTA, Safe Software, Sirius " "Corporation plc, Stadt Uster, UC Davis Center for Vectorborne Diseases, " -"University of Laval, U.S Department of State (HIU), Vizzuality, Zonar " -"Systems" -msgstr "Dans l'ordre alphabétique : Arrival 3D, Associazione Italiana per l'Informazione Geografica Libera (GFOSS.it), AusVet, Avencia, Azavea, Cadcorp, CampToCamp, City of Boston (DND), Clever Elephant Solutions, Cooperativa Alveo, Deimos Space, Faunalia, Geographic Data BC, Hunter Systems Group, Lidwala Consulting Engineers, LisaSoft, Logical Tracking & Tracing International AG, Michigan Tech Research Institute, Norwegian Forest and Landscape Institute, OpenGeo, OSGeo, Oslandia, Paragon Corporation, R3 GIS,, Refractions Research, Regione Toscana-SIGTA, Safe Software, Sirius Corporation plc, Stadt Uster, UC Davis Center for Vectorborne Diseases, University of Laval, U.S Department of State (HIU), Vizzuality, Zonar Systems" +"University of Laval, U.S Department of State (HIU), Vizzuality, Zonar Systems" +msgstr "" +"Dans l'ordre alphabétique : Arrival 3D, Associazione Italiana per " +"l'Informazione Geografica Libera (GFOSS.it), AusVet, Avencia, Azavea, " +"Cadcorp, CampToCamp, City of Boston (DND), Clever Elephant Solutions, " +"Cooperativa Alveo, Deimos Space, Faunalia, Geographic Data BC, Hunter " +"Systems Group, Lidwala Consulting Engineers, LisaSoft, Logical Tracking " +"& Tracing International AG, Michigan Tech Research Institute, Norwegian " +"Forest and Landscape Institute, OpenGeo, OSGeo, Oslandia, Paragon " +"Corporation, R3 GIS,, Refractions Research, Regione Toscana-SIGTA, Safe " +"Software, Sirius Corporation plc, Stadt Uster, UC Davis Center for " +"Vectorborne Diseases, University of Laval, U.S Department of State (HIU), " +"Vizzuality, Zonar Systems" #. Tag: term #: introduction.xml:265 @@ -362,11 +442,22 @@ msgid "" "specifically focused on a particular feature or set of features. Each " "sponsor chips in a small fraction of the needed funding and with enough " "people/organizations contributing, we have the funds to pay for the work " -"that will help many. If you have an idea for a feature you think many others" -" would be willing to co-fund, please post to the PostGIS " -"newsgroup your thoughts and together we can make it happen." -msgstr "Les campagnes de financement participatif sont menées pour financer les fonctionnalités fortement demandées qui peuvent être utiles à un large nombre de personnes. Chaque campagne est concentrée spécifiquement sur une fonctionnalité ou un jeu de fonctionnalités particulière. Chaque sponsor envoie une petite fraction du financement nécessaire et avec suffisamment de personnes ou d'organisations participant, on peut réunir les fonds pour payer un travail qui aide de nombreuses personnes. Si vous avez une idée de fonctionnalité pour laquelle vous pensez que d'autres seraient prêts à payer, envoyez un message à la liste PostGIS avec votre idée, et ensemble nous pourrons la réaliser." +"that will help many. If you have an idea for a feature you think many others " +"would be willing to co-fund, please post to the PostGIS newsgroup your " +"thoughts and together we can make it happen." +msgstr "" +"Les campagnes de financement participatif sont menées pour financer les " +"fonctionnalités fortement demandées qui peuvent être utiles à un large " +"nombre de personnes. Chaque campagne est concentrée spécifiquement sur une " +"fonctionnalité ou un jeu de fonctionnalités particulière. Chaque sponsor " +"envoie une petite fraction du financement nécessaire et avec suffisamment de " +"personnes ou d'organisations participant, on peut réunir les fonds pour " +"payer un travail qui aide de nombreuses personnes. Si vous avez une idée de " +"fonctionnalité pour laquelle vous pensez que d'autres seraient prêts à " +"payer, envoyez un message à la liste PostGIS avec votre idée, et ensemble " +"nous pourrons la réaliser." #. Tag: para #: introduction.xml:269 @@ -375,29 +466,42 @@ msgid "" "PostGIS 2.0.0 was the first release we tried this strategy. We used PledgeBank and we got two " "successful campaigns out of it." -msgstr "PostGIS 2.0.0 a été la première version où cette stratégie a été testée. Nous avons utilisé PledgeBank et avons eu deux campagnes de financement réussies." +msgstr "" +"PostGIS 2.0.0 a été la première version où cette stratégie a été testée. " +"Nous avons utilisé PledgeBank et avons eu deux campagnes de financement réussies." #. Tag: para #: introduction.xml:270 #, no-c-format msgid "" -"postgistopology - 10 plus sponsors each " +"postgistopology - 10 plus sponsors each " "contributed $250 USD to build toTopoGeometry function and beef up topology " "support in 2.0.0. It happened." -msgstr "postgistopology - Plus de 10 sponsors ont contribué chacun 250USD pour créer la function toTopoGeometry et sortir le support de la topologie dans la version 2.0.0. Ce fut une réussite." +msgstr "" +"postgistopology - Plus de 10 sponsors ont " +"contribué chacun 250USD pour créer la function toTopoGeometry et sortir le " +"support de la topologie dans la version 2.0.0. Ce fut une réussite." #. Tag: para #: introduction.xml:271 #, no-c-format msgid "" -"postgis64windows - 20 someodd sponsors each" -" contributed $100 USD to pay for the work needed to work out PostGIS 64-bit " +"postgis64windows - 20 someodd sponsors each " +"contributed $100 USD to pay for the work needed to work out PostGIS 64-bit " "on windows issues. It happened. We now have a 64-bit beta release for " "PostGIS 2.0.0 and a final one planned for release that will be available on " "PostgreSQL stack builder." -msgstr "postgis64windows - Environ 20 sponsors ont contribué chacun 100USD pour payer le travail nécessaire afin de régler les problèmes avec PostGIS 64 bits sous Windows. Ce fut une réussite. Nous avons désormais une version 64 bit de PostGIS 2.0.0 disponible dans l'installeur PostgreSQL Stack Builder." +msgstr "" +"postgis64windows - Environ 20 sponsors ont " +"contribué chacun 100USD pour payer le travail nécessaire afin de régler les " +"problèmes avec PostGIS 64 bits sous Windows. Ce fut une réussite. Nous avons " +"désormais une version 64 bit de PostGIS 2.0.0 disponible dans l'installeur " +"PostgreSQL Stack Builder." #. Tag: term #: introduction.xml:276 @@ -411,9 +515,13 @@ msgstr "Bibliothèques de base importantes" msgid "" "The GEOS geometry " "operations library, and the algorithmic work of Martin Davis in making it " -"all work, ongoing maintenance and support of Mateusz Loskot, Sandro Santilli" -" (strk), Paul Ramsey and others." -msgstr "La bibliothèque d'opérations géométriques GEOS, et le travail algorithmique de Martin Davis pour faire fonctionner tout cela, la maintenance et le support de Mateusz Loskot, Sandro Santilli (strk), Paul Ramsey et d'autres." +"all work, ongoing maintenance and support of Mateusz Loskot, Sandro Santilli " +"(strk), Paul Ramsey and others." +msgstr "" +"La bibliothèque d'opérations géométriques GEOS, et le travail algorithmique de Martin Davis pour faire " +"fonctionner tout cela, la maintenance et le support de Mateusz Loskot, " +"Sandro Santilli (strk), Paul Ramsey et d'autres." #. Tag: para #: introduction.xml:284 @@ -423,7 +531,12 @@ msgid "" "Abstraction Library, by Frank Warmerdam and others is used to power much of " "the raster functionality introduced in PostGIS 2.0.0. In kind, improvements " "needed in GDAL to support PostGIS are contributed back to the GDAL project." -msgstr "La bibliothèque GDAL Geospatial Data Abstraction Library, par Frank Warmerdam et d'autres, est utilisée pour supporter nombre de fonctionnalités raster introduites dans PostGIS 2.0.0. Des améliorations nécessaires dans GDAL pour supporter PostGIS sont aussi remontées en retour dans le projet GDAL." +msgstr "" +"La bibliothèque GDAL " +"Geospatial Data Abstraction Library, par Frank Warmerdam et d'autres, est " +"utilisée pour supporter nombre de fonctionnalités raster introduites dans " +"PostGIS 2.0.0. Des améliorations nécessaires dans GDAL pour supporter " +"PostGIS sont aussi remontées en retour dans le projet GDAL." #. Tag: para #: introduction.xml:289 @@ -432,7 +545,10 @@ msgid "" "The Proj4 cartographic " "projection library, and the work of Gerald Evenden and Frank Warmerdam in " "creating and maintaining it." -msgstr "La bibliothèque Proj4 de gestion de projections cartographiques, travail de Gerald Evenden et Frank Warmerdam pour la créer et la maintenir." +msgstr "" +"La bibliothèque Proj4 de " +"gestion de projections cartographiques, travail de Gerald Evenden et Frank " +"Warmerdam pour la créer et la maintenir." #. Tag: para #: introduction.xml:293 @@ -443,7 +559,12 @@ msgid "" "flexibility of PostGIS would not be possible without the extensibility, " "great query planner, GIST index, and plethora of SQL features provided by " "PostgreSQL." -msgstr "Enfin, mais non des moindres, le projet de SGBD PostgreSQL, géant sur les épaules duquel PostGIS s'appuie. La rapidité et flexibilité de PostGIS serait impossible sans l'extensibilité, le plannificateur de requêtes, les index GiST et les nombreuses fonctionnalités SQL que fournit PostgreSQL." +msgstr "" +"Enfin, mais non des moindres, le projet de SGBD PostgreSQL, géant sur les épaules duquel PostGIS " +"s'appuie. La rapidité et flexibilité de PostGIS serait impossible sans " +"l'extensibilité, le plannificateur de requêtes, les index GiST et les " +"nombreuses fonctionnalités SQL que fournit PostgreSQL." #. Tag: title #: introduction.xml:302 @@ -456,44 +577,60 @@ msgstr "Plus d'information" #, no-c-format msgid "" "The latest software, documentation and news items are available at the " -"PostGIS web site, http://www.postgis.org." -msgstr "Les dernieres versions du logiciel, documentation, et nouvelles sont disponibles sur le site de PostGIS, http://www.postgis.org." +"PostGIS web site, http://www.postgis." +"org." +msgstr "" +"Les dernieres versions du logiciel, documentation, et nouvelles sont " +"disponibles sur le site de PostGIS, http://www.postgis.org." #. Tag: para #: introduction.xml:312 #, no-c-format msgid "" "More information about the GEOS geometry operations library is available " -"at " -"http://trac.osgeo.org/geos/." -msgstr "Plus d'information sur la bibliothèque d'opérations géométriques GEOS sont disponibles à http://trac.osgeo.org/geos/." +"at http://trac.osgeo.org/geos/." +msgstr "" +"Plus d'information sur la bibliothèque d'opérations géométriques GEOS sont " +"disponibles à http://trac.osgeo." +"org/geos/." #. Tag: para #: introduction.xml:318 #, no-c-format msgid "" -"More information about the Proj4 reprojection library is available at http://trac.osgeo.org/proj/." -msgstr "Plus d'informations sur la bibliothèque de gestion de projections Proj4 sont disponibles à http://trac.osgeo.org/proj/." +"More information about the Proj4 reprojection library is available at http://trac.osgeo.org/proj/." +msgstr "" +"Plus d'informations sur la bibliothèque de gestion de projections Proj4 sont " +"disponibles à http://trac.osgeo." +"org/proj/." #. Tag: para #: introduction.xml:324 #, no-c-format msgid "" "More information about the PostgreSQL database server is available at the " -"PostgreSQL main site http://www.postgresql.org." -msgstr "Plus d'informations sur le SGBD PostgreSQL sont disponibles sur le site principal de PostgreSQL : http://www.postgresql.org." +"PostgreSQL main site http://www." +"postgresql.org." +msgstr "" +"Plus d'informations sur le SGBD PostgreSQL sont disponibles sur le site " +"principal de PostgreSQL : http://" +"www.postgresql.org." #. Tag: para #: introduction.xml:330 #, no-c-format msgid "" "More information about GiST indexing is available at the PostgreSQL GiST " -"development site, http://www.sai.msu.su/~megera/postgres/gist/." -msgstr "Plus d'informations sur l'indexation GiST est disponible sur le site de développement de PostgreSQL GiST, http://www.sai.msu.su/~megera/postgres/gist/." +"development site, http://www.sai.msu.su/~megera/postgres/gist/." +msgstr "" +"Plus d'informations sur l'indexation GiST est disponible sur le site de " +"développement de PostgreSQL GiST, http://www.sai.msu.su/~megera/postgres/gist/." #. Tag: para #: introduction.xml:336 @@ -501,14 +638,20 @@ msgstr "Plus d'informations sur l'indexation GiST est disponible sur le site de msgid "" "More information about MapServer internet map server is available at http://mapserver.org." -msgstr "Plus d'information sur le serveur cartographique MapServer est disponible à http://mapserver.org." +msgstr "" +"Plus d'information sur le serveur cartographique MapServer est disponible à " +"http://mapserver.org." #. Tag: para #: introduction.xml:342 #, no-c-format msgid "" "The "Simple " -"Features for Specification for SQL" is available at the OpenGIS" -" Consortium web site: http://www.opengeospatial.org/." -msgstr "Les "Simple Features for SQL Specifications" sont disponibles sur le site du consortium OpenGIS : http://www.opengeospatial.org/." +"Features for Specification for SQL" is available at the OpenGIS " +"Consortium web site: http://" +"www.opengeospatial.org/." +msgstr "" +"Les "Simple " +"Features for SQL Specifications" sont disponibles sur le site " +"du consortium OpenGIS : http://" +"www.opengeospatial.org/." diff --git a/doc/po/fr/performance_tips.xml.po b/doc/po/fr/performance_tips.xml.po index fcfcf78ba..cf78a825b 100644 --- a/doc/po/fr/performance_tips.xml.po +++ b/doc/po/fr/performance_tips.xml.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# +# # Translators: # Guy BARA , 2014 msgid "" @@ -9,11 +9,12 @@ msgstr "" "POT-Creation-Date: 2012-09-14 17:50+0000\n" "PO-Revision-Date: 2014-01-17 20:59+0000\n" "Last-Translator: Guy BARA \n" -"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/" +"language/fr/)\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. Tag: title @@ -39,13 +40,21 @@ msgstr "Description du problème" #, no-c-format msgid "" "Current PostgreSQL versions (including 8.0) suffer from a query optimizer " -"weakness regarding TOAST tables. TOAST tables are a kind of \"extension " -"room\" used to store large (in the sense of data size) values that do not " -"fit into normal data pages (like long texts, images or complex geometries " -"with lots of vertices), see the" -" PostgreSQL Documentation for TOAST for more information)." -msgstr "Les versions de PostgreSQL actuelles (y compris 8.0) souffrent d'une faiblesse optimiseur de requête relative les tables TOAST. Tables TOAST sont une sorte de «salle de l'extension\" utilisé pour stocker de grandes valeurs (dans le sens de la taille des données) qui ne rentrent pas dans les pages de données normales (comme de longs textes, images ou des géométries complexes avec beaucoup de sommets), voir Documentation PostgreSQL pour TOAST pour plus d'informations)." +"weakness regarding TOAST tables. TOAST tables are a kind of \"extension room" +"\" used to store large (in the sense of data size) values that do not fit " +"into normal data pages (like long texts, images or complex geometries with " +"lots of vertices), see the PostgreSQL Documentation for TOAST " +"for more information)." +msgstr "" +"Les versions de PostgreSQL actuelles (y compris 8.0) souffrent d'une " +"faiblesse optimiseur de requête relative les tables TOAST. Tables TOAST sont " +"une sorte de «salle de l'extension\" utilisé pour stocker de grandes valeurs " +"(dans le sens de la taille des données) qui ne rentrent pas dans les pages " +"de données normales (comme de longs textes, images ou des géométries " +"complexes avec beaucoup de sommets), voir Documentation PostgreSQL pour " +"TOAST pour plus d'informations)." #. Tag: para #: performance_tips.xml:19 @@ -57,7 +66,14 @@ msgid "" "itself is small, but it uses lots of TOAST space. In our example case, the " "table itself had about 80 rows and used only 3 data pages, but the TOAST " "table used 8225 pages." -msgstr "Le problème apparaît s'il vous arrive d'avoir une table avec d'assez grandes géométries, mais pas beaucoup de lignes d'entre elles (comme un tableau contenant les frontières de tous les pays européens en haute résolution). Ensuite, le tableau lui-même est petit, mais il utilise beaucoup d'espace TOAST. Dans notre exemple, le cas, la table elle-même avait environ 80 lignes et seulement 3 pages de données utilisées, mais la table TOAST 8225 pages utilisé." +msgstr "" +"Le problème apparaît s'il vous arrive d'avoir une table avec d'assez grandes " +"géométries, mais pas beaucoup de lignes d'entre elles (comme un tableau " +"contenant les frontières de tous les pays européens en haute résolution). " +"Ensuite, le tableau lui-même est petit, mais il utilise beaucoup d'espace " +"TOAST. Dans notre exemple, le cas, la table elle-même avait environ 80 " +"lignes et seulement 3 pages de données utilisées, mais la table TOAST 8225 " +"pages utilisé." #. Tag: para #: performance_tips.xml:26 @@ -71,7 +87,16 @@ msgid "" "is correct. But in our case, the && operator has to fetch every " "geometry from disk to compare the bounding boxes, thus reading all TOAST " "pages, too." -msgstr "Maintenant émettre une requête en utilisant l'opérateur de géométrie && pour rechercher une boîte englobante qui correspond que très peu de ces lignes. Maintenant l'optimiseur de requêtes voit que la table n'a que 3 pages et 80 lignes. Il estime qu'une analyse séquentielle sur une telle petite table est beaucoup plus rapide que d'utiliser un index. Et alors il décide d'ignorer l'index GIST. Habituellement, cette estimation est correcte. Mais dans notre cas, l'opérateur && doit aller chercher chaque géométrie à partir du disque pour comparer les boîtes englobantes, et par conséquent la lecture de toutes les pages TOAST également." +msgstr "" +"Maintenant émettre une requête en utilisant l'opérateur de géométrie &" +"& pour rechercher une boîte englobante qui correspond que très peu de " +"ces lignes. Maintenant l'optimiseur de requêtes voit que la table n'a que 3 " +"pages et 80 lignes. Il estime qu'une analyse séquentielle sur une telle " +"petite table est beaucoup plus rapide que d'utiliser un index. Et alors il " +"décide d'ignorer l'index GIST. Habituellement, cette estimation est " +"correcte. Mais dans notre cas, l'opérateur && doit aller chercher " +"chaque géométrie à partir du disque pour comparer les boîtes englobantes, et " +"par conséquent la lecture de toutes les pages TOAST également." #. Tag: para #: performance_tips.xml:35 @@ -79,9 +104,14 @@ msgstr "Maintenant émettre une requête en utilisant l'opérateur de géométri msgid "" "To see whether your suffer from this bug, use the \"EXPLAIN ANALYZE\" " "postgresql command. For more information and the technical details, you can " -"read the thread on the postgres performance mailing list: " -"http://archives.postgresql.org/pgsql-performance/2005-02/msg00030.php" -msgstr "Pour voir si votre souffrent de ce bogue, utilisez la commande \"EXPLAIN ANALYZE\" de postgresql. Pour plus d'informations et détails techniques, vous pouvez lire le fil sur la liste de diffusion des performances de postgres: http://archives.postgresql.org/pgsql-performance/2005-02/msg00030.php" +"read the thread on the postgres performance mailing list: http://archives." +"postgresql.org/pgsql-performance/2005-02/msg00030.php" +msgstr "" +"Pour voir si votre souffrent de ce bogue, utilisez la commande \"EXPLAIN " +"ANALYZE\" de postgresql. Pour plus d'informations et détails techniques, " +"vous pouvez lire le fil sur la liste de diffusion des performances de " +"postgres: http://archives.postgresql.org/pgsql-performance/2005-02/msg00030." +"php" #. Tag: title #: performance_tips.xml:43 @@ -95,7 +125,10 @@ msgstr "Solutions de contournement" msgid "" "The PostgreSQL people are trying to solve this issue by making the query " "estimation TOAST-aware. For now, here are two workarounds:" -msgstr "Les personnes de PostgreSQL essayent de résoudre ce problème en faisant l'estimation de la requête TOAST-courant. Pour l'instant, voici deux solutions:" +msgstr "" +"Les personnes de PostgreSQL essayent de résoudre ce problème en faisant " +"l'estimation de la requête TOAST-courant. Pour l'instant, voici deux " +"solutions:" #. Tag: para #: performance_tips.xml:48 @@ -104,10 +137,18 @@ msgid "" "The first workaround is to force the query planner to use the index. Send " "\"SET enable_seqscan TO off;\" to the server before issuing the query. This " "basically forces the query planner to avoid sequential scans whenever " -"possible. So it uses the GIST index as usual. But this flag has to be set on" -" every connection, and it causes the query planner to make misestimations in" -" other cases, so you should \"SET enable_seqscan TO on;\" after the query." -msgstr "La première solution consiste à forcer le planificateur de requêtes à utiliser l'index. Envoyer \"SET enable_seqscan TO off;\" au serveur avant d'émettre la requête. Cela force le planificateur de requêtes à éviter balayages séquentiels lorsque cela est possible. Donc, il utilise l'index GIST comme d'habitude. Mais cet indicateur doit être fixé à chaque connexion, et il provoque le planificateur de requêtes à faire des erreurs d'estimation dans les autres cas, vous devrez donc faire \"SET POUR enable_seqscan sur;\" après la requête." +"possible. So it uses the GIST index as usual. But this flag has to be set on " +"every connection, and it causes the query planner to make misestimations in " +"other cases, so you should \"SET enable_seqscan TO on;\" after the query." +msgstr "" +"La première solution consiste à forcer le planificateur de requêtes à " +"utiliser l'index. Envoyer \"SET enable_seqscan TO off;\" au serveur avant " +"d'émettre la requête. Cela force le planificateur de requêtes à éviter " +"balayages séquentiels lorsque cela est possible. Donc, il utilise l'index " +"GIST comme d'habitude. Mais cet indicateur doit être fixé à chaque " +"connexion, et il provoque le planificateur de requêtes à faire des erreurs " +"d'estimation dans les autres cas, vous devrez donc faire \"SET POUR " +"enable_seqscan sur;\" après la requête." #. Tag: para #: performance_tips.xml:56 @@ -115,25 +156,35 @@ msgstr "La première solution consiste à forcer le planificateur de requêtes msgid "" "The second workaround is to make the sequential scan as fast as the query " "planner thinks. This can be achieved by creating an additional column that " -"\"caches\" the bbox, and matching against this. In our example, the commands" -" are like:" -msgstr "La deuxième solution consiste à faire le balayage séquentielle aussi vite que le planificateur de requêtes pense. Ceci peut être réalisé en créant une colonne supplémentaire qui \"cache\" la bbox, et contre cette correspondance. Dans notre exemple, les commandes sont comme:" +"\"caches\" the bbox, and matching against this. In our example, the commands " +"are like:" +msgstr "" +"La deuxième solution consiste à faire le balayage séquentielle aussi vite " +"que le planificateur de requêtes pense. Ceci peut être réalisé en créant une " +"colonne supplémentaire qui \"cache\" la bbox, et contre cette " +"correspondance. Dans notre exemple, les commandes sont comme:" #. Tag: programlisting #: performance_tips.xml:61 #, no-c-format msgid "" -"SELECT AddGeometryColumn('myschema','mytable','bbox','4326','GEOMETRY','2'); \n" +"SELECT " +"AddGeometryColumn('myschema','mytable','bbox','4326','GEOMETRY','2'); \n" +"UPDATE mytable SET bbox = ST_Envelope(ST_Force_2d(the_geom));" +msgstr "" +"SELECT " +"AddGeometryColumn('myschema','mytable','bbox','4326','GEOMETRY','2'); \n" "UPDATE mytable SET bbox = ST_Envelope(ST_Force_2d(the_geom));" -msgstr "SELECT AddGeometryColumn('myschema','mytable','bbox','4326','GEOMETRY','2'); \nUPDATE mytable SET bbox = ST_Envelope(ST_Force_2d(the_geom));" #. Tag: para #: performance_tips.xml:63 #, no-c-format msgid "" -"Now change your query to use the && operator against bbox instead of" -" geom_column, like:" -msgstr "Maintenant changez votre requête pour utiliser l'opérateur && \nface à la bbox au lieu de la geom_column, comme:" +"Now change your query to use the && operator against bbox instead of " +"geom_column, like:" +msgstr "" +"Maintenant changez votre requête pour utiliser l'opérateur && \n" +"face à la bbox au lieu de la geom_column, comme:" #. Tag: programlisting #: performance_tips.xml:66 @@ -142,7 +193,10 @@ msgid "" "SELECT geom_column \n" "FROM mytable \n" "WHERE bbox && ST_SetSRID('BOX3D(0 0,1 1)'::box3d,4326);" -msgstr "SELECT geom_column \nFROM mytable \nWHERE bbox && ST_SetSRID('BOX3D(0 0,1 1)'::box3d,4326);" +msgstr "" +"SELECT geom_column \n" +"FROM mytable \n" +"WHERE bbox && ST_SetSRID('BOX3D(0 0,1 1)'::box3d,4326);" #. Tag: para #: performance_tips.xml:68 @@ -152,7 +206,12 @@ msgid "" "\"in sync\". The most transparent way to do this would be triggers, but you " "also can modify your application to keep the bbox column current or run the " "UPDATE query above after every modification." -msgstr "Bien sûr, si vous changez ou ajoutez des lignes à mytable, vous devez garder la bbox \"synchro\". La façon la plus transparente pour ce faire serait des déclencheurs, mais vous pouvez également modifier votre application afin de maintenir la colonne bbox courante ou exécuter la requête UPDATE ci-dessus après chaque modification." +msgstr "" +"Bien sûr, si vous changez ou ajoutez des lignes à mytable, vous devez garder " +"la bbox \"synchro\". La façon la plus transparente pour ce faire serait des " +"déclencheurs, mais vous pouvez également modifier votre application afin de " +"maintenir la colonne bbox courante ou exécuter la requête UPDATE ci-dessus " +"après chaque modification." #. Tag: title #: performance_tips.xml:77 @@ -165,15 +224,26 @@ msgstr "CLUSTER d'index géométriques" #, no-c-format msgid "" "For tables that are mostly read-only, and where a single index is used for " -"the majority of queries, PostgreSQL offers the CLUSTER command. This command" -" physically reorders all the data rows in the same order as the index " -"criteria, yielding two performance advantages: First, for index range scans," -" the number of seeks on the data table is drastically reduced. Second, if " +"the majority of queries, PostgreSQL offers the CLUSTER command. This command " +"physically reorders all the data rows in the same order as the index " +"criteria, yielding two performance advantages: First, for index range scans, " +"the number of seeks on the data table is drastically reduced. Second, if " "your working set concentrates to some small intervals on the indices, you " "have a more efficient caching because the data rows are spread along fewer " -"data pages. (Feel invited to read the CLUSTER command documentation from the" -" PostgreSQL manual at this point.)" -msgstr "Pour les tables qui sont pour la plupart en lecture seule, et où un seul index est utilisé pour la majorité des requêtes, PostgreSQL offre la commande CLUSTER. Cette commande réorganise physiquement toutes les lignes de données dans le même ordre que les critères de l'index, ce qui donne deux avantages de performance: d'abord, pour des analyses d'intervalle de l'index, le nombre de recherche sur la table de données est considérablement réduit. Deuxièmement, si votre jeu de travail se concentre à quelques petits intervalles sur les index, vous avez une mise en cache plus efficace parce que les lignes de données sont dispersées sur moins de pages de données. (N'hésitez pas à lire la documentation de la commande CLUSTER du manuel PostgreSQL à ce stade)" +"data pages. (Feel invited to read the CLUSTER command documentation from the " +"PostgreSQL manual at this point.)" +msgstr "" +"Pour les tables qui sont pour la plupart en lecture seule, et où un seul " +"index est utilisé pour la majorité des requêtes, PostgreSQL offre la " +"commande CLUSTER. Cette commande réorganise physiquement toutes les lignes " +"de données dans le même ordre que les critères de l'index, ce qui donne deux " +"avantages de performance: d'abord, pour des analyses d'intervalle de " +"l'index, le nombre de recherche sur la table de données est considérablement " +"réduit. Deuxièmement, si votre jeu de travail se concentre à quelques petits " +"intervalles sur les index, vous avez une mise en cache plus efficace parce " +"que les lignes de données sont dispersées sur moins de pages de données. " +"(N'hésitez pas à lire la documentation de la commande CLUSTER du manuel " +"PostgreSQL à ce stade)" #. Tag: para #: performance_tips.xml:89 @@ -182,7 +252,10 @@ msgid "" "However, currently PostgreSQL does not allow clustering on PostGIS GIST " "indices because GIST indices simply ignores NULL values, you get an error " "message like:" -msgstr "Cependant, PostgreSQL ne permet actuellement pas le clustering sur les index GIST de PostGIS car les indices GIST ignorent les valeurs NULL, vous obtenez un message d'erreur comme:" +msgstr "" +"Cependant, PostgreSQL ne permet actuellement pas le clustering sur les index " +"GIST de PostGIS car les indices GIST ignorent les valeurs NULL, vous obtenez " +"un message d'erreur comme:" #. Tag: programlisting #: performance_tips.xml:93 @@ -190,16 +263,23 @@ msgstr "Cependant, PostgreSQL ne permet actuellement pas le clustering sur les i msgid "" "lwgeom=# CLUSTER my_geom_index ON my_table; \n" "ERROR: cannot cluster when index access method does not handle null values\n" -"HINT: You may be able to work around this by marking column \"the_geom\" NOT NULL." -msgstr "lwgeom=# CLUSTER my_geom_index ON my_table; \nERROR: cannot cluster when index access method does not handle null values\nHINT: You may be able to work around this by marking column \"the_geom\" NOT NULL." +"HINT: You may be able to work around this by marking column \"the_geom\" NOT " +"NULL." +msgstr "" +"lwgeom=# CLUSTER my_geom_index ON my_table; \n" +"ERROR: cannot cluster when index access method does not handle null values\n" +"HINT: You may be able to work around this by marking column \"the_geom\" NOT " +"NULL." #. Tag: para #: performance_tips.xml:95 #, no-c-format msgid "" -"As the HINT message tells you, one can work around this deficiency by adding" -" a \"not null\" constraint to the table:" -msgstr "Comme le message d'ASTUCES vous le dit, on peut contourner cette lacune en ajoutant une contrainte \"not null\" à la table:" +"As the HINT message tells you, one can work around this deficiency by adding " +"a \"not null\" constraint to the table:" +msgstr "" +"Comme le message d'ASTUCES vous le dit, on peut contourner cette lacune en " +"ajoutant une contrainte \"not null\" à la table:" #. Tag: programlisting #: performance_tips.xml:98 @@ -207,7 +287,9 @@ msgstr "Comme le message d'ASTUCES vous le dit, on peut contourner cette lacune msgid "" "lwgeom=# ALTER TABLE my_table ALTER COLUMN the_geom SET not null; \n" "ALTER TABLE" -msgstr "lwgeom=# ALTER TABLE my_table ALTER COLUMN the_geom SET not null; \nALTER TABLE" +msgstr "" +"lwgeom=# ALTER TABLE my_table ALTER COLUMN the_geom SET not null; \n" +"ALTER TABLE" #. Tag: para #: performance_tips.xml:100 @@ -217,7 +299,12 @@ msgid "" "geometry column. Additionally, you must use the above method to add the " "constraint, using a CHECK constraint like \"ALTER TABLE blubb ADD CHECK " "(geometry is not null);\" will not work." -msgstr "Bien sûr, cela ne fonctionnera pas si vous avez besoin, dans les faits, de valeurs NULL dans la colonne de géométrie. En outre, vous devez utiliser la méthode ci-dessus pour ajouter la contrainte, en utilisant une contrainte CHECK comme \"ALTER TABLE blubb ADD CHECK (geometry is not null)\" ne fonctionnera pas." +msgstr "" +"Bien sûr, cela ne fonctionnera pas si vous avez besoin, dans les faits, de " +"valeurs NULL dans la colonne de géométrie. En outre, vous devez utiliser la " +"méthode ci-dessus pour ajouter la contrainte, en utilisant une contrainte " +"CHECK comme \"ALTER TABLE blubb ADD CHECK (geometry is not null)\" ne " +"fonctionnera pas." #. Tag: title #: performance_tips.xml:107 @@ -229,13 +316,20 @@ msgstr "Eviter les conversions de dimension" #: performance_tips.xml:109 #, no-c-format msgid "" -"Sometimes, you happen to have 3D or 4D data in your table, but always access" -" it using OpenGIS compliant ST_AsText() or ST_AsBinary() functions that only" -" output 2D geometries. They do this by internally calling the ST_Force_2d() " +"Sometimes, you happen to have 3D or 4D data in your table, but always access " +"it using OpenGIS compliant ST_AsText() or ST_AsBinary() functions that only " +"output 2D geometries. They do this by internally calling the ST_Force_2d() " "function, which introduces a significant overhead for large geometries. To " "avoid this overhead, it may be feasible to pre-drop those additional " "dimensions once and forever:" -msgstr "Parfois, il arrive d'avoir des données 3D ou 4D dans votre table, mais toujours y accéder en utilisant les fonctions conforme à l'OpenGIS ST_AsText () ou ST_AsBinary () qui ressortent uniquement des Géométrie 2D. Ils le font en appelant à l'intérieur la fonction ST_Force_2d (), qui introduit une surcharge importante pour les grandes géométries. Pour éviter cette surcharge, il peut être possible d'effectuer une pré-suppression de ces dimensions supplémentaires une fois pour toutes:" +msgstr "" +"Parfois, il arrive d'avoir des données 3D ou 4D dans votre table, mais " +"toujours y accéder en utilisant les fonctions conforme à l'OpenGIS " +"ST_AsText () ou ST_AsBinary () qui ressortent uniquement des Géométrie 2D. " +"Ils le font en appelant à l'intérieur la fonction ST_Force_2d (), qui " +"introduit une surcharge importante pour les grandes géométries. Pour éviter " +"cette surcharge, il peut être possible d'effectuer une pré-suppression de " +"ces dimensions supplémentaires une fois pour toutes:" #. Tag: programlisting #: performance_tips.xml:116 @@ -243,7 +337,9 @@ msgstr "Parfois, il arrive d'avoir des données 3D ou 4D dans votre table, mais msgid "" "UPDATE mytable SET the_geom = ST_Force_2d(the_geom); \n" "VACUUM FULL ANALYZE mytable;" -msgstr "UPDATE mytable SET the_geom = ST_Force_2d(the_geom); \nVACUUM FULL ANALYZE mytable;" +msgstr "" +"UPDATE mytable SET the_geom = ST_Force_2d(the_geom); \n" +"VACUUM FULL ANALYZE mytable;" #. Tag: para #: performance_tips.xml:118 @@ -251,9 +347,14 @@ msgstr "UPDATE mytable SET the_geom = ST_Force_2d(the_geom); \nVACUUM FULL ANALY msgid "" "Note that if you added your geometry column using AddGeometryColumn() " "there'll be a constraint on geometry dimension. To bypass it you will need " -"to drop the constraint. Remember to update the entry in the geometry_columns" -" table and recreate the constraint afterwards." -msgstr "Notez que si vous avez ajouté votre colonne de géométrie à l'aide AddGeometryColumn (), il y aura une contrainte sur la dimension de la géométrie. Pour contourner vous devrez supprimer la contrainte. N'oubliez pas de mettre à jour l'entrée dans la table geometry_columns et recréer la contrainte par la suite." +"to drop the constraint. Remember to update the entry in the geometry_columns " +"table and recreate the constraint afterwards." +msgstr "" +"Notez que si vous avez ajouté votre colonne de géométrie à l'aide " +"AddGeometryColumn (), il y aura une contrainte sur la dimension de la " +"géométrie. Pour contourner vous devrez supprimer la contrainte. N'oubliez " +"pas de mettre à jour l'entrée dans la table geometry_columns et recréer la " +"contrainte par la suite." #. Tag: para #: performance_tips.xml:124 @@ -266,7 +367,15 @@ msgid "" "for temporary disk space. Additionally, if you have mixed dimension " "geometries, restricting the UPDATE by \"WHERE dimension(the_geom)>2\" " "skips re-writing of geometries that already are in 2D." -msgstr "En cas de grandes tables, il peut être judicieux de diviser cette mise à jour en petites portions en restreignant l'UPDATE à une partie de la table via une clause WHERE et votre clé primaire ou d'un autre critère, et exécutant un simple «VACUUM»; entre votre mises à jour. Cela réduit considérablement le besoin d'espace disque temporaire. En outre, si vous avez des données géométriques de dimension mixte, restreindre la mise à jour en \"WHERE dimension(the_geom)>2\" saute la ré-écriture des géométries qui sont déjà en 2D." +msgstr "" +"En cas de grandes tables, il peut être judicieux de diviser cette mise à " +"jour en petites portions en restreignant l'UPDATE à une partie de la table " +"via une clause WHERE et votre clé primaire ou d'un autre critère, et " +"exécutant un simple «VACUUM»; entre votre mises à jour. Cela réduit " +"considérablement le besoin d'espace disque temporaire. En outre, si vous " +"avez des données géométriques de dimension mixte, restreindre la mise à jour " +"en \"WHERE dimension(the_geom)>2\" saute la ré-écriture des géométries " +"qui sont déjà en 2D." #. Tag: title #: performance_tips.xml:136 @@ -279,21 +388,31 @@ msgstr "Réglage de votre configuration" #, no-c-format msgid "" "These tips are taken from Kevin Neufeld's presentation \"Tips for the " -"PostGIS Power User\" at the FOSS4G 2007 conference. Depending on your use of" -" PostGIS (for example, static data and complex analysis vs frequently " -"updated data and lots of users) these changes can provide significant " -"speedups to your queries." -msgstr "Ces conseils sont tirés de la présentation de Kevin Neufeld \"Conseils pour l'utilisateur PostGIS \" lors de la conférence FOSS4G 2007. En fonction de votre utilisation de PostGIS (par exemple, les données statiques et des analyses complexes contre données fréquemment mises à jour et beaucoup d'utilisateurs), ces changements peuvent fournir des accélérations significatives à vos requêtes.." +"PostGIS Power User\" at the FOSS4G 2007 conference. Depending on your use of " +"PostGIS (for example, static data and complex analysis vs frequently updated " +"data and lots of users) these changes can provide significant speedups to " +"your queries." +msgstr "" +"Ces conseils sont tirés de la présentation de Kevin Neufeld \"Conseils pour " +"l'utilisateur PostGIS \" lors de la conférence FOSS4G 2007. En fonction de " +"votre utilisation de PostGIS (par exemple, les données statiques et des " +"analyses complexes contre données fréquemment mises à jour et beaucoup " +"d'utilisateurs), ces changements peuvent fournir des accélérations " +"significatives à vos requêtes.." #. Tag: para #: performance_tips.xml:144 #, no-c-format msgid "" "For a more tips (and better formatting), the original presentation is at " -" " -"http://2007.foss4g.org/presentations/view.php?abstract_id=117." -msgstr "Pour plus d'astuces (et un meilleur format), la présentation original est ici http://2007.foss4g.org/presentations/view.php?abstract_id=117." +" http://2007.foss4g.org/presentations/view.php?" +"abstract_id=117." +msgstr "" +"Pour plus d'astuces (et un meilleur format), la présentation original est " +"ici http://2007.foss4g.org/presentations/view.php?" +"abstract_id=117." #. Tag: title #: performance_tips.xml:151 @@ -319,7 +438,10 @@ msgstr "checkpoint_segments" msgid "" "Maximum number of log file segments between automatic WAL checkpoints (each " "segment is normally 16MB); default is 3" -msgstr "Le nombre maximum de secteurs du fichier journal entre les points de contrôle automatiques WAL (chaque secteur est normalement à 16MB); par défaut : 3" +msgstr "" +"Le nombre maximum de secteurs du fichier journal entre les points de " +"contrôle automatiques WAL (chaque secteur est normalement à 16MB); par " +"défaut : 3" #. Tag: para #: performance_tips.xml:169 @@ -327,9 +449,14 @@ msgstr "Le nombre maximum de secteurs du fichier journal entre les points de con msgid "" "Set to at least 10 or 30 for databases with heavy write activity, or more " "for large database loads. Another article on the topic worth reading Greg Smith: Checkpoint and Background writer" -msgstr "Régler à au moins 10 ou 30 pour des bases de données ayant une activité d'écriture lourde, ou plus pour les bases de données à grosses charges. Un autre article sur le sujet mérite d'être lu Greg Smith: Checkpoint and Background writer" +"url=\"http://www.westnet.com/~gsmith/content/postgresql/chkp-bgw-83.htm" +"\">Greg Smith: Checkpoint and Background writer" +msgstr "" +"Régler à au moins 10 ou 30 pour des bases de données ayant une activité " +"d'écriture lourde, ou plus pour les bases de données à grosses charges. Un " +"autre article sur le sujet mérite d'être lu Greg Smith: Checkpoint and " +"Background writer" #. Tag: para #: performance_tips.xml:175 @@ -349,20 +476,29 @@ msgstr "constraint_exclusion" msgid "" "Default: off (prior to PostgreSQL 8.4 and for PostgreSQL 8.4+ is set to " "partition)" -msgstr "Par défaut: off (avant PostgreSQL 8.4 et PostgreSQL 8.4 + est réglé sur partition)" +msgstr "" +"Par défaut: off (avant PostgreSQL 8.4 et PostgreSQL 8.4 + est réglé sur " +"partition)" #. Tag: para #: performance_tips.xml:192 #, no-c-format msgid "" -"This is generally used for table partitioning. If you are running PostgreSQL" -" versions below 8.4, set to \"on\" to ensure the query planner will optimize" -" as desired. As of PostgreSQL 8.4, the default for this is set to " -"\"partition\" which is ideal for PostgreSQL 8.4 and above since it will " -"force the planner to only analyze tables for constraint consideration if " -"they are in an inherited hierarchy and not pay the planner penalty " -"otherwise." -msgstr "Ceci est généralement utilisé pour le partitionnement de table. Si vous utilisez des versions de PostgreSQL inférieur à 8.4 , régler sur \"on\" pour s'assurer que le planificateur de requêtes optimisera comme désiré. Pour PostgreSQL 8.4, la valeur par défaut pour ce paramètre est réglé à \"partition\" qui est idéal pour PostgreSQL 8.4 et au-dessus, car il va forcer le planificateur à analyser uniquement les tables pour les contraintes, si elles sont dans une hiérarchie héritée et si elles ne vont pas pénaliser le planificateur d'un autre coté." +"This is generally used for table partitioning. If you are running PostgreSQL " +"versions below 8.4, set to \"on\" to ensure the query planner will optimize " +"as desired. As of PostgreSQL 8.4, the default for this is set to \"partition" +"\" which is ideal for PostgreSQL 8.4 and above since it will force the " +"planner to only analyze tables for constraint consideration if they are in " +"an inherited hierarchy and not pay the planner penalty otherwise." +msgstr "" +"Ceci est généralement utilisé pour le partitionnement de table. Si vous " +"utilisez des versions de PostgreSQL inférieur à 8.4 , régler sur \"on\" pour " +"s'assurer que le planificateur de requêtes optimisera comme désiré. Pour " +"PostgreSQL 8.4, la valeur par défaut pour ce paramètre est réglé à " +"\"partition\" qui est idéal pour PostgreSQL 8.4 et au-dessus, car il va " +"forcer le planificateur à analyser uniquement les tables pour les " +"contraintes, si elles sont dans une hiérarchie héritée et si elles ne vont " +"pas pénaliser le planificateur d'un autre coté." #. Tag: ulink #: performance_tips.xml:202 @@ -395,7 +531,10 @@ msgid "" "work_mem (the memory used for sort " "operations and complex queries)" -msgstr "work_mem (la mémoire utilisé pour les opérations de tri et les requêtes complexes)" +msgstr "" +"work_mem (la mémoire utilisé pour les " +"opérations de tri et les requêtes complexes)" #. Tag: para #: performance_tips.xml:228 @@ -407,7 +546,9 @@ msgstr "Par défaut : 1MB" #: performance_tips.xml:233 #, no-c-format msgid "Adjust up for large dbs, complex queries, lots of RAM" -msgstr "Ajuster vers le haut pour de grandes bases de données, des requêtes complexes, beaucoup de RAM" +msgstr "" +"Ajuster vers le haut pour de grandes bases de données, des requêtes " +"complexes, beaucoup de RAM" #. Tag: para #: performance_tips.xml:238 @@ -434,7 +575,10 @@ msgid "" "maintenance_work_mem (used " "for VACUUM, CREATE INDEX, etc.)" -msgstr "maintenance_work_mem (Utilisé pour VACUUM, CREATE INDEX, etc.)" +msgstr "" +"maintenance_work_mem " +"(Utilisé pour VACUUM, CREATE INDEX, etc.)" #. Tag: para #: performance_tips.xml:256 @@ -446,7 +590,9 @@ msgstr "Par défaut : 16MB" #: performance_tips.xml:261 #, no-c-format msgid "Generally too low - ties up I/O, locks objects while swapping memory" -msgstr "Généralement trop faible en I/O, objets verrouillés pendant les permutations de mémoire" +msgstr "" +"Généralement trop faible en I/O, objets verrouillés pendant les permutations " +"de mémoire" #. Tag: para #: performance_tips.xml:266 @@ -454,7 +600,10 @@ msgstr "Généralement trop faible en I/O, objets verrouillés pendant les permu msgid "" "Recommend 32MB to 256MB on production servers w/lots of RAM, but depends on " "the # of concurrent users. If you have lots of RAM and few developers:" -msgstr "32MB à 256MB sont recommandé sur des serveur de production avec beaucoup de RAM, but cela dépend du nombre d'accès concurrents. Si vous avez beaucoup de RAM et peu de développeurs:" +msgstr "" +"32MB à 256MB sont recommandé sur des serveur de production avec beaucoup de " +"RAM, but cela dépend du nombre d'accès concurrents. Si vous avez beaucoup de " +"RAM et peu de développeurs:" #. Tag: programlisting #: performance_tips.xml:269 diff --git a/doc/po/fr/postgis.xml.po b/doc/po/fr/postgis.xml.po index c5a7fe174..86af5a1e8 100644 --- a/doc/po/fr/postgis.xml.po +++ b/doc/po/fr/postgis.xml.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# +# # Translators: # Rodolphe Quiédeville , 2013 # vpicavet , 2013 @@ -10,11 +10,12 @@ msgstr "" "POT-Creation-Date: 2014-10-14 22:30+0000\n" "PO-Revision-Date: 2014-10-14 22:36+0000\n" "Last-Translator: Sandro Santilli \n" -"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/" +"language/fr/)\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. Tag: title @@ -33,11 +34,15 @@ msgstr "" #: postgis.xml:137 #, no-c-format msgid "" -"clever " -"elephant
Victoria British " -"Columbia Canada " -"pramsey@cleverelephant.ca
" -msgstr "clever elephant
Victoria British Columbia Canada pramsey@cleverelephant.ca
" +"clever elephant
Victoria British Columbia Canada pramsey@cleverelephant.ca" +msgstr "" +"clever elephant
Victoria British Columbia Canada pramsey@cleverelephant.ca" #. Tag: para #: postgis.xml:151 @@ -47,7 +52,11 @@ msgid "" "which allows GIS (Geographic Information Systems) objects to be stored in " "the database. PostGIS includes support for GiST-based R-Tree spatial " "indexes, and functions for analysis and processing of GIS objects." -msgstr "PostGIS est une extension du système de base de données relationnel-objet qui permet de stocker des objets SIG (Système d'Information Géographique) dans la base. PostGIS comporte un support des index spatiaux R-Tree basé sur GiST et des fonctions d'analyse et de traitement des objets SIG." +msgstr "" +"PostGIS est une extension du système de base de données relationnel-objet " +"qui permet de stocker des objets SIG (Système d'Information Géographique) " +"dans la base. PostGIS comporte un support des index spatiaux R-Tree basé sur " +"GiST et des fonctions d'analyse et de traitement des objets SIG." #. Tag: para #: postgis.xml:160 @@ -59,10 +68,9 @@ msgstr "Manuel de la version &last_release_version;" #: postgis.xml:161 #, no-c-format msgid "" -"This work is licensed under a Creative Commons " -"Attribution-Share Alike 3.0 License. Feel free to use this material " -"any way you like, but we ask that you attribute credit to the PostGIS " -"Project and wherever possible, a link back to http://postgis.net." +"This work is licensed under a Creative Commons Attribution-Share Alike 3.0 License. Feel free to use this material any way you like, but we ask that you " +"attribute credit to the PostGIS Project and wherever possible, a link back " +"to http://postgis.net." msgstr "" diff --git a/doc/po/fr/reference.xml.po b/doc/po/fr/reference.xml.po index b2beb05f2..b528c749f 100644 --- a/doc/po/fr/reference.xml.po +++ b/doc/po/fr/reference.xml.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# +# # Translators: # Nicolas Ribot , 2013 # vpicavet , 2013 @@ -10,11 +10,12 @@ msgstr "" "POT-Creation-Date: 2012-09-14 17:50+0000\n" "PO-Revision-Date: 2013-11-27 23:40+0000\n" "Last-Translator: vpicavet \n" -"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/" +"language/fr/)\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. Tag: title @@ -30,20 +31,31 @@ msgid "" "The functions given below are the ones which a user of PostGIS is likely to " "need. There are other functions which are required support functions to the " "PostGIS objects which are not of use to a general user." -msgstr "Les fonctions suivantes sont celles dont un utilisateur normal de PostGIS peut avoir besoin. Il existe d'autres fonctions nécessaires au fonctionnement de PostGIS. Elles ne sont normalement pas destinées à un utilisateur standard." +msgstr "" +"Les fonctions suivantes sont celles dont un utilisateur normal de PostGIS " +"peut avoir besoin. Il existe d'autres fonctions nécessaires au " +"fonctionnement de PostGIS. Elles ne sont normalement pas destinées à un " +"utilisateur standard." #. Tag: para #: reference.xml:11 #, no-c-format msgid "" -"PostGIS has begun a transition from the existing naming convention to an " -"SQL-MM-centric convention. As a result, most of the functions that you know " -"and love have been renamed using the standard spatial type (ST) prefix. " -"Previous functions are still available, though are not listed in this " -"document where updated functions are equivalent. The non ST_ functions not " -"listed in this documentation are deprecated and will be removed in a future " -"release so STOP USING THEM." -msgstr "PostGIS a entamé une phase de transition concernant le nom des fonctions pour les faire correspondre à la norme SQL-MM. La plupart des fonctions ont été renommées en utilisant le préfixe des types spatiaux (ST, pour Spatial Type). Les anciennes fonctions, toujours disponibles, ne sont pas listées ci-après si leur équivalent est disponible. Les fonctions non préfixées par ST, qui ne sont pas listées dans cette documentation sont dépréciées et seront supprimées des prochaines version de PostGIS. IL NE FAUT PLUS LES UTILISER. " +"PostGIS has begun a transition from the existing naming convention to an SQL-" +"MM-centric convention. As a result, most of the functions that you know and " +"love have been renamed using the standard spatial type (ST) prefix. Previous " +"functions are still available, though are not listed in this document where " +"updated functions are equivalent. The non ST_ functions not listed in this " +"documentation are deprecated and will be removed in a future release so STOP " +"USING THEM." +msgstr "" +"PostGIS a entamé une phase de transition concernant le nom des fonctions " +"pour les faire correspondre à la norme SQL-MM. La plupart des fonctions ont " +"été renommées en utilisant le préfixe des types spatiaux (ST, pour Spatial " +"Type). Les anciennes fonctions, toujours disponibles, ne sont pas listées ci-" +"après si leur équivalent est disponible. Les fonctions non préfixées par ST, " +"qui ne sont pas listées dans cette documentation sont dépréciées et seront " +"supprimées des prochaines version de PostGIS. IL NE FAUT PLUS LES UTILISER. " #. Tag: chapter #: reference.xml:16 @@ -54,4 +66,9 @@ msgid "" "&reference_operator; &reference_measure; &reference_processing; " "&reference_lrs; &reference_transaction; &reference_misc; " "&reference_exception;" -msgstr "&reference_type; &reference_management; &reference_constructor; &reference_accessor; &reference_editor; &reference_output; &reference_operator; &reference_measure; &reference_processing; &reference_lrs; &reference_transaction; &reference_misc; &reference_exception;" +msgstr "" +"&reference_type; &reference_management; &reference_constructor; " +"&reference_accessor; &reference_editor; &reference_output; " +"&reference_operator; &reference_measure; &reference_processing; " +"&reference_lrs; &reference_transaction; &reference_misc; " +"&reference_exception;" diff --git a/doc/po/fr/reference_accessor.xml.po b/doc/po/fr/reference_accessor.xml.po index 985909f0d..4afcf6db8 100644 --- a/doc/po/fr/reference_accessor.xml.po +++ b/doc/po/fr/reference_accessor.xml.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# +# # Translators: # Arnaud Vandecasteele , 2014 # Jacolin , 2013-2014 @@ -13,11 +13,12 @@ msgstr "" "POT-Creation-Date: 2012-09-14 17:50+0000\n" "PO-Revision-Date: 2014-08-21 12:03+0000\n" "Last-Translator: max g. \n" -"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/" +"language/fr/)\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. Tag: title @@ -38,7 +39,9 @@ msgstr "GeometryType" msgid "" "Returns the type of the geometry as a string. Eg: 'LINESTRING', " "'POLYGON', 'MULTIPOINT', etc." -msgstr "Retourne le type de la géométrie, par exemple: 'LINESTRING', 'POLYGON', 'MULTIPOINT', etc." +msgstr "" +"Retourne le type de la géométrie, par exemple: 'LINESTRING', " +"'POLYGON', 'MULTIPOINT', etc." #. Tag: funcprototype #: reference_accessor.xml:16 @@ -46,7 +49,9 @@ msgstr "Retourne le type de la géométrie, par exemple: 'LINESTRING msgid "" "text GeometryType " "geometry geomA" -msgstr "text GeometryType geometry geomA" +msgstr "" +"text GeometryType " +"geometry geomA" #. Tag: title #: reference_accessor.xml:24 reference_accessor.xml:81 @@ -80,16 +85,20 @@ msgstr "Description" msgid "" "Returns the type of the geometry as a string. Eg: 'LINESTRING', " "'POLYGON', 'MULTIPOINT', etc." -msgstr "Retourne le type de la géométrie, par exemple: 'LINESTRING', 'POLYGON', 'MULTIPOINT', etc." +msgstr "" +"Retourne le type de la géométrie, par exemple: 'LINESTRING', " +"'POLYGON', 'MULTIPOINT', etc." #. Tag: para #: reference_accessor.xml:29 #, no-c-format msgid "" -"OGC SPEC s2.1.1.1 - Returns the name of the instantiable subtype of Geometry" -" of which this Geometry instance is a member. The name of the instantiable " +"OGC SPEC s2.1.1.1 - Returns the name of the instantiable subtype of Geometry " +"of which this Geometry instance is a member. The name of the instantiable " "subtype of Geometry is returned as a string." -msgstr "OGC SPEC s2.1.1.1 - Retourne le nom du sous type instanciable de la géométrie. Le nom est retourné sous forme de texte." +msgstr "" +"OGC SPEC s2.1.1.1 - Retourne le nom du sous type instanciable de la " +"géométrie. Le nom est retourné sous forme de texte." #. Tag: para #: reference_accessor.xml:35 @@ -97,7 +106,9 @@ msgstr "OGC SPEC s2.1.1.1 - Retourne le nom du sous type instanciable de la géo msgid "" "This function also indicates if the geometry is measured, by returning a " "string of the form 'POINTM'." -msgstr "Cette fonction indique si la géométrie comporte une dimension de type mesure, en retournant un texte de de la forme 'POINTM'." +msgstr "" +"Cette fonction indique si la géométrie comporte une dimension de type " +"mesure, en retournant un texte de de la forme 'POINTM'." #. Tag: para #: reference_accessor.xml:38 reference_accessor.xml:388 @@ -106,7 +117,9 @@ msgstr "Cette fonction indique si la géométrie comporte une dimension de type msgid "" "Enhanced: 2.0.0 support for Polyhedral surfaces, Triangles and TIN was " "introduced." -msgstr "Amélioration: 2.0.0 introduction du support TIN, Triangles et surfaces polyhédriques. " +msgstr "" +"Amélioration: 2.0.0 introduction du support TIN, Triangles et surfaces " +"polyhédriques. " #. Tag: para #: reference_accessor.xml:39 reference_accessor.xml:134 @@ -200,23 +213,41 @@ msgstr "Exemples" #: reference_accessor.xml:51 #, no-c-format msgid "" -"SELECT GeometryType(ST_GeomFromText('LINESTRING(77.29 29.07,77.42 29.26,77.27 29.31,77.29 29.07)'));\n" +"SELECT GeometryType(ST_GeomFromText('LINESTRING(77.29 29.07,77.42 " +"29.26,77.27 29.31,77.29 29.07)'));\n" +" geometrytype\n" +"--------------\n" +" LINESTRING" +msgstr "" +"SELECT GeometryType(ST_GeomFromText('LINESTRING(77.29 29.07,77.42 " +"29.26,77.27 29.31,77.29 29.07)'));\n" " geometrytype\n" "--------------\n" " LINESTRING" -msgstr "SELECT GeometryType(ST_GeomFromText('LINESTRING(77.29 29.07,77.42 29.26,77.27 29.31,77.29 29.07)'));\n geometrytype\n--------------\n LINESTRING" #. Tag: programlisting #: reference_accessor.xml:52 #, no-c-format msgid "" -"SELECT ST_GeometryType(ST_GeomFromEWKT('POLYHEDRALSURFACE( ((0 0 0, 0 0 1, 0 1 1, 0 1 0, 0 0 0)), \n" -" ((0 0 0, 0 1 0, 1 1 0, 1 0 0, 0 0 0)), ((0 0 0, 1 0 0, 1 0 1, 0 0 1, 0 0 0)), \n" +"SELECT ST_GeometryType(ST_GeomFromEWKT('POLYHEDRALSURFACE( ((0 0 0, 0 0 1, 0 " +"1 1, 0 1 0, 0 0 0)), \n" +" ((0 0 0, 0 1 0, 1 1 0, 1 0 0, 0 0 0)), ((0 0 0, 1 0 0, 1 0 " +"1, 0 0 1, 0 0 0)), \n" " ((1 1 0, 1 1 1, 1 0 1, 1 0 0, 1 1 0)), \n" -" ((0 1 0, 0 1 1, 1 1 1, 1 1 0, 0 1 0)), ((0 0 1, 1 0 1, 1 1 1, 0 1 1, 0 0 1)) )'));\n" +" ((0 1 0, 0 1 1, 1 1 1, 1 1 0, 0 1 0)), ((0 0 1, 1 0 1, 1 1 " +"1, 0 1 1, 0 0 1)) )'));\n" +" --result\n" +" POLYHEDRALSURFACE" +msgstr "" +"SELECT ST_GeometryType(ST_GeomFromEWKT('POLYHEDRALSURFACE( ((0 0 0, 0 0 1, 0 " +"1 1, 0 1 0, 0 0 0)), \n" +" ((0 0 0, 0 1 0, 1 1 0, 1 0 0, 0 0 0)), ((0 0 0, 1 0 0, 1 0 " +"1, 0 0 1, 0 0 0)), \n" +" ((1 1 0, 1 1 1, 1 0 1, 1 0 0, 1 1 0)), \n" +" ((0 1 0, 0 1 1, 1 1 1, 1 1 0, 0 1 0)), ((0 0 1, 1 0 1, 1 1 " +"1, 0 1 1, 0 0 1)) )'));\n" " --result\n" " POLYHEDRALSURFACE" -msgstr "SELECT ST_GeometryType(ST_GeomFromEWKT('POLYHEDRALSURFACE( ((0 0 0, 0 0 1, 0 1 1, 0 1 0, 0 0 0)), \n ((0 0 0, 0 1 0, 1 1 0, 1 0 0, 0 0 0)), ((0 0 0, 1 0 0, 1 0 1, 0 0 1, 0 0 0)), \n ((1 1 0, 1 1 1, 1 0 1, 1 0 0, 1 1 0)), \n ((0 1 0, 0 1 1, 1 1 1, 1 1 0, 0 1 0)), ((0 0 1, 1 0 1, 1 1 1, 0 1 1, 0 0 1)) )'));\n --result\n POLYHEDRALSURFACE" #. Tag: programlisting #: reference_accessor.xml:53 @@ -241,7 +272,26 @@ msgid "" " result\n" "--------\n" " TIN" -msgstr "SELECT GeometryType(geom) as result\n FROM\n (SELECT \n ST_GeomFromEWKT('TIN (((\n 0 0 0, \n 0 0 1, \n 0 1 0, \n 0 0 0\n )), ((\n 0 0 0, \n 0 1 0, \n 1 1 0, \n 0 0 0\n ))\n )') AS geom\n ) AS g;\n result\n--------\n TIN" +msgstr "" +"SELECT GeometryType(geom) as result\n" +" FROM\n" +" (SELECT \n" +" ST_GeomFromEWKT('TIN (((\n" +" 0 0 0, \n" +" 0 0 1, \n" +" 0 1 0, \n" +" 0 0 0\n" +" )), ((\n" +" 0 0 0, \n" +" 0 1 0, \n" +" 1 1 0, \n" +" 0 0 0\n" +" ))\n" +" )') AS geom\n" +" ) AS g;\n" +" result\n" +"--------\n" +" TIN" #. Tag: title #: reference_accessor.xml:58 reference_accessor.xml:105 @@ -287,7 +337,9 @@ msgstr "Renvoie l'ensemble formant la frontière finie de cette géométrie." msgid "" "geometry ST_Boundary " "geometry geomA" -msgstr "geometry ST_Boundary geometry geomA" +msgstr "" +"geometry ST_Boundary " +"geometry geomA" #. Tag: para #: reference_accessor.xml:83 @@ -299,7 +351,12 @@ msgid "" "topologically closed, the resulting boundary can be represented using " "representational geometry primitives as discussed in the OGC SPEC, section " "3.12.2." -msgstr "Renvoie l'ensemble formant la frontière finie de cette géométrie. La notion de frontière est définie dans la section 3.12.3.2 des spécifications OGC. Le résultat de cette fonction est un ensemble topologiquement fermé, représentable avec les types de base, comme décrit dans la section 3.12.2 des spécifications OGC." +msgstr "" +"Renvoie l'ensemble formant la frontière finie de cette géométrie. La notion " +"de frontière est définie dans la section 3.12.3.2 des spécifications OGC. Le " +"résultat de cette fonction est un ensemble topologiquement fermé, " +"représentable avec les types de base, comme décrit dans la section 3.12.2 " +"des spécifications OGC." #. Tag: para #: reference_accessor.xml:90 @@ -314,7 +371,10 @@ msgid "" "Prior to 2.0.0, this function throws an exception if used with " "GEOMETRYCOLLECTION. From 2.0.0 up it will return NULL " "instead (unsupported input)." -msgstr "Avant la version 2.0.0, cette fonction renvoie une exception si une GEOMETRYCOLLECTION est passée en paramètre. A partir de la 2.0.0, la fonction renvoie null (paramètre non supporté)." +msgstr "" +"Avant la version 2.0.0, cette fonction renvoie une exception si une " +"GEOMETRYCOLLECTION est passée en paramètre. A partir de " +"la 2.0.0, la fonction renvoie null (paramètre non supporté)." #. Tag: para #: reference_accessor.xml:94 @@ -332,30 +392,61 @@ msgstr "&sqlmm_compliant; SQL-MM 3: 5.1.14" #: reference_accessor.xml:102 #, no-c-format msgid "" -"SELECT ST_AsText(ST_Boundary(ST_GeomFromText('LINESTRING(1 1,0 0, -1 1)')));\n" +"SELECT ST_AsText(ST_Boundary(ST_GeomFromText('LINESTRING(1 1,0 0, -1 " +"1)')));\n" "st_astext\n" "-----------\n" "MULTIPOINT(1 1,-1 1)\n" "\n" -"SELECT ST_AsText(ST_Boundary(ST_GeomFromText('POLYGON((1 1,0 0, -1 1, 1 1))')));\n" +"SELECT ST_AsText(ST_Boundary(ST_GeomFromText('POLYGON((1 1,0 0, -1 1, 1 " +"1))')));\n" "st_astext\n" "----------\n" "LINESTRING(1 1,0 0,-1 1,1 1)\n" "\n" "--Using a 3d polygon\n" -"SELECT ST_AsEWKT(ST_Boundary(ST_GeomFromEWKT('POLYGON((1 1 1,0 0 1, -1 1 1, 1 1 1))')));\n" +"SELECT ST_AsEWKT(ST_Boundary(ST_GeomFromEWKT('POLYGON((1 1 1,0 0 1, -1 1 1, " +"1 1 1))')));\n" "\n" "st_asewkt\n" "-----------------------------------\n" "LINESTRING(1 1 1,0 0 1,-1 1 1,1 1 1)\n" "\n" "--Using a 3d multilinestring\n" -"SELECT ST_AsEWKT(ST_Boundary(ST_GeomFromEWKT('MULTILINESTRING((1 1 1,0 0 0.5, -1 1 1),(1 1 0.5,0 0 0.5, -1 1 0.5, 1 1 0.5) )')));\n" +"SELECT ST_AsEWKT(ST_Boundary(ST_GeomFromEWKT('MULTILINESTRING((1 1 1,0 0 " +"0.5, -1 1 1),(1 1 0.5,0 0 0.5, -1 1 0.5, 1 1 0.5) )')));\n" +"\n" +"st_asewkt\n" +"----------\n" +"MULTIPOINT(-1 1 1,1 1 0.75)" +msgstr "" +"SELECT ST_AsText(ST_Boundary(ST_GeomFromText('LINESTRING(1 1,0 0, -1 " +"1)')));\n" +"st_astext\n" +"-----------\n" +"MULTIPOINT(1 1,-1 1)\n" +"\n" +"SELECT ST_AsText(ST_Boundary(ST_GeomFromText('POLYGON((1 1,0 0, -1 1, 1 " +"1))')));\n" +"st_astext\n" +"----------\n" +"LINESTRING(1 1,0 0,-1 1,1 1)\n" +"\n" +"--Using a 3d polygon\n" +"SELECT ST_AsEWKT(ST_Boundary(ST_GeomFromEWKT('POLYGON((1 1 1,0 0 1, -1 1 1, " +"1 1 1))')));\n" +"\n" +"st_asewkt\n" +"-----------------------------------\n" +"LINESTRING(1 1 1,0 0 1,-1 1 1,1 1 1)\n" +"\n" +"--Using a 3d multilinestring\n" +"SELECT ST_AsEWKT(ST_Boundary(ST_GeomFromEWKT('MULTILINESTRING((1 1 1,0 0 " +"0.5, -1 1 1),(1 1 0.5,0 0 0.5, -1 1 0.5, 1 1 0.5) )')));\n" "\n" "st_asewkt\n" "----------\n" "MULTIPOINT(-1 1 1,1 1 0.75)" -msgstr "SELECT ST_AsText(ST_Boundary(ST_GeomFromText('LINESTRING(1 1,0 0, -1 1)')));\nst_astext\n-----------\nMULTIPOINT(1 1,-1 1)\n\nSELECT ST_AsText(ST_Boundary(ST_GeomFromText('POLYGON((1 1,0 0, -1 1, 1 1))')));\nst_astext\n----------\nLINESTRING(1 1,0 0,-1 1,1 1)\n\n--Using a 3d polygon\nSELECT ST_AsEWKT(ST_Boundary(ST_GeomFromEWKT('POLYGON((1 1 1,0 0 1, -1 1 1, 1 1 1))')));\n\nst_asewkt\n-----------------------------------\nLINESTRING(1 1 1,0 0 1,-1 1 1,1 1 1)\n\n--Using a 3d multilinestring\nSELECT ST_AsEWKT(ST_Boundary(ST_GeomFromEWKT('MULTILINESTRING((1 1 1,0 0 0.5, -1 1 1),(1 1 0.5,0 0 0.5, -1 1 0.5, 1 1 0.5) )')));\n\nst_asewkt\n----------\nMULTIPOINT(-1 1 1,1 1 0.75)" #. Tag: para #: reference_accessor.xml:107 @@ -373,9 +464,11 @@ msgstr "ST_CoordDim" #: reference_accessor.xml:115 #, no-c-format msgid "" -"Return the coordinate dimension of the ST_Geometry " -"value." -msgstr "Retourne la dimension des coordonnées de la ST_Geometry." +"Return the coordinate dimension of the ST_Geometry value." +msgstr "" +"Retourne la dimension des coordonnées de la ST_Geometry." #. Tag: funcprototype #: reference_accessor.xml:120 @@ -383,13 +476,17 @@ msgstr "Retourne la dimension des coordonnées de la ST_Geometry.integer ST_CoordDim " "geometry geomA" -msgstr "integer ST_CoordDim geometry geomA" +msgstr "" +"integer ST_CoordDim " +"geometry geomA" #. Tag: para #: reference_accessor.xml:130 #, no-c-format msgid "Return the coordinate dimension of the ST_Geometry value." -msgstr "< para >Retourne la dimension des coordonnées d'une valeur ST_Geometry." +msgstr "" +"< para >Retourne la dimension des coordonnées d'une valeur ST_Geometry." #. Tag: para #: reference_accessor.xml:132 @@ -407,14 +504,23 @@ msgstr "&sqlmm_compliant; SQL-MM 3: 5.1.3" #: reference_accessor.xml:146 #, no-c-format msgid "" -"SELECT ST_CoordDim('CIRCULARSTRING(1 2 3, 1 3 4, 5 6 7, 8 9 10, 11 12 13)');\n" +"SELECT ST_CoordDim('CIRCULARSTRING(1 2 3, 1 3 4, 5 6 7, 8 9 10, 11 12 " +"13)');\n" +" ---result--\n" +" 3\n" +"\n" +" SELECT ST_CoordDim(ST_Point(1,2));\n" +" --result--\n" +" 2" +msgstr "" +"SELECT ST_CoordDim('CIRCULARSTRING(1 2 3, 1 3 4, 5 6 7, 8 9 10, 11 12 " +"13)');\n" " ---result--\n" " 3\n" "\n" " SELECT ST_CoordDim(ST_Point(1,2));\n" " --result--\n" " 2" -msgstr "SELECT ST_CoordDim('CIRCULARSTRING(1 2 3, 1 3 4, 5 6 7, 8 9 10, 11 12 13)');\n ---result--\n 3\n\n SELECT ST_CoordDim(ST_Point(1,2));\n --result--\n 2" #. Tag: refname #: reference_accessor.xml:159 @@ -428,7 +534,9 @@ msgstr "ST_Dimension" msgid "" "The inherent dimension of this Geometry object, which must be less than or " "equal to the coordinate dimension." -msgstr "La dimension intrinsèque de l'objet Geometry, inférieure ou égale à la dimension des coordonnées" +msgstr "" +"La dimension intrinsèque de l'objet Geometry, inférieure ou égale à la " +"dimension des coordonnées" #. Tag: funcprototype #: reference_accessor.xml:167 @@ -436,7 +544,9 @@ msgstr "La dimension intrinsèque de l'objet Geometry, inférieure ou égale à msgid "" "integer ST_Dimension " "geometry g" -msgstr "integer ST_Dimension geometry g" +msgstr "" +"integer ST_Dimension " +"geometry g" #. Tag: para #: reference_accessor.xml:178 @@ -445,10 +555,16 @@ msgid "" "The inherent dimension of this Geometry object, which must be less than or " "equal to the coordinate dimension. OGC SPEC s2.1.1.1 - returns 0 for " "POINT, 1 for LINESTRING, 2 for " -"POLYGON, and the largest dimension of the components of a" -" GEOMETRYCOLLECTION. If unknown (empty geometry) null is " +"POLYGON, and the largest dimension of the components of a " +"GEOMETRYCOLLECTION. If unknown (empty geometry) null is " "returned." -msgstr "La dimension intrinsèque de l'objet Geometry, inférieure ou égale à la dimension des coordonnées. Section 2.1.1.1 des spécifications OGC. Retourne 0 pour un POINT, 1 pour une LINESTRING, 2 pour un POLYGON, et la dimesion maximale des éléments d'une GEOMETRYCOLLECTION. Renvoie NULL pour les géométries vides (GEOMETRY EMPTY)." +msgstr "" +"La dimension intrinsèque de l'objet Geometry, inférieure ou égale à la " +"dimension des coordonnées. Section 2.1.1.1 des spécifications OGC. Retourne " +"0 pour un POINT, 1 pour une LINESTRING, 2 pour un POLYGON, et la dimesion maximale des " +"éléments d'une GEOMETRYCOLLECTION. Renvoie NULL pour les " +"géométries vides (GEOMETRY EMPTY)." #. Tag: para #: reference_accessor.xml:186 @@ -462,7 +578,9 @@ msgstr "&sqlmm_compliant; SQL-MM 3: 5.1.2" msgid "" "Enhanced: 2.0.0 support for Polyhedral surfaces and TINs was introduced. No " "longer throws an exception if given empty geometry." -msgstr "Amélioration: 2.0.0 introduction du support TIN et surfaces polyhédriques. Ne renvoie plus une exception si une GEOMETRY EMPTY est passée. " +msgstr "" +"Amélioration: 2.0.0 introduction du support TIN et surfaces polyhédriques. " +"Ne renvoie plus une exception si une GEOMETRY EMPTY est passée. " #. Tag: para #: reference_accessor.xml:188 @@ -470,7 +588,9 @@ msgstr "Amélioration: 2.0.0 introduction du support TIN et surfaces polyhédriq msgid "" "Prior to 2.0.0, this function throws an exception if used with empty " "geometry." -msgstr "Avant la version 2.0.0, cette fonction renvoie une exception si une GEOMETRY EMPT est passée en paramètre." +msgstr "" +"Avant la version 2.0.0, cette fonction renvoie une exception si une " +"GEOMETRY EMPT est passée en paramètre." #. Tag: programlisting #: reference_accessor.xml:196 @@ -480,7 +600,11 @@ msgid "" "ST_Dimension\n" "-----------\n" "1" -msgstr "SELECT ST_Dimension('GEOMETRYCOLLECTION(LINESTRING(1 1,0 0),POINT(0 0))');\nST_Dimension\n-----------\n1" +msgstr "" +"SELECT ST_Dimension('GEOMETRYCOLLECTION(LINESTRING(1 1,0 0),POINT(0 0))');\n" +"ST_Dimension\n" +"-----------\n" +"1" #. Tag: refname #: reference_accessor.xml:207 @@ -494,7 +618,9 @@ msgstr "ST_EndPoint" msgid "" "Returns the last point of a LINESTRING geometry as a " "POINT." -msgstr "Retourne le dernier point d'une LINESTRING sous la forme d'un POINT." +msgstr "" +"Retourne le dernier point d'une LINESTRING sous la forme " +"d'un POINT." #. Tag: funcprototype #: reference_accessor.xml:215 @@ -502,7 +628,9 @@ msgstr "Retourne le dernier point d'une LINESTRING sous la fo msgid "" "boolean ST_EndPoint " "geometry g" -msgstr "boolean ST_EndPoint geometry g" +msgstr "" +"boolean ST_EndPoint " +"geometry g" #. Tag: para #: reference_accessor.xml:226 @@ -511,7 +639,10 @@ msgid "" "Returns the last point of a LINESTRING geometry as a " "POINT or NULL if the input parameter " "is not a LINESTRING." -msgstr "Retourne le dernier point d'une LINESTRING sous la forme d'un POINT, ou NULL si le paramètre n'est pas une LINESTRING." +msgstr "" +"Retourne le dernier point d'une LINESTRING sous la forme " +"d'un POINT, ou NULL si le paramètre n'est pas une " +"LINESTRING." #. Tag: para #: reference_accessor.xml:230 @@ -529,13 +660,41 @@ msgid "" "returns NULL like any other multilinestring. The older behavior was an " "undocumented feature, but people who assumed they had their data stored as " "LINESTRING may experience these returning NULL in 2.0 now." -msgstr "Changement: 2.0.0: ne supporte plus les géométries multilinestring avec un seul élément. Dans les anciennes version de PostGIS, une multilinestring ne contenant qu'une ligne renvoyait le point d'origine de la ligne. A partir de la version 2.0.0, la fonction renvoie NULL comme avec toute autre multilinestring. L'ancien comportement n'était pas documenté. Le nouveau comportement peut renvoyer null si l'on considère que la table contient des LINESTRING (multilinestring avec un seul élément) " +msgstr "" +"Changement: 2.0.0: ne supporte plus les géométries multilinestring avec un " +"seul élément. Dans les anciennes version de PostGIS, une multilinestring ne " +"contenant qu'une ligne renvoyait le point d'origine de la ligne. A partir de " +"la version 2.0.0, la fonction renvoie NULL comme avec toute autre " +"multilinestring. L'ancien comportement n'était pas documenté. Le nouveau " +"comportement peut renvoyer null si l'on considère que la table contient des " +"LINESTRING (multilinestring avec un seul élément) " #. Tag: programlisting #: reference_accessor.xml:243 #, no-c-format msgid "" -"postgis=# SELECT ST_AsText(ST_EndPoint('LINESTRING(1 1, 2 2, 3 3)'::geometry));\n" +"postgis=# SELECT ST_AsText(ST_EndPoint('LINESTRING(1 1, 2 2, 3 3)'::" +"geometry));\n" +" st_astext\n" +"------------\n" +" POINT(3 3)\n" +"(1 row)\n" +"\n" +"postgis=# SELECT ST_EndPoint('POINT(1 1)'::geometry) IS NULL AS is_null;\n" +" is_null\n" +"----------\n" +" t\n" +"(1 row)\n" +"\n" +"--3d endpoint\n" +"SELECT ST_AsEWKT(ST_EndPoint('LINESTRING(1 1 2, 1 2 3, 0 0 5)'));\n" +" st_asewkt\n" +"--------------\n" +" POINT(0 0 5)\n" +"(1 row)" +msgstr "" +"postgis=# SELECT ST_AsText(ST_EndPoint('LINESTRING(1 1, 2 2, 3 3)'::" +"geometry));\n" " st_astext\n" "------------\n" " POINT(3 3)\n" @@ -553,7 +712,6 @@ msgid "" "--------------\n" " POINT(0 0 5)\n" "(1 row)" -msgstr "postgis=# SELECT ST_AsText(ST_EndPoint('LINESTRING(1 1, 2 2, 3 3)'::geometry));\n st_astext\n------------\n POINT(3 3)\n(1 row)\n\npostgis=# SELECT ST_EndPoint('POINT(1 1)'::geometry) IS NULL AS is_null;\n is_null\n----------\n t\n(1 row)\n\n--3d endpoint\nSELECT ST_AsEWKT(ST_EndPoint('LINESTRING(1 1 2, 1 2 3, 0 0 5)'));\n st_asewkt\n--------------\n POINT(0 0 5)\n(1 row)" #. Tag: para #: reference_accessor.xml:249 @@ -573,7 +731,9 @@ msgstr "ST_Envelope" msgid "" "Returns a geometry representing the double precision (float8) bounding box " "of the supplied geometry." -msgstr "Renvoie une géométrie représentant la boite englobante de la géométrie donnée, sous forme de double precision (float8)." +msgstr "" +"Renvoie une géométrie représentant la boite englobante de la géométrie " +"donnée, sous forme de double precision (float8)." #. Tag: funcprototype #: reference_accessor.xml:264 @@ -581,7 +741,9 @@ msgstr "Renvoie une géométrie représentant la boite englobante de la géomét msgid "" "geometry ST_Envelope " "geometry g1" -msgstr "geometry ST_Envelope geometry g1" +msgstr "" +"geometry ST_Envelope " +"geometry g1" #. Tag: para #: reference_accessor.xml:275 @@ -589,13 +751,20 @@ msgstr "geometry ST_Envelope < msgid "" "Returns the float8 minimum bounding box for the supplied geometry, as a " "geometry. The polygon is defined by the corner points of the bounding box " -"((MINX, MINY), " -"(MINX, MAXY), " -"(MAXX, MAXY), " -"(MAXX, MINY), " +"((MINX, MINY), (MINX, MAXY), (MAXX, MAXY), (MAXX, MINY), " "(MINX, MINY)). (PostGIS will add a " "ZMIN/ZMAX coordinate as well)." -msgstr "Renvoie une géométrie représentant la boite englobante de la géométrie donnée, sous forme de float8. Le polygone est défini par les coins de la boite englobante ((MINX, MINY), (MINX, MAXY), (MAXX, MAXY), (MAXX, MINY), (MINX, MINY)). (PostGIS ajoute également les coordonnées ZMIN/ZMAX)." +msgstr "" +"Renvoie une géométrie représentant la boite englobante de la géométrie " +"donnée, sous forme de float8. Le polygone est défini par les coins de la " +"boite englobante ((MINX, MINY), " +"(MINX, MAXY), (MAXX, MAXY), (MAXX, MINY), (MINX, MINY)). (PostGIS " +"ajoute également les coordonnées ZMIN/ZMAX)." #. Tag: para #: reference_accessor.xml:285 @@ -604,7 +773,10 @@ msgid "" "Degenerate cases (vertical lines, points) will return a geometry of lower " "dimension than POLYGON, ie. POINT or " "LINESTRING." -msgstr "Les cas dégénérés (lignes verticales, points) renvoient une géométrie de dimension inférieure à celle d'un POLYGON, par exemple POINT ou LINESTRING." +msgstr "" +"Les cas dégénérés (lignes verticales, points) renvoient une géométrie de " +"dimension inférieure à celle d'un POLYGON, par exemple " +"POINT ou LINESTRING." #. Tag: para #: reference_accessor.xml:289 @@ -612,7 +784,9 @@ msgstr "Les cas dégénérés (lignes verticales, points) renvoient une géomét msgid "" "Availability: 1.5.0 behavior changed to output double precision instead of " "float4" -msgstr "Disponibilité: 1.5.0 changement pour renvoyer un type double précision à la place de float4" +msgstr "" +"Disponibilité: 1.5.0 changement pour renvoyer un type double précision à la " +"place de float4" #. Tag: para #: reference_accessor.xml:290 reference_accessor.xml:668 @@ -645,22 +819,59 @@ msgid "" "(1 row)\n" "\n" "\n" -"SELECT ST_AsText(ST_Envelope('POLYGON((0 0, 0 1, 1.0000001 1, 1.0000001 0, 0 0))'::geometry));\n" +"SELECT ST_AsText(ST_Envelope('POLYGON((0 0, 0 1, 1.0000001 1, 1.0000001 0, 0 " +"0))'::geometry));\n" +" st_astext\n" +"--------------------------------------------------------------\n" +" POLYGON((0 0,0 1,1.00000011920929 1,1.00000011920929 0,0 0))\n" +"(1 row)\n" +"SELECT ST_AsText(ST_Envelope('POLYGON((0 0, 0 1, 1.0000000001 1, " +"1.0000000001 0, 0 0))'::geometry));\n" +" st_astext\n" +"--------------------------------------------------------------\n" +" POLYGON((0 0,0 1,1.00000011920929 1,1.00000011920929 0,0 0))\n" +"(1 row)\n" +" \n" +"SELECT Box3D(geom), Box2D(geom), ST_AsText(ST_Envelope(geom)) As " +"envelopewkt\n" +" FROM (SELECT 'POLYGON((0 0, 0 1000012333334.34545678, 1.0000001 1, " +"1.0000001 0, 0 0))'::geometry As geom) As foo;\n" +"\n" +"" +msgstr "" +"SELECT ST_AsText(ST_Envelope('POINT(1 3)'::geometry));\n" +" st_astext\n" +"------------\n" +" POINT(1 3)\n" +"(1 row)\n" +"\n" +"\n" +"SELECT ST_AsText(ST_Envelope('LINESTRING(0 0, 1 3)'::geometry));\n" +" st_astext\n" +"--------------------------------\n" +" POLYGON((0 0,0 3,1 3,1 0,0 0))\n" +"(1 row)\n" +"\n" +"\n" +"SELECT ST_AsText(ST_Envelope('POLYGON((0 0, 0 1, 1.0000001 1, 1.0000001 0, 0 " +"0))'::geometry));\n" " st_astext\n" "--------------------------------------------------------------\n" " POLYGON((0 0,0 1,1.00000011920929 1,1.00000011920929 0,0 0))\n" "(1 row)\n" -"SELECT ST_AsText(ST_Envelope('POLYGON((0 0, 0 1, 1.0000000001 1, 1.0000000001 0, 0 0))'::geometry));\n" +"SELECT ST_AsText(ST_Envelope('POLYGON((0 0, 0 1, 1.0000000001 1, " +"1.0000000001 0, 0 0))'::geometry));\n" " st_astext\n" "--------------------------------------------------------------\n" " POLYGON((0 0,0 1,1.00000011920929 1,1.00000011920929 0,0 0))\n" "(1 row)\n" " \n" -"SELECT Box3D(geom), Box2D(geom), ST_AsText(ST_Envelope(geom)) As envelopewkt\n" -" FROM (SELECT 'POLYGON((0 0, 0 1000012333334.34545678, 1.0000001 1, 1.0000001 0, 0 0))'::geometry As geom) As foo;\n" +"SELECT Box3D(geom), Box2D(geom), ST_AsText(ST_Envelope(geom)) As " +"envelopewkt\n" +" FROM (SELECT 'POLYGON((0 0, 0 1000012333334.34545678, 1.0000001 1, " +"1.0000001 0, 0 0))'::geometry As geom) As foo;\n" "\n" "" -msgstr "SELECT ST_AsText(ST_Envelope('POINT(1 3)'::geometry));\n st_astext\n------------\n POINT(1 3)\n(1 row)\n\n\nSELECT ST_AsText(ST_Envelope('LINESTRING(0 0, 1 3)'::geometry));\n st_astext\n--------------------------------\n POLYGON((0 0,0 3,1 3,1 0,0 0))\n(1 row)\n\n\nSELECT ST_AsText(ST_Envelope('POLYGON((0 0, 0 1, 1.0000001 1, 1.0000001 0, 0 0))'::geometry));\n st_astext\n--------------------------------------------------------------\n POLYGON((0 0,0 1,1.00000011920929 1,1.00000011920929 0,0 0))\n(1 row)\nSELECT ST_AsText(ST_Envelope('POLYGON((0 0, 0 1, 1.0000000001 1, 1.0000000001 0, 0 0))'::geometry));\n st_astext\n--------------------------------------------------------------\n POLYGON((0 0,0 1,1.00000011920929 1,1.00000011920929 0,0 0))\n(1 row)\n \nSELECT Box3D(geom), Box2D(geom), ST_AsText(ST_Envelope(geom)) As envelopewkt\n FROM (SELECT 'POLYGON((0 0, 0 1000012333334.34545678, 1.0000001 1, 1.0000001 0, 0 0))'::geometry As geom) As foo;\n\n" #. Tag: para #: reference_accessor.xml:302 @@ -681,7 +892,10 @@ msgid "" "Returns a line string representing the exterior ring of the " "POLYGON geometry. Return NULL if the geometry is not a " "polygon. Will not work with MULTIPOLYGON" -msgstr "Retourne une ligne représentant l'envelope extérieure du POLYGON. Renvoie NULL si la géométrie n'est pas un polygone. Ne marche pas avec un objet MULTIPOLYGON" +msgstr "" +"Retourne une ligne représentant l'envelope extérieure du POLYGON. Renvoie NULL si la géométrie n'est pas un polygone. Ne marche pas " +"avec un objet MULTIPOLYGON" #. Tag: funcprototype #: reference_accessor.xml:316 @@ -689,7 +903,9 @@ msgstr "Retourne une ligne représentant l'envelope extérieure du POLY msgid "" "geometry ST_ExteriorRing " "geometry a_polygon" -msgstr "geometry ST_ExteriorRing geometry a_polygon" +msgstr "" +"geometry ST_ExteriorRing " +"geometry a_polygon" #. Tag: para #: reference_accessor.xml:327 @@ -698,7 +914,9 @@ msgid "" "Returns a line string representing the exterior ring of the " "POLYGON geometry. Return NULL if the geometry is not a " "polygon." -msgstr "Retourne une ligne représentant l'envelope extérieure du POLYGON. Renvoie NULL si la géométrie n'est pas un polygone." +msgstr "" +"Retourne une ligne représentant l'envelope extérieure du POLYGON. Renvoie NULL si la géométrie n'est pas un polygone." #. Tag: para #: reference_accessor.xml:330 @@ -727,7 +945,31 @@ msgid "" "FROM sometable;\n" "\n" "--If you have a table of MULTIPOLYGONs\n" -"--and want to return a MULTILINESTRING composed of the exterior rings of each polygon\n" +"--and want to return a MULTILINESTRING composed of the exterior rings of " +"each polygon\n" +"SELECT gid, ST_Collect(ST_ExteriorRing(the_geom)) AS erings\n" +" FROM (SELECT gid, (ST_Dump(the_geom)).geom As the_geom\n" +" FROM sometable) As foo\n" +"GROUP BY gid;\n" +"\n" +"--3d Example\n" +"SELECT ST_AsEWKT(\n" +" ST_ExteriorRing(\n" +" ST_GeomFromEWKT('POLYGON((0 0 1, 1 1 1, 1 2 1, 1 1 1, 0 0 1))')\n" +" )\n" +");\n" +"\n" +"st_asewkt\n" +"---------\n" +"LINESTRING(0 0 1,1 1 1,1 2 1,1 1 1,0 0 1)" +msgstr "" +"--If you have a table of polygons\n" +"SELECT gid, ST_ExteriorRing(the_geom) AS ering\n" +"FROM sometable;\n" +"\n" +"--If you have a table of MULTIPOLYGONs\n" +"--and want to return a MULTILINESTRING composed of the exterior rings of " +"each polygon\n" "SELECT gid, ST_Collect(ST_ExteriorRing(the_geom)) AS erings\n" " FROM (SELECT gid, (ST_Dump(the_geom)).geom As the_geom\n" " FROM sometable) As foo\n" @@ -743,13 +985,14 @@ msgid "" "st_asewkt\n" "---------\n" "LINESTRING(0 0 1,1 1 1,1 2 1,1 1 1,0 0 1)" -msgstr "--If you have a table of polygons\nSELECT gid, ST_ExteriorRing(the_geom) AS ering\nFROM sometable;\n\n--If you have a table of MULTIPOLYGONs\n--and want to return a MULTILINESTRING composed of the exterior rings of each polygon\nSELECT gid, ST_Collect(ST_ExteriorRing(the_geom)) AS erings\n FROM (SELECT gid, (ST_Dump(the_geom)).geom As the_geom\n FROM sometable) As foo\nGROUP BY gid;\n\n--3d Example\nSELECT ST_AsEWKT(\n ST_ExteriorRing(\n ST_GeomFromEWKT('POLYGON((0 0 1, 1 1 1, 1 2 1, 1 1 1, 0 0 1))')\n )\n);\n\nst_asewkt\n---------\nLINESTRING(0 0 1,1 1 1,1 2 1,1 1 1,0 0 1)" #. Tag: para #: reference_accessor.xml:346 #, no-c-format -msgid ", , " -msgstr ", , " +msgid "" +", , " +msgstr "" +", , " #. Tag: refname #: reference_accessor.xml:356 @@ -764,7 +1007,11 @@ msgid "" "Return the 1-based Nth geometry if the geometry is a GEOMETRYCOLLECTION, " "(MULTI)POINT, (MULTI)LINESTRING, MULTICURVE or (MULTI)POLYGON, " "POLYHEDRALSURFACE Otherwise, return NULL." -msgstr "Retourne la nième géométrie, n commençant à 1, si la géométrie passée en paramètre est de type GEOMETRYCOLLECTION, (MULTI)POINT, (MULTI)LINESTRING, MULTICURVE ou (MULTI)POLYGON, POLYHEDRALSURFACE. Renvoie NULL dans les autres cas." +msgstr "" +"Retourne la nième géométrie, n commençant à 1, si la géométrie passée en " +"paramètre est de type GEOMETRYCOLLECTION, (MULTI)POINT, (MULTI)LINESTRING, " +"MULTICURVE ou (MULTI)POLYGON, POLYHEDRALSURFACE. Renvoie NULL dans les " +"autres cas." #. Tag: funcprototype #: reference_accessor.xml:365 @@ -773,7 +1020,10 @@ msgid "" "geometry ST_GeometryN " "geometry geomA " "integer n" -msgstr "geometry ST_GeometryN geometry geomA integer n" +msgstr "" +"geometry ST_GeometryN " +"geometry geomA " +"integer n" #. Tag: para #: reference_accessor.xml:376 @@ -782,7 +1032,11 @@ msgid "" "Return the 1-based Nth geometry if the geometry is a GEOMETRYCOLLECTION, " "(MULTI)POINT, (MULTI)LINESTRING, MULTICURVE or (MULTI)POLYGON, " "POLYHEDRALSURFACE Otherwise, return NULL" -msgstr "Retourne la nième géométrie, n commençant à 1, si la géométrie passée en paramètre est de type GEOMETRYCOLLECTION, (MULTI)POINT, (MULTI)LINESTRING, MULTICURVE ou (MULTI)POLYGON, POLYHEDRALSURFACE. Renvoie NULL dans les autres cas." +msgstr "" +"Retourne la nième géométrie, n commençant à 1, si la géométrie passée en " +"paramètre est de type GEOMETRYCOLLECTION, (MULTI)POINT, (MULTI)LINESTRING, " +"MULTICURVE ou (MULTI)POLYGON, POLYHEDRALSURFACE. Renvoie NULL dans les " +"autres cas." #. Tag: para #: reference_accessor.xml:381 reference_accessor.xml:1414 @@ -790,7 +1044,9 @@ msgstr "Retourne la nième géométrie, n commençant à 1, si la géométrie pa msgid "" "Index is 1-based as for OGC specs since version 0.8.0. Previous versions " "implemented this as 0-based instead." -msgstr "L'index commence à 1 pour respecter les spécificarions OGC depuis la version 0.8.0. Dans les versions antérieures, l'index commençait à 0." +msgstr "" +"L'index commence à 1 pour respecter les spécificarions OGC depuis la version " +"0.8.0. Dans les versions antérieures, l'index commençait à 0." #. Tag: para #: reference_accessor.xml:386 @@ -798,7 +1054,10 @@ msgstr "L'index commence à 1 pour respecter les spécificarions OGC depuis la v msgid "" "If you want to extract all geometries, of a geometry, ST_Dump is more " "efficient and will also work for singular geoms." -msgstr "Si toutes les géométries composant une géométrie doivent être extraites, il faut mieux utiliser la fonction ST_Dump, qui est plus efficace et accepte les types simples en paramètre." +msgstr "" +"Si toutes les géométries composant une géométrie doivent être extraites, il " +"faut mieux utiliser la fonction ST_Dump, qui est plus efficace et accepte " +"les types simples en paramètre." #. Tag: para #: reference_accessor.xml:389 @@ -806,7 +1065,10 @@ msgstr "Si toutes les géométries composant une géométrie doivent être extra msgid "" "Changed: 2.0.0 Prior versions would return NULL for singular geometries. " "This was changed to return the geometry for ST_GeometryN(..,1) case." -msgstr "Changement: 2.0.0. Les versions antérieures renvoient NULL pour les géometries simples (un seul objet). Renvoie désormais la géométrie pour le cas ST_GeometryN(..,1)." +msgstr "" +"Changement: 2.0.0. Les versions antérieures renvoient NULL pour les " +"géometries simples (un seul objet). Renvoie désormais la géométrie pour le " +"cas ST_GeometryN(..,1)." #. Tag: para #: reference_accessor.xml:391 @@ -828,7 +1090,33 @@ msgid "" "SELECT n, ST_AsEWKT(ST_GeometryN(the_geom, n)) As geomewkt\n" "FROM (\n" "VALUES (ST_GeomFromEWKT('MULTIPOINT(1 2 7, 3 4 7, 5 6 7, 8 9 10)') ),\n" -"( ST_GeomFromEWKT('MULTICURVE(CIRCULARSTRING(2.5 2.5,4.5 2.5, 3.5 3.5), (10 11, 12 11))') )\n" +"( ST_GeomFromEWKT('MULTICURVE(CIRCULARSTRING(2.5 2.5,4.5 2.5, 3.5 3.5), (10 " +"11, 12 11))') )\n" +" )As foo(the_geom)\n" +" CROSS JOIN generate_series(1,100) n\n" +"WHERE n <= ST_NumGeometries(the_geom);\n" +"\n" +" n | geomewkt\n" +"---+-----------------------------------------\n" +" 1 | POINT(1 2 7)\n" +" 2 | POINT(3 4 7)\n" +" 3 | POINT(5 6 7)\n" +" 4 | POINT(8 9 10)\n" +" 1 | CIRCULARSTRING(2.5 2.5,4.5 2.5,3.5 3.5)\n" +" 2 | LINESTRING(10 11,12 11)\n" +"\n" +"\n" +"--Extracting all geometries (useful when you want to assign an id)\n" +"SELECT gid, n, ST_GeometryN(the_geom, n)\n" +"FROM sometable CROSS JOIN generate_series(1,100) n\n" +"WHERE n <= ST_NumGeometries(the_geom);" +msgstr "" +"--Extracting a subset of points from a 3d multipoint\n" +"SELECT n, ST_AsEWKT(ST_GeometryN(the_geom, n)) As geomewkt\n" +"FROM (\n" +"VALUES (ST_GeomFromEWKT('MULTIPOINT(1 2 7, 3 4 7, 5 6 7, 8 9 10)') ),\n" +"( ST_GeomFromEWKT('MULTICURVE(CIRCULARSTRING(2.5 2.5,4.5 2.5, 3.5 3.5), (10 " +"11, 12 11))') )\n" " )As foo(the_geom)\n" " CROSS JOIN generate_series(1,100) n\n" "WHERE n <= ST_NumGeometries(the_geom);\n" @@ -847,7 +1135,6 @@ msgid "" "SELECT gid, n, ST_GeometryN(the_geom, n)\n" "FROM sometable CROSS JOIN generate_series(1,100) n\n" "WHERE n <= ST_NumGeometries(the_geom);" -msgstr "--Extracting a subset of points from a 3d multipoint\nSELECT n, ST_AsEWKT(ST_GeometryN(the_geom, n)) As geomewkt\nFROM (\nVALUES (ST_GeomFromEWKT('MULTIPOINT(1 2 7, 3 4 7, 5 6 7, 8 9 10)') ),\n( ST_GeomFromEWKT('MULTICURVE(CIRCULARSTRING(2.5 2.5,4.5 2.5, 3.5 3.5), (10 11, 12 11))') )\n )As foo(the_geom)\n CROSS JOIN generate_series(1,100) n\nWHERE n <= ST_NumGeometries(the_geom);\n\n n | geomewkt\n---+-----------------------------------------\n 1 | POINT(1 2 7)\n 2 | POINT(3 4 7)\n 3 | POINT(5 6 7)\n 4 | POINT(8 9 10)\n 1 | CIRCULARSTRING(2.5 2.5,4.5 2.5,3.5 3.5)\n 2 | LINESTRING(10 11,12 11)\n\n\n--Extracting all geometries (useful when you want to assign an id)\nSELECT gid, n, ST_GeometryN(the_geom, n)\nFROM sometable CROSS JOIN generate_series(1,100) n\nWHERE n <= ST_NumGeometries(the_geom);" #. Tag: title #: reference_accessor.xml:406 @@ -874,7 +1161,22 @@ msgid "" " geom_ewkt\n" "------------------------------------------\n" " POLYGON((0 0 0,1 0 0,1 0 1,0 0 1,0 0 0))" -msgstr "-- Polyhedral surface example\n-- Break a Polyhedral surface into its faces\nSELECT ST_AsEWKT(ST_GeometryN(p_geom,3)) As geom_ewkt\n FROM (SELECT ST_GeomFromEWKT('POLYHEDRALSURFACE( \n((0 0 0, 0 0 1, 0 1 1, 0 1 0, 0 0 0)), \n((0 0 0, 0 1 0, 1 1 0, 1 0 0, 0 0 0)), \n((0 0 0, 1 0 0, 1 0 1, 0 0 1, 0 0 0)), \n((1 1 0, 1 1 1, 1 0 1, 1 0 0, 1 1 0)), \n((0 1 0, 0 1 1, 1 1 1, 1 1 0, 0 1 0)), \n((0 0 1, 1 0 1, 1 1 1, 0 1 1, 0 0 1)) \n)') AS p_geom ) AS a;\n\n geom_ewkt\n------------------------------------------\n POLYGON((0 0 0,1 0 0,1 0 1,0 0 1,0 0 0))" +msgstr "" +"-- Polyhedral surface example\n" +"-- Break a Polyhedral surface into its faces\n" +"SELECT ST_AsEWKT(ST_GeometryN(p_geom,3)) As geom_ewkt\n" +" FROM (SELECT ST_GeomFromEWKT('POLYHEDRALSURFACE( \n" +"((0 0 0, 0 0 1, 0 1 1, 0 1 0, 0 0 0)), \n" +"((0 0 0, 0 1 0, 1 1 0, 1 0 0, 0 0 0)), \n" +"((0 0 0, 1 0 0, 1 0 1, 0 0 1, 0 0 0)), \n" +"((1 1 0, 1 1 1, 1 0 1, 1 0 0, 1 1 0)), \n" +"((0 1 0, 0 1 1, 1 1 1, 1 1 0, 0 1 0)), \n" +"((0 0 1, 1 0 1, 1 1 1, 0 1 1, 0 0 1)) \n" +")') AS p_geom ) AS a;\n" +"\n" +" geom_ewkt\n" +"------------------------------------------\n" +" POLYGON((0 0 0,1 0 0,1 0 1,0 0 1,0 0 0))" #. Tag: programlisting #: reference_accessor.xml:409 @@ -901,7 +1203,28 @@ msgid "" " wkt\n" "-------------------------------------\n" " TRIANGLE((0 0 0,0 1 0,1 1 0,0 0 0))" -msgstr "-- TIN -- \nSELECT ST_AsEWKT(ST_GeometryN(geom,2)) as wkt\n FROM\n (SELECT \n ST_GeomFromEWKT('TIN (((\n 0 0 0, \n 0 0 1, \n 0 1 0, \n 0 0 0\n )), ((\n 0 0 0, \n 0 1 0, \n 1 1 0, \n 0 0 0\n ))\n )') AS geom\n ) AS g;\n-- result --\n wkt\n-------------------------------------\n TRIANGLE((0 0 0,0 1 0,1 1 0,0 0 0))" +msgstr "" +"-- TIN -- \n" +"SELECT ST_AsEWKT(ST_GeometryN(geom,2)) as wkt\n" +" FROM\n" +" (SELECT \n" +" ST_GeomFromEWKT('TIN (((\n" +" 0 0 0, \n" +" 0 0 1, \n" +" 0 1 0, \n" +" 0 0 0\n" +" )), ((\n" +" 0 0 0, \n" +" 0 1 0, \n" +" 1 1 0, \n" +" 0 0 0\n" +" ))\n" +" )') AS geom\n" +" ) AS g;\n" +"-- result --\n" +" wkt\n" +"-------------------------------------\n" +" TRIANGLE((0 0 0,0 1 0,1 1 0,0 0 0))" #. Tag: para #: reference_accessor.xml:416 reference_accessor.xml:1285 @@ -927,7 +1250,9 @@ msgstr "Renvoie le type de la géométrie passée en paramètre." msgid "" "text ST_GeometryType " "geometry g1" -msgstr "text ST_GeometryType geometry g1" +msgstr "" +"text ST_GeometryType " +"geometry g1" #. Tag: para #: reference_accessor.xml:437 @@ -936,16 +1261,22 @@ msgid "" "Returns the type of the geometry as a string. EG: 'ST_Linestring', " "'ST_Polygon','ST_MultiPolygon' etc. This function differs from " "GeometryType(geometry) in the case of the string and ST in front that is " -"returned, as well as the fact that it will not indicate whether the geometry" -" is measured." -msgstr "Renvoie le type de la géométrie sous forme de texte, par exemple: 'ST_Linestring', 'ST_Polygon','ST_MultiPolygon' etc. Cette fonction diffère de GeometryType(geometry) par la casse du texte renvoyé et par le préfixe ST_ en début de texte. N'indique pas si la géométrie comporte une dimension MESURE." +"returned, as well as the fact that it will not indicate whether the geometry " +"is measured." +msgstr "" +"Renvoie le type de la géométrie sous forme de texte, par exemple: " +"'ST_Linestring', 'ST_Polygon','ST_MultiPolygon' etc. Cette fonction diffère " +"de GeometryType(geometry) par la casse du texte renvoyé et par le préfixe " +"ST_ en début de texte. N'indique pas si la géométrie comporte une dimension " +"MESURE." #. Tag: para #: reference_accessor.xml:439 reference_accessor.xml:560 #: reference_accessor.xml:1071 #, no-c-format msgid "Enhanced: 2.0.0 support for Polyhedral surfaces was introduced." -msgstr "Amélioration: 2.0.0 introduction du support des surfaces polyhédriques." +msgstr "" +"Amélioration: 2.0.0 introduction du support des surfaces polyhédriques." #. Tag: para #: reference_accessor.xml:440 @@ -957,22 +1288,39 @@ msgstr "&sqlmm_compliant; SQL-MM 3: 5.1.4" #: reference_accessor.xml:449 #, no-c-format msgid "" -"SELECT ST_GeometryType(ST_GeomFromText('LINESTRING(77.29 29.07,77.42 29.26,77.27 29.31,77.29 29.07)'));\n" +"SELECT ST_GeometryType(ST_GeomFromText('LINESTRING(77.29 29.07,77.42 " +"29.26,77.27 29.31,77.29 29.07)'));\n" +" --result\n" +" ST_LineString" +msgstr "" +"SELECT ST_GeometryType(ST_GeomFromText('LINESTRING(77.29 29.07,77.42 " +"29.26,77.27 29.31,77.29 29.07)'));\n" " --result\n" " ST_LineString" -msgstr "SELECT ST_GeometryType(ST_GeomFromText('LINESTRING(77.29 29.07,77.42 29.26,77.27 29.31,77.29 29.07)'));\n --result\n ST_LineString" #. Tag: programlisting #: reference_accessor.xml:451 reference_accessor.xml:453 #, no-c-format msgid "" -"SELECT ST_GeometryType(ST_GeomFromEWKT('POLYHEDRALSURFACE( ((0 0 0, 0 0 1, 0 1 1, 0 1 0, 0 0 0)), \n" -" ((0 0 0, 0 1 0, 1 1 0, 1 0 0, 0 0 0)), ((0 0 0, 1 0 0, 1 0 1, 0 0 1, 0 0 0)), \n" +"SELECT ST_GeometryType(ST_GeomFromEWKT('POLYHEDRALSURFACE( ((0 0 0, 0 0 1, 0 " +"1 1, 0 1 0, 0 0 0)), \n" +" ((0 0 0, 0 1 0, 1 1 0, 1 0 0, 0 0 0)), ((0 0 0, 1 0 0, 1 0 " +"1, 0 0 1, 0 0 0)), \n" " ((1 1 0, 1 1 1, 1 0 1, 1 0 0, 1 1 0)), \n" -" ((0 1 0, 0 1 1, 1 1 1, 1 1 0, 0 1 0)), ((0 0 1, 1 0 1, 1 1 1, 0 1 1, 0 0 1)) )'));\n" +" ((0 1 0, 0 1 1, 1 1 1, 1 1 0, 0 1 0)), ((0 0 1, 1 0 1, 1 1 " +"1, 0 1 1, 0 0 1)) )'));\n" +" --result\n" +" ST_PolyhedralSurface" +msgstr "" +"SELECT ST_GeometryType(ST_GeomFromEWKT('POLYHEDRALSURFACE( ((0 0 0, 0 0 1, 0 " +"1 1, 0 1 0, 0 0 0)), \n" +" ((0 0 0, 0 1 0, 1 1 0, 1 0 0, 0 0 0)), ((0 0 0, 1 0 0, 1 0 " +"1, 0 0 1, 0 0 0)), \n" +" ((1 1 0, 1 1 1, 1 0 1, 1 0 0, 1 1 0)), \n" +" ((0 1 0, 0 1 1, 1 1 1, 1 1 0, 0 1 0)), ((0 0 1, 1 0 1, 1 1 " +"1, 0 1 1, 0 0 1)) )'));\n" " --result\n" " ST_PolyhedralSurface" -msgstr "SELECT ST_GeometryType(ST_GeomFromEWKT('POLYHEDRALSURFACE( ((0 0 0, 0 0 1, 0 1 1, 0 1 0, 0 0 0)), \n ((0 0 0, 0 1 0, 1 1 0, 1 0 0, 0 0 0)), ((0 0 0, 1 0 0, 1 0 1, 0 0 1, 0 0 0)), \n ((1 1 0, 1 1 1, 1 0 1, 1 0 0, 1 1 0)), \n ((0 1 0, 0 1 1, 1 1 1, 1 1 0, 0 1 0)), ((0 0 1, 1 0 1, 1 1 1, 0 1 1, 0 0 1)) )'));\n --result\n ST_PolyhedralSurface" #. Tag: programlisting #: reference_accessor.xml:455 @@ -997,7 +1345,26 @@ msgid "" " result\n" "--------\n" " ST_Tin" -msgstr "SELECT ST_GeometryType(geom) as result\n FROM\n (SELECT \n ST_GeomFromEWKT('TIN (((\n 0 0 0, \n 0 0 1, \n 0 1 0, \n 0 0 0\n )), ((\n 0 0 0, \n 0 1 0, \n 1 1 0, \n 0 0 0\n ))\n )') AS geom\n ) AS g;\n result\n--------\n ST_Tin" +msgstr "" +"SELECT ST_GeometryType(geom) as result\n" +" FROM\n" +" (SELECT \n" +" ST_GeomFromEWKT('TIN (((\n" +" 0 0 0, \n" +" 0 0 1, \n" +" 0 1 0, \n" +" 0 0 0\n" +" )), ((\n" +" 0 0 0, \n" +" 0 1 0, \n" +" 1 1 0, \n" +" 0 0 0\n" +" ))\n" +" )') AS geom\n" +" ) AS g;\n" +" result\n" +"--------\n" +" ST_Tin" #. Tag: refname #: reference_accessor.xml:468 @@ -1009,27 +1376,36 @@ msgstr "ST_InteriorRingN" #: reference_accessor.xml:470 #, no-c-format msgid "" -"Return the Nth interior linestring ring of the polygon geometry. Return NULL" -" if the geometry is not a polygon or the given N is out of range." -msgstr "Retourne la nième ligne intérieure du polygone passé en paramètre. Renvoie NULL si la géométrie n'est pas un polygone ou si l'index ne correspond pas à un intérieur." +"Return the Nth interior linestring ring of the polygon geometry. Return NULL " +"if the geometry is not a polygon or the given N is out of range." +msgstr "" +"Retourne la nième ligne intérieure du polygone passé en paramètre. Renvoie " +"NULL si la géométrie n'est pas un polygone ou si l'index ne correspond pas à " +"un intérieur." #. Tag: funcprototype #: reference_accessor.xml:477 #, no-c-format msgid "" "geometry ST_InteriorRingN " -"geometry a_polygon" -" integer n" -msgstr "geometry ST_InteriorRingN geometry a_polygon integer n" +"geometry a_polygon " +"integer n" +msgstr "" +"geometry ST_InteriorRingN " +"geometry a_polygon " +"integer n" #. Tag: para #: reference_accessor.xml:488 #, no-c-format msgid "" -"Return the Nth interior linestring ring of the polygon geometry. Return NULL" -" if the geometry is not a polygon or the given N is out of range. index " +"Return the Nth interior linestring ring of the polygon geometry. Return NULL " +"if the geometry is not a polygon or the given N is out of range. index " "starts at 1." -msgstr "Retourne la nième ligne intérieure du polygone passé en paramètre. Renvoie NULL si la géométrie n'est pas un polygone ou si l'index ne correspond pas à un intérieur. L'index démarre à 1." +msgstr "" +"Retourne la nième ligne intérieure du polygone passé en paramètre. Renvoie " +"NULL si la géométrie n'est pas un polygone ou si l'index ne correspond pas à " +"un intérieur. L'index démarre à 1." #. Tag: para #: reference_accessor.xml:494 @@ -1037,7 +1413,9 @@ msgstr "Retourne la nième ligne intérieure du polygone passé en paramètre. R msgid "" "This will not work for MULTIPOLYGONs. Use in conjunction with ST_Dump for " "MULTIPOLYGONS" -msgstr "Ne support pas les MULTIPOLYGON. Utiliser en association avec ST_Dump pour les MULTIPOLYGON" +msgstr "" +"Ne support pas les MULTIPOLYGON. Utiliser en association avec ST_Dump pour " +"les MULTIPOLYGON" #. Tag: para #: reference_accessor.xml:498 @@ -1054,15 +1432,22 @@ msgid "" " ST_Collect(ST_Buffer(ST_Point(1,2), 20,3),\n" " ST_Buffer(ST_Point(1, 2), 10,3))) As the_geom\n" " ) as foo" -msgstr "SELECT ST_AsText(ST_InteriorRingN(the_geom, 1)) As the_geom\nFROM (SELECT ST_BuildArea(\n ST_Collect(ST_Buffer(ST_Point(1,2), 20,3),\n ST_Buffer(ST_Point(1, 2), 10,3))) As the_geom\n ) as foo" +msgstr "" +"SELECT ST_AsText(ST_InteriorRingN(the_geom, 1)) As the_geom\n" +"FROM (SELECT ST_BuildArea(\n" +" ST_Collect(ST_Buffer(ST_Point(1,2), 20,3),\n" +" ST_Buffer(ST_Point(1, 2), 10,3))) As the_geom\n" +" ) as foo" #. Tag: para #: reference_accessor.xml:514 #, no-c-format msgid "" -", , , ," -msgstr ", , , ," +", , , ," +msgstr "" +", , , ," #. Tag: refname #: reference_accessor.xml:527 @@ -1074,10 +1459,13 @@ msgstr "ST_IsClosed" #: reference_accessor.xml:529 #, no-c-format msgid "" -"Returns TRUE if the LINESTRING's start" -" and end points are coincident. For Polyhedral surface is closed " -"(volumetric)." -msgstr "Renvoie TRUE si les premier et dernier points de la LINESTRING sont identiques. Pour les surface polyhédriques, indique si la surface est surfacique (ouverte) ou volumétrique (fermée)." +"Returns TRUE if the LINESTRING's start " +"and end points are coincident. For Polyhedral surface is closed (volumetric)." +msgstr "" +"Renvoie TRUE si les premier et dernier points de la " +"LINESTRING sont identiques. Pour les surface " +"polyhédriques, indique si la surface est surfacique (ouverte) ou " +"volumétrique (fermée)." #. Tag: funcprototype #: reference_accessor.xml:536 @@ -1085,16 +1473,22 @@ msgstr "Renvoie TRUE si les premier et dernier points de la msgid "" "boolean ST_IsClosed " "geometry g" -msgstr "boolean ST_IsClosed geometry g" +msgstr "" +"boolean ST_IsClosed " +"geometry g" #. Tag: para #: reference_accessor.xml:547 #, no-c-format msgid "" -"Returns TRUE if the LINESTRING's start" -" and end points are coincident. For Polyhedral Surfaces, it tells you if the" -" surface is areal (open) or volumetric (closed)." -msgstr "Renvoie TRUE si les premier et dernier points de la LINESTRING sont identiques. Pour les surface polyhédriques, indique si la surface est surfacique (ouverte) ou volumétrique (fermée)." +"Returns TRUE if the LINESTRING's start " +"and end points are coincident. For Polyhedral Surfaces, it tells you if the " +"surface is areal (open) or volumetric (closed)." +msgstr "" +"Renvoie TRUE si les premier et dernier points de la " +"LINESTRING sont identiques. Pour les surface " +"polyhédriques, indique si la surface est surfacique (ouverte) ou " +"volumétrique (fermée)." #. Tag: para #: reference_accessor.xml:551 @@ -1106,10 +1500,12 @@ msgstr "&sqlmm_compliant; SQL-MM 3: 7.1.5, 9.3.3" #: reference_accessor.xml:553 #, no-c-format msgid "" -"SQL-MM defines the result of " -"ST_IsClosed(NULL) to be 0, while " -"PostGIS returns NULL." -msgstr "La norme SQL-MM indique que le résultat de la fonction ST_IsClosed(NULL) doit être 0 ; PostGIS renvoie NULL." +"SQL-MM defines the result of ST_IsClosed(NULL) to be 0, while PostGIS returns NULL." +msgstr "" +"La norme SQL-MM indique que le résultat de la fonction " +"ST_IsClosed(NULL) doit être 0 ; " +"PostGIS renvoie NULL." #. Tag: title #: reference_accessor.xml:567 @@ -1133,7 +1529,39 @@ msgid "" " t\n" "(1 row)\n" "\n" -"postgis=# SELECT ST_IsClosed('MULTILINESTRING((0 0, 0 1, 1 1, 0 0),(0 0, 1 1))'::geometry);\n" +"postgis=# SELECT ST_IsClosed('MULTILINESTRING((0 0, 0 1, 1 1, 0 0),(0 0, 1 " +"1))'::geometry);\n" +" st_isclosed\n" +"-------------\n" +" f\n" +"(1 row)\n" +"\n" +"postgis=# SELECT ST_IsClosed('POINT(0 0)'::geometry);\n" +" st_isclosed\n" +"-------------\n" +" t\n" +"(1 row)\n" +"\n" +"postgis=# SELECT ST_IsClosed('MULTIPOINT((0 0), (1 1))'::geometry);\n" +" st_isclosed\n" +"-------------\n" +" t\n" +"(1 row)" +msgstr "" +"postgis=# SELECT ST_IsClosed('LINESTRING(0 0, 1 1)'::geometry);\n" +" st_isclosed\n" +"-------------\n" +" f\n" +"(1 row)\n" +"\n" +"postgis=# SELECT ST_IsClosed('LINESTRING(0 0, 0 1, 1 1, 0 0)'::geometry);\n" +" st_isclosed\n" +"-------------\n" +" t\n" +"(1 row)\n" +"\n" +"postgis=# SELECT ST_IsClosed('MULTILINESTRING((0 0, 0 1, 1 1, 0 0),(0 0, 1 " +"1))'::geometry);\n" " st_isclosed\n" "-------------\n" " f\n" @@ -1150,7 +1578,6 @@ msgid "" "-------------\n" " t\n" "(1 row)" -msgstr "postgis=# SELECT ST_IsClosed('LINESTRING(0 0, 1 1)'::geometry);\n st_isclosed\n-------------\n f\n(1 row)\n\npostgis=# SELECT ST_IsClosed('LINESTRING(0 0, 0 1, 1 1, 0 0)'::geometry);\n st_isclosed\n-------------\n t\n(1 row)\n\npostgis=# SELECT ST_IsClosed('MULTILINESTRING((0 0, 0 1, 1 1, 0 0),(0 0, 1 1))'::geometry);\n st_isclosed\n-------------\n f\n(1 row)\n\npostgis=# SELECT ST_IsClosed('POINT(0 0)'::geometry);\n st_isclosed\n-------------\n t\n(1 row)\n\npostgis=# SELECT ST_IsClosed('MULTIPOINT((0 0), (1 1))'::geometry);\n st_isclosed\n-------------\n t\n(1 row)" #. Tag: title #: reference_accessor.xml:573 @@ -1163,10 +1590,13 @@ msgstr "Exemples: surfaces polyhédriques" #, no-c-format msgid "" "-- A cube --\n" -" SELECT ST_IsClosed(ST_GeomFromEWKT('POLYHEDRALSURFACE( ((0 0 0, 0 0 1, 0 1 1, 0 1 0, 0 0 0)), \n" -" ((0 0 0, 0 1 0, 1 1 0, 1 0 0, 0 0 0)), ((0 0 0, 1 0 0, 1 0 1, 0 0 1, 0 0 0)), \n" +" SELECT ST_IsClosed(ST_GeomFromEWKT('POLYHEDRALSURFACE( ((0 0 " +"0, 0 0 1, 0 1 1, 0 1 0, 0 0 0)), \n" +" ((0 0 0, 0 1 0, 1 1 0, 1 0 0, 0 0 0)), ((0 0 0, 1 0 0, 1 0 " +"1, 0 0 1, 0 0 0)), \n" " ((1 1 0, 1 1 1, 1 0 1, 1 0 0, 1 1 0)), \n" -" ((0 1 0, 0 1 1, 1 1 1, 1 1 0, 0 1 0)), ((0 0 1, 1 0 1, 1 1 1, 0 1 1, 0 0 1)) )'));\n" +" ((0 1 0, 0 1 1, 1 1 1, 1 1 0, 0 1 0)), ((0 0 1, 1 0 1, 1 1 " +"1, 0 1 1, 0 0 1)) )'));\n" "\n" " st_isclosed\n" "-------------\n" @@ -1174,15 +1604,42 @@ msgid "" "\n" "\n" " -- Same as cube but missing a side --\n" -" SELECT ST_IsClosed(ST_GeomFromEWKT('POLYHEDRALSURFACE( ((0 0 0, 0 0 1, 0 1 1, 0 1 0, 0 0 0)), \n" -" ((0 0 0, 0 1 0, 1 1 0, 1 0 0, 0 0 0)), ((0 0 0, 1 0 0, 1 0 1, 0 0 1, 0 0 0)), \n" +" SELECT ST_IsClosed(ST_GeomFromEWKT('POLYHEDRALSURFACE( ((0 0 0, 0 0 1, 0 1 " +"1, 0 1 0, 0 0 0)), \n" +" ((0 0 0, 0 1 0, 1 1 0, 1 0 0, 0 0 0)), ((0 0 0, 1 0 0, 1 0 " +"1, 0 0 1, 0 0 0)), \n" +" ((1 1 0, 1 1 1, 1 0 1, 1 0 0, 1 1 0)), \n" +" ((0 1 0, 0 1 1, 1 1 1, 1 1 0, 0 1 0)) )'));\n" +"\n" +" st_isclosed\n" +"-------------\n" +" f" +msgstr "" +"-- A cube --\n" +" SELECT ST_IsClosed(ST_GeomFromEWKT('POLYHEDRALSURFACE( ((0 0 " +"0, 0 0 1, 0 1 1, 0 1 0, 0 0 0)), \n" +" ((0 0 0, 0 1 0, 1 1 0, 1 0 0, 0 0 0)), ((0 0 0, 1 0 0, 1 0 " +"1, 0 0 1, 0 0 0)), \n" +" ((1 1 0, 1 1 1, 1 0 1, 1 0 0, 1 1 0)), \n" +" ((0 1 0, 0 1 1, 1 1 1, 1 1 0, 0 1 0)), ((0 0 1, 1 0 1, 1 1 " +"1, 0 1 1, 0 0 1)) )'));\n" +"\n" +" st_isclosed\n" +"-------------\n" +" t\n" +"\n" +"\n" +" -- Same as cube but missing a side --\n" +" SELECT ST_IsClosed(ST_GeomFromEWKT('POLYHEDRALSURFACE( ((0 0 0, 0 0 1, 0 1 " +"1, 0 1 0, 0 0 0)), \n" +" ((0 0 0, 0 1 0, 1 1 0, 1 0 0, 0 0 0)), ((0 0 0, 1 0 0, 1 0 " +"1, 0 0 1, 0 0 0)), \n" " ((1 1 0, 1 1 1, 1 0 1, 1 0 0, 1 1 0)), \n" " ((0 1 0, 0 1 1, 1 1 1, 1 1 0, 0 1 0)) )'));\n" "\n" " st_isclosed\n" "-------------\n" " f" -msgstr "-- A cube --\n SELECT ST_IsClosed(ST_GeomFromEWKT('POLYHEDRALSURFACE( ((0 0 0, 0 0 1, 0 1 1, 0 1 0, 0 0 0)), \n ((0 0 0, 0 1 0, 1 1 0, 1 0 0, 0 0 0)), ((0 0 0, 1 0 0, 1 0 1, 0 0 1, 0 0 0)), \n ((1 1 0, 1 1 1, 1 0 1, 1 0 0, 1 1 0)), \n ((0 1 0, 0 1 1, 1 1 1, 1 1 0, 0 1 0)), ((0 0 1, 1 0 1, 1 1 1, 0 1 1, 0 0 1)) )'));\n\n st_isclosed\n-------------\n t\n\n\n -- Same as cube but missing a side --\n SELECT ST_IsClosed(ST_GeomFromEWKT('POLYHEDRALSURFACE( ((0 0 0, 0 0 1, 0 1 1, 0 1 0, 0 0 0)), \n ((0 0 0, 0 1 0, 1 1 0, 1 0 0, 0 0 0)), ((0 0 0, 1 0 0, 1 0 1, 0 0 1, 0 0 0)), \n ((1 1 0, 1 1 1, 1 0 1, 1 0 0, 1 1 0)), \n ((0 1 0, 0 1 1, 1 1 1, 1 1 0, 0 1 0)) )'));\n\n st_isclosed\n-------------\n f" #. Tag: refname #: reference_accessor.xml:587 @@ -1196,7 +1653,9 @@ msgstr "ST_IsCollection" msgid "" "Returns TRUE if the argument is a collection " "(MULTI*, GEOMETRYCOLLECTION, ...)" -msgstr "Renvoie TRUE si le paramètre est une collection (MULTI*, GEOMETRYCOLLECTION, ...)" +msgstr "" +"Renvoie TRUE si le paramètre est une collection " +"(MULTI*, GEOMETRYCOLLECTION, ...)" #. Tag: funcprototype #: reference_accessor.xml:596 @@ -1204,7 +1663,9 @@ msgstr "Renvoie TRUE si le paramètre est une collection (boolean ST_IsCollection " "geometry g" -msgstr "boolean ST_IsCollection geometry g" +msgstr "" +"boolean ST_IsCollection " +"geometry g" #. Tag: para #: reference_accessor.xml:606 @@ -1237,9 +1698,11 @@ msgstr "COMPOUNDCURVE" #, no-c-format msgid "" "This function analyzes the type of the geometry. This means that it will " -"return TRUE on collections that are empty or that contain" -" a single element." -msgstr "Cette fonction analyse le type de la géométrie. Renvoie TRUE pour les collections vides ou ne contenant q'un seul élément." +"return TRUE on collections that are empty or that contain " +"a single element." +msgstr "" +"Cette fonction analyse le type de la géométrie. Renvoie TRUE pour les collections vides ou ne contenant q'un seul élément." #. Tag: programlisting #: reference_accessor.xml:631 @@ -1269,12 +1732,43 @@ msgid "" " t\n" "(1 row)\n" "\n" -"postgis=# SELECT ST_IsCollection('GEOMETRYCOLLECTION(POINT(0 0))'::geometry);\n" +"postgis=# SELECT ST_IsCollection('GEOMETRYCOLLECTION(POINT(0 0))'::" +"geometry);\n" +" st_iscollection\n" +"-------------\n" +" t\n" +"(1 row)" +msgstr "" +"postgis=# SELECT ST_IsCollection('LINESTRING(0 0, 1 1)'::geometry);\n" +" st_iscollection\n" +"-------------\n" +" f\n" +"(1 row)\n" +"\n" +"postgis=# SELECT ST_IsCollection('MULTIPOINT EMPTY'::geometry);\n" +" st_iscollection\n" +"-------------\n" +" t\n" +"(1 row)\n" +"\n" +"postgis=# SELECT ST_IsCollection('MULTIPOINT((0 0))'::geometry);\n" +" st_iscollection\n" +"-------------\n" +" t\n" +"(1 row)\n" +"\n" +"postgis=# SELECT ST_IsCollection('MULTIPOINT((0 0), (42 42))'::geometry);\n" +" st_iscollection\n" +"-------------\n" +" t\n" +"(1 row)\n" +"\n" +"postgis=# SELECT ST_IsCollection('GEOMETRYCOLLECTION(POINT(0 0))'::" +"geometry);\n" " st_iscollection\n" "-------------\n" " t\n" "(1 row)" -msgstr "postgis=# SELECT ST_IsCollection('LINESTRING(0 0, 1 1)'::geometry);\n st_iscollection\n-------------\n f\n(1 row)\n\npostgis=# SELECT ST_IsCollection('MULTIPOINT EMPTY'::geometry);\n st_iscollection\n-------------\n t\n(1 row)\n\npostgis=# SELECT ST_IsCollection('MULTIPOINT((0 0))'::geometry);\n st_iscollection\n-------------\n t\n(1 row)\n\npostgis=# SELECT ST_IsCollection('MULTIPOINT((0 0), (42 42))'::geometry);\n st_iscollection\n-------------\n t\n(1 row)\n\npostgis=# SELECT ST_IsCollection('GEOMETRYCOLLECTION(POINT(0 0))'::geometry);\n st_iscollection\n-------------\n t\n(1 row)" #. Tag: refname #: reference_accessor.xml:643 @@ -1286,9 +1780,11 @@ msgstr "ST_IsEmpty" #: reference_accessor.xml:645 #, no-c-format msgid "" -"Returns true if this Geometry is an empty geometrycollection, polygon, point" -" etc." -msgstr "Renvoie vrai si la géométrie est une geometrycollection vide, un polygon, un point etc. " +"Returns true if this Geometry is an empty geometrycollection, polygon, point " +"etc." +msgstr "" +"Renvoie vrai si la géométrie est une geometrycollection vide, un polygon, " +"un point etc. " #. Tag: funcprototype #: reference_accessor.xml:651 @@ -1296,7 +1792,9 @@ msgstr "Renvoie vrai si la géométrie est une geometrycollection vide, un poly msgid "" "boolean ST_IsEmpty " "geometry geomA" -msgstr "boolean ST_IsEmpty geometry geomA" +msgstr "" +"boolean ST_IsEmpty " +"geometry geomA" #. Tag: para #: reference_accessor.xml:661 @@ -1304,15 +1802,20 @@ msgstr "boolean ST_IsEmpty TRUE if this LINESTRING is " "both closed and simple." -msgstr "Renvoie TRUE si la LINESTRING est à la fois fermée et simple." +msgstr "" +"Renvoie TRUE si la LINESTRING est à " +"la fois fermée et simple." #. Tag: funcprototype #: reference_accessor.xml:694 @@ -1385,19 +1925,25 @@ msgstr "Renvoie TRUE si la LINESTRING est msgid "" "boolean ST_IsRing " "geometry g" -msgstr "boolean ST_IsRing geometry g" +msgstr "" +"boolean ST_IsRing " +"geometry g" #. Tag: para #: reference_accessor.xml:705 #, no-c-format msgid "" "Returns TRUE if this LINESTRING is " -"both " -"(ST_StartPoint(g) " -"~= " +"both (ST_StartPoint(g) ~= " "ST_Endpoint(g)) and (does not self intersect)." -msgstr "Renvoie TRUE si cette LINESTRING est à la fois (ST_StartPoint(g) ~= ST_Endpoint(g)) et (pas d'auto intersection)." +msgstr "" +"Renvoie TRUE si cette LINESTRING est à " +"la fois " +"(ST_StartPoint(g) ~= ST_Endpoint(g)) et " +" (pas d'auto intersection)." #. Tag: para #: reference_accessor.xml:713 @@ -1409,29 +1955,47 @@ msgstr "&sqlmm_compliant; SQL-MM 3: 7.1.6" #: reference_accessor.xml:715 #, no-c-format msgid "" -"SQL-MM defines the result of " -"ST_IsRing(NULL) to be 0, while " -"PostGIS returns NULL." -msgstr "La norme SQL-MM stipule que ST_IsRing(NULL) doit renvoyer 0. PostGIS renvoie NULL." +"SQL-MM defines the result of ST_IsRing(NULL) to be 0, while PostGIS returns NULL." +msgstr "" +"La norme SQL-MM stipule que ST_IsRing(NULL) doit renvoyer 0. PostGIS renvoie NULL." #. Tag: programlisting #: reference_accessor.xml:724 #, no-c-format msgid "" "SELECT ST_IsRing(the_geom), ST_IsClosed(the_geom), ST_IsSimple(the_geom)\n" -"FROM (SELECT 'LINESTRING(0 0, 0 1, 1 1, 1 0, 0 0)'::geometry AS the_geom) AS foo;\n" +"FROM (SELECT 'LINESTRING(0 0, 0 1, 1 1, 1 0, 0 0)'::geometry AS the_geom) AS " +"foo;\n" " st_isring | st_isclosed | st_issimple\n" "-----------+-------------+-------------\n" " t | t | t\n" "(1 row)\n" "\n" "SELECT ST_IsRing(the_geom), ST_IsClosed(the_geom), ST_IsSimple(the_geom)\n" -"FROM (SELECT 'LINESTRING(0 0, 0 1, 1 0, 1 1, 0 0)'::geometry AS the_geom) AS foo;\n" +"FROM (SELECT 'LINESTRING(0 0, 0 1, 1 0, 1 1, 0 0)'::geometry AS the_geom) AS " +"foo;\n" +" st_isring | st_isclosed | st_issimple\n" +"-----------+-------------+-------------\n" +" f | t | f\n" +"(1 row)" +msgstr "" +"SELECT ST_IsRing(the_geom), ST_IsClosed(the_geom), ST_IsSimple(the_geom)\n" +"FROM (SELECT 'LINESTRING(0 0, 0 1, 1 1, 1 0, 0 0)'::geometry AS the_geom) AS " +"foo;\n" +" st_isring | st_isclosed | st_issimple\n" +"-----------+-------------+-------------\n" +" t | t | t\n" +"(1 row)\n" +"\n" +"SELECT ST_IsRing(the_geom), ST_IsClosed(the_geom), ST_IsSimple(the_geom)\n" +"FROM (SELECT 'LINESTRING(0 0, 0 1, 1 0, 1 1, 0 0)'::geometry AS the_geom) AS " +"foo;\n" " st_isring | st_isclosed | st_issimple\n" "-----------+-------------+-------------\n" " f | t | f\n" "(1 row)" -msgstr "SELECT ST_IsRing(the_geom), ST_IsClosed(the_geom), ST_IsSimple(the_geom)\nFROM (SELECT 'LINESTRING(0 0, 0 1, 1 1, 1 0, 0 0)'::geometry AS the_geom) AS foo;\n st_isring | st_isclosed | st_issimple\n-----------+-------------+-------------\n t | t | t\n(1 row)\n\nSELECT ST_IsRing(the_geom), ST_IsClosed(the_geom), ST_IsSimple(the_geom)\nFROM (SELECT 'LINESTRING(0 0, 0 1, 1 0, 1 1, 0 0)'::geometry AS the_geom) AS foo;\n st_isring | st_isclosed | st_issimple\n-----------+-------------+-------------\n f | t | f\n(1 row)" #. Tag: para #: reference_accessor.xml:730 @@ -1439,7 +2003,9 @@ msgstr "SELECT ST_IsRing(the_geom), ST_IsClosed(the_geom), ST_IsSimple(the_geom) msgid "" ", , , " -msgstr ", , , " +msgstr "" +", , , " #. Tag: refname #: reference_accessor.xml:738 @@ -1453,7 +2019,9 @@ msgstr "ST_IsSimple" msgid "" "Returns (TRUE) if this Geometry has no anomalous geometric points, such as " "self intersection or self tangency." -msgstr "Renvoie (TRUE) si cette géométrie ne présente pas d'anomalie comme une auto intersection ou des segments tangentiels." +msgstr "" +"Renvoie (TRUE) si cette géométrie ne présente pas d'anomalie comme une auto " +"intersection ou des segments tangentiels." #. Tag: funcprototype #: reference_accessor.xml:746 @@ -1461,7 +2029,9 @@ msgstr "Renvoie (TRUE) si cette géométrie ne présente pas d'anomalie comme un msgid "" "boolean ST_IsSimple " "geometry geomA" -msgstr "boolean ST_IsSimple geometry geomA" +msgstr "" +"boolean ST_IsSimple " +"geometry geomA" #. Tag: para #: reference_accessor.xml:756 @@ -1469,10 +2039,13 @@ msgstr "boolean ST_IsSimple \"Ensuring OpenGIS compliancy of " -"geometries\"" -msgstr "Renvoie TRUE si cette géométrie ne présente pas d'anomalie comme une auto intersection ou des segments tangentiels. Pour plus d'information sur les notions OGC de simplicité et de validité, se référer à \"Ensuring OpenGIS compliancy of geometries\"" +"definition of geometry simplicity and validity, refer to \"Ensuring OpenGIS compliancy of geometries\"" +msgstr "" +"Renvoie TRUE si cette géométrie ne présente pas d'anomalie comme une auto " +"intersection ou des segments tangentiels. Pour plus d'information sur les " +"notions OGC de simplicité et de validité, se référer à \"Ensuring OpenGIS compliancy of geometries\"" #. Tag: para #: reference_accessor.xml:762 @@ -1480,7 +2053,10 @@ msgstr "Renvoie TRUE si cette géométrie ne présente pas d'anomalie comme une msgid "" "SQL-MM defines the result of ST_IsSimple(NULL) to be 0, while PostGIS " "returns NULL." -msgstr "La norme SQL-MM indique que le résultat de la fonction ST_IsSimple(NULL) doit être 0 ; PostGIS renvoie NULL." +msgstr "" +"La norme SQL-MM indique que le résultat de la fonction " +"ST_IsSimple(NULL) doit être 0 ; PostGIS " +"renvoie NULL." #. Tag: para #: reference_accessor.xml:767 @@ -1498,12 +2074,25 @@ msgid "" " t\n" "(1 row)\n" "\n" -" SELECT ST_IsSimple(ST_GeomFromText('LINESTRING(1 1,2 2,2 3.5,1 3,1 2,2 1)'));\n" +" SELECT ST_IsSimple(ST_GeomFromText('LINESTRING(1 1,2 2,2 3.5,1 3,1 2,2 " +"1)'));\n" +" st_issimple\n" +"-------------\n" +" f\n" +"(1 row)" +msgstr "" +"SELECT ST_IsSimple(ST_GeomFromText('POLYGON((1 2, 3 4, 5 6, 1 2))'));\n" +" st_issimple\n" +"-------------\n" +" t\n" +"(1 row)\n" +"\n" +" SELECT ST_IsSimple(ST_GeomFromText('LINESTRING(1 1,2 2,2 3.5,1 3,1 2,2 " +"1)'));\n" " st_issimple\n" "-------------\n" " f\n" "(1 row)" -msgstr "SELECT ST_IsSimple(ST_GeomFromText('POLYGON((1 2, 3 4, 5 6, 1 2))'));\n st_issimple\n-------------\n t\n(1 row)\n\n SELECT ST_IsSimple(ST_GeomFromText('LINESTRING(1 1,2 2,2 3.5,1 3,1 2,2 1)'));\n st_issimple\n-------------\n f\n(1 row)" #. Tag: refname #: reference_accessor.xml:787 @@ -1517,19 +2106,27 @@ msgstr "ST_IsValid" msgid "" "Returns true if the ST_Geometry is " "well formed." -msgstr "Renvoie true si la ST_Geometry est correctement constituée." +msgstr "" +"Renvoie true si la ST_Geometry est " +"correctement constituée." #. Tag: funcsynopsis #: reference_accessor.xml:795 #, no-c-format msgid "" " boolean ST_IsValid " -"geometry g " -" boolean " -"ST_IsValid geometry " -"g integer " -"flags " -msgstr " boolean ST_IsValid geometry g boolean ST_IsValid geometry g integer flags " +"geometry g boolean ST_IsValid geometry g integer flags " +msgstr "" +" boolean ST_IsValid " +"geometry g boolean ST_IsValid geometry g integer flags " #. Tag: para #: reference_accessor.xml:813 @@ -1546,9 +2143,11 @@ msgstr "" #: reference_accessor.xml:819 #, no-c-format msgid "" -"SQL-MM defines the result of ST_IsValid(NULL) to be 0, while PostGIS returns" -" NULL." -msgstr "SQL-MM définit le résultat de ST_IsValid(NULL) comme 0, pendant que PostGIS retourne NULL." +"SQL-MM defines the result of ST_IsValid(NULL) to be 0, while PostGIS returns " +"NULL." +msgstr "" +"SQL-MM définit le résultat de ST_IsValid(NULL) comme 0, pendant que PostGIS " +"retourne NULL." #. Tag: para #: reference_accessor.xml:823 @@ -1556,8 +2155,8 @@ msgstr "SQL-MM définit le résultat de ST_IsValid(NULL) comme 0, pendant que Po msgid "" "The version accepting flags is available starting with 2.0.0 and requires " "GEOS >= 3.3.0. Such version does not print a NOTICE explaining the " -"invalidity. Allowed flags are documented in ." +"invalidity. Allowed flags are documented in ." msgstr "" #. Tag: para @@ -1571,7 +2170,8 @@ msgstr "&sqlmm_compliant; SQL-MM 3: 5.1.9" #, no-c-format msgid "" "SELECT ST_IsValid(ST_GeomFromText('LINESTRING(0 0, 1 1)')) As good_line,\n" -" ST_IsValid(ST_GeomFromText('POLYGON((0 0, 1 1, 1 2, 1 1, 0 0))')) As bad_poly\n" +" ST_IsValid(ST_GeomFromText('POLYGON((0 0, 1 1, 1 2, 1 1, 0 0))')) As " +"bad_poly\n" "--results\n" "NOTICE: Self-intersection at or near point 0 0\n" " good_line | bad_poly\n" @@ -1583,9 +2183,11 @@ msgstr "" #: reference_accessor.xml:845 #, no-c-format msgid "" -", , , " -msgstr ", , , " +", , , " +msgstr "" +", , , " #. Tag: refname #: reference_accessor.xml:856 @@ -1605,21 +2207,26 @@ msgstr "" #: reference_accessor.xml:862 #, no-c-format msgid "" -" text " -"ST_IsValidReason geometry " -" geomA " -" text " -"ST_IsValidReason geometry " -" geomA integer " -" flags " -msgstr " text ST_IsValidReason geometry geomA text ST_IsValidReason geometry geomA integer flags " +" text ST_IsValidReason geometry geomA text " +"ST_IsValidReason geometry geomA integer flags " +msgstr "" +" text ST_IsValidReason geometry geomA text " +"ST_IsValidReason geometry geomA integer flags " #. Tag: para #: reference_accessor.xml:878 #, no-c-format msgid "" -"Returns text stating if a geometry is valid or not an if not valid, a reason" -" why." +"Returns text stating if a geometry is valid or not an if not valid, a reason " +"why." msgstr "" #. Tag: para @@ -1634,8 +2241,8 @@ msgstr "" #: reference_accessor.xml:882 #, no-c-format msgid "" -"Allowed flags are documented in ." +"Allowed flags are documented in ." msgstr "" #. Tag: para @@ -1658,13 +2265,17 @@ msgid "" "--First 3 Rejects from a successful quintuplet experiment\n" "SELECT gid, ST_IsValidReason(the_geom) as validity_info\n" "FROM\n" -"(SELECT ST_MakePolygon(ST_ExteriorRing(e.buff), ST_Accum(f.line)) As the_geom, gid\n" -"FROM (SELECT ST_Buffer(ST_MakePoint(x1*10,y1), z1) As buff, x1*10 + y1*100 + z1*1000 As gid\n" +"(SELECT ST_MakePolygon(ST_ExteriorRing(e.buff), ST_Accum(f.line)) As " +"the_geom, gid\n" +"FROM (SELECT ST_Buffer(ST_MakePoint(x1*10,y1), z1) As buff, x1*10 + y1*100 + " +"z1*1000 As gid\n" " FROM generate_series(-4,6) x1\n" " CROSS JOIN generate_series(2,5) y1\n" " CROSS JOIN generate_series(1,8) z1\n" " WHERE x1 > y1*0.5 AND z1 < x1*y1) As e\n" -" INNER JOIN (SELECT ST_Translate(ST_ExteriorRing(ST_Buffer(ST_MakePoint(x1*10,y1), z1)),y1*1, z1*2) As line\n" +" INNER JOIN (SELECT " +"ST_Translate(ST_ExteriorRing(ST_Buffer(ST_MakePoint(x1*10,y1), z1)),y1*1, " +"z1*2) As line\n" " FROM generate_series(-3,6) x1\n" " CROSS JOIN generate_series(2,5) y1\n" " CROSS JOIN generate_series(1,10) z1\n" @@ -1682,7 +2293,8 @@ msgid "" " 5350 | Self-intersection [52 5]\n" "\n" " --simple example\n" -"SELECT ST_IsValidReason('LINESTRING(220227 150406,2220227 150407,222020 150410)');\n" +"SELECT ST_IsValidReason('LINESTRING(220227 150406,2220227 150407,222020 " +"150410)');\n" "\n" " st_isvalidreason\n" "------------------\n" @@ -1713,22 +2325,27 @@ msgstr "" #: reference_accessor.xml:914 #, no-c-format msgid "" -" valid_detail " -"ST_IsValidDetail geometry " -" geom " -" valid_detail " -"ST_IsValidDetail geometry " -" geom integer " -" flags " -msgstr " valid_detail ST_IsValidDetail geometry geom valid_detail ST_IsValidDetail geometry geom integer flags " +" valid_detail ST_IsValidDetail geometry geom valid_detail " +"ST_IsValidDetail geometry geom integer " +"flags " +msgstr "" +" valid_detail ST_IsValidDetail geometry geom valid_detail " +"ST_IsValidDetail geometry geom integer " +"flags " #. Tag: para #: reference_accessor.xml:930 #, no-c-format msgid "" "Returns a valid_detail row, formed by a boolean (valid) stating if a " -"geometry is valid, a varchar (reason) stating a reason why it is invalid and" -" a geometry (location) pointing out where it is invalid." +"geometry is valid, a varchar (reason) stating a reason why it is invalid and " +"a geometry (location) pointing out where it is invalid." msgstr "" #. Tag: para @@ -1764,15 +2381,20 @@ msgstr "Disponibilité: 2.0.0 - nécessite GEOS >= 3.3.0." #, no-c-format msgid "" "--First 3 Rejects from a successful quintuplet experiment\n" -"SELECT gid, reason(ST_IsValidDetail(the_geom)), ST_AsText(location(ST_IsValidDetail(the_geom))) as location \n" +"SELECT gid, reason(ST_IsValidDetail(the_geom)), " +"ST_AsText(location(ST_IsValidDetail(the_geom))) as location \n" "FROM\n" -"(SELECT ST_MakePolygon(ST_ExteriorRing(e.buff), ST_Accum(f.line)) As the_geom, gid\n" -"FROM (SELECT ST_Buffer(ST_MakePoint(x1*10,y1), z1) As buff, x1*10 + y1*100 + z1*1000 As gid\n" +"(SELECT ST_MakePolygon(ST_ExteriorRing(e.buff), ST_Accum(f.line)) As " +"the_geom, gid\n" +"FROM (SELECT ST_Buffer(ST_MakePoint(x1*10,y1), z1) As buff, x1*10 + y1*100 + " +"z1*1000 As gid\n" " FROM generate_series(-4,6) x1\n" " CROSS JOIN generate_series(2,5) y1\n" " CROSS JOIN generate_series(1,8) z1\n" " WHERE x1 > y1*0.5 AND z1 < x1*y1) As e\n" -" INNER JOIN (SELECT ST_Translate(ST_ExteriorRing(ST_Buffer(ST_MakePoint(x1*10,y1), z1)),y1*1, z1*2) As line\n" +" INNER JOIN (SELECT " +"ST_Translate(ST_ExteriorRing(ST_Buffer(ST_MakePoint(x1*10,y1), z1)),y1*1, " +"z1*2) As line\n" " FROM generate_series(-3,6) x1\n" " CROSS JOIN generate_series(2,5) y1\n" " CROSS JOIN generate_series(1,10) z1\n" @@ -1790,7 +2412,8 @@ msgid "" " 5350 | Self-intersection | POINT(52 5)\n" "\n" " --simple example\n" -"SELECT * FROM ST_IsValidDetail('LINESTRING(220227 150406,2220227 150407,222020 150410)');\n" +"SELECT * FROM ST_IsValidDetail('LINESTRING(220227 150406,2220227 " +"150407,222020 150410)');\n" "\n" " valid | reason | location\n" "-------+--------+----------\n" @@ -1815,7 +2438,9 @@ msgstr "ST_M" msgid "" "Return the M coordinate of the point, or NULL if not available. " "Input must be a point." -msgstr " Retourne les coordonnées M d'un point, ou NULL si non disponible. L'entrée doit être un point. " +msgstr "" +" Retourne les coordonnées M d'un point, ou NULL si non " +"disponible. L'entrée doit être un point. " #. Tag: funcprototype #: reference_accessor.xml:979 @@ -1823,7 +2448,9 @@ msgstr " Retourne les coordonnées M d'un point, ou NULL si non disp msgid "" "float ST_M geometry " " a_point" -msgstr "float ST_M geometry a_point" +msgstr "" +"float ST_M geometry " +" a_point" #. Tag: para #: reference_accessor.xml:989 @@ -1856,13 +2483,22 @@ msgid "" "------\n" " 4\n" "(1 row)" -msgstr "SELECT ST_M(ST_GeomFromEWKT('POINT(1 2 3 4)'));\nst_m\n------\n4\n(1 row)" +msgstr "" +"SELECT ST_M(ST_GeomFromEWKT('POINT(1 2 3 4)'));\n" +"st_m\n" +"------\n" +"4\n" +"(1 row)" #. Tag: para #: reference_accessor.xml:1012 #, no-c-format -msgid ", , , " -msgstr ", , , " +msgid "" +", , , " +msgstr "" +", , , " #. Tag: refname #: reference_accessor.xml:1018 @@ -1874,8 +2510,8 @@ msgstr "ST_NDims" #: reference_accessor.xml:1019 #, no-c-format msgid "" -"Returns coordinate dimension of the geometry as a small int. Values are: 2,3" -" or 4." +"Returns coordinate dimension of the geometry as a small int. Values are: 2,3 " +"or 4." msgstr "" #. Tag: funcprototype @@ -1884,15 +2520,17 @@ msgstr "" msgid "" "integer ST_NDims " "geometry g1" -msgstr "integer ST_NDims geometry g1" +msgstr "" +"integer ST_NDims " +"geometry g1" #. Tag: para #: reference_accessor.xml:1035 #, no-c-format msgid "" -"Returns the coordinate dimension of the geometry. PostGIS supports 2 - (x,y)" -" , 3 - (x,y,z) or 2D with measure - x,y,m, and 4 - 3D with measure space " -"x,y,z,m" +"Returns the coordinate dimension of the geometry. PostGIS supports 2 - (x," +"y) , 3 - (x,y,z) or 2D with measure - x,y,m, and 4 - 3D with measure space x," +"y,z,m" msgstr "" #. Tag: programlisting @@ -1906,13 +2544,21 @@ msgid "" " d2point | d3point | d2pointm\n" "---------+---------+----------\n" " 2 | 3 | 3" -msgstr "SELECT ST_NDims(ST_GeomFromText('POINT(1 1)')) As d2point,\nST_NDims(ST_GeomFromEWKT('POINT(1 1 2)')) As d3point,\nST_NDims(ST_GeomFromEWKT('POINTM(1 1 0.5)')) As d2pointm;\n\nd2point | d3point | d2pointm\n---------+---------+----------\n2 | 3 | 3" +msgstr "" +"SELECT ST_NDims(ST_GeomFromText('POINT(1 1)')) As d2point,\n" +"ST_NDims(ST_GeomFromEWKT('POINT(1 1 2)')) As d3point,\n" +"ST_NDims(ST_GeomFromEWKT('POINTM(1 1 0.5)')) As d2pointm;\n" +"\n" +"d2point | d3point | d2pointm\n" +"---------+---------+----------\n" +"2 | 3 | 3" #. Tag: para #: reference_accessor.xml:1048 #, no-c-format msgid ", , " -msgstr ", , " +msgstr "" +", , " #. Tag: refname #: reference_accessor.xml:1054 @@ -1932,13 +2578,17 @@ msgstr "Retourne le nombre de points (vertex) d'un objet géométrique." msgid "" "integer ST_NPoints " "geometry g1" -msgstr "integer ST_NPoints geometry g1" +msgstr "" +"integer ST_NPoints " +"geometry g1" #. Tag: para #: reference_accessor.xml:1070 #, no-c-format msgid "Return the number of points in a geometry. Works for all geometries." -msgstr "Retourne le nombre de points d'un objet géométrique. Cela fonctionne pour tous les types de géométrie. " +msgstr "" +"Retourne le nombre de points d'un objet géométrique. Cela fonctionne pour " +"tous les types de géométrie. " #. Tag: para #: reference_accessor.xml:1072 @@ -1952,15 +2602,27 @@ msgstr "" #: reference_accessor.xml:1082 #, no-c-format msgid "" -"SELECT ST_NPoints(ST_GeomFromText('LINESTRING(77.29 29.07,77.42 29.26,77.27 29.31,77.29 29.07)'));\n" +"SELECT ST_NPoints(ST_GeomFromText('LINESTRING(77.29 29.07,77.42 29.26,77.27 " +"29.31,77.29 29.07)'));\n" "--result\n" "4\n" "\n" "--Polygon in 3D space\n" -"SELECT ST_NPoints(ST_GeomFromEWKT('LINESTRING(77.29 29.07 1,77.42 29.26 0,77.27 29.31 -1,77.29 29.07 3)'))\n" +"SELECT ST_NPoints(ST_GeomFromEWKT('LINESTRING(77.29 29.07 1,77.42 29.26 " +"0,77.27 29.31 -1,77.29 29.07 3)'))\n" +"--result\n" +"4" +msgstr "" +"SELECT ST_NPoints(ST_GeomFromText('LINESTRING(77.29 29.07,77.42 29.26,77.27 " +"29.31,77.29 29.07)'));\n" +"--result\n" +"4\n" +"\n" +"--Polygon dans un espace en 3 Dimension\n" +"SELECT ST_NPoints(ST_GeomFromEWKT('LINESTRING(77.29 29.07 1,77.42 29.26 " +"0,77.27 29.31 -1,77.29 29.07 3)'))\n" "--result\n" "4" -msgstr "SELECT ST_NPoints(ST_GeomFromText('LINESTRING(77.29 29.07,77.42 29.26,77.27 29.31,77.29 29.07)'));\n--result\n4\n\n--Polygon dans un espace en 3 Dimension\nSELECT ST_NPoints(ST_GeomFromEWKT('LINESTRING(77.29 29.07 1,77.42 29.26 0,77.27 29.31 -1,77.29 29.07 3)'))\n--result\n4" #. Tag: refname #: reference_accessor.xml:1093 @@ -1973,7 +2635,9 @@ msgstr "ST_NRings" #, no-c-format msgid "" "If the geometry is a polygon or multi-polygon returns the number of rings." -msgstr "Si la géométrie est un polygone ou un multi-polygone renvoi le nombre d'anneaux." +msgstr "" +"Si la géométrie est un polygone ou un multi-polygone renvoi le nombre " +"d'anneaux." #. Tag: funcprototype #: reference_accessor.xml:1099 @@ -1981,7 +2645,9 @@ msgstr "Si la géométrie est un polygone ou un multi-polygone renvoi le nombre msgid "" "integer ST_NRings " "geometry geomA" -msgstr "integer ST_NRings geometry geomA" +msgstr "" +"integer ST_NRings " +"geometry geomA" #. Tag: para #: reference_accessor.xml:1109 @@ -1995,8 +2661,10 @@ msgstr "" #: reference_accessor.xml:1119 #, no-c-format msgid "" -"SELECT ST_NRings(the_geom) As Nrings, ST_NumInteriorRings(the_geom) As ninterrings\n" -" FROM (SELECT ST_GeomFromText('POLYGON((1 2, 3 4, 5 6, 1 2))') As the_geom) As foo;\n" +"SELECT ST_NRings(the_geom) As Nrings, ST_NumInteriorRings(the_geom) As " +"ninterrings\n" +" FROM (SELECT " +"ST_GeomFromText('POLYGON((1 2, 3 4, 5 6, 1 2))') As the_geom) As foo;\n" " nrings | ninterrings\n" "--------+-------------\n" " 1 | 0\n" @@ -2023,7 +2691,9 @@ msgstr "" msgid "" "integer ST_NumGeometries " "geometry geom" -msgstr "integer ST_NumGeometries geometry geom" +msgstr "" +"integer ST_NumGeometries " +"geometry geom" #. Tag: para #: reference_accessor.xml:1149 @@ -2053,13 +2723,16 @@ msgstr "&sqlmm_compliant; SQL-MM 3: 9.1.4" #: reference_accessor.xml:1165 #, no-c-format msgid "" -"--Prior versions would have returned NULL for this -- in 2.0.0 this returns 1\n" -"SELECT ST_NumGeometries(ST_GeomFromText('LINESTRING(77.29 29.07,77.42 29.26,77.27 29.31,77.29 29.07)'));\n" +"--Prior versions would have returned NULL for this -- in 2.0.0 this returns " +"1\n" +"SELECT ST_NumGeometries(ST_GeomFromText('LINESTRING(77.29 29.07,77.42 " +"29.26,77.27 29.31,77.29 29.07)'));\n" "--result\n" "1\n" "\n" "--Geometry Collection Example - multis count as one geom in a collection\n" -"SELECT ST_NumGeometries(ST_GeomFromEWKT('GEOMETRYCOLLECTION(MULTIPOINT(-2 3 , -2 2),\n" +"SELECT ST_NumGeometries(ST_GeomFromEWKT('GEOMETRYCOLLECTION(MULTIPOINT(-2 " +"3 , -2 2),\n" "LINESTRING(5 5 ,10 10),\n" "POLYGON((-7 4.2,-7.1 5,-7.1 4.3,-7 4.2)))'));\n" "--result\n" @@ -2094,7 +2767,9 @@ msgstr "" msgid "" "integer ST_NumInteriorRings " "geometry a_polygon" -msgstr "integer ST_NumInteriorRings geometry a_polygon" +msgstr "" +"integer ST_NumInteriorRings " +"geometry a_polygon" #. Tag: para #: reference_accessor.xml:1195 @@ -2121,7 +2796,8 @@ msgid "" "FROM sometable;\n" "\n" "--If you have multipolygons\n" -"--And you want to know the total number of interior rings in the MULTIPOLYGON\n" +"--And you want to know the total number of interior rings in the " +"MULTIPOLYGON\n" "SELECT gid, field1, field2, SUM(ST_NumInteriorRings(the_geom)) AS numholes\n" "FROM (SELECT gid, field1, field2, (ST_Dump(the_geom)).geom As the_geom\n" " FROM sometable) As foo\n" @@ -2148,7 +2824,9 @@ msgstr "" msgid "" "integer ST_NumInteriorRing " "geometry a_polygon" -msgstr "integer ST_NumInteriorRing geometry a_polygon" +msgstr "" +"integer ST_NumInteriorRing " +"geometry a_polygon" #. Tag: para #: reference_accessor.xml:1234 @@ -2169,8 +2847,8 @@ msgstr "ST_NumPatches" #: reference_accessor.xml:1252 #, no-c-format msgid "" -"Return the number of faces on a Polyhedral Surface. Will return null for " -"non-polyhedral geometries." +"Return the number of faces on a Polyhedral Surface. Will return null for non-" +"polyhedral geometries." msgstr "" #. Tag: funcprototype @@ -2179,16 +2857,17 @@ msgstr "" msgid "" "integer ST_NumPatches " "geometry g1" -msgstr "integer ST_NumPatches geometry g1" +msgstr "" +"integer ST_NumPatches " +"geometry g1" #. Tag: para #: reference_accessor.xml:1267 #, no-c-format msgid "" -"Return the number of faces on a Polyhedral Surface. Will return null for " -"non-polyhedral geometries. This is an alias for ST_NumGeometries to support " -"MM naming. Faster to use ST_NumGeometries if you don't care about MM " -"convention." +"Return the number of faces on a Polyhedral Surface. Will return null for non-" +"polyhedral geometries. This is an alias for ST_NumGeometries to support MM " +"naming. Faster to use ST_NumGeometries if you don't care about MM convention." msgstr "" #. Tag: para @@ -2207,13 +2886,25 @@ msgstr "&sqlmm_compliant; SQL-MM 3: ?" #: reference_accessor.xml:1280 #, no-c-format msgid "" -"SELECT ST_NumPatches(ST_GeomFromEWKT('POLYHEDRALSURFACE( ((0 0 0, 0 0 1, 0 1 1, 0 1 0, 0 0 0)), \n" -" ((0 0 0, 0 1 0, 1 1 0, 1 0 0, 0 0 0)), ((0 0 0, 1 0 0, 1 0 1, 0 0 1, 0 0 0)), \n" +"SELECT ST_NumPatches(ST_GeomFromEWKT('POLYHEDRALSURFACE( ((0 0 0, 0 0 1, 0 1 " +"1, 0 1 0, 0 0 0)), \n" +" ((0 0 0, 0 1 0, 1 1 0, 1 0 0, 0 0 0)), ((0 0 0, 1 0 0, 1 0 " +"1, 0 0 1, 0 0 0)), \n" +" ((1 1 0, 1 1 1, 1 0 1, 1 0 0, 1 1 0)), \n" +" ((0 1 0, 0 1 1, 1 1 1, 1 1 0, 0 1 0)), ((0 0 1, 1 0 1, 1 1 " +"1, 0 1 1, 0 0 1)) )'));\n" +" --result\n" +" 6" +msgstr "" +"SELECT ST_NumPatches(ST_GeomFromEWKT('POLYHEDRALSURFACE( ((0 0 0, 0 0 1, 0 1 " +"1, 0 1 0, 0 0 0)), \n" +" ((0 0 0, 0 1 0, 1 1 0, 1 0 0, 0 0 0)), ((0 0 0, 1 0 0, 1 0 " +"1, 0 0 1, 0 0 0)), \n" " ((1 1 0, 1 1 1, 1 0 1, 1 0 0, 1 1 0)), \n" -" ((0 1 0, 0 1 1, 1 1 1, 1 1 0, 0 1 0)), ((0 0 1, 1 0 1, 1 1 1, 0 1 1, 0 0 1)) )'));\n" +" ((0 1 0, 0 1 1, 1 1 1, 1 1 0, 0 1 0)), ((0 0 1, 1 0 1, 1 1 " +"1, 0 1 1, 0 0 1)) )'));\n" " --result\n" " 6" -msgstr "SELECT ST_NumPatches(ST_GeomFromEWKT('POLYHEDRALSURFACE( ((0 0 0, 0 0 1, 0 1 1, 0 1 0, 0 0 0)), \n ((0 0 0, 0 1 0, 1 1 0, 1 0 0, 0 0 0)), ((0 0 0, 1 0 0, 1 0 1, 0 0 1, 0 0 0)), \n ((1 1 0, 1 1 1, 1 0 1, 1 0 0, 1 1 0)), \n ((0 1 0, 0 1 1, 1 1 1, 1 1 0, 0 1 0)), ((0 0 1, 1 0 1, 1 1 1, 0 1 1, 0 0 1)) )'));\n --result\n 6" #. Tag: refname #: reference_accessor.xml:1291 @@ -2226,7 +2917,9 @@ msgstr "ST_NumPoints" #, no-c-format msgid "" "Return the number of points in an ST_LineString or ST_CircularString value." -msgstr "Retourne le nombre de points d'un objet géométrique dans une valeur ST_LineString ou ST_CircularString." +msgstr "" +"Retourne le nombre de points d'un objet géométrique dans une valeur " +"ST_LineString ou ST_CircularString." #. Tag: funcprototype #: reference_accessor.xml:1298 @@ -2234,7 +2927,9 @@ msgstr "Retourne le nombre de points d'un objet géométrique dans une valeur ST msgid "" "integer ST_NumPoints " "geometry g1" -msgstr "integer ST_NumPoints geometry g1" +msgstr "" +"integer ST_NumPoints " +"geometry g1" #. Tag: para #: reference_accessor.xml:1308 @@ -2242,8 +2937,8 @@ msgstr "integer ST_NumPoints < msgid "" "Return the number of points in an ST_LineString or ST_CircularString value. " "Prior to 1.4 only works with Linestrings as the specs state. From 1.4 " -"forward this is an alias for ST_NPoints which returns number of vertexes for" -" not just line strings. Consider using ST_NPoints instead which is multi-" +"forward this is an alias for ST_NPoints which returns number of vertexes for " +"not just line strings. Consider using ST_NPoints instead which is multi-" "purpose and works with many geometry types." msgstr "" @@ -2257,10 +2952,15 @@ msgstr "&sqlmm_compliant; SQL-MM 3: 7.2.4" #: reference_accessor.xml:1321 #, no-c-format msgid "" -"SELECT ST_NumPoints(ST_GeomFromText('LINESTRING(77.29 29.07,77.42 29.26,77.27 29.31,77.29 29.07)'));\n" +"SELECT ST_NumPoints(ST_GeomFromText('LINESTRING(77.29 29.07,77.42 " +"29.26,77.27 29.31,77.29 29.07)'));\n" " --result\n" " 4" -msgstr "SELECT ST_NumPoints(ST_GeomFromText('LINESTRING(77.29 29.07,77.42 29.26,77.27 29.31,77.29 29.07)'));\n--result\n4" +msgstr "" +"SELECT ST_NumPoints(ST_GeomFromText('LINESTRING(77.29 29.07,77.42 " +"29.26,77.27 29.31,77.29 29.07)'));\n" +"--result\n" +"4" #. Tag: refname #: reference_accessor.xml:1332 @@ -2283,7 +2983,10 @@ msgid "" "geometry ST_PatchN " "geometry geomA " "integer n" -msgstr "geometry ST_PatchN geometry geomA integer n" +msgstr "" +"geometry ST_PatchN " +"geometry geomA " +"integer n" #. Tag: para #: reference_accessor.xml:1352 @@ -2307,7 +3010,9 @@ msgstr "" msgid "" "If you want to extract all geometries, of a geometry, ST_Dump is more " "efficient." -msgstr "Si toutes les géométries composant une géométrie doivent être extraites, ST_Dump sera plus efficace." +msgstr "" +"Si toutes les géométries composant une géométrie doivent être extraites, " +"ST_Dump sera plus efficace." #. Tag: programlisting #: reference_accessor.xml:1376 @@ -2316,10 +3021,13 @@ msgid "" "--Extract the 2nd face of the polyhedral surface\n" "SELECT ST_AsEWKT(ST_PatchN(geom, 2)) As geomewkt\n" "FROM (\n" -"VALUES (ST_GeomFromEWKT('POLYHEDRALSURFACE( ((0 0 0, 0 0 1, 0 1 1, 0 1 0, 0 0 0)), \n" -" ((0 0 0, 0 1 0, 1 1 0, 1 0 0, 0 0 0)), ((0 0 0, 1 0 0, 1 0 1, 0 0 1, 0 0 0)), \n" +"VALUES (ST_GeomFromEWKT('POLYHEDRALSURFACE( ((0 0 0, 0 0 1, 0 1 1, 0 1 0, 0 " +"0 0)), \n" +" ((0 0 0, 0 1 0, 1 1 0, 1 0 0, 0 0 0)), ((0 0 0, 1 0 0, 1 0 1, 0 0 1, " +"0 0 0)), \n" " ((1 1 0, 1 1 1, 1 0 1, 1 0 0, 1 1 0)), \n" -" ((0 1 0, 0 1 1, 1 1 1, 1 1 0, 0 1 0)), ((0 0 1, 1 0 1, 1 1 1, 0 1 1, 0 0 1)) )')) ) As foo(geom);\n" +" ((0 1 0, 0 1 1, 1 1 1, 1 1 0, 0 1 0)), ((0 0 1, 1 0 1, 1 1 1, 0 1 1, " +"0 0 1)) )')) ) As foo(geom);\n" "\n" " geomewkt\n" "---+-----------------------------------------\n" @@ -2332,7 +3040,9 @@ msgstr "" msgid "" ", , , , " -msgstr ", , , , " +msgstr "" +", , , , " #. Tag: refname #: reference_accessor.xml:1389 @@ -2354,17 +3064,19 @@ msgstr "" #, no-c-format msgid "" "geometry ST_PointN " -"geometry " -"a_linestring integer " -" n" -msgstr "geometry ST_PointN geometry a_linestring integer n" +"geometry a_linestring integer n" +msgstr "" +"geometry ST_PointN " +"geometry a_linestring integer n" #. Tag: para #: reference_accessor.xml:1409 #, no-c-format msgid "" -"Return the Nth point in the first linestring or circular linestring in" -" the geometry. Return NULL if there is no linestring in the geometry." +"Return the Nth point in the first linestring or circular linestring in " +"the geometry. Return NULL if there is no linestring in the geometry." msgstr "" #. Tag: para @@ -2401,7 +3113,8 @@ msgid "" "(3 rows)\n" "\n" "--Example circular string\n" -"SELECT ST_AsText(ST_PointN(ST_GeomFromText('CIRCULARSTRING(1 2, 3 2, 1 2)'),2));\n" +"SELECT ST_AsText(ST_PointN(ST_GeomFromText('CIRCULARSTRING(1 2, 3 2, 1 " +"2)'),2));\n" "\n" "st_astext\n" "----------\n" @@ -2428,7 +3141,9 @@ msgstr "" msgid "" "integer ST_SRID " "geometry g1" -msgstr "integer ST_SRID geometry g1" +msgstr "" +"integer ST_SRID " +"geometry g1" #. Tag: para #: reference_accessor.xml:1462 @@ -2442,10 +3157,10 @@ msgstr "" #: reference_accessor.xml:1463 #, no-c-format msgid "" -"spatial_ref_sys table is a table that catalogs all spatial reference systems" -" known to PostGIS and is used for transformations from one spatial reference" -" system to another. So verifying you have the right spatial reference system" -" identifier is important if you plan to ever transform your geometries." +"spatial_ref_sys table is a table that catalogs all spatial reference systems " +"known to PostGIS and is used for transformations from one spatial reference " +"system to another. So verifying you have the right spatial reference system " +"identifier is important if you plan to ever transform your geometries." msgstr "" #. Tag: para @@ -2461,15 +3176,20 @@ msgid "" "SELECT ST_SRID(ST_GeomFromText('POINT(-71.1043 42.315)',4326));\n" " --result\n" " 4326" -msgstr "SELECT ST_SRID(ST_GeomFromText('POINT(-71.1043 42.315)',4326));\n --result\n 4326" +msgstr "" +"SELECT ST_SRID(ST_GeomFromText('POINT(-71.1043 42.315)',4326));\n" +" --result\n" +" 4326" #. Tag: para #: reference_accessor.xml:1480 #, no-c-format msgid "" -", , , " -msgstr ", , , " +", , , " +msgstr "" +", , , " #. Tag: refname #: reference_accessor.xml:1486 @@ -2491,7 +3211,9 @@ msgstr "" msgid "" "geometry ST_StartPoint " "geometry geomA" -msgstr "geometry ST_StartPoint geometry geomA" +msgstr "" +"geometry ST_StartPoint " +"geometry geomA" #. Tag: para #: reference_accessor.xml:1505 @@ -2530,7 +3252,25 @@ msgid "" "------------\n" " POINT(0 1 1)\n" "(1 row)" -msgstr "SELECT ST_AsText(ST_StartPoint('LINESTRING(0 1, 0 2)'::geometry));\nst_astext\n------------\nPOINT(0 1)\n(1 row)\n\nSELECT ST_StartPoint('POINT(0 1)'::geometry) IS NULL AS is_null;\nis_null\n----------\nt\n(1 row)\n\n--3d line\nSELECT ST_AsEWKT(ST_StartPoint('LINESTRING(0 1 1, 0 2 2)'::geometry));\nst_asewkt\n------------\nPOINT(0 1 1)\n(1 row)" +msgstr "" +"SELECT ST_AsText(ST_StartPoint('LINESTRING(0 1, 0 2)'::geometry));\n" +"st_astext\n" +"------------\n" +"POINT(0 1)\n" +"(1 row)\n" +"\n" +"SELECT ST_StartPoint('POINT(0 1)'::geometry) IS NULL AS is_null;\n" +"is_null\n" +"----------\n" +"t\n" +"(1 row)\n" +"\n" +"--3d line\n" +"SELECT ST_AsEWKT(ST_StartPoint('LINESTRING(0 1 1, 0 2 2)'::geometry));\n" +"st_asewkt\n" +"------------\n" +"POINT(0 1 1)\n" +"(1 row)" #. Tag: para #: reference_accessor.xml:1528 @@ -2548,8 +3288,8 @@ msgstr "ST_Summary" #: reference_accessor.xml:1535 #, no-c-format msgid "" -"Returns a text summary of the contents of the " -"geometry." +"Returns a text summary of the contents of the geometry." msgstr "" #. Tag: funcsynopsis @@ -2557,11 +3297,16 @@ msgstr "" #, no-c-format msgid "" " text ST_Summary " -"geometry g " -" text " -"ST_Summary geography " -"g " -msgstr " text ST_Summary geometry g text ST_Summary geography g " +"geometry g text ST_Summary geography g " +msgstr "" +" text ST_Summary " +"geometry g text ST_Summary geography g " #. Tag: para #: reference_accessor.xml:1556 @@ -2605,14 +3350,16 @@ msgstr "" #: reference_accessor.xml:1569 #, no-c-format msgid "Availability: 1.2.2 - 2.0.0 added support for geography" -msgstr "Disponibilité: 1.2.2 - 2.0.0 ajout du support pour le type géographique" +msgstr "" +"Disponibilité: 1.2.2 - 2.0.0 ajout du support pour le type géographique" #. Tag: programlisting #: reference_accessor.xml:1576 #, no-c-format msgid "" "=# SELECT ST_Summary(ST_GeomFromText('LINESTRING(0 0, 1 1)')) as geom,\n" -" ST_Summary(ST_GeogFromText('POLYGON((0 0, 1 1, 1 2, 1 1, 0 0))')) geog;\n" +" ST_Summary(ST_GeogFromText('POLYGON((0 0, 1 1, 1 2, 1 1, 0 0))')) " +"geog;\n" " geom | geog \n" "-----------------------------+--------------------------\n" " LineString[B] with 2 points | Polygon[BG] with 1 rings\n" @@ -2621,8 +3368,10 @@ msgid "" "(1 row)\n" "\n" "\n" -"=# SELECT ST_Summary(ST_GeogFromText('LINESTRING(0 0 1, 1 1 1)')) As geog_line,\n" -" ST_Summary(ST_GeomFromText('POLYGON((0 0 1, 1 1 2, 1 2 3, 1 1 1, 0 0 1))')) As geom_poly;\n" +"=# SELECT ST_Summary(ST_GeogFromText('LINESTRING(0 0 1, 1 1 1)')) As " +"geog_line,\n" +" ST_Summary(ST_GeomFromText('POLYGON((0 0 1, 1 1 2, 1 2 3, 1 1 1, 0 0 " +"1))')) As geom_poly;\n" ";\n" " geog_line | geom_poly\n" "-------------------------------+--------------------------\n" @@ -2630,7 +3379,28 @@ msgid "" " : ring 0 has 5 points\n" " :\n" "(1 row)" -msgstr "=# SELECT ST_Summary(ST_GeomFromText('LINESTRING(0 0, 1 1)')) as geom,\nST_Summary(ST_GeogFromText('POLYGON((0 0, 1 1, 1 2, 1 1, 0 0))')) geog;\ngeom | geog \n-----------------------------+--------------------------\nLineString[B] with 2 points | Polygon[BG] with 1 rings\n: ring 0 has 5 points\n:\n(1 row)\n\n\n=# SELECT ST_Summary(ST_GeogFromText('LINESTRING(0 0 1, 1 1 1)')) As geog_line,\nST_Summary(ST_GeomFromText('POLYGON((0 0 1, 1 1 2, 1 2 3, 1 1 1, 0 0 1))')) As geom_poly;\n;\ngeog_line | geom_poly\n-------------------------------+--------------------------\nLineString[ZBG] with 2 points | Polygon[ZB] with 1 rings\n: ring 0 has 5 points\n:\n(1 row)" +msgstr "" +"=# SELECT ST_Summary(ST_GeomFromText('LINESTRING(0 0, 1 1)')) as geom,\n" +"ST_Summary(ST_GeogFromText('POLYGON((0 0, 1 1, 1 2, 1 1, 0 0))')) geog;\n" +"geom | geog \n" +"-----------------------------+--------------------------\n" +"LineString[B] with 2 points | Polygon[BG] with 1 rings\n" +": ring 0 has 5 points\n" +":\n" +"(1 row)\n" +"\n" +"\n" +"=# SELECT ST_Summary(ST_GeogFromText('LINESTRING(0 0 1, 1 1 1)')) As " +"geog_line,\n" +"ST_Summary(ST_GeomFromText('POLYGON((0 0 1, 1 1 2, 1 2 3, 1 1 1, 0 0 1))')) " +"As geom_poly;\n" +";\n" +"geog_line | geom_poly\n" +"-------------------------------+--------------------------\n" +"LineString[ZBG] with 2 points | Polygon[ZB] with 1 rings\n" +": ring 0 has 5 points\n" +":\n" +"(1 row)" #. Tag: para #: reference_accessor.xml:1582 @@ -2639,7 +3409,10 @@ msgid "" ", , , " ", , " -msgstr ", , , , , " +msgstr "" +", , , " +", , " #. Tag: para #: reference_accessor.xml:1591 @@ -2647,7 +3420,9 @@ msgstr ", , , msgid "" ", , , " "" -msgstr ", , , " +msgstr "" +", , , " +"" #. Tag: refname #: reference_accessor.xml:1602 @@ -2669,7 +3444,9 @@ msgstr "" msgid "" "float ST_X geometry " " a_point" -msgstr "float ST_X geometry a_point" +msgstr "" +"float ST_X geometry " +" a_point" #. Tag: para #: reference_accessor.xml:1620 @@ -2708,16 +3485,30 @@ msgid "" "------\n" " 1.5\n" "(1 row)" -msgstr "SELECT ST_X(ST_GeomFromEWKT('POINT(1 2 3 4)'));\n st_x\n------\n 1\n(1 row)\n\nSELECT ST_Y(ST_Centroid(ST_GeomFromEWKT('LINESTRING(1 2 3 4, 1 1 1 1)')));\n st_y\n------\n 1.5\n(1 row)" +msgstr "" +"SELECT ST_X(ST_GeomFromEWKT('POINT(1 2 3 4)'));\n" +" st_x\n" +"------\n" +" 1\n" +"(1 row)\n" +"\n" +"SELECT ST_Y(ST_Centroid(ST_GeomFromEWKT('LINESTRING(1 2 3 4, 1 1 1 1)')));\n" +" st_y\n" +"------\n" +" 1.5\n" +"(1 row)" #. Tag: para #: reference_accessor.xml:1640 #, no-c-format msgid "" ", , , , , , " -msgstr ", , , , , , " +"linkend=\"ST_XMax\"/>, , , " +msgstr "" +", , , , , , " #. Tag: refname #: reference_accessor.xml:1646 @@ -2729,8 +3520,8 @@ msgstr "ST_XMax" #: reference_accessor.xml:1648 #, no-c-format msgid "" -"Returns X maxima of a bounding box 2d or 3d or a " -"geometry." +"Returns X maxima of a bounding box 2d or 3d or a geometry." msgstr "" #. Tag: funcprototype @@ -2739,13 +3530,14 @@ msgstr "" msgid "" "float ST_XMax box3d " " aGeomorBox2DorBox3D" -msgstr "float ST_XMax box3d aGeomorBox2DorBox3D" +msgstr "" +"float ST_XMax box3d " +" aGeomorBox2DorBox3D" #. Tag: para #: reference_accessor.xml:1663 #, no-c-format -msgid "" -"Returns X maxima of a bounding box 2d or 3d or a geometry." +msgid "Returns X maxima of a bounding box 2d or 3d or a geometry." msgstr "" #. Tag: para @@ -2754,8 +3546,8 @@ msgstr "" #: reference_accessor.xml:1932 reference_accessor.xml:2019 #, no-c-format msgid "" -"Although this function is only defined for box3d, it will work for box2d and" -" geometry because of the auto-casting behavior defined for geometries and " +"Although this function is only defined for box3d, it will work for box2d and " +"geometry because of the auto-casting behavior defined for geometries and " "box2d. However you can not feed it a geometry or box2d text representation, " "since that will not auto-cast." msgstr "" @@ -2778,24 +3570,53 @@ msgid "" "st_xmax\n" "-------\n" "3\n" -"--Observe THIS DOES NOT WORK because it will try to autocast the string representation to a BOX3D\n" +"--Observe THIS DOES NOT WORK because it will try to autocast the string " +"representation to a BOX3D\n" "SELECT ST_XMax('LINESTRING(1 3, 5 6)');\n" "\n" "--ERROR: BOX3D parser - doesnt start with BOX3D(\n" "\n" -"SELECT ST_XMax(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 2,220227 150406 3)'));\n" +"SELECT ST_XMax(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 " +"2,220227 150406 3)'));\n" +"st_xmax\n" +"--------\n" +"220288.248780547" +msgstr "" +"SELECT ST_XMax('BOX3D(1 2 3, 4 5 6)');\n" +"st_xmax\n" +"-------\n" +"4\n" +"\n" +"SELECT ST_XMax(ST_GeomFromText('LINESTRING(1 3 4, 5 6 7)'));\n" +"st_xmax\n" +"-------\n" +"5\n" +"\n" +"SELECT ST_XMax(CAST('BOX(-3 2, 3 4)' As box2d));\n" +"st_xmax\n" +"-------\n" +"3\n" +"--Observe CELA NE FONCTIONNE PAS par ce qu'il tentera de caster la " +"représentation de la chaîne vers BOX3D\n" +"SELECT ST_XMax('LINESTRING(1 3, 5 6)');\n" +"\n" +"--ERREUR : BOX3D parser - ne démarre pas avec BOX3D(\n" +"\n" +"SELECT ST_XMax(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 " +"2,220227 150406 3)'));\n" "st_xmax\n" "--------\n" "220288.248780547" -msgstr "SELECT ST_XMax('BOX3D(1 2 3, 4 5 6)');\nst_xmax\n-------\n4\n\nSELECT ST_XMax(ST_GeomFromText('LINESTRING(1 3 4, 5 6 7)'));\nst_xmax\n-------\n5\n\nSELECT ST_XMax(CAST('BOX(-3 2, 3 4)' As box2d));\nst_xmax\n-------\n3\n--Observe CELA NE FONCTIONNE PAS par ce qu'il tentera de caster la représentation de la chaîne vers BOX3D\nSELECT ST_XMax('LINESTRING(1 3, 5 6)');\n\n--ERREUR : BOX3D parser - ne démarre pas avec BOX3D(\n\nSELECT ST_XMax(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 2,220227 150406 3)'));\nst_xmax\n--------\n220288.248780547" #. Tag: para #: reference_accessor.xml:1685 reference_accessor.xml:1730 #, no-c-format msgid "" -", , , , " -msgstr ", , , , " +", , , , " +msgstr "" +", , , , " #. Tag: refname #: reference_accessor.xml:1691 @@ -2807,8 +3628,8 @@ msgstr "ST_XMin" #: reference_accessor.xml:1693 #, no-c-format msgid "" -"Returns X minima of a bounding box 2d or 3d or a " -"geometry." +"Returns X minima of a bounding box 2d or 3d or a geometry." msgstr "" #. Tag: funcprototype @@ -2817,13 +3638,14 @@ msgstr "" msgid "" "float ST_XMin box3d " " aGeomorBox2DorBox3D" -msgstr "float ST_XMin box3d aGeomorBox2DorBox3D" +msgstr "" +"float ST_XMin box3d " +" aGeomorBox2DorBox3D" #. Tag: para #: reference_accessor.xml:1708 #, no-c-format -msgid "" -"Returns X minima of a bounding box 2d or 3d or a geometry." +msgid "Returns X minima of a bounding box 2d or 3d or a geometry." msgstr "" #. Tag: programlisting @@ -2844,16 +3666,43 @@ msgid "" "st_xmin\n" "-------\n" "-3\n" -"--Observe THIS DOES NOT WORK because it will try to autocast the string representation to a BOX3D\n" +"--Observe THIS DOES NOT WORK because it will try to autocast the string " +"representation to a BOX3D\n" "SELECT ST_XMin('LINESTRING(1 3, 5 6)');\n" "\n" "--ERROR: BOX3D parser - doesnt start with BOX3D(\n" "\n" -"SELECT ST_XMin(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 2,220227 150406 3)'));\n" +"SELECT ST_XMin(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 " +"2,220227 150406 3)'));\n" +"st_xmin\n" +"--------\n" +"220186.995121892" +msgstr "" +"SELECT ST_XMin('BOX3D(1 2 3, 4 5 6)');\n" +"st_xmin\n" +"-------\n" +"1\n" +"\n" +"SELECT ST_XMin(ST_GeomFromText('LINESTRING(1 3 4, 5 6 7)'));\n" +"st_xmin\n" +"-------\n" +"1\n" +"\n" +"SELECT ST_XMin(CAST('BOX(-3 2, 3 4)' As box2d));\n" +"st_xmin\n" +"-------\n" +"-3\n" +"--Observe THIS DOES NOT WORK because it will try to autocast the string " +"representation to a BOX3D\n" +"SELECT ST_XMin('LINESTRING(1 3, 5 6)');\n" +"\n" +"--ERROR: BOX3D parser - doesnt start with BOX3D(\n" +"\n" +"SELECT ST_XMin(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 " +"2,220227 150406 3)'));\n" "st_xmin\n" "--------\n" "220186.995121892" -msgstr "SELECT ST_XMin('BOX3D(1 2 3, 4 5 6)');\nst_xmin\n-------\n1\n\nSELECT ST_XMin(ST_GeomFromText('LINESTRING(1 3 4, 5 6 7)'));\nst_xmin\n-------\n1\n\nSELECT ST_XMin(CAST('BOX(-3 2, 3 4)' As box2d));\nst_xmin\n-------\n-3\n--Observe THIS DOES NOT WORK because it will try to autocast the string representation to a BOX3D\nSELECT ST_XMin('LINESTRING(1 3, 5 6)');\n\n--ERROR: BOX3D parser - doesnt start with BOX3D(\n\nSELECT ST_XMin(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 2,220227 150406 3)'));\nst_xmin\n--------\n220186.995121892" #. Tag: refname #: reference_accessor.xml:1736 @@ -2875,7 +3724,9 @@ msgstr "" msgid "" "float ST_Y geometry " " a_point" -msgstr "float ST_Y geometry a_point" +msgstr "" +"float ST_Y geometry " +" a_point" #. Tag: para #: reference_accessor.xml:1754 @@ -2906,16 +3757,30 @@ msgid "" "------\n" " 1.5\n" "(1 row)" -msgstr "SELECT ST_Y(ST_GeomFromEWKT('POINT(1 2 3 4)'));\nst_y\n------\n2\n(1 row)\n\nSELECT ST_Y(ST_Centroid(ST_GeomFromEWKT('LINESTRING(1 2 3 4, 1 1 1 1)')));\nst_y\n------\n1.5\n(1 row)" +msgstr "" +"SELECT ST_Y(ST_GeomFromEWKT('POINT(1 2 3 4)'));\n" +"st_y\n" +"------\n" +"2\n" +"(1 row)\n" +"\n" +"SELECT ST_Y(ST_Centroid(ST_GeomFromEWKT('LINESTRING(1 2 3 4, 1 1 1 1)')));\n" +"st_y\n" +"------\n" +"1.5\n" +"(1 row)" #. Tag: para #: reference_accessor.xml:1773 #, no-c-format msgid "" ", , , , , , " -msgstr ", , , , , , " +"linkend=\"ST_X\"/>, , , " +msgstr "" +", , , , , , " #. Tag: refname #: reference_accessor.xml:1779 @@ -2927,8 +3792,8 @@ msgstr "ST_YMax" #: reference_accessor.xml:1781 #, no-c-format msgid "" -"Returns Y maxima of a bounding box 2d or 3d or a " -"geometry." +"Returns Y maxima of a bounding box 2d or 3d or a geometry." msgstr "" #. Tag: funcprototype @@ -2937,13 +3802,14 @@ msgstr "" msgid "" "float ST_YMax box3d " " aGeomorBox2DorBox3D" -msgstr "float ST_YMax box3d aGeomorBox2DorBox3D" +msgstr "" +"float ST_YMax box3d " +" aGeomorBox2DorBox3D" #. Tag: para #: reference_accessor.xml:1796 #, no-c-format -msgid "" -"Returns Y maxima of a bounding box 2d or 3d or a geometry." +msgid "Returns Y maxima of a bounding box 2d or 3d or a geometry." msgstr "" #. Tag: programlisting @@ -2964,12 +3830,14 @@ msgid "" "st_ymax\n" "-------\n" "4\n" -"--Observe THIS DOES NOT WORK because it will try to autocast the string representation to a BOX3D\n" +"--Observe THIS DOES NOT WORK because it will try to autocast the string " +"representation to a BOX3D\n" "SELECT ST_YMax('LINESTRING(1 3, 5 6)');\n" "\n" "--ERROR: BOX3D parser - doesnt start with BOX3D(\n" "\n" -"SELECT ST_YMax(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 2,220227 150406 3)'));\n" +"SELECT ST_YMax(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 " +"2,220227 150406 3)'));\n" "st_ymax\n" "--------\n" "150506.126829327" @@ -2979,9 +3847,11 @@ msgstr "" #: reference_accessor.xml:1818 #, no-c-format msgid "" -", , , , " -msgstr ", , , , " +", , , , " +msgstr "" +", , , , " #. Tag: refname #: reference_accessor.xml:1824 @@ -2993,8 +3863,8 @@ msgstr "ST_YMin" #: reference_accessor.xml:1826 #, no-c-format msgid "" -"Returns Y minima of a bounding box 2d or 3d or a " -"geometry." +"Returns Y minima of a bounding box 2d or 3d or a geometry." msgstr "" #. Tag: funcprototype @@ -3003,13 +3873,14 @@ msgstr "" msgid "" "float ST_YMin box3d " " aGeomorBox2DorBox3D" -msgstr "float ST_YMin box3d aGeomorBox2DorBox3D" +msgstr "" +"float ST_YMin box3d " +" aGeomorBox2DorBox3D" #. Tag: para #: reference_accessor.xml:1841 #, no-c-format -msgid "" -"Returns Y minima of a bounding box 2d or 3d or a geometry." +msgid "Returns Y minima of a bounding box 2d or 3d or a geometry." msgstr "" #. Tag: programlisting @@ -3030,12 +3901,14 @@ msgid "" "st_ymin\n" "-------\n" "2\n" -"--Observe THIS DOES NOT WORK because it will try to autocast the string representation to a BOX3D\n" +"--Observe THIS DOES NOT WORK because it will try to autocast the string " +"representation to a BOX3D\n" "SELECT ST_YMin('LINESTRING(1 3, 5 6)');\n" "\n" "--ERROR: BOX3D parser - doesnt start with BOX3D(\n" "\n" -"SELECT ST_YMin(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 2,220227 150406 3)'));\n" +"SELECT ST_YMin(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 " +"2,220227 150406 3)'));\n" "st_ymin\n" "--------\n" "150406" @@ -3045,10 +3918,11 @@ msgstr "" #: reference_accessor.xml:1863 #, no-c-format msgid "" -", , , , , " -msgstr ", , , , , " +", , , , , " +msgstr "" +", , , , , " #. Tag: refname #: reference_accessor.xml:1869 @@ -3070,7 +3944,9 @@ msgstr "" msgid "" "float ST_Z geometry " " a_point" -msgstr "float ST_Z geometry a_point" +msgstr "" +"float ST_Z geometry " +" a_point" #. Tag: para #: reference_accessor.xml:1887 @@ -3095,9 +3971,11 @@ msgstr "" #: reference_accessor.xml:1906 #, no-c-format msgid "" -", , , , , " -msgstr ", , , , , " +", , , , , " +msgstr "" +", , , , , " #. Tag: refname #: reference_accessor.xml:1912 @@ -3109,8 +3987,8 @@ msgstr "ST_ZMax" #: reference_accessor.xml:1914 reference_accessor.xml:2001 #, no-c-format msgid "" -"Returns Z minima of a bounding box 2d or 3d or a " -"geometry." +"Returns Z minima of a bounding box 2d or 3d or a geometry." msgstr "" #. Tag: funcprototype @@ -3119,7 +3997,9 @@ msgstr "" msgid "" "float ST_ZMax box3d " " aGeomorBox2DorBox3D" -msgstr "float ST_ZMax box3d aGeomorBox2DorBox3D" +msgstr "" +"float ST_ZMax box3d " +" aGeomorBox2DorBox3D" #. Tag: para #: reference_accessor.xml:1929 @@ -3145,12 +4025,14 @@ msgid "" "st_zmax\n" "-------\n" "1\n" -"--Observe THIS DOES NOT WORK because it will try to autocast the string representation to a BOX3D\n" +"--Observe THIS DOES NOT WORK because it will try to autocast the string " +"representation to a BOX3D\n" "SELECT ST_ZMax('LINESTRING(1 3 4, 5 6 7)');\n" "\n" "--ERROR: BOX3D parser - doesnt start with BOX3D(\n" "\n" -"SELECT ST_ZMax(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 2,220227 150406 3)'));\n" +"SELECT ST_ZMax(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 " +"2,220227 150406 3)'));\n" "st_zmax\n" "--------\n" "3" @@ -3160,10 +4042,11 @@ msgstr "" #: reference_accessor.xml:1951 #, no-c-format msgid "" -", , , , , " -msgstr ", , , , , " +", , , , , " +msgstr "" +", , , , , " #. Tag: refname #: reference_accessor.xml:1957 @@ -3185,14 +4068,16 @@ msgstr "" msgid "" "smallint ST_Zmflag " "geometry geomA" -msgstr "smallint ST_Zmflag geometry geomA" +msgstr "" +"smallint ST_Zmflag " +"geometry geomA" #. Tag: para #: reference_accessor.xml:1975 #, no-c-format msgid "" -"Returns ZM (dimension semantic) flag of the geometries as a small int." -" Values are: 0=2d, 1=3dm, 2=3dz, 3=4d." +"Returns ZM (dimension semantic) flag of the geometries as a small int. " +"Values are: 0=2d, 1=3dm, 2=3dz, 3=4d." msgstr "" #. Tag: programlisting @@ -3237,13 +4122,14 @@ msgstr "ST_ZMin" msgid "" "float ST_ZMin box3d " " aGeomorBox2DorBox3D" -msgstr "float ST_ZMin box3d aGeomorBox2DorBox3D" +msgstr "" +"float ST_ZMin box3d " +" aGeomorBox2DorBox3D" #. Tag: para #: reference_accessor.xml:2016 #, no-c-format -msgid "" -"Returns Z minima of a bounding box 2d or 3d or a geometry." +msgid "Returns Z minima of a bounding box 2d or 3d or a geometry." msgstr "" #. Tag: programlisting @@ -3264,12 +4150,14 @@ msgid "" "st_zmin\n" "-------\n" "1\n" -"--Observe THIS DOES NOT WORK because it will try to autocast the string representation to a BOX3D\n" +"--Observe THIS DOES NOT WORK because it will try to autocast the string " +"representation to a BOX3D\n" "SELECT ST_ZMin('LINESTRING(1 3 4, 5 6 7)');\n" "\n" "--ERROR: BOX3D parser - doesnt start with BOX3D(\n" "\n" -"SELECT ST_ZMin(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 2,220227 150406 3)'));\n" +"SELECT ST_ZMin(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 " +"2,220227 150406 3)'));\n" "st_zmin\n" "--------\n" "1" @@ -3280,6 +4168,9 @@ msgstr "" #, no-c-format msgid "" ", , , , , , " -msgstr ", , , , , , " +"linkend=\"ST_XMax\"/>, , , " +msgstr "" +", , , , , , " diff --git a/doc/po/fr/reference_constructor.xml.po b/doc/po/fr/reference_constructor.xml.po index 04c5e8c3b..e9866c16a 100644 --- a/doc/po/fr/reference_constructor.xml.po +++ b/doc/po/fr/reference_constructor.xml.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# +# # Translators: # Nicolas Ribot , 2013 msgid "" @@ -9,11 +9,12 @@ msgstr "" "POT-Creation-Date: 2012-09-14 17:50+0000\n" "PO-Revision-Date: 2013-12-01 13:46+0000\n" "Last-Translator: Nicolas Ribot \n" -"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/" +"language/fr/)\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. Tag: title @@ -33,9 +34,11 @@ msgstr "ST_BdPolyFromText" #, no-c-format msgid "" "Construct a Polygon given an arbitrary collection of closed " -"linestrings as a MultiLineString Well-Known text " -"representation." -msgstr "Construit un Polygon à partir d'une collection de lignes fermées, exprimées sous forme de MultiLineString en représentation Well-Known text." +"linestrings as a MultiLineString Well-Known text representation." +msgstr "" +"Construit un Polygon à partir d'une collection de lignes " +"fermées, exprimées sous forme de MultiLineString en représentation Well-" +"Known text." #. Tag: funcprototype #: reference_constructor.xml:14 @@ -44,7 +47,10 @@ msgid "" "geometry ST_BdPolyFromText " "text WKT " "integer srid" -msgstr "geometry ST_BdPolyFromText text WKT integer srid" +msgstr "" +"geometry ST_BdPolyFromText " +"text WKT " +"integer srid" #. Tag: title #: reference_constructor.xml:23 reference_constructor.xml:72 @@ -75,7 +81,10 @@ msgstr "Description" msgid "" "Construct a Polygon given an arbitrary collection of closed " "linestrings as a MultiLineString Well-Known text representation." -msgstr "Construit un Polygon à partir d'une collection de lignes fermées, exprimées sous forme de MultiLineString en représentation Well-Known text." +msgstr "" +"Construit un Polygon à partir d'une collection de lignes fermées, " +"exprimées sous forme de MultiLineString en représentation Well-Known text." #. Tag: para #: reference_constructor.xml:30 @@ -84,7 +93,11 @@ msgid "" "Throws an error if WKT is not a MULTILINESTRING. Throws an error if output " "is a MULTIPOLYGON; use ST_BdMPolyFromText in that case, or see " "ST_BuildArea() for a postgis-specific approach." -msgstr "Renvoie une erreur si le WKT n'est pas une MULTILINESTRING. Renvoie une erreur si le résultat est un MULTIPOLYGON. Utiliser ST_BdMPolyFromText dans ce cas, ou voir ST_BuildArea() pour une approche basée sur une fonction spécifique." +msgstr "" +"Renvoie une erreur si le WKT n'est pas une MULTILINESTRING. Renvoie une " +"erreur si le résultat est un MULTIPOLYGON. Utiliser ST_BdMPolyFromText dans " +"ce cas, ou voir ST_BuildArea() pour une approche basée sur une fonction " +"spécifique." #. Tag: para #: reference_constructor.xml:36 reference_constructor.xml:88 @@ -165,9 +178,11 @@ msgstr "ST_BdMPolyFromText" #: reference_constructor.xml:56 #, no-c-format msgid "" -"Construct a MultiPolygon given an arbitrary collection of closed linestrings" -" as a MultiLineString text representation Well-Known text representation." -msgstr "Construit un MultiPolygon à partir d'une collection de lignes fermées, exprimées sous forme de MultiLineString en représentation Well-Known text." +"Construct a MultiPolygon given an arbitrary collection of closed linestrings " +"as a MultiLineString text representation Well-Known text representation." +msgstr "" +"Construit un MultiPolygon à partir d'une collection de lignes fermées, " +"exprimées sous forme de MultiLineString en représentation Well-Known text." #. Tag: funcprototype #: reference_constructor.xml:63 @@ -176,7 +191,10 @@ msgid "" "geometry ST_BdMPolyFromText " "text WKT " "integer srid" -msgstr "geometry ST_BdMPolyFromText text WKT integer srid" +msgstr "" +"geometry ST_BdMPolyFromText " +"text WKT " +"integer srid" #. Tag: para #: reference_constructor.xml:74 @@ -184,7 +202,9 @@ msgstr "geometry ST_BdMPolyFromText ST_BdPolyFromText if you're sure a " -"single POLYGON will result from operation, or see ST_BuildArea() for a postgis-specific " -"approach." -msgstr "Renvoie une erreur si le WKT n'est pas une MULTILINESTRING. Force le type de retour en MULTIPOLYGON même si le résultat est en fait composé d'un seul POLYGON. Utiliser ST_BdPolyFromText si l'on est sûr que le résultat produit des Polygon, ou voir la fonction spécifique PostGIS ST_BuildArea()." +"single POLYGON will result from operation, or see ST_BuildArea() for a postgis-specific approach." +msgstr "" +"Renvoie une erreur si le WKT n'est pas une MULTILINESTRING. Force le type de " +"retour en MULTIPOLYGON même si le résultat est en fait composé d'un seul " +"POLYGON. Utiliser ST_BdPolyFromText si l'on est sûr que le résultat produit des Polygon, ou voir la " +"fonction spécifique PostGIS ST_BuildArea()." #. Tag: para #: reference_constructor.xml:101 @@ -216,7 +241,9 @@ msgstr "ST_GeogFromText" msgid "" "Return a specified geography value from Well-Known Text representation or " "extended (WKT)." -msgstr "Retourne un objet de type geography à partir de sa représentation Well-Know Text (WKT ou EWKT)." +msgstr "" +"Retourne un objet de type geography à partir de sa représentation Well-Know " +"Text (WKT ou EWKT)." #. Tag: funcprototype #: reference_constructor.xml:112 @@ -224,7 +251,9 @@ msgstr "Retourne un objet de type geography à partir de sa représentation Well msgid "" "geography ST_GeogFromText " "text EWKT" -msgstr "geography ST_GeogFromText text EWKT" +msgstr "" +"geography ST_GeogFromText " +"text EWKT" #. Tag: para #: reference_constructor.xml:120 @@ -233,7 +262,11 @@ msgid "" "Returns a geography object from the well-known text or extended well-known " "representation. SRID 4326 is assumed. This is an alias for " "ST_GeographyFromText. Points are always expressed in long lat form." -msgstr "Retourne un objet de type geography à partir de sa représentation Well-Know Text (WKT ou EWKT). Le SRID 4326 est pris par défaut. Ceci est un alias pour ST_GeographyFromText. Les coordonnées des points sont exprimées en longitude latitude." +msgstr "" +"Retourne un objet de type geography à partir de sa représentation Well-Know " +"Text (WKT ou EWKT). Le SRID 4326 est pris par défaut. Ceci est un alias pour " +"ST_GeographyFromText. Les coordonnées des points sont exprimées en longitude " +"latitude." #. Tag: programlisting #: reference_constructor.xml:126 @@ -241,8 +274,13 @@ msgstr "Retourne un objet de type geography à partir de sa représentation Well msgid "" "--- converting lon lat coords to geography\n" "ALTER TABLE sometable ADD COLUMN geog geography(POINT,4326);\n" -"UPDATE sometable SET geog = ST_GeogFromText('SRID=4326;POINT(' || lon || ' ' || lat || ')');" -msgstr "--- converting lon lat coords to geography\nALTER TABLE sometable ADD COLUMN geog geography(POINT,4326);\nUPDATE sometable SET geog = ST_GeogFromText('SRID=4326;POINT(' || lon || ' ' || lat || ')');" +"UPDATE sometable SET geog = ST_GeogFromText('SRID=4326;POINT(' || lon || ' ' " +"|| lat || ')');" +msgstr "" +"--- converting lon lat coords to geography\n" +"ALTER TABLE sometable ADD COLUMN geog geography(POINT,4326);\n" +"UPDATE sometable SET geog = ST_GeogFromText('SRID=4326;POINT(' || lon || ' ' " +"|| lat || ')');" #. Tag: para #: reference_constructor.xml:130 @@ -262,7 +300,9 @@ msgstr "ST_GeographyFromText" msgid "" "geography ST_GeographyFromText " "text EWKT" -msgstr "geography ST_GeographyFromText text EWKT" +msgstr "" +"geography ST_GeographyFromText " +"text EWKT" #. Tag: para #: reference_constructor.xml:149 @@ -270,7 +310,9 @@ msgstr "geography ST_GeographyFromText < msgid "" "Returns a geography object from the well-known text representation. SRID " "4326 is assumed." -msgstr "Retourne un objet de type geography à partir de sa représentation Well-Know Text (WKT ou EWKT). SRID 4326 par défaut." +msgstr "" +"Retourne un objet de type geography à partir de sa représentation Well-Know " +"Text (WKT ou EWKT). SRID 4326 par défaut." #. Tag: para #: reference_constructor.xml:154 @@ -290,7 +332,9 @@ msgstr "ST_GeogFromWKB" msgid "" "Creates a geography instance from a Well-Known Binary geometry " "representation (WKB) or extended Well Known Binary (EWKB)." -msgstr "Retourne un objet de type geography à partir de sa représentation binaire Well-Know Binary (WKB ou EWKB)." +msgstr "" +"Retourne un objet de type geography à partir de sa représentation binaire " +"Well-Know Binary (WKB ou EWKB)." #. Tag: funcprototype #: reference_constructor.xml:167 @@ -298,7 +342,9 @@ msgstr "Retourne un objet de type geography à partir de sa représentation bina msgid "" "geography ST_GeogFromWKB " "bytea geom" -msgstr "geography ST_GeogFromWKB bytea geom" +msgstr "" +"geography ST_GeogFromWKB " +"bytea geom" #. Tag: para #: reference_constructor.xml:177 @@ -308,13 +354,17 @@ msgid "" "representation (WKB) of a geometry or PostGIS Extended WKB and creates an " "instance of the appropriate geography type. This function plays the role of " "the Geometry Factory in SQL." -msgstr "ST_GeogFromWKB prend en paramètre une représentation binaire d'une géométrie (WKB ou EWKB) et crée une instance de type geography. Cette fonction assure le rôle de Geometry Factory en SQL." +msgstr "" +"ST_GeogFromWKB prend en paramètre une représentation " +"binaire d'une géométrie (WKB ou EWKB) et crée une instance de type " +"geography. Cette fonction assure le rôle de Geometry Factory en SQL." #. Tag: para #: reference_constructor.xml:182 #, no-c-format msgid "If SRID is not specified, it defaults to 4326 (WGS 84 long lat)." -msgstr "Si le SRID n'est pas spécifié, la valeur 4326 est prise (WGS 84 long lat)." +msgstr "" +"Si le SRID n'est pas spécifié, la valeur 4326 est prise (WGS 84 long lat)." #. Tag: para #: reference_constructor.xml:184 reference_constructor.xml:286 @@ -328,15 +378,31 @@ msgstr "&curve_support;" #: reference_constructor.xml:192 #, no-c-format msgid "" -"--Although bytea rep contains single \\, these need to be escaped when inserting into a table\n" +"--Although bytea rep contains single \\, these need to be escaped when " +"inserting into a table\n" +"SELECT ST_AsText(\n" +"ST_GeogFromWKB(E'\\\\001\\\\002\\\\000\\\\000\\\\000\\\\002\\\\000\\\\000\\" +"\\000\\\\037\\\\205\\\\353Q\\\\270~\\\\\\\\\\\\300\\\\323Mb\\\\020X\\\\231C@" +"\\\\020X9\\\\264\\\\310~\\\\\\\\\\\\300)\\\\\\\\\\\\217\\\\302\\\\365\\" +"\\230C@')\n" +");\n" +" st_astext\n" +"------------------------------------------------------\n" +" LINESTRING(-113.98 39.198,-113.981 39.195)\n" +"(1 row)" +msgstr "" +"--Although bytea rep contains single \\, these need to be escaped when " +"inserting into a table\n" "SELECT ST_AsText(\n" -"ST_GeogFromWKB(E'\\\\001\\\\002\\\\000\\\\000\\\\000\\\\002\\\\000\\\\000\\\\000\\\\037\\\\205\\\\353Q\\\\270~\\\\\\\\\\\\300\\\\323Mb\\\\020X\\\\231C@\\\\020X9\\\\264\\\\310~\\\\\\\\\\\\300)\\\\\\\\\\\\217\\\\302\\\\365\\\\230C@')\n" +"ST_GeogFromWKB(E'\\\\001\\\\002\\\\000\\\\000\\\\000\\\\002\\\\000\\\\000\\" +"\\000\\\\037\\\\205\\\\353Q\\\\270~\\\\\\\\\\\\300\\\\323Mb\\\\020X\\\\231C@" +"\\\\020X9\\\\264\\\\310~\\\\\\\\\\\\300)\\\\\\\\\\\\217\\\\302\\\\365\\" +"\\230C@')\n" ");\n" " st_astext\n" "------------------------------------------------------\n" " LINESTRING(-113.98 39.198,-113.981 39.195)\n" "(1 row)" -msgstr "--Although bytea rep contains single \\, these need to be escaped when inserting into a table\nSELECT ST_AsText(\nST_GeogFromWKB(E'\\\\001\\\\002\\\\000\\\\000\\\\000\\\\002\\\\000\\\\000\\\\000\\\\037\\\\205\\\\353Q\\\\270~\\\\\\\\\\\\300\\\\323Mb\\\\020X\\\\231C@\\\\020X9\\\\264\\\\310~\\\\\\\\\\\\300)\\\\\\\\\\\\217\\\\302\\\\365\\\\230C@')\n);\n st_astext\n------------------------------------------------------\n LINESTRING(-113.98 39.198,-113.981 39.195)\n(1 row)" #. Tag: para #: reference_constructor.xml:197 @@ -354,22 +420,30 @@ msgstr "ST_GeomCollFromText" #: reference_constructor.xml:206 #, no-c-format msgid "" -"Makes a collection Geometry from collection WKT with the given SRID. If SRID" -" is not give, it defaults to -1." -msgstr "Construit une collection de geometry à partir d'une collection de géométries exprimée en texte WKT et du SRID donnée. Si aucun SRID n'est donné, la valeur par défaut est -1." +"Makes a collection Geometry from collection WKT with the given SRID. If SRID " +"is not give, it defaults to -1." +msgstr "" +"Construit une collection de geometry à partir d'une collection de géométries " +"exprimée en texte WKT et du SRID donnée. Si aucun SRID n'est donné, la " +"valeur par défaut est -1." #. Tag: funcsynopsis #: reference_constructor.xml:211 #, no-c-format msgid "" -" geometry " -"ST_GeomCollFromText text " -" WKT integer " -" srid " -" geometry " -"ST_GeomCollFromText text " -" WKT " -msgstr " geometry ST_GeomCollFromText text WKT integer srid geometry ST_GeomCollFromText text WKT " +" geometry ST_GeomCollFromText text WKT " +"integer srid geometry " +"ST_GeomCollFromText text WKT " +msgstr "" +" geometry ST_GeomCollFromText text WKT " +"integer srid geometry " +"ST_GeomCollFromText text WKT " #. Tag: para #: reference_constructor.xml:229 @@ -377,7 +451,10 @@ msgstr " geometry ST_GeomCollFromTextgeometry ST_GeomFromEWKB " "bytea EWKB" -msgstr "geometry ST_GeomFromEWKB bytea EWKB" +msgstr "" +"geometry ST_GeomFromEWKB " +"bytea EWKB" #. Tag: para #: reference_constructor.xml:279 @@ -450,7 +536,9 @@ msgstr "geometry ST_GeomFromEWKB geometry ST_GeomFromEWKT " "text EWKT" -msgstr "geometry ST_GeomFromEWKT text EWKT" +msgstr "" +"geometry ST_GeomFromEWKT " +"text EWKT" #. Tag: para #: reference_constructor.xml:327 @@ -574,7 +693,9 @@ msgstr "geometry ST_GeomFromEWKT , " -msgstr ", , " +msgid "" +", , " +msgstr "" +", , " #. Tag: refname #: reference_constructor.xml:352 @@ -662,20 +843,27 @@ msgstr "ST_GeometryFromText" msgid "" "Return a specified ST_Geometry value from Well-Known Text representation " "(WKT). This is an alias name for ST_GeomFromText" -msgstr "Retourne un objet ST_Geometry à partir de sa représentation textuelle Well-Known Text (WKT). Alias pour ST_GeomFromText" +msgstr "" +"Retourne un objet ST_Geometry à partir de sa représentation textuelle Well-" +"Known Text (WKT). Alias pour ST_GeomFromText" #. Tag: funcsynopsis #: reference_constructor.xml:356 #, no-c-format msgid "" -" geometry " -"ST_GeometryFromText text " -" WKT " -" geometry " -"ST_GeometryFromText text " -" WKT integer " -" srid " -msgstr " geometry ST_GeometryFromText text WKT geometry ST_GeometryFromText text WKT integer srid " +" geometry ST_GeometryFromText text WKT " +" geometry " +"ST_GeometryFromText text WKT integer " +"srid " +msgstr "" +" geometry ST_GeometryFromText text WKT " +" geometry " +"ST_GeometryFromText text WKT integer " +"srid " #. Tag: para #: reference_constructor.xml:370 reference_constructor.xml:1650 @@ -699,29 +887,37 @@ msgstr "ST_GeomFromGML" #: reference_constructor.xml:382 #, no-c-format msgid "" -"Takes as input GML representation of geometry and outputs a PostGIS geometry" -" object" -msgstr "Prend en paramètre une représentation GML d'une géométrie et renvoie un objet PostGIS de type geometry." +"Takes as input GML representation of geometry and outputs a PostGIS geometry " +"object" +msgstr "" +"Prend en paramètre une représentation GML d'une géométrie et renvoie un " +"objet PostGIS de type geometry." #. Tag: funcsynopsis #: reference_constructor.xml:386 #, no-c-format msgid "" -" geometry " +" geometry ST_GeomFromGML text geomgml geometry " "ST_GeomFromGML text " -"geomgml " -"geometry ST_GeomFromGML " -"text geomgml " -"integer srid " -"" -msgstr " geometry ST_GeomFromGML text geomgml geometry ST_GeomFromGML text geomgml integer srid " +"geomgml integer " +"srid " +msgstr "" +" geometry ST_GeomFromGML text geomgml geometry " +"ST_GeomFromGML text " +"geomgml integer " +"srid " #. Tag: para #: reference_constructor.xml:401 #, no-c-format msgid "" "Constructs a PostGIS ST_Geometry object from the OGC GML representation." -msgstr "Construit un objet PostGIS ST_Geometry à partir d'une représentation GML OGC." +msgstr "" +"Construit un objet PostGIS ST_Geometry à partir d'une représentation GML OGC." #. Tag: para #: reference_constructor.xml:402 @@ -729,7 +925,10 @@ msgstr "Construit un objet PostGIS ST_Geometry à partir d'une représentation G msgid "" "ST_GeomFromGML works only for GML Geometry fragments. It throws an error if " "you try to use it on a whole GML document." -msgstr "La fonction ST_GeomFromGML fonctionne uniquement avec le fragment GML représentant la géométrie. Elle renvoie une error si un document GML complet est utilisé." +msgstr "" +"La fonction ST_GeomFromGML fonctionne uniquement avec le fragment GML " +"représentant la géométrie. Elle renvoie une error si un document GML complet " +"est utilisé." #. Tag: para #: reference_constructor.xml:403 @@ -737,11 +936,17 @@ msgstr "La fonction ST_GeomFromGML fonctionne uniquement avec le fragment GML re msgid "" "OGC GML versions supported: GML 3.2.1 " "Namespace GML 3.1.1 Simple Features " -"profile SF-2 (with GML 3.1.0 and 3.0.0 backward compatibility) " -" GML 2.1.2 " -"OGC GML standards, cf: http://www.opengeospatial.org/standards/gml:" -msgstr "version OGC GML supportée: GML 3.2.1 Namespace GML 3.1.1 Simple Features profile SF-2 (with GML 3.1.0 and 3.0.0 backward compatibility) GML 2.1.2 OGC GML standards, cf: http://www.opengeospatial.org/standards/gml:" +"profile SF-2 (with GML 3.1.0 and 3.0.0 backward compatibility) GML 2.1.2 OGC " +"GML standards, cf: http://www.opengeospatial.org/standards/gml:" +msgstr "" +"version OGC GML supportée: GML 3.2.1 " +"Namespace GML 3.1.1 Simple Features " +"profile SF-2 (with GML 3.1.0 and 3.0.0 backward compatibility) GML 2.1.2 OGC " +"GML standards, cf: http://www.opengeospatial.org/standards/gml:" #. Tag: para #: reference_constructor.xml:419 reference_constructor.xml:566 @@ -762,7 +967,10 @@ msgid "" "GML allow mixed dimensions (2D and 3D inside the same MultiGeometry for " "instance). As PostGIS geometries don't, ST_GeomFromGML convert the whole " "geometry to 2D if a missing Z dimension is found once." -msgstr "Le format GML supporte des objets de dimensions différentes (2D et 3D dans la même MultiGeometry par exemple). PostGIS ne supportant pas cela, la fonction convertit toute la géometrie en 2D si une seule coordonnée Z manque." +msgstr "" +"Le format GML supporte des objets de dimensions différentes (2D et 3D dans " +"la même MultiGeometry par exemple). PostGIS ne supportant pas cela, la " +"fonction convertit toute la géometrie en 2D si une seule coordonnée Z manque." #. Tag: para #: reference_constructor.xml:427 @@ -772,22 +980,32 @@ msgid "" "don't, ST_GeomFromGML, in this case, reproject all subgeometries to the SRS " "root node. If no srsName attribute available for the GML root node, the " "function throw an error." -msgstr "Le format GML supporte des objets ayant des SRID différents dans la même MultiGeometry. PostGIS ne supportant pas cela, ST_GeomFromGML reprojète toutes les sous géométries dans le SRS du noeud racine. Si aucun attribut srsName n'est disponible pour le noeud racine GML, la fonction renvoie une erreur." +msgstr "" +"Le format GML supporte des objets ayant des SRID différents dans la même " +"MultiGeometry. PostGIS ne supportant pas cela, ST_GeomFromGML reprojète " +"toutes les sous géométries dans le SRS du noeud racine. Si aucun attribut " +"srsName n'est disponible pour le noeud racine GML, la fonction renvoie une " +"erreur." #. Tag: para #: reference_constructor.xml:429 #, no-c-format msgid "" -"ST_GeomFromGML function is not pedantic about an explicit GML namespace. You" -" could avoid to mention it explicitly for common usages. But you need it if " +"ST_GeomFromGML function is not pedantic about an explicit GML namespace. You " +"could avoid to mention it explicitly for common usages. But you need it if " "you want to use XLink feature inside GML." -msgstr "La fonction ST_GeomFromGML n'impose pas d'utiliser un espace de noms GML explicite. Pour les usages courants, il peut être ignoré. Il est en revanche nécessaire en cas d'utilisation de la fonctionnalité XLink dans le GML." +msgstr "" +"La fonction ST_GeomFromGML n'impose pas d'utiliser un espace de noms GML " +"explicite. Pour les usages courants, il peut être ignoré. Il est en revanche " +"nécessaire en cas d'utilisation de la fonctionnalité XLink dans le GML." #. Tag: para #: reference_constructor.xml:431 #, no-c-format msgid "ST_GeomFromGML function not support SQL/MM curves geometries." -msgstr "La fonction ST_GeomFromGML ne supporte pas les géométries de type SQL/MM courbes." +msgstr "" +"La fonction ST_GeomFromGML ne supporte pas les géométries de type SQL/MM " +"courbes." #. Tag: title #: reference_constructor.xml:437 reference_constructor.xml:535 @@ -802,10 +1020,18 @@ msgid "" "SELECT ST_GeomFromGML('\n" " \n" -" -71.16028,42.258729 -71.160837,42.259112 -71.161143,42.25932\n" +" -71.16028,42.258729 -71.160837,42.259112 " +"-71.161143,42.25932\n" +" \n" +" ']]>);" +msgstr "" +"SELECT ST_GeomFromGML('\n" +" \n" +" -71.16028,42.258729 -71.160837,42.259112 " +"-71.161143,42.25932\n" " \n" " ']]>);" -msgstr "SELECT ST_GeomFromGML('\n \n -71.16028,42.258729 -71.160837,42.259112 -71.161143,42.25932\n \n ']]>);" #. Tag: title #: reference_constructor.xml:442 @@ -819,17 +1045,35 @@ msgstr "Exemple - utilisation de XLink" msgid "" "SELECT \n" +" \n" +" 42.258729 " +"-71.16028\n" +" \n" +" 42.259112 -71.160837\n" +" \n" +" \n" +" \n" +" ');]]>);" +msgstr "" +"SELECT \n" " \n" -" 42.258729 -71.16028\n" +" 42.258729 " +"-71.16028\n" " \n" " 42.259112 -71.160837\n" " \n" -" \n" +" \n" " \n" " ');]]>);" -msgstr "SELECT \n \n 42.258729 -71.16028\n \n 42.259112 -71.160837\n \n \n \n ');]]>);" #. Tag: title #: reference_constructor.xml:447 @@ -846,32 +1090,88 @@ msgid "" "\n" " \n" " \n" -" 0 0 0 0 0 1 0 1 1 0 1 0 0 0 0\n" +" 0 0 0 0 0 1 0 1 1 0 1 " +"0 0 0 0\n" +" \n" +" \n" +" \n" +" \n" +" 0 0 0 0 1 0 1 1 " +"0 1 0 0 0 0 0\n" +" \n" +" \n" +" \n" +" \n" +" 0 0 0 1 0 0 1 0 " +"1 0 0 1 0 0 0\n" +" \n" +" \n" +" \n" +" \n" +" 1 1 0 1 1 1 1 0 " +"1 1 0 0 1 1 0\n" +" \n" +" \n" +" \n" +" \n" +" 0 1 0 0 1 1 1 1 " +"1 1 1 0 0 1 0\n" +" \n" +" \n" +" \n" +" \n" +" 0 0 1 1 0 1 1 1 " +"1 0 1 1 0 0 1\n" +" \n" +" \n" +"\n" +"']]>));\n" +"\n" +"-- result --\n" +" POLYHEDRALSURFACE(((0 0 0,0 0 1,0 1 1,0 1 0,0 0 0)),\n" +" ((0 0 0,0 1 0,1 1 0,1 0 0,0 0 0)),\n" +" ((0 0 0,1 0 0,1 0 1,0 0 1,0 0 0)),\n" +" ((1 1 0,1 1 1,1 0 1,1 0 0,1 1 0)),\n" +" ((0 1 0,0 1 1,1 1 1,1 1 0,0 1 0)),\n" +" ((0 0 1,1 0 1,1 1 1,0 1 1,0 0 1)))" +msgstr "" +"SELECT ST_AsEWKT(\n" +"\n" +" \n" +" \n" +" 0 0 0 0 0 1 0 1 1 0 1 " +"0 0 0 0\n" " \n" " \n" " \n" " \n" -" 0 0 0 0 1 0 1 1 0 1 0 0 0 0 0\n" +" 0 0 0 0 1 0 1 1 " +"0 1 0 0 0 0 0\n" " \n" " \n" " \n" " \n" -" 0 0 0 1 0 0 1 0 1 0 0 1 0 0 0\n" +" 0 0 0 1 0 0 1 0 " +"1 0 0 1 0 0 0\n" " \n" " \n" " \n" " \n" -" 1 1 0 1 1 1 1 0 1 1 0 0 1 1 0\n" +" 1 1 0 1 1 1 1 0 " +"1 1 0 0 1 1 0\n" " \n" " \n" " \n" " \n" -" 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0\n" +" 0 1 0 0 1 1 1 1 " +"1 1 1 0 0 1 0\n" " \n" " \n" " \n" " \n" -" 0 0 1 1 0 1 1 1 1 0 1 1 0 0 1\n" +" 0 0 1 1 0 1 1 1 " +"1 0 1 1 0 0 1\n" " \n" " \n" "\n" @@ -884,7 +1184,6 @@ msgid "" " ((1 1 0,1 1 1,1 0 1,1 0 0,1 1 0)),\n" " ((0 1 0,0 1 1,1 1 1,1 1 0,0 1 0)),\n" " ((0 0 1,1 0 1,1 1 1,0 1 1,0 0 1)))" -msgstr "SELECT ST_AsEWKT(\n\n \n \n 0 0 0 0 0 1 0 1 1 0 1 0 0 0 0\n \n \n \n \n 0 0 0 0 1 0 1 1 0 1 0 0 0 0 0\n \n \n \n \n 0 0 0 1 0 0 1 0 1 0 0 1 0 0 0\n \n \n \n \n 1 1 0 1 1 1 1 0 1 1 0 0 1 1 0\n \n \n \n \n 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0\n \n \n \n \n 0 0 1 1 0 1 1 1 1 0 1 1 0 0 1\n \n \n\n']]>));\n\n-- result --\n POLYHEDRALSURFACE(((0 0 0,0 0 1,0 1 1,0 1 0,0 0 0)),\n ((0 0 0,0 1 0,1 1 0,1 0 0,0 0 0)),\n ((0 0 0,1 0 0,1 0 1,0 0 1,0 0 0)),\n ((1 1 0,1 1 1,1 0 1,1 0 0,1 1 0)),\n ((0 1 0,0 1 1,1 1 1,1 1 0,0 1 0)),\n ((0 0 1,1 0 1,1 1 1,0 1 1,0 0 1)))" #. Tag: para #: reference_constructor.xml:454 @@ -904,7 +1203,9 @@ msgstr "ST_GeomFromGeoJSON" msgid "" "Takes as input a geojson representation of a geometry and outputs a PostGIS " "geometry object" -msgstr "Prend en entrée une géométrie au format geojson et renvoie un objet Postgis de type geometry." +msgstr "" +"Prend en entrée une géométrie au format geojson et renvoie un objet Postgis " +"de type geometry." #. Tag: funcprototype #: reference_constructor.xml:466 @@ -912,13 +1213,17 @@ msgstr "Prend en entrée une géométrie au format geojson et renvoie un objet P msgid "" "geometry ST_GeomFromGeoJSON " "text geomjson" -msgstr "geometry ST_GeomFromGeoJSON text geomjson" +msgstr "" +"geometry ST_GeomFromGeoJSON " +"text geomjson" #. Tag: para #: reference_constructor.xml:475 #, no-c-format msgid "Constructs a PostGIS geometry object from the GeoJSON representation." -msgstr "Construit un objet Postgis de type geometry à partir d'une représentation GeoJSON." +msgstr "" +"Construit un objet Postgis de type geometry à partir d'une représentation " +"GeoJSON." #. Tag: para #: reference_constructor.xml:476 @@ -926,7 +1231,10 @@ msgstr "Construit un objet Postgis de type geometry à partir d'une représentat msgid "" "ST_GeomFromGeoJSON works only for JSON Geometry fragments. It throws an " "error if you try to use it on a whole JSON document." -msgstr "La fonction ST_GeomFromGeoJSON fonctionne uniquement avec le fragment JSON représentant la géométrie. Elle renvoie une erreur si un document JSON complet est utilisé." +msgstr "" +"La fonction ST_GeomFromGeoJSON fonctionne uniquement avec le fragment JSON " +"représentant la géométrie. Elle renvoie une erreur si un document JSON " +"complet est utilisé." #. Tag: para #: reference_constructor.xml:478 @@ -939,40 +1247,59 @@ msgstr "Disponibilité: 2.0.0 nécessite JSON-C >= 0.9" #, no-c-format msgid "" "If you do not have JSON-C enabled, support you will get an error notice " -"instead of seeing an output. To enable JSON-C, run configure --with-" -"jsondir=/path/to/json-c. See " -"for details." -msgstr "Si JSON-C n'est pas disponible sur le système, une erreur est renvoyée. Pour activer JSON-C, lancer configure --with-jsondir=/path/to/json-c. Cf. pour plus de détails." +"instead of seeing an output. To enable JSON-C, run configure --with-jsondir=/" +"path/to/json-c. See for " +"details." +msgstr "" +"Si JSON-C n'est pas disponible sur le système, une erreur est renvoyée. " +"Pour activer JSON-C, lancer configure --with-jsondir=/path/to/json-c. Cf. " +" pour plus de détails." #. Tag: programlisting #: reference_constructor.xml:486 #, no-c-format msgid "" -"SELECT ST_AsText(ST_GeomFromGeoJSON('{\"type\":\"Point\",\"coordinates\":[-48.23456,20.12345]}')) As wkt;\n" +"SELECT ST_AsText(ST_GeomFromGeoJSON('{\"type\":\"Point\",\"coordinates\":" +"[-48.23456,20.12345]}')) As wkt;\n" +"wkt\n" +"------\n" +"POINT(-48.23456 20.12345)" +msgstr "" +"SELECT ST_AsText(ST_GeomFromGeoJSON('{\"type\":\"Point\",\"coordinates\":" +"[-48.23456,20.12345]}')) As wkt;\n" "wkt\n" "------\n" "POINT(-48.23456 20.12345)" -msgstr "SELECT ST_AsText(ST_GeomFromGeoJSON('{\"type\":\"Point\",\"coordinates\":[-48.23456,20.12345]}')) As wkt;\nwkt\n------\nPOINT(-48.23456 20.12345)" #. Tag: programlisting #: reference_constructor.xml:487 #, no-c-format msgid "" "-- a 3D linestring\n" -"SELECT ST_AsText(ST_GeomFromGeoJSON('{\"type\":\"LineString\",\"coordinates\":[[1,2,3],[4,5,6],[7,8,9]]}')) As wkt;\n" +"SELECT ST_AsText(ST_GeomFromGeoJSON('{\"type\":\"LineString\",\"coordinates" +"\":[[1,2,3],[4,5,6],[7,8,9]]}')) As wkt;\n" +"\n" +"wkt\n" +"-------------------\n" +"LINESTRING(1 2,4 5,7 8)" +msgstr "" +"-- a 3D linestring\n" +"SELECT ST_AsText(ST_GeomFromGeoJSON('{\"type\":\"LineString\",\"coordinates" +"\":[[1,2,3],[4,5,6],[7,8,9]]}')) As wkt;\n" "\n" "wkt\n" "-------------------\n" "LINESTRING(1 2,4 5,7 8)" -msgstr "-- a 3D linestring\nSELECT ST_AsText(ST_GeomFromGeoJSON('{\"type\":\"LineString\",\"coordinates\":[[1,2,3],[4,5,6],[7,8,9]]}')) As wkt;\n\nwkt\n-------------------\nLINESTRING(1 2,4 5,7 8)" #. Tag: para #: reference_constructor.xml:493 #, no-c-format msgid "" -", , " -msgstr ", , " +", , " +msgstr "" +", , " #. Tag: refname #: reference_constructor.xml:499 @@ -984,9 +1311,11 @@ msgstr "ST_GeomFromKML" #: reference_constructor.xml:500 #, no-c-format msgid "" -"Takes as input KML representation of geometry and outputs a PostGIS geometry" -" object" -msgstr "Prend en entrée une géométrie au format KML et renvoie un objet Postgis de type geometry." +"Takes as input KML representation of geometry and outputs a PostGIS geometry " +"object" +msgstr "" +"Prend en entrée une géométrie au format KML et renvoie un objet Postgis de " +"type geometry." #. Tag: funcprototype #: reference_constructor.xml:505 @@ -994,14 +1323,18 @@ msgstr "Prend en entrée une géométrie au format KML et renvoie un objet Postg msgid "" "geometry ST_GeomFromKML " "text geomkml" -msgstr "geometry ST_GeomFromKML text geomkml" +msgstr "" +"geometry ST_GeomFromKML " +"text geomkml" #. Tag: para #: reference_constructor.xml:514 #, no-c-format msgid "" "Constructs a PostGIS ST_Geometry object from the OGC KML representation." -msgstr "Construit un objet Postgis de type geometry à partir d'une représentation OGC KML." +msgstr "" +"Construit un objet Postgis de type geometry à partir d'une représentation " +"OGC KML." #. Tag: para #: reference_constructor.xml:515 @@ -1009,7 +1342,10 @@ msgstr "Construit un objet Postgis de type geometry à partir d'une représentat msgid "" "ST_GeomFromKML works only for KML Geometry fragments. It throws an error if " "you try to use it on a whole KML document." -msgstr "La fonction ST_GeomFromKML fonctionne uniquement avec le fragment KML représentant la géométrie. Elle renvoie une erreur si un document KML complet est utilisé." +msgstr "" +"La fonction ST_GeomFromKML fonctionne uniquement avec le fragment KML " +"représentant la géométrie. Elle renvoie une erreur si un document KML " +"complet est utilisé." #. Tag: para #: reference_constructor.xml:516 @@ -1017,8 +1353,13 @@ msgstr "La fonction ST_GeomFromKML fonctionne uniquement avec le fragment KML re msgid "" "OGC KML versions supported: KML 2.2.0 " "Namespace OGC KML standards, cf: http://www.opengeospatial.org/standards/kml:" -msgstr "versions OGC KML supportées: KML 2.2.0 Namespace OGC KML standards, cf: http://www.opengeospatial.org/standards/kml:" +"url=\"http://www.opengeospatial.org/standards/kml\">http://www." +"opengeospatial.org/standards/kml:" +msgstr "" +"versions OGC KML supportées: KML 2.2.0 " +"Namespace OGC KML standards, cf: http://www." +"opengeospatial.org/standards/kml:" #. Tag: para #: reference_constructor.xml:526 @@ -1030,7 +1371,9 @@ msgstr "Disponibilité: 1.5, ,libxml2 2.6+" #: reference_constructor.xml:529 #, no-c-format msgid "ST_GeomFromKML function not support SQL/MM curves geometries." -msgstr "La fonction ST_GeomFromGML ne supporte pas les géométries de type SQL/MM courbes." +msgstr "" +"La fonction ST_GeomFromGML ne supporte pas les géométries de type SQL/MM " +"courbes." #. Tag: programlisting #: reference_constructor.xml:536 @@ -1041,7 +1384,12 @@ msgid "" " -71.1663,42.2614 \n" " -71.1667,42.2616\n" " ']]>);" -msgstr "SELECT ST_GeomFromKML('\n -71.1663,42.2614 \n -71.1667,42.2616\n ']]>);" +msgstr "" +"SELECT ST_GeomFromKML('\n" +" -71.1663,42.2614 \n" +" -71.1667,42.2616\n" +" ']]>);" #. Tag: para #: reference_constructor.xml:541 @@ -1061,19 +1409,27 @@ msgstr "ST_GMLToSQL" msgid "" "Return a specified ST_Geometry value from GML representation. This is an " "alias name for ST_GeomFromGML" -msgstr "Retourne un objet de type ST_Geometry à partir de sa représentation GML. Alias pour ST_GeomFromGML" +msgstr "" +"Retourne un objet de type ST_Geometry à partir de sa représentation GML. " +"Alias pour ST_GeomFromGML" #. Tag: funcsynopsis #: reference_constructor.xml:551 #, no-c-format msgid "" -" geometry ST_GMLToSQL" -" text geomgml " -" geometry " -"ST_GMLToSQL text " -"geomgml integer " -"srid " -msgstr " geometry ST_GMLToSQL text geomgml geometry ST_GMLToSQL text geomgml integer srid " +" geometry ST_GMLToSQL " +"text geomgml geometry ST_GMLToSQL text geomgml integer srid " +msgstr "" +" geometry ST_GMLToSQL " +"text geomgml geometry ST_GMLToSQL text geomgml integer srid " #. Tag: para #: reference_constructor.xml:565 @@ -1099,20 +1455,27 @@ msgstr "ST_GeomFromText" msgid "" "Return a specified ST_Geometry value from Well-Known Text representation " "(WKT)." -msgstr "Retourne un objet ST_Geometry à partir de sa représentation textuelle Well-Known Text (WKT)." +msgstr "" +"Retourne un objet ST_Geometry à partir de sa représentation textuelle Well-" +"Known Text (WKT)." #. Tag: funcsynopsis #: reference_constructor.xml:582 #, no-c-format msgid "" -" geometry " +" geometry ST_GeomFromText text WKT " +" geometry " "ST_GeomFromText text " -"WKT " -"geometry ST_GeomFromText " -"text WKT " -"integer srid " -"" -msgstr " geometry ST_GeomFromText text WKT geometry ST_GeomFromText text WKT integer srid " +"WKT integer " +"srid " +msgstr "" +" geometry ST_GeomFromText text WKT " +" geometry " +"ST_GeomFromText text " +"WKT integer " +"srid " #. Tag: para #: reference_constructor.xml:598 @@ -1120,7 +1483,9 @@ msgstr " geometry ST_GeomFromText, " -msgstr ", , " - -#. Tag: refname -#: reference_constructor.xml:628 -#, no-c-format -msgid "ST_GeomFromWKB" -msgstr "ST_GeomFromWKB" - -#. Tag: refpurpose -#: reference_constructor.xml:629 -#, no-c-format -msgid "" -"Creates a geometry instance from a Well-Known Binary geometry representation" -" (WKB) and optional SRID." -msgstr "Retourne un objet de type geometry à partir de sa représentation binaire Well-Know Binary (WKB) et d'un SRID optionnel." - +"SELECT ST_GeomFromText('CIRCULARSTRING(220268 150415,220227 150505,220227 " +"150406)');" +msgstr "" +"SELECT ST_GeomFromText('LINESTRING(-71.160281 42.258729,-71.160837 " +"42.259113,-71.161144 42.25932)');\n" +"SELECT ST_GeomFromText('LINESTRING(-71.160281 42.258729,-71.160837 " +"42.259113,-71.161144 42.25932)',4269);\n" +"\n" +"SELECT ST_GeomFromText('MULTILINESTRING((-71.160281 42.258729,-71.160837 " +"42.259113,-71.161144 42.25932))');\n" +"\n" +"SELECT ST_GeomFromText('POINT(-71.064544 42.28787)');\n" +"\n" +"SELECT ST_GeomFromText('POLYGON((-71.1776585052917 " +"42.3902909739571,-71.1776820268866 42.3903701743239,\n" +"-71.1776063012595 42.3903825660754,-71.1775826583081 " +"42.3903033653531,-71.1776585052917 42.3902909739571))');\n" +"\n" +"SELECT ST_GeomFromText('MULTIPOLYGON(((-71.1031880899493 42.3152774590236,\n" +"-71.1031627617667 42.3152960829043,-71.102923838298 42.3149156848307,\n" +"-71.1023097974109 42.3151969047397,-71.1019285062273 42.3147384934248,\n" +"-71.102505233663 42.3144722937587,-71.10277487471 42.3141658254797,\n" +"-71.103113945163 42.3142739188902,-71.10324876416 42.31402489987,\n" +"-71.1033002961013 42.3140393340215,-71.1033488797549 42.3139495090772,\n" +"-71.103396240451 42.3138632439557,-71.1041521907712 42.3141153348029,\n" +"-71.1041411411543 42.3141545014533,-71.1041287795912 42.3142114839058,\n" +"-71.1041188134329 42.3142693656241,-71.1041112482575 42.3143272556118,\n" +"-71.1041072845732 42.3143851580048,-71.1041057218871 42.3144430686681,\n" +"-71.1041065602059 42.3145009876017,-71.1041097995362 42.3145589148055,\n" +"-71.1041166403905 42.3146168544148,-71.1041258822717 42.3146748022936,\n" +"-71.1041375307579 42.3147318674446,-71.1041492906949 42.3147711126569,\n" +"-71.1041598612795 42.314808571739,-71.1042515013869 42.3151287620809,\n" +"-71.1041173835118 42.3150739481917,-71.1040809891419 42.3151344119048,\n" +"-71.1040438678912 42.3151191367447,-71.1040194562988 42.3151832057859,\n" +"-71.1038734225584 42.3151140942995,-71.1038446938243 42.3151006300338,\n" +"-71.1038315271889 42.315094347535,-71.1037393329282 42.315054824985,\n" +"-71.1035447555574 42.3152608696313,-71.1033436658644 42.3151648370544,\n" +"-71.1032580383161 42.3152269126061,-71.103223066939 42.3152517403219,\n" +"-71.1031880899493 42.3152774590236)),\n" +"((-71.1043632495873 42.315113108546,-71.1043583974082 42.3151211109857,\n" +"-71.1043443253471 42.3150676015829,-71.1043850704575 " +"42.3150793250568,-71.1043632495873 42.315113108546)))',4326);\n" +"\n" +"SELECT ST_GeomFromText('CIRCULARSTRING(220268 150415,220227 150505,220227 " +"150406)');" + +#. Tag: para +#: reference_constructor.xml:622 +#, no-c-format +msgid ", , " +msgstr ", , " + +#. Tag: refname +#: reference_constructor.xml:628 +#, no-c-format +msgid "ST_GeomFromWKB" +msgstr "ST_GeomFromWKB" + +#. Tag: refpurpose +#: reference_constructor.xml:629 +#, no-c-format +msgid "" +"Creates a geometry instance from a Well-Known Binary geometry representation " +"(WKB) and optional SRID." +msgstr "" +"Retourne un objet de type geometry à partir de sa représentation binaire " +"Well-Know Binary (WKB) et d'un SRID optionnel." + #. Tag: funcsynopsis #: reference_constructor.xml:634 reference_constructor.xml:1576 #, no-c-format msgid "" -" geometry " +" geometry ST_GeomFromWKB bytea geom geometry " +"ST_GeomFromWKB bytea " +"geom integer " +"srid " +msgstr "" +" geometry ST_GeomFromWKB bytea geom geometry " "ST_GeomFromWKB bytea " -"geom " -"geometry ST_GeomFromWKB " -"bytea geom " -"integer srid " -"" -msgstr " geometry ST_GeomFromWKB bytea geom geometry ST_GeomFromWKB bytea geom integer srid " +"geom integer " +"srid " #. Tag: para #: reference_constructor.xml:651 @@ -1232,20 +1663,27 @@ msgid "" "(SRID) and creates an instance of the appropriate " "geometry type. This function plays the role of the Geometry Factory in SQL. " "This is an alternate name for ST_WKBToSQL." -msgstr " ST_GeomFromWKB prend en paramètre une représentation binaire d'une géométrie (WKB ou EWKB) et un SRID optionnel (SRID) et crée une instance de type geometry. Cette fonction assure le rôle de Geometry Factory en SQL. Alias pour ST_WKBToSQL." +msgstr "" +" ST_GeomFromWKB prend en paramètre une représentation " +"binaire d'une géométrie (WKB ou EWKB) et un SRID optionnel (SRID) et crée une instance de type geometry. Cette fonction assure le " +"rôle de Geometry Factory en SQL. Alias pour ST_WKBToSQL." #. Tag: para #: reference_constructor.xml:657 #, no-c-format msgid "If SRID is not specified, it defaults to -1 (Unknown)." -msgstr "Si le SRID n'est pas précisé, la valeur -1 (indéfini) est prise par défaut." +msgstr "" +"Si le SRID n'est pas précisé, la valeur -1 (indéfini) est prise par défaut." #. Tag: para #: reference_constructor.xml:658 #, no-c-format msgid "" "&sfs_compliant; s3.2.7.2 - the optional SRID is from the conformance suite" -msgstr "&sfs_compliant; s3.2.7.2 - le paramètre optionnel est issu des tests de conformité." +msgstr "" +"&sfs_compliant; s3.2.7.2 - le paramètre optionnel est issu des tests de " +"conformité." #. Tag: para #: reference_constructor.xml:659 @@ -1257,10 +1695,39 @@ msgstr "&sqlmm_compliant; SQL-MM 3: 5.1.41" #: reference_constructor.xml:667 #, no-c-format msgid "" -"--Although bytea rep contains single \\, these need to be escaped when inserting into a table \n" +"--Although bytea rep contains single \\, these need to be escaped when " +"inserting into a table \n" " -- unless standard_conforming_strings is set to on.\n" "SELECT ST_AsEWKT(\n" -"ST_GeomFromWKB(E'\\\\001\\\\002\\\\000\\\\000\\\\000\\\\002\\\\000\\\\000\\\\000\\\\037\\\\205\\\\353Q\\\\270~\\\\\\\\\\\\300\\\\323Mb\\\\020X\\\\231C@\\\\020X9\\\\264\\\\310~\\\\\\\\\\\\300)\\\\\\\\\\\\217\\\\302\\\\365\\\\230C@',4326)\n" +"ST_GeomFromWKB(E'\\\\001\\\\002\\\\000\\\\000\\\\000\\\\002\\\\000\\\\000\\" +"\\000\\\\037\\\\205\\\\353Q\\\\270~\\\\\\\\\\\\300\\\\323Mb\\\\020X\\\\231C@" +"\\\\020X9\\\\264\\\\310~\\\\\\\\\\\\300)\\\\\\\\\\\\217\\\\302\\\\365\\" +"\\230C@',4326)\n" +");\n" +" st_asewkt\n" +"------------------------------------------------------\n" +" SRID=4326;LINESTRING(-113.98 39.198,-113.981 39.195)\n" +"(1 row)\n" +"\n" +"SELECT\n" +" ST_AsText(\n" +" ST_GeomFromWKB(\n" +" ST_AsEWKB('POINT(2 5)'::geometry)\n" +" )\n" +" );\n" +" st_astext\n" +"------------\n" +" POINT(2 5)\n" +"(1 row)" +msgstr "" +"--Although bytea rep contains single \\, these need to be escaped when " +"inserting into a table \n" +" -- unless standard_conforming_strings is set to on.\n" +"SELECT ST_AsEWKT(\n" +"ST_GeomFromWKB(E'\\\\001\\\\002\\\\000\\\\000\\\\000\\\\002\\\\000\\\\000\\" +"\\000\\\\037\\\\205\\\\353Q\\\\270~\\\\\\\\\\\\300\\\\323Mb\\\\020X\\\\231C@" +"\\\\020X9\\\\264\\\\310~\\\\\\\\\\\\300)\\\\\\\\\\\\217\\\\302\\\\365\\" +"\\230C@',4326)\n" ");\n" " st_asewkt\n" "------------------------------------------------------\n" @@ -1277,7 +1744,6 @@ msgid "" "------------\n" " POINT(2 5)\n" "(1 row)" -msgstr "--Although bytea rep contains single \\, these need to be escaped when inserting into a table \n -- unless standard_conforming_strings is set to on.\nSELECT ST_AsEWKT(\nST_GeomFromWKB(E'\\\\001\\\\002\\\\000\\\\000\\\\000\\\\002\\\\000\\\\000\\\\000\\\\037\\\\205\\\\353Q\\\\270~\\\\\\\\\\\\300\\\\323Mb\\\\020X\\\\231C@\\\\020X9\\\\264\\\\310~\\\\\\\\\\\\300)\\\\\\\\\\\\217\\\\302\\\\365\\\\230C@',4326)\n);\n st_asewkt\n------------------------------------------------------\n SRID=4326;LINESTRING(-113.98 39.198,-113.981 39.195)\n(1 row)\n\nSELECT\n ST_AsText(\n ST_GeomFromWKB(\n ST_AsEWKB('POINT(2 5)'::geometry)\n )\n );\n st_astext\n------------\n POINT(2 5)\n(1 row)" #. Tag: para #: reference_constructor.xml:674 @@ -1296,16 +1762,21 @@ msgstr "ST_LineFromMultiPoint" #, no-c-format msgid "" "Creates a LineString from a MultiPoint geometry." -msgstr "Crée une LineString à partir d'une géométrie MultiPoint." +msgstr "" +"Crée une LineString à partir d'une géométrie MultiPoint." #. Tag: funcprototype #: reference_constructor.xml:687 #, no-c-format msgid "" "geometry ST_LineFromMultiPoint " -"geometry " -"aMultiPoint" -msgstr "geometry ST_LineFromMultiPoint geometry aMultiPoint" +"geometry aMultiPoint" +msgstr "" +"geometry ST_LineFromMultiPoint " +"geometry aMultiPoint" #. Tag: para #: reference_constructor.xml:697 @@ -1318,10 +1789,16 @@ msgstr "Crée une LineString à partir d'une géométrie MultiPoint. geometry " +" geometry ST_LineFromText text WKT " +" geometry " "ST_LineFromText text " -"WKT " -"geometry ST_LineFromText " -"text WKT " -"integer srid " -"" -msgstr " geometry ST_LineFromText text WKT geometry ST_LineFromText text WKT integer srid " +"WKT integer " +"srid " +msgstr "" +" geometry ST_LineFromText text WKT " +" geometry " +"ST_LineFromText text " +"WKT integer " +"srid " #. Tag: para #: reference_constructor.xml:742 @@ -1362,7 +1846,10 @@ msgstr " geometry ST_LineFromTextLINESTRING from WKB with the given SRID" -msgstr "Construit une LINESTRING depuis la représentation binaire WKB et le srid donné." +msgstr "" +"Construit une LINESTRING depuis la représentation binaire " +"WKB et le srid donné." #. Tag: funcsynopsis #: reference_constructor.xml:784 #, no-c-format msgid "" -" geometry " -"ST_LineFromWKB bytea " -"WKB " -"geometry ST_LineFromWKB " -"bytea WKB " -"integer srid " -"" -msgstr " geometry ST_LineFromWKB bytea WKB geometry ST_LineFromWKB bytea WKB integer srid " +" geometry ST_LineFromWKB bytea WKB " +" geometry ST_LineFromWKB bytea WKB integer srid " +msgstr "" +" geometry ST_LineFromWKB bytea WKB " +" geometry ST_LineFromWKB bytea WKB integer srid " #. Tag: para #: reference_constructor.xml:801 #, no-c-format msgid "" "The ST_LineFromWKB function, takes a well-known binary " -"representation of geometry and a Spatial Reference System ID " -"(SRID) and creates an instance of the appropriate " -"geometry type - in this case, a LINESTRING geometry. This" -" function plays the role of the Geometry Factory in SQL." -msgstr " ST_LineFromWKB prend en paramètre une représentation binaire d'une géométrie (WKB ou EWKB) et un SRID (SRID) et crée une instance du bon type géométrique, en l'occurence une LINESTRING. Cette fonction assure le rôle de Geometry Factory en SQL." +"representation of geometry and a Spatial Reference System ID (SRID) and creates an instance of the appropriate geometry type - in this " +"case, a LINESTRING geometry. This function plays the role " +"of the Geometry Factory in SQL." +msgstr "" +" ST_LineFromWKB prend en paramètre une représentation " +"binaire d'une géométrie (WKB ou EWKB) et un SRID (SRID) " +"et crée une instance du bon type géométrique, en l'occurence une " +"LINESTRING. Cette fonction assure le rôle de Geometry " +"Factory en SQL." #. Tag: para #: reference_constructor.xml:807 @@ -1438,17 +1946,24 @@ msgid "" "If an SRID is not specified, it defaults to -1. NULL is " "returned if the input bytea does not represent a " "LINESTRING." -msgstr "Si le SRID n'est pas précisé, la valeur -1 est prise par défaut. NULL est retourné si le paramètre bytea donné ne représente pas une LINESTRING." +msgstr "" +"Si le SRID n'est pas précisé, la valeur -1 est prise par défaut. " +"NULL est retourné si le paramètre bytea donné ne représente pas une LINESTRING." #. Tag: para #: reference_constructor.xml:817 #, no-c-format msgid "" -"If you know all your geometries are LINESTRINGs, its more" -" efficient to just use . This function " -"just calls and adds additional validation" -" that it returns a linestring." -msgstr "Si vous êtes sûrs que toutes les géométries WKT sont des LINESTRINGs, la fonction est plus efficace car elle ne contrôle pas le type de la géométrie renvoyée." +"If you know all your geometries are LINESTRINGs, its more " +"efficient to just use . This function just " +"calls and adds additional validation that " +"it returns a linestring." +msgstr "" +"Si vous êtes sûrs que toutes les géométries WKT sont des " +"LINESTRINGs, la fonction est plus efficace car elle ne contrôle pas le type de la géométrie " +"renvoyée." #. Tag: para #: reference_constructor.xml:825 reference_constructor.xml:891 @@ -1460,12 +1975,21 @@ msgstr "&sqlmm_compliant; SQL-MM 3: 7.2.9" #: reference_constructor.xml:833 #, no-c-format msgid "" -"SELECT ST_LineFromWKB(ST_AsBinary(ST_GeomFromText('LINESTRING(1 2, 3 4)'))) AS aline,\n" -" ST_LineFromWKB(ST_AsBinary(ST_GeomFromText('POINT(1 2)'))) IS NULL AS null_return;\n" +"SELECT ST_LineFromWKB(ST_AsBinary(ST_GeomFromText('LINESTRING(1 2, 3 4)'))) " +"AS aline,\n" +" ST_LineFromWKB(ST_AsBinary(ST_GeomFromText('POINT(1 2)'))) " +"IS NULL AS null_return;\n" +"aline | null_return\n" +"------------------------------------------------\n" +"010200000002000000000000000000F ... | t" +msgstr "" +"SELECT ST_LineFromWKB(ST_AsBinary(ST_GeomFromText('LINESTRING(1 2, 3 4)'))) " +"AS aline,\n" +" ST_LineFromWKB(ST_AsBinary(ST_GeomFromText('POINT(1 2)'))) " +"IS NULL AS null_return;\n" "aline | null_return\n" "------------------------------------------------\n" "010200000002000000000000000000F ... | t" -msgstr "SELECT ST_LineFromWKB(ST_AsBinary(ST_GeomFromText('LINESTRING(1 2, 3 4)'))) AS aline,\n ST_LineFromWKB(ST_AsBinary(ST_GeomFromText('POINT(1 2)'))) IS NULL AS null_return;\naline | null_return\n------------------------------------------------\n010200000002000000000000000000F ... | t" #. Tag: para #: reference_constructor.xml:840 @@ -1483,20 +2007,27 @@ msgstr "ST_LinestringFromWKB" #: reference_constructor.xml:848 #, no-c-format msgid "Makes a geometry from WKB with the given SRID." -msgstr "Construit une géométrie depuis la représentation binaire WKB et le SRID donné." +msgstr "" +"Construit une géométrie depuis la représentation binaire WKB et le SRID " +"donné." #. Tag: funcsynopsis #: reference_constructor.xml:852 #, no-c-format msgid "" -" geometry " -"ST_LinestringFromWKB bytea " -" WKB " -" geometry " -"ST_LinestringFromWKB bytea " -" WKB integer " -" srid " -msgstr " geometry ST_LinestringFromWKB bytea WKB geometry ST_LinestringFromWKB bytea WKB integer srid " +" geometry ST_LinestringFromWKB bytea WKB " +" geometry " +"ST_LinestringFromWKB bytea WKB integer " +"srid " +msgstr "" +" geometry ST_LinestringFromWKB bytea WKB " +" geometry " +"ST_LinestringFromWKB bytea WKB integer " +"srid " #. Tag: para #: reference_constructor.xml:869 @@ -1505,9 +2036,14 @@ msgid "" "The ST_LinestringFromWKB function, takes a well-known " "binary representation of geometry and a Spatial Reference System ID " "(SRID) and creates an instance of the appropriate " -"geometry type - in this case, a LINESTRING geometry. This" -" function plays the role of the Geometry Factory in SQL." -msgstr "La fonction ST_LinestringFromWKB prend en paramètre une représentation binaire d'une géométrie (WKB ou EWKB) et un SRID (SRID) et crée une instance du bon type géométrique, en l'occurence une LINESTRING. Cette fonction assure le rôle de Geometry Factory en SQL." +"geometry type - in this case, a LINESTRING geometry. This " +"function plays the role of the Geometry Factory in SQL." +msgstr "" +"La fonction ST_LinestringFromWKB prend en paramètre une " +"représentation binaire d'une géométrie (WKB ou EWKB) et un SRID " +"(SRID) et crée une instance du bon type géométrique, en " +"l'occurence une LINESTRING. Cette fonction assure le rôle " +"de Geometry Factory en SQL." #. Tag: para #: reference_constructor.xml:875 @@ -1515,9 +2051,13 @@ msgstr "La fonction ST_LinestringFromWKB prend en paramètr msgid "" "If an SRID is not specified, it defaults to -1. NULL is " "returned if the input bytea does not represent a " -"LINESTRING geometry. This an alias for ." -msgstr "Si le SRID n'est pas précisé, la valeur -1 est prise par défaut. NULL est retourné si le paramètre bytea donné ne représente pas une LINESTRING. Alias pour ." +"LINESTRING geometry. This an alias for ." +msgstr "" +"Si le SRID n'est pas précisé, la valeur -1 est prise par défaut. " +"NULL est retourné si le paramètre bytea donné ne représente pas une LINESTRING. Alias " +"pour ." #. Tag: para #: reference_constructor.xml:880 @@ -1530,10 +2070,14 @@ msgstr "OGC SPEC 3.2.6.2 - SRID optionnel issu des tests de conformité." #, no-c-format msgid "" "If you know all your geometries are LINESTRINGs, it's " -"more efficient to just use . This function" -" just calls and adds additional " -"validation that it returns a LINESTRING." -msgstr "Si vous êtes sûrs que toutes les géométries WKT sont des LINESTRINGs, la fonction est plus efficace car elle ne contrôle pas le type de la géométrie renvoyée." +"more efficient to just use . This function " +"just calls and adds additional validation " +"that it returns a LINESTRING." +msgstr "" +"Si vous êtes sûrs que toutes les géométries WKT sont des " +"LINESTRINGs, la fonction est plus efficace car elle ne contrôle pas le type de la géométrie " +"renvoyée." #. Tag: programlisting #: reference_constructor.xml:897 @@ -1549,7 +2093,17 @@ msgid "" " aline | null_return\n" "------------------------------------------------\n" "010200000002000000000000000000F ... | t" -msgstr "SELECT\n ST_LineStringFromWKB(\n ST_AsBinary(ST_GeomFromText('LINESTRING(1 2, 3 4)'))\n ) AS aline,\n ST_LinestringFromWKB(\n ST_AsBinary(ST_GeomFromText('POINT(1 2)'))\n ) IS NULL AS null_return;\n aline | null_return\n------------------------------------------------\n010200000002000000000000000000F ... | t" +msgstr "" +"SELECT\n" +" ST_LineStringFromWKB(\n" +" ST_AsBinary(ST_GeomFromText('LINESTRING(1 2, 3 4)'))\n" +" ) AS aline,\n" +" ST_LinestringFromWKB(\n" +" ST_AsBinary(ST_GeomFromText('POINT(1 2)'))\n" +" ) IS NULL AS null_return;\n" +" aline | null_return\n" +"------------------------------------------------\n" +"010200000002000000000000000000F ... | t" #. Tag: para #: reference_constructor.xml:904 reference_constructor.xml:1618 @@ -1574,10 +2128,14 @@ msgstr "Construit un objet BOX2D à partir des géométries POINT données" #, no-c-format msgid "" "box2d ST_MakeBox2D " -"geometry " -"pointLowLeft geometry " -" pointUpRight" -msgstr "box2d ST_MakeBox2D geometry pointLowLeft geometry pointUpRight" +"geometry pointLowLeft geometry pointUpRight" +msgstr "" +"box2d ST_MakeBox2D " +"geometry pointLowLeft geometry pointUpRight" #. Tag: para #: reference_constructor.xml:929 @@ -1585,19 +2143,33 @@ msgstr "box2d ST_MakeBox2D , , " -msgstr ", , , " +msgstr "" +", , , " #. Tag: refname #: reference_constructor.xml:950 @@ -1624,11 +2198,14 @@ msgstr "Construit un objet BOX3D à partir des géométries 3D POINT données. " #, no-c-format msgid "" "box3d ST_3DMakeBox " -"geometry " -"point3DLowLeftBottom " -"geometry " +"geometry point3DLowLeftBottom geometry " +"point3DUpRightTop" +msgstr "" +"box3d ST_3DMakeBox " +"geometry point3DLowLeftBottom geometry " "point3DUpRightTop" -msgstr "box3d ST_3DMakeBox geometry point3DLowLeftBottom geometry point3DUpRightTop" #. Tag: para #: reference_constructor.xml:968 @@ -1646,7 +2223,8 @@ msgstr "Cette fonction supporte la 3d et ne supprime pas la coordonnées Z." #: reference_constructor.xml:977 #, no-c-format msgid "Changed: 2.0.0 In prior versions this used to be called ST_MakeBox3D" -msgstr "Changement: 2.0.0 dans les versions antérieures, le nom était ST_MakeBox3D" +msgstr "" +"Changement: 2.0.0 dans les versions antérieures, le nom était ST_MakeBox3D" #. Tag: programlisting #: reference_constructor.xml:984 @@ -1658,7 +2236,13 @@ msgid "" "--bb3d--\n" "--------\n" "BOX3D(-989502.1875 528439.5625 10,-987121.375 529933.1875 10)" -msgstr "SELECT ST_3DMakeBox(ST_MakePoint(-989502.1875, 528439.5625, 10),\n ST_MakePoint(-987121.375 ,529933.1875, 10)) As abb3d\n\n--bb3d--\n--------\nBOX3D(-989502.1875 528439.5625 10,-987121.375 529933.1875 10)" +msgstr "" +"SELECT ST_3DMakeBox(ST_MakePoint(-989502.1875, 528439.5625, 10),\n" +" ST_MakePoint(-987121.375 ,529933.1875, 10)) As abb3d\n" +"\n" +"--bb3d--\n" +"--------\n" +"BOX3D(-989502.1875 528439.5625 10,-987121.375 529933.1875 10)" #. Tag: para #: reference_constructor.xml:991 @@ -1682,33 +2266,47 @@ msgstr "Crée une linestring à partir de géométries ponctuelles ou linéaires #: reference_constructor.xml:1003 #, no-c-format msgid "" -" geometry ST_MakeLine" -" geometry set geoms" -" geometry " -"ST_MakeLine geometry " -"geom1 geometry " -"geom2 " -"geometry ST_MakeLine " -"geometry[] " +" geometry ST_MakeLine " +"geometry set geoms " +" geometry ST_MakeLine geometry geom1 geometry geom2 geometry " +"ST_MakeLine geometry[] " +"geoms_array " +msgstr "" +" geometry ST_MakeLine " +"geometry set geoms " +" geometry ST_MakeLine geometry geom1 geometry geom2 geometry " +"ST_MakeLine geometry[] " "geoms_array " -msgstr " geometry ST_MakeLine geometry set geoms geometry ST_MakeLine geometry geom1 geometry geom2 geometry ST_MakeLine geometry[] geoms_array " #. Tag: para #: reference_constructor.xml:1025 #, no-c-format msgid "" "ST_MakeLine comes in 3 forms: a spatial aggregate that takes rows of point-" -"or-line geometries and returns a line string, a function that takes an array" -" of point-or-lines, and a regular function that takes two point-or-line " -"geometries. You might want to use a subselect to order points before feeding" -" them to the aggregate version of this function." -msgstr "La fonction ST_MakeLine a 3 variantes: une fonction d'agrégat spatial qui prend un ensemble de points ou de lignes et retourne une linestring, une fonction qui prend un tableau de point ou de lignes et une fonction normale qui prend deux points ou deux lignes. Un sub-select peut être utile pour ordonner les points avant d'appeler la version d'agrégat spatial." +"or-line geometries and returns a line string, a function that takes an array " +"of point-or-lines, and a regular function that takes two point-or-line " +"geometries. You might want to use a subselect to order points before feeding " +"them to the aggregate version of this function." +msgstr "" +"La fonction ST_MakeLine a 3 variantes: une fonction d'agrégat spatial qui " +"prend un ensemble de points ou de lignes et retourne une linestring, une " +"fonction qui prend un tableau de point ou de lignes et une fonction normale " +"qui prend deux points ou deux lignes. Un sub-select peut être utile pour " +"ordonner les points avant d'appeler la version d'agrégat spatial." #. Tag: para #: reference_constructor.xml:1030 #, no-c-format msgid "When adding line components a common node is removed from the output." -msgstr "Lors de l'ajout de lignes, un noeud commun est supprimé dans l'objet retourné." +msgstr "" +"Lors de l'ajout de lignes, un noeud commun est supprimé dans l'objet " +"retourné." #. Tag: para #: reference_constructor.xml:1035 @@ -1716,7 +2314,9 @@ msgstr "Lors de l'ajout de lignes, un noeud commun est supprimé dans l'objet re msgid "" "Availability: 1.4.0 - ST_MakeLine(geomarray) was introduced. ST_MakeLine " "aggregate functions was enhanced to handle more points faster." -msgstr "Disponibilité: 1.4.0 - création de ST_MakeLine(geomarray). L'agrégat spatial ST_MakeLine amélioré pour supporter plus de points plus rapidement." +msgstr "" +"Disponibilité: 1.4.0 - création de ST_MakeLine(geomarray). L'agrégat spatial " +"ST_MakeLine amélioré pour supporter plus de points plus rapidement." #. Tag: para #: reference_constructor.xml:1036 @@ -1738,19 +2338,32 @@ msgid "" "This example takes a sequence of GPS points and creates one record for each " "gps travel where the geometry field is a line string composed of the gps " "points in the order of the travel." -msgstr "Dans cet exemple, une série de points GPS est utilisée pour créer une géométrie pour chaque trace GPS, la géométrie étant une linestring des points GPS ordonnées par le temps." +msgstr "" +"Dans cet exemple, une série de points GPS est utilisée pour créer une " +"géométrie pour chaque trace GPS, la géométrie étant une linestring des " +"points GPS ordonnées par le temps." #. Tag: programlisting #: reference_constructor.xml:1045 #, no-c-format msgid "" "-- For pre-PostgreSQL 9.0 - this usually works, \n" -"-- but the planner may on occasion choose not to respect the order of the subquery\n" +"-- but the planner may on occasion choose not to respect the order of the " +"subquery\n" +"SELECT gps.gps_track, ST_MakeLine(gps.the_geom) As newgeom\n" +" FROM (SELECT gps_track,gps_time, the_geom\n" +" FROM gps_points ORDER BY gps_track, gps_time) As " +"gps\n" +" GROUP BY gps.gps_track;" +msgstr "" +"-- For pre-PostgreSQL 9.0 - this usually works, \n" +"-- but the planner may on occasion choose not to respect the order of the " +"subquery\n" "SELECT gps.gps_track, ST_MakeLine(gps.the_geom) As newgeom\n" " FROM (SELECT gps_track,gps_time, the_geom\n" -" FROM gps_points ORDER BY gps_track, gps_time) As gps\n" +" FROM gps_points ORDER BY gps_track, gps_time) As " +"gps\n" " GROUP BY gps.gps_track;" -msgstr "-- For pre-PostgreSQL 9.0 - this usually works, \n-- but the planner may on occasion choose not to respect the order of the subquery\nSELECT gps.gps_track, ST_MakeLine(gps.the_geom) As newgeom\n FROM (SELECT gps_track,gps_time, the_geom\n FROM gps_points ORDER BY gps_track, gps_time) As gps\n GROUP BY gps.gps_track;" #. Tag: programlisting #: reference_constructor.xml:1047 @@ -1760,10 +2373,19 @@ msgid "" "-- (you can use the new ORDER BY support for aggregates)\n" "-- this is a guaranteed way to get a correctly ordered linestring\n" "-- Your order by part can order by more than one column if needed\n" -"SELECT gps.gps_track, ST_MakeLine(gps.the_geom ORDER BY gps_time) As newgeom\n" +"SELECT gps.gps_track, ST_MakeLine(gps.the_geom ORDER BY gps_time) As " +"newgeom\n" +" FROM gps_points As gps\n" +" GROUP BY gps.gps_track;" +msgstr "" +"-- If you are using PostgreSQL 9.0+ \n" +"-- (you can use the new ORDER BY support for aggregates)\n" +"-- this is a guaranteed way to get a correctly ordered linestring\n" +"-- Your order by part can order by more than one column if needed\n" +"SELECT gps.gps_track, ST_MakeLine(gps.the_geom ORDER BY gps_time) As " +"newgeom\n" " FROM gps_points As gps\n" " GROUP BY gps.gps_track;" -msgstr "-- If you are using PostgreSQL 9.0+ \n-- (you can use the new ORDER BY support for aggregates)\n-- this is a guaranteed way to get a correctly ordered linestring\n-- Your order by part can order by more than one column if needed\nSELECT gps.gps_track, ST_MakeLine(gps.the_geom ORDER BY gps_time) As newgeom\n FROM gps_points As gps\n GROUP BY gps.gps_track;" #. Tag: title #: reference_constructor.xml:1050 @@ -1778,7 +2400,10 @@ msgid "" "First example is a simple one off line string composed of 2 points. The " "second formulates line strings from 2 points a user draws. The third is a " "one-off that joins 2 3d points to create a line in 3d space." -msgstr "Le premier example est une simple ligne composée de deux points. Le deuxième construit une ligne à partir de deux points dessinés par un utilisateur. Le troisième créé une ligne 3D à partir de deux points 3D." +msgstr "" +"Le premier example est une simple ligne composée de deux points. Le deuxième " +"construit une ligne à partir de deux points dessinés par un utilisateur. Le " +"troisième créé une ligne 3D à partir de deux points 3D." #. Tag: programlisting #: reference_constructor.xml:1054 @@ -1796,7 +2421,19 @@ msgid "" " st_asewkt\n" "-------------------------\n" " LINESTRING(1 2 3,3 4 5)" -msgstr "SELECT ST_AsText(ST_MakeLine(ST_MakePoint(1,2), ST_MakePoint(3,4)));\n st_astext\n---------------------\n LINESTRING(1 2,3 4)\n\nSELECT userpoints.id, ST_MakeLine(startpoint, endpoint) As drawn_line\n FROM userpoints ;\n\nSELECT ST_AsEWKT(ST_MakeLine(ST_MakePoint(1,2,3), ST_MakePoint(3,4,5)));\n st_asewkt\n-------------------------\n LINESTRING(1 2 3,3 4 5)" +msgstr "" +"SELECT ST_AsText(ST_MakeLine(ST_MakePoint(1,2), ST_MakePoint(3,4)));\n" +" st_astext\n" +"---------------------\n" +" LINESTRING(1 2,3 4)\n" +"\n" +"SELECT userpoints.id, ST_MakeLine(startpoint, endpoint) As drawn_line\n" +" FROM userpoints ;\n" +"\n" +"SELECT ST_AsEWKT(ST_MakeLine(ST_MakePoint(1,2,3), ST_MakePoint(3,4,5)));\n" +" st_asewkt\n" +"-------------------------\n" +" LINESTRING(1 2 3,3 4 5)" #. Tag: title #: reference_constructor.xml:1058 @@ -1808,15 +2445,27 @@ msgstr "Exemple: version utilisant un Tableau" #: reference_constructor.xml:1060 #, no-c-format msgid "" -"SELECT ST_MakeLine(ARRAY(SELECT ST_Centroid(the_geom) FROM visit_locations ORDER BY visit_time));\n" +"SELECT ST_MakeLine(ARRAY(SELECT ST_Centroid(the_geom) FROM visit_locations " +"ORDER BY visit_time));\n" +"\n" +"--Making a 3d line with 3 3-d points\n" +"SELECT ST_AsEWKT(ST_MakeLine(ARRAY[ST_MakePoint(1,2,3),\n" +" ST_MakePoint(3,4,5), " +"ST_MakePoint(6,6,6)]));\n" +" st_asewkt\n" +"-------------------------\n" +"LINESTRING(1 2 3,3 4 5,6 6 6)" +msgstr "" +"SELECT ST_MakeLine(ARRAY(SELECT ST_Centroid(the_geom) FROM visit_locations " +"ORDER BY visit_time));\n" "\n" "--Making a 3d line with 3 3-d points\n" "SELECT ST_AsEWKT(ST_MakeLine(ARRAY[ST_MakePoint(1,2,3),\n" -" ST_MakePoint(3,4,5), ST_MakePoint(6,6,6)]));\n" +" ST_MakePoint(3,4,5), " +"ST_MakePoint(6,6,6)]));\n" " st_asewkt\n" "-------------------------\n" "LINESTRING(1 2 3,3 4 5,6 6 6)" -msgstr "SELECT ST_MakeLine(ARRAY(SELECT ST_Centroid(the_geom) FROM visit_locations ORDER BY visit_time));\n\n--Making a 3d line with 3 3-d points\nSELECT ST_AsEWKT(ST_MakeLine(ARRAY[ST_MakePoint(1,2,3),\n ST_MakePoint(3,4,5), ST_MakePoint(6,6,6)]));\n st_asewkt\n-------------------------\nLINESTRING(1 2 3,3 4 5,6 6 6)" #. Tag: para #: reference_constructor.xml:1067 @@ -1824,7 +2473,9 @@ msgstr "SELECT ST_MakeLine(ARRAY(SELECT ST_Centroid(the_geom) FROM visit_locatio msgid "" ", , , " -msgstr ", , , " +msgstr "" +", , , " #. Tag: refname #: reference_constructor.xml:1074 @@ -1838,22 +2489,29 @@ msgstr "ST_MakeEnvelope" msgid "" "Creates a rectangular Polygon formed from the given minimums and maximums. " "Input values must be in SRS specified by the SRID." -msgstr "Crée un polygone rectangulaire à partir des valeurs minimales et maximales données. Les coordonnées doivent être dans le SRS défini par le SRID." +msgstr "" +"Crée un polygone rectangulaire à partir des valeurs minimales et maximales " +"données. Les coordonnées doivent être dans le SRS défini par le SRID." #. Tag: funcprototype #: reference_constructor.xml:1082 #, no-c-format msgid "" "geometry ST_MakeEnvelope " -"double precision " -"xmin double " -"precision ymin " -"double precision " -"xmax double " -"precision ymax integer " -"srid=unknown" -msgstr "geometry ST_MakeEnvelope double precision xmin double precision ymin double precision xmax double precision ymax integer srid=unknown" +"double precision xmin double precision ymin double precision " +"xmax double precision ymax integer srid=unknown" +msgstr "" +"geometry ST_MakeEnvelope " +"double precision xmin double precision ymin double precision " +"xmax double precision ymax integer srid=unknown" #. Tag: para #: reference_constructor.xml:1096 @@ -1862,7 +2520,10 @@ msgid "" "Creates a rectangular Polygon formed from the minima and maxima. by the " "given shell. Input values must be in SRS specified by the SRID. If no SRID " "is specified the unknown spatial reference system is assumed" -msgstr "Crée un polygone rectangulaire à partir des valeurs minimales et maximales données. Les coordonnées doivent être dans le SRS défini par le SRID. Si aucun SRID n'est passé, la valeur 0 est prise." +msgstr "" +"Crée un polygone rectangulaire à partir des valeurs minimales et maximales " +"données. Les coordonnées doivent être dans le SRS défini par le SRID. Si " +"aucun SRID n'est passé, la valeur 0 est prise." #. Tag: para #: reference_constructor.xml:1099 @@ -1874,8 +2535,8 @@ msgstr "Disponibilité: 1.5" #: reference_constructor.xml:1100 #, no-c-format msgid "" -"Enhanced: 2.0: Ability to specify an envelope without specifying an SRID was" -" introduced." +"Enhanced: 2.0: Ability to specify an envelope without specifying an SRID was " +"introduced." msgstr "Amélioration: 2.0: paramètre SRID devenu optionnel." #. Tag: title @@ -1893,7 +2554,12 @@ msgid "" "st_asewkt\n" "-----------\n" "POLYGON((10 10, 10 11, 11 11, 11 10, 10 10))" -msgstr "SELECT ST_AsText(ST_MakeEnvelope(10, 10, 11, 11, 4326));\n\nst_asewkt\n-----------\nPOLYGON((10 10, 10 11, 11 11, 11 10, 10 10))" +msgstr "" +"SELECT ST_AsText(ST_MakeEnvelope(10, 10, 11, 11, 4326));\n" +"\n" +"st_asewkt\n" +"-----------\n" +"POLYGON((10 10, 10 11, 11 11, 11 10, 10 10))" #. Tag: para #: reference_constructor.xml:1110 @@ -1911,9 +2577,11 @@ msgstr "ST_MakePolygon" #: reference_constructor.xml:1118 #, no-c-format msgid "" -"Creates a Polygon formed by the given shell. Input geometries must be closed" -" LINESTRINGS." -msgstr "Crée un Polygon à partir du contour donné. Les géométries en entrées doivent être des LINESTRING fermées." +"Creates a Polygon formed by the given shell. Input geometries must be closed " +"LINESTRINGS." +msgstr "" +"Crée un Polygon à partir du contour donné. Les géométries en entrées doivent " +"être des LINESTRING fermées." #. Tag: funcprototype #: reference_constructor.xml:1124 @@ -1921,26 +2589,33 @@ msgstr "Crée un Polygon à partir du contour donné. Les géométries en entré msgid "" "geometry ST_MakePolygon " "geometry linestring" -msgstr "geometry ST_MakePolygon geometry linestring" +msgstr "" +"geometry ST_MakePolygon " +"geometry linestring" #. Tag: funcprototype #: reference_constructor.xml:1130 #, no-c-format msgid "" "geometry ST_MakePolygon " -"geometry " -"outerlinestring " -"geometry[] " -"interiorlinestrings" -msgstr "geometry ST_MakePolygon geometry outerlinestring geometry[] interiorlinestrings" +"geometry outerlinestring geometry[] interiorlinestrings" +msgstr "" +"geometry ST_MakePolygon " +"geometry outerlinestring geometry[] interiorlinestrings" #. Tag: para #: reference_constructor.xml:1141 #, no-c-format msgid "" -"Creates a Polygon formed by the given shell. Input geometries must be closed" -" LINESTRINGS. Comes in 2 variants." -msgstr "Crée un Polygon à partir du contour donné. Les géométries en entrées doivent être des LINESTRING fermées. Existe en 2 versions." +"Creates a Polygon formed by the given shell. Input geometries must be closed " +"LINESTRINGS. Comes in 2 variants." +msgstr "" +"Crée un Polygon à partir du contour donné. Les géométries en entrées doivent " +"être des LINESTRING fermées. Existe en 2 versions." #. Tag: para #: reference_constructor.xml:1143 @@ -1955,16 +2630,22 @@ msgid "" "Variant 2: Creates a Polygon formed by the given shell and array of holes. " "You can construct a geometry array using ST_Accum or the PostgreSQL ARRAY[] " "and ARRAY() constructs. Input geometries must be closed LINESTRINGS." -msgstr "Version 2: Crée un polygone constitué par le contour et un tableau des trous passés en paramètre. Le tableau de géométrie peut être construit avec la fonction ST_Accum ou avec les constructions PostgreSQL ARRAY[] et ARRAY(). Les géométries en paramètre doivent être fermées." +msgstr "" +"Version 2: Crée un polygone constitué par le contour et un tableau des trous " +"passés en paramètre. Le tableau de géométrie peut être construit avec la " +"fonction ST_Accum ou avec les constructions PostgreSQL ARRAY[] et ARRAY(). " +"Les géométries en paramètre doivent être fermées." #. Tag: para #: reference_constructor.xml:1148 #, no-c-format msgid "" -"This function will not accept a MULTILINESTRING. Use or to generate line " -"strings." -msgstr "Cette fonction n'accepte pas de MULTILINESTRING. Utiliser or pour générer des LINESTRING." +"This function will not accept a MULTILINESTRING. Use or to generate line strings." +msgstr "" +"Cette fonction n'accepte pas de MULTILINESTRING. Utiliser or pour générer des " +"LINESTRING." #. Tag: title #: reference_constructor.xml:1155 @@ -1977,27 +2658,58 @@ msgstr "Exemples: LINESTRING fermée" #, no-c-format msgid "" "--2d line\n" -"SELECT ST_MakePolygon(ST_GeomFromText('LINESTRING(75.15 29.53,77 29,77.6 29.5, 75.15 29.53)'));\n" +"SELECT ST_MakePolygon(ST_GeomFromText('LINESTRING(75.15 29.53,77 29,77.6 " +"29.5, 75.15 29.53)'));\n" +"--If linestring is not closed\n" +"--you can add the start point to close it\n" +"SELECT ST_MakePolygon(ST_AddPoint(foo.open_line, ST_StartPoint(foo." +"open_line)))\n" +"FROM (\n" +"SELECT ST_GeomFromText('LINESTRING(75.15 29.53,77 29,77.6 29.5)') As " +"open_line) As foo;\n" +"\n" +"--3d closed line\n" +"SELECT ST_MakePolygon(ST_GeomFromText('LINESTRING(75.15 29.53 1,77 29 1,77.6 " +"29.5 1, 75.15 29.53 1)'));\n" +"\n" +"st_asewkt\n" +"-----------\n" +"POLYGON((75.15 29.53 1,77 29 1,77.6 29.5 1,75.15 29.53 1))\n" +"\n" +"--measured line --\n" +"SELECT ST_MakePolygon(ST_GeomFromText('LINESTRINGM(75.15 29.53 1,77 29 " +"1,77.6 29.5 2, 75.15 29.53 2)'));\n" +"\n" +"st_asewkt\n" +"----------\n" +"POLYGONM((75.15 29.53 1,77 29 1,77.6 29.5 2,75.15 29.53 2))" +msgstr "" +"--2d line\n" +"SELECT ST_MakePolygon(ST_GeomFromText('LINESTRING(75.15 29.53,77 29,77.6 " +"29.5, 75.15 29.53)'));\n" "--If linestring is not closed\n" "--you can add the start point to close it\n" -"SELECT ST_MakePolygon(ST_AddPoint(foo.open_line, ST_StartPoint(foo.open_line)))\n" +"SELECT ST_MakePolygon(ST_AddPoint(foo.open_line, ST_StartPoint(foo." +"open_line)))\n" "FROM (\n" -"SELECT ST_GeomFromText('LINESTRING(75.15 29.53,77 29,77.6 29.5)') As open_line) As foo;\n" +"SELECT ST_GeomFromText('LINESTRING(75.15 29.53,77 29,77.6 29.5)') As " +"open_line) As foo;\n" "\n" "--3d closed line\n" -"SELECT ST_MakePolygon(ST_GeomFromText('LINESTRING(75.15 29.53 1,77 29 1,77.6 29.5 1, 75.15 29.53 1)'));\n" +"SELECT ST_MakePolygon(ST_GeomFromText('LINESTRING(75.15 29.53 1,77 29 1,77.6 " +"29.5 1, 75.15 29.53 1)'));\n" "\n" "st_asewkt\n" "-----------\n" "POLYGON((75.15 29.53 1,77 29 1,77.6 29.5 1,75.15 29.53 1))\n" "\n" "--measured line --\n" -"SELECT ST_MakePolygon(ST_GeomFromText('LINESTRINGM(75.15 29.53 1,77 29 1,77.6 29.5 2, 75.15 29.53 2)'));\n" +"SELECT ST_MakePolygon(ST_GeomFromText('LINESTRINGM(75.15 29.53 1,77 29 " +"1,77.6 29.5 2, 75.15 29.53 2)'));\n" "\n" "st_asewkt\n" "----------\n" "POLYGONM((75.15 29.53 1,77 29 1,77.6 29.5 2,75.15 29.53 2))" -msgstr "--2d line\nSELECT ST_MakePolygon(ST_GeomFromText('LINESTRING(75.15 29.53,77 29,77.6 29.5, 75.15 29.53)'));\n--If linestring is not closed\n--you can add the start point to close it\nSELECT ST_MakePolygon(ST_AddPoint(foo.open_line, ST_StartPoint(foo.open_line)))\nFROM (\nSELECT ST_GeomFromText('LINESTRING(75.15 29.53,77 29,77.6 29.5)') As open_line) As foo;\n\n--3d closed line\nSELECT ST_MakePolygon(ST_GeomFromText('LINESTRING(75.15 29.53 1,77 29 1,77.6 29.5 1, 75.15 29.53 1)'));\n\nst_asewkt\n-----------\nPOLYGON((75.15 29.53 1,77 29 1,77.6 29.5 1,75.15 29.53 1))\n\n--measured line --\nSELECT ST_MakePolygon(ST_GeomFromText('LINESTRINGM(75.15 29.53 1,77 29 1,77.6 29.5 2, 75.15 29.53 2)'));\n\nst_asewkt\n----------\nPOLYGONM((75.15 29.53 1,77 29 1,77.6 29.5 2,75.15 29.53 2))" #. Tag: title #: reference_constructor.xml:1159 @@ -2024,16 +2736,28 @@ msgid "" " (SELECT ST_ExteriorRing(ST_Buffer(ST_MakePoint(10,10),10,10))\n" " As line )\n" " As foo;" -msgstr "SELECT ST_MakePolygon(\n ST_ExteriorRing(ST_Buffer(foo.line,10)),\n ARRAY[ST_Translate(foo.line,1,1),\n ST_ExteriorRing(ST_Buffer(ST_MakePoint(20,20),1)) ]\n )\nFROM\n (SELECT ST_ExteriorRing(ST_Buffer(ST_MakePoint(10,10),10,10))\n As line )\n As foo;" +msgstr "" +"SELECT ST_MakePolygon(\n" +" ST_ExteriorRing(ST_Buffer(foo.line,10)),\n" +" ARRAY[ST_Translate(foo.line,1,1),\n" +" ST_ExteriorRing(ST_Buffer(ST_MakePoint(20,20),1)) ]\n" +" )\n" +"FROM\n" +" (SELECT ST_ExteriorRing(ST_Buffer(ST_MakePoint(10,10),10,10))\n" +" As line )\n" +" As foo;" #. Tag: para #: reference_constructor.xml:1163 #, no-c-format msgid "" -"Build province boundaries with holes representing lakes in the province from" -" a set of province polygons/multipolygons and water line strings this is an " +"Build province boundaries with holes representing lakes in the province from " +"a set of province polygons/multipolygons and water line strings this is an " "example of using PostGIS ST_Accum" -msgstr "Construit les contours de provinces avec des trous constitués par les lacs contenus dans ces provinces. Cette exemple utilise la fonction PostGIS ST_Accum à partir des polygones des provinces et des lignes des lacs." +msgstr "" +"Construit les contours de provinces avec des trous constitués par les lacs " +"contenus dans ces provinces. Cette exemple utilise la fonction PostGIS " +"ST_Accum à partir des polygones des provinces et des lignes des lacs." #. Tag: para #: reference_constructor.xml:1167 @@ -2041,7 +2765,9 @@ msgstr "Construit les contours de provinces avec des trous constitués par les l msgid "" "The use of CASE because feeding a null array into ST_MakePolygon results in " "NULL" -msgstr "L'utlisation de CASE permet de filtrer les valeurs nulles, qui ne sont pas supportées par ST_MakePolygon." +msgstr "" +"L'utlisation de CASE permet de filtrer les valeurs nulles, qui ne sont pas " +"supportées par ST_MakePolygon." #. Tag: para #: reference_constructor.xml:1169 @@ -2049,7 +2775,9 @@ msgstr "L'utlisation de CASE permet de filtrer les valeurs nulles, qui ne sont p msgid "" "the use of left join to guarantee we get all provinces back even if they " "have no lakes" -msgstr "L'utilisation du LEFT JOIN garantit d'obtenir tous les polygones des provinces même si elles ne contiennent pas de lac." +msgstr "" +"L'utilisation du LEFT JOIN garantit d'obtenir tous les polygones des " +"provinces même si elles ne contiennent pas de lac." #. Tag: programlisting #: reference_constructor.xml:1170 @@ -2058,14 +2786,47 @@ msgid "" "SELECT p.gid, p.province_name,\n" " CASE WHEN\n" " ST_Accum(w.the_geom) IS NULL THEN p.the_geom\n" -" ELSE ST_MakePolygon(ST_LineMerge(ST_Boundary(p.the_geom)), ST_Accum(w.the_geom)) END\n" +" ELSE ST_MakePolygon(ST_LineMerge(ST_Boundary(p.the_geom)), " +"ST_Accum(w.the_geom)) END\n" +" FROM\n" +" provinces p LEFT JOIN waterlines w\n" +" ON (ST_Within(w.the_geom, p.the_geom) AND " +"ST_IsClosed(w.the_geom))\n" +" GROUP BY p.gid, p.province_name, p.the_geom;\n" +"\n" +" --Same example above but utilizing a correlated subquery\n" +" --and PostgreSQL built-in ARRAY() function that converts a row set " +"to an array\n" +"\n" +" SELECT p.gid, p.province_name, CASE WHEN\n" +" EXISTS(SELECT w.the_geom\n" +" FROM waterlines w\n" +" WHERE ST_Within(w.the_geom, p.the_geom)\n" +" AND ST_IsClosed(w.the_geom))\n" +" THEN\n" +" ST_MakePolygon(ST_LineMerge(ST_Boundary(p.the_geom)),\n" +" ARRAY(SELECT w.the_geom\n" +" FROM waterlines w\n" +" WHERE ST_Within(w.the_geom, p.the_geom)\n" +" AND ST_IsClosed(w.the_geom)))\n" +" ELSE p.the_geom END As the_geom\n" +" FROM\n" +" provinces p;" +msgstr "" +"SELECT p.gid, p.province_name,\n" +" CASE WHEN\n" +" ST_Accum(w.the_geom) IS NULL THEN p.the_geom\n" +" ELSE ST_MakePolygon(ST_LineMerge(ST_Boundary(p.the_geom)), " +"ST_Accum(w.the_geom)) END\n" " FROM\n" " provinces p LEFT JOIN waterlines w\n" -" ON (ST_Within(w.the_geom, p.the_geom) AND ST_IsClosed(w.the_geom))\n" +" ON (ST_Within(w.the_geom, p.the_geom) AND " +"ST_IsClosed(w.the_geom))\n" " GROUP BY p.gid, p.province_name, p.the_geom;\n" "\n" " --Same example above but utilizing a correlated subquery\n" -" --and PostgreSQL built-in ARRAY() function that converts a row set to an array\n" +" --and PostgreSQL built-in ARRAY() function that converts a row set " +"to an array\n" "\n" " SELECT p.gid, p.province_name, CASE WHEN\n" " EXISTS(SELECT w.the_geom\n" @@ -2081,7 +2842,6 @@ msgid "" " ELSE p.the_geom END As the_geom\n" " FROM\n" " provinces p;" -msgstr "SELECT p.gid, p.province_name,\n CASE WHEN\n ST_Accum(w.the_geom) IS NULL THEN p.the_geom\n ELSE ST_MakePolygon(ST_LineMerge(ST_Boundary(p.the_geom)), ST_Accum(w.the_geom)) END\n FROM\n provinces p LEFT JOIN waterlines w\n ON (ST_Within(w.the_geom, p.the_geom) AND ST_IsClosed(w.the_geom))\n GROUP BY p.gid, p.province_name, p.the_geom;\n\n --Same example above but utilizing a correlated subquery\n --and PostgreSQL built-in ARRAY() function that converts a row set to an array\n\n SELECT p.gid, p.province_name, CASE WHEN\n EXISTS(SELECT w.the_geom\n FROM waterlines w\n WHERE ST_Within(w.the_geom, p.the_geom)\n AND ST_IsClosed(w.the_geom))\n THEN\n ST_MakePolygon(ST_LineMerge(ST_Boundary(p.the_geom)),\n ARRAY(SELECT w.the_geom\n FROM waterlines w\n WHERE ST_Within(w.the_geom, p.the_geom)\n AND ST_IsClosed(w.the_geom)))\n ELSE p.the_geom END As the_geom\n FROM\n provinces p;" #. Tag: para #: reference_constructor.xml:1174 @@ -2090,7 +2850,10 @@ msgid "" ", , , " ", , " -msgstr ", , , , , " +msgstr "" +", , , " +", , " #. Tag: refname #: reference_constructor.xml:1187 @@ -2111,7 +2874,10 @@ msgid "" "geometry ST_MakePoint " "double precision x " "double precision y" -msgstr "geometry ST_MakePoint double precision x double precision y" +msgstr "" +"geometry ST_MakePoint " +"double precision x " +"double precision y" #. Tag: funcprototype #: reference_constructor.xml:1201 @@ -2121,7 +2887,11 @@ msgid "" "double precision x " "double precision y " "double precision z" -msgstr "geometry ST_MakePoint double precision x double precision y double precision z" +msgstr "" +"geometry ST_MakePoint " +"double precision x " +"double precision y " +"double precision z" #. Tag: funcprototype #: reference_constructor.xml:1209 @@ -2132,7 +2902,12 @@ msgid "" "double precision y " "double precision z " "double precision m" -msgstr "geometry ST_MakePoint double precision x double precision y double precision z double precision m" +msgstr "" +"geometry ST_MakePoint " +"double precision x " +"double precision y " +"double precision z " +"double precision m" #. Tag: para #: reference_constructor.xml:1222 @@ -2143,7 +2918,12 @@ msgid "" "faster and more precise than and . It is also easier to use if you have raw " "coordinates rather than WKT." -msgstr "Construit une géométrie de type point en 2D, 3DZ ou 4D (géométrie avec mesure). ST_MakePoint, non définie par l'OGC est généralement plus rapide et plus précise que and . \nUtile si on dispose de coordonnées numériques et non textuelles WKT." +msgstr "" +"Construit une géométrie de type point en 2D, 3DZ ou 4D (géométrie avec " +"mesure). ST_MakePoint, non définie par l'OGC est " +"généralement plus rapide et plus précise que and . \n" +"Utile si on dispose de coordonnées numériques et non textuelles WKT." #. Tag: para #: reference_constructor.xml:1228 @@ -2155,9 +2935,9 @@ msgstr "Note: x: longitude, y: latitude" #: reference_constructor.xml:1229 #, no-c-format msgid "" -"Use if you need to make a point with " -"x,y,m." -msgstr "Utiliser pour construire un point x,y,m." +"Use if you need to make a point with x,y,m." +msgstr "" +"Utiliser pour construire un point x,y,m." #. Tag: programlisting #: reference_constructor.xml:1236 @@ -2177,7 +2957,21 @@ msgid "" "result\n" "-------\n" "1.5" -msgstr "--Return point with unknown SRID\nSELECT ST_MakePoint(-71.1043443253471, 42.3150676015829);\n\n--Return point marked as WGS 84 long lat\nSELECT ST_SetSRID(ST_MakePoint(-71.1043443253471, 42.3150676015829),4326);\n\n--Return a 3D point (e.g. has altitude)\nSELECT ST_MakePoint(1, 2,1.5);\n\n--Get z of point\nSELECT ST_Z(ST_MakePoint(1, 2,1.5));\nresult\n-------\n1.5" +msgstr "" +"--Return point with unknown SRID\n" +"SELECT ST_MakePoint(-71.1043443253471, 42.3150676015829);\n" +"\n" +"--Return point marked as WGS 84 long lat\n" +"SELECT ST_SetSRID(ST_MakePoint(-71.1043443253471, 42.3150676015829),4326);\n" +"\n" +"--Return a 3D point (e.g. has altitude)\n" +"SELECT ST_MakePoint(1, 2,1.5);\n" +"\n" +"--Get z of point\n" +"SELECT ST_Z(ST_MakePoint(1, 2,1.5));\n" +"result\n" +"-------\n" +"1.5" #. Tag: para #: reference_constructor.xml:1240 @@ -2185,7 +2979,9 @@ msgstr "--Return point with unknown SRID\nSELECT ST_MakePoint(-71.1043443253471, msgid "" ", , , " "" -msgstr ", , , " +msgstr "" +", , , " +"" #. Tag: refname #: reference_constructor.xml:1246 @@ -2207,7 +3003,11 @@ msgid "" "float x " "float y " "float m" -msgstr "geometry ST_MakePointM float x float y float m" +msgstr "" +"geometry ST_MakePointM " +"float x " +"float y " +"float m" #. Tag: para #: reference_constructor.xml:1265 @@ -2227,7 +3027,10 @@ msgstr "Note: x: longitude, y: latitude" msgid "" "We use ST_AsEWKT in these examples to show the text representation instead " "of ST_AsText because ST_AsText does not support returning M." -msgstr "Utilisation de ST_AsEWKT à la place de ST_AsText pour représenter les géométries sous forme textuelle car ST_AsText ne support pas la coordonnée M." +msgstr "" +"Utilisation de ST_AsEWKT à la place de ST_AsText pour représenter les " +"géométries sous forme textuelle car ST_AsText ne support pas la coordonnée " +"M." #. Tag: programlisting #: reference_constructor.xml:1273 @@ -2241,8 +3044,36 @@ msgid "" "-----------------------------------------------\n" " POINTM(-71.1043443253471 42.3150676015829 10)\n" "\n" -"--Return EWKT representation of point with measure marked as WGS 84 long lat\n" -"SELECT ST_AsEWKT(ST_SetSRID(ST_MakePointM(-71.1043443253471, 42.3150676015829,10),4326));\n" +"--Return EWKT representation of point with measure marked as WGS 84 long " +"lat\n" +"SELECT ST_AsEWKT(ST_SetSRID(ST_MakePointM(-71.1043443253471, " +"42.3150676015829,10),4326));\n" +"\n" +" st_asewkt\n" +"---------------------------------------------------------\n" +"SRID=4326;POINTM(-71.1043443253471 42.3150676015829 10)\n" +"\n" +"--Return a 3d point (e.g. has altitude)\n" +"SELECT ST_MakePoint(1, 2,1.5);\n" +"\n" +"--Get m of point\n" +"SELECT ST_M(ST_MakePointM(-71.1043443253471, 42.3150676015829,10));\n" +"result\n" +"-------\n" +"10" +msgstr "" +"--Return EWKT representation of point with unknown SRID\n" +"SELECT ST_AsEWKT(ST_MakePointM(-71.1043443253471, 42.3150676015829, 10));\n" +"\n" +"--result\n" +" st_asewkt\n" +"-----------------------------------------------\n" +" POINTM(-71.1043443253471 42.3150676015829 10)\n" +"\n" +"--Return EWKT representation of point with measure marked as WGS 84 long " +"lat\n" +"SELECT ST_AsEWKT(ST_SetSRID(ST_MakePointM(-71.1043443253471, " +"42.3150676015829,10),4326));\n" "\n" " st_asewkt\n" "---------------------------------------------------------\n" @@ -2256,7 +3087,6 @@ msgid "" "result\n" "-------\n" "10" -msgstr "--Return EWKT representation of point with unknown SRID\nSELECT ST_AsEWKT(ST_MakePointM(-71.1043443253471, 42.3150676015829, 10));\n\n--result\n st_asewkt\n-----------------------------------------------\n POINTM(-71.1043443253471 42.3150676015829 10)\n\n--Return EWKT representation of point with measure marked as WGS 84 long lat\nSELECT ST_AsEWKT(ST_SetSRID(ST_MakePointM(-71.1043443253471, 42.3150676015829,10),4326));\n\n st_asewkt\n---------------------------------------------------------\nSRID=4326;POINTM(-71.1043443253471 42.3150676015829 10)\n\n--Return a 3d point (e.g. has altitude)\nSELECT ST_MakePoint(1, 2,1.5);\n\n--Get m of point\nSELECT ST_M(ST_MakePointM(-71.1043443253471, 42.3150676015829,10));\nresult\n-------\n10" #. Tag: para #: reference_constructor.xml:1277 @@ -2274,20 +3104,27 @@ msgstr "ST_MLineFromText" #: reference_constructor.xml:1285 #, no-c-format msgid "Return a specified ST_MultiLineString value from WKT representation." -msgstr "Retourne un objet de type ST_MultiLineString à partir de sa représentation WKT." +msgstr "" +"Retourne un objet de type ST_MultiLineString à partir de sa représentation " +"WKT." #. Tag: funcsynopsis #: reference_constructor.xml:1289 #, no-c-format msgid "" -" geometry " -"ST_MLineFromText text " -" WKT integer " -"srid " -"geometry ST_MLineFromText " -"text WKT " -"" -msgstr " geometry ST_MLineFromText text WKT integer srid geometry ST_MLineFromText text WKT " +" geometry ST_MLineFromText text WKT " +"integer srid geometry ST_MLineFromText text WKT " +msgstr "" +" geometry ST_MLineFromText text WKT " +"integer srid geometry ST_MLineFromText text WKT " #. Tag: para #: reference_constructor.xml:1307 @@ -2295,7 +3132,10 @@ msgstr " geometry ST_MLineFromText< msgid "" "Makes a Geometry from Well-Known-Text (WKT) with the given SRID. If SRID is " "not give, it defaults to -1." -msgstr "Construit une géométrie depuis une représentation Well-Known-Text (WKT), avec le SRID spécifié. Si aucun SRID n'est donné, la valeur par défaut est -1 " +msgstr "" +"Construit une géométrie depuis une représentation Well-Known-Text (WKT), " +"avec le SRID spécifié. Si aucun SRID n'est donné, la valeur par défaut est " +"-1 " #. Tag: para #: reference_constructor.xml:1313 @@ -2308,9 +3148,12 @@ msgstr "Retourne NULL si le WKT n'est pas une MULTILINESTRING" #, no-c-format msgid "" "If you are absolutely sure all your WKT geometries are points, don't use " -"this function. It is slower than ST_GeomFromText since it adds an additional" -" validation step." -msgstr "Si vous êtes absolument sûrs que toutes les géométries WKT sont des points, ne pas utiliser cette fonction. Elle est plus lente que ST_GeomFromText à cause d'une étape de validation supplémentaire." +"this function. It is slower than ST_GeomFromText since it adds an additional " +"validation step." +msgstr "" +"Si vous êtes absolument sûrs que toutes les géométries WKT sont des points, " +"ne pas utiliser cette fonction. Elle est plus lente que ST_GeomFromText à " +"cause d'une étape de validation supplémentaire." #. Tag: para #: reference_constructor.xml:1322 @@ -2336,28 +3179,38 @@ msgstr "ST_MPointFromText" msgid "" "Makes a Geometry from WKT with the given SRID. If SRID is not " "give, it defaults to -1." -msgstr "Construit une géométrie à partir d'une représentation WKT avec le SRID donné. Si aucun SRID n'est donné, la valeur par défaut est -1." +msgstr "" +"Construit une géométrie à partir d'une représentation WKT avec " +"le SRID donné. Si aucun SRID n'est donné, la valeur par défaut est -1." #. Tag: funcsynopsis #: reference_constructor.xml:1350 #, no-c-format msgid "" -" geometry " -"ST_MPointFromText text " -" WKT integer " -" srid " -" geometry " -"ST_MPointFromText text " -" WKT " -msgstr " geometry ST_MPointFromText text WKT integer srid geometry ST_MPointFromText text WKT " +" geometry ST_MPointFromText text WKT " +"integer srid geometry " +"ST_MPointFromText text WKT " +msgstr "" +" geometry ST_MPointFromText text WKT " +"integer srid geometry " +"ST_MPointFromText text WKT " #. Tag: para #: reference_constructor.xml:1368 #, no-c-format msgid "" -"Makes a Geometry from WKT with the given SRID. If SRID is not give, it" -" defaults to -1." -msgstr "Construit une géométrie à partir d'une représentation WKT avec le SRID donné. Si aucun SRID n'est donné, la valeur par défaut est -1." +"Makes a Geometry from WKT with the given SRID. If SRID is not give, it " +"defaults to -1." +msgstr "" +"Construit une géométrie à partir d'une représentation WKT avec le SRID " +"donné. Si aucun SRID n'est donné, la valeur par défaut est -1." #. Tag: para #: reference_constructor.xml:1374 @@ -2382,8 +3235,12 @@ msgstr "&sqlmm_compliant; SQL-MM 3: 9.2.4" #, no-c-format msgid "" "SELECT ST_MPointFromText('MULTIPOINT(1 2, 3 4)');\n" -"SELECT ST_MPointFromText('MULTIPOINT(-70.9590 42.1180, -70.9611 42.1223)', 4326);" -msgstr "SELECT ST_MPointFromText('MULTIPOINT(1 2, 3 4)');\nSELECT ST_MPointFromText('MULTIPOINT(-70.9590 42.1180, -70.9611 42.1223)', 4326);" +"SELECT ST_MPointFromText('MULTIPOINT(-70.9590 42.1180, -70.9611 42.1223)', " +"4326);" +msgstr "" +"SELECT ST_MPointFromText('MULTIPOINT(1 2, 3 4)');\n" +"SELECT ST_MPointFromText('MULTIPOINT(-70.9590 42.1180, -70.9611 42.1223)', " +"4326);" #. Tag: refname #: reference_constructor.xml:1404 @@ -2397,20 +3254,27 @@ msgstr "ST_MPolyFromText" msgid "" "Makes a MultiPolygon Geometry from WKT with the given SRID. If SRID is not " "give, it defaults to -1." -msgstr "Construit une géométrie MultiPolygon à partir d'une représentation WKT et le SRID donné. Si aucun SRID n'est donné, la valeur par défaut est -1." +msgstr "" +"Construit une géométrie MultiPolygon à partir d'une représentation WKT et le " +"SRID donné. Si aucun SRID n'est donné, la valeur par défaut est -1." #. Tag: funcsynopsis #: reference_constructor.xml:1411 #, no-c-format msgid "" -" geometry " -"ST_MPolyFromText text " -" WKT integer " -"srid " -"geometry ST_MPolyFromText " -"text WKT " -"" -msgstr " geometry ST_MPolyFromText text WKT integer srid geometry ST_MPolyFromText text WKT " +" geometry ST_MPolyFromText text WKT " +"integer srid geometry ST_MPolyFromText text WKT " +msgstr "" +" geometry ST_MPolyFromText text WKT " +"integer srid geometry ST_MPolyFromText text WKT " #. Tag: para #: reference_constructor.xml:1429 @@ -2418,7 +3282,9 @@ msgstr " geometry ST_MPolyFromText< msgid "" "Makes a MultiPolygon from WKT with the given SRID. If SRID is not give, it " "defaults to -1." -msgstr "Construit une géométrie MultiPolygon à partir d'une représentation WKT avec le SRID donné. Si aucun SRID n'est donné, la valeur par défaut est -1." +msgstr "" +"Construit une géométrie MultiPolygon à partir d'une représentation WKT avec " +"le SRID donné. Si aucun SRID n'est donné, la valeur par défaut est -1." #. Tag: para #: reference_constructor.xml:1435 @@ -2433,7 +3299,10 @@ msgid "" "If you are absolutely sure all your WKT geometries are multipolygons, don't " "use this function. It is slower than ST_GeomFromText since it adds an " "additional validation step." -msgstr "Si vous êtes absolument sûrs que toutes les géométries WKT sont des multipolygones, ne pas utiliser cette fonction. Elle est plus lente que ST_GeomFromText à cause d'une étape de validation supplémentaire." +msgstr "" +"Si vous êtes absolument sûrs que toutes les géométries WKT sont des " +"multipolygones, ne pas utiliser cette fonction. Elle est plus lente que " +"ST_GeomFromText à cause d'une étape de validation supplémentaire." #. Tag: para #: reference_constructor.xml:1444 @@ -2445,10 +3314,41 @@ msgstr "&sqlmm_compliant; SQL-MM 3: 9.6.4" #: reference_constructor.xml:1452 #, no-c-format msgid "" -"SELECT ST_MPolyFromText('MULTIPOLYGON(((0 0 1,20 0 1,20 20 1,0 20 1,0 0 1),(5 5 3,5 7 3,7 7 3,7 5 3,5 5 3)))');\n" -"SELECt ST_MPolyFromText('MULTIPOLYGON(((-70.916 42.1002,-70.9468 42.0946,-70.9765 42.0872,-70.9754 42.0875,-70.9749 42.0879,-70.9752 42.0881,-70.9754 42.0891,-70.9758 42.0894,-70.9759 42.0897,-70.9759 42.0899,-70.9754 42.0902,-70.9756 42.0906,-70.9753 42.0907,-70.9753 42.0917,-70.9757 42.0924,-70.9755 42.0928,-70.9755 42.0942,-70.9751 42.0948,-70.9755 42.0953,-70.9751 42.0958,-70.9751 42.0962,-70.9759 42.0983,-70.9767 42.0987,-70.9768 42.0991,-70.9771 42.0997,-70.9771 42.1003,-70.9768 42.1005,-70.977 42.1011,-70.9766 42.1019,-70.9768 42.1026,-70.9769 42.1033,-70.9775 42.1042,-70.9773 42.1043,-70.9776 42.1043,-70.9778 42.1048,-70.9773 42.1058,-70.9774 42.1061,-70.9779 42.1065,-70.9782 42.1078,-70.9788 42.1085,-70.9798 42.1087,-70.9806 42.109,-70.9807 42.1093,-70.9806 42.1099,-70.9809 42.1109,-70.9808 42.1112,-70.9798 42.1116,-70.9792 42.1127,-70.979 42.1129,-70.9787 42.1134,-70.979 42.1139,-70.9791 42.1141,-70.9987 42.1116,-71.0022 42.1273,\n" +"SELECT ST_MPolyFromText('MULTIPOLYGON(((0 0 1,20 0 1,20 20 1,0 20 1,0 0 1)," +"(5 5 3,5 7 3,7 7 3,7 5 3,5 5 3)))');\n" +"SELECt ST_MPolyFromText('MULTIPOLYGON(((-70.916 42.1002,-70.9468 " +"42.0946,-70.9765 42.0872,-70.9754 42.0875,-70.9749 42.0879,-70.9752 " +"42.0881,-70.9754 42.0891,-70.9758 42.0894,-70.9759 42.0897,-70.9759 " +"42.0899,-70.9754 42.0902,-70.9756 42.0906,-70.9753 42.0907,-70.9753 " +"42.0917,-70.9757 42.0924,-70.9755 42.0928,-70.9755 42.0942,-70.9751 " +"42.0948,-70.9755 42.0953,-70.9751 42.0958,-70.9751 42.0962,-70.9759 " +"42.0983,-70.9767 42.0987,-70.9768 42.0991,-70.9771 42.0997,-70.9771 " +"42.1003,-70.9768 42.1005,-70.977 42.1011,-70.9766 42.1019,-70.9768 " +"42.1026,-70.9769 42.1033,-70.9775 42.1042,-70.9773 42.1043,-70.9776 " +"42.1043,-70.9778 42.1048,-70.9773 42.1058,-70.9774 42.1061,-70.9779 " +"42.1065,-70.9782 42.1078,-70.9788 42.1085,-70.9798 42.1087,-70.9806 " +"42.109,-70.9807 42.1093,-70.9806 42.1099,-70.9809 42.1109,-70.9808 " +"42.1112,-70.9798 42.1116,-70.9792 42.1127,-70.979 42.1129,-70.9787 " +"42.1134,-70.979 42.1139,-70.9791 42.1141,-70.9987 42.1116,-71.0022 42.1273,\n" +" -70.9408 42.1513,-70.9315 42.1165,-70.916 42.1002)))',4326);" +msgstr "" +"SELECT ST_MPolyFromText('MULTIPOLYGON(((0 0 1,20 0 1,20 20 1,0 20 1,0 0 1)," +"(5 5 3,5 7 3,7 7 3,7 5 3,5 5 3)))');\n" +"SELECt ST_MPolyFromText('MULTIPOLYGON(((-70.916 42.1002,-70.9468 " +"42.0946,-70.9765 42.0872,-70.9754 42.0875,-70.9749 42.0879,-70.9752 " +"42.0881,-70.9754 42.0891,-70.9758 42.0894,-70.9759 42.0897,-70.9759 " +"42.0899,-70.9754 42.0902,-70.9756 42.0906,-70.9753 42.0907,-70.9753 " +"42.0917,-70.9757 42.0924,-70.9755 42.0928,-70.9755 42.0942,-70.9751 " +"42.0948,-70.9755 42.0953,-70.9751 42.0958,-70.9751 42.0962,-70.9759 " +"42.0983,-70.9767 42.0987,-70.9768 42.0991,-70.9771 42.0997,-70.9771 " +"42.1003,-70.9768 42.1005,-70.977 42.1011,-70.9766 42.1019,-70.9768 " +"42.1026,-70.9769 42.1033,-70.9775 42.1042,-70.9773 42.1043,-70.9776 " +"42.1043,-70.9778 42.1048,-70.9773 42.1058,-70.9774 42.1061,-70.9779 " +"42.1065,-70.9782 42.1078,-70.9788 42.1085,-70.9798 42.1087,-70.9806 " +"42.109,-70.9807 42.1093,-70.9806 42.1099,-70.9809 42.1109,-70.9808 " +"42.1112,-70.9798 42.1116,-70.9792 42.1127,-70.979 42.1129,-70.9787 " +"42.1134,-70.979 42.1139,-70.9791 42.1141,-70.9987 42.1116,-71.0022 42.1273,\n" " -70.9408 42.1513,-70.9315 42.1165,-70.916 42.1002)))',4326);" -msgstr "SELECT ST_MPolyFromText('MULTIPOLYGON(((0 0 1,20 0 1,20 20 1,0 20 1,0 0 1),(5 5 3,5 7 3,7 7 3,7 5 3,5 5 3)))');\nSELECt ST_MPolyFromText('MULTIPOLYGON(((-70.916 42.1002,-70.9468 42.0946,-70.9765 42.0872,-70.9754 42.0875,-70.9749 42.0879,-70.9752 42.0881,-70.9754 42.0891,-70.9758 42.0894,-70.9759 42.0897,-70.9759 42.0899,-70.9754 42.0902,-70.9756 42.0906,-70.9753 42.0907,-70.9753 42.0917,-70.9757 42.0924,-70.9755 42.0928,-70.9755 42.0942,-70.9751 42.0948,-70.9755 42.0953,-70.9751 42.0958,-70.9751 42.0962,-70.9759 42.0983,-70.9767 42.0987,-70.9768 42.0991,-70.9771 42.0997,-70.9771 42.1003,-70.9768 42.1005,-70.977 42.1011,-70.9766 42.1019,-70.9768 42.1026,-70.9769 42.1033,-70.9775 42.1042,-70.9773 42.1043,-70.9776 42.1043,-70.9778 42.1048,-70.9773 42.1058,-70.9774 42.1061,-70.9779 42.1065,-70.9782 42.1078,-70.9788 42.1085,-70.9798 42.1087,-70.9806 42.109,-70.9807 42.1093,-70.9806 42.1099,-70.9809 42.1109,-70.9808 42.1112,-70.9798 42.1116,-70.9792 42.1127,-70.979 42.1129,-70.9787 42.1134,-70.979 42.1139,-70.9791 42.1141,-70.9987 42.1116,-71.0022 42.1273,\n -70.9408 42.1513,-70.9315 42.1165,-70.916 42.1002)))',4326);" #. Tag: refname #: reference_constructor.xml:1465 @@ -2462,7 +3362,9 @@ msgstr "ST_Point" msgid "" "Returns an ST_Point with the given coordinate values. OGC alias for " "ST_MakePoint." -msgstr "Retourne un point à partir des coordonnées données. Alias OGC de la fonction ST_MakePoint" +msgstr "" +"Retourne un point à partir des coordonnées données. Alias OGC de la fonction " +"ST_MakePoint" #. Tag: funcprototype #: reference_constructor.xml:1472 @@ -2471,15 +3373,20 @@ msgid "" "geometry ST_Point " "float x_lon " "float y_lat" -msgstr "geometry ST_Point float x_lon float y_lat" +msgstr "" +"geometry ST_Point " +"float x_lon " +"float y_lat" #. Tag: para #: reference_constructor.xml:1483 #, no-c-format msgid "" -"Returns an ST_Point with the given coordinate values. MM compliant alias for" -" ST_MakePoint that takes just an x and y." -msgstr "Retourne un point à partir des coordonnées données. Alias SQL/MM de la fonction ST_MakePoint avec coordonnées x et y." +"Returns an ST_Point with the given coordinate values. MM compliant alias for " +"ST_MakePoint that takes just an x and y." +msgstr "" +"Retourne un point à partir des coordonnées données. Alias SQL/MM de la " +"fonction ST_MakePoint avec coordonnées x et y." #. Tag: para #: reference_constructor.xml:1486 @@ -2511,24 +3418,39 @@ msgstr "Exemples: Géographie" msgid "" "SELECT CAST(ST_SetSRID(ST_Point(-71.1043443253471, 42.3150676015829),4326) " "As geography);" -msgstr "SELECT CAST(ST_SetSRID(ST_Point(-71.1043443253471, 42.3150676015829),4326) As geography);" +msgstr "" +"SELECT CAST(ST_SetSRID(ST_Point(-71.1043443253471, 42.3150676015829),4326) " +"As geography);" #. Tag: programlisting #: reference_constructor.xml:1501 #, no-c-format msgid "" "-- the :: is PostgreSQL short-hand for casting.\n" -"SELECT ST_SetSRID(ST_Point(-71.1043443253471, 42.3150676015829),4326)::geography;" -msgstr "-- the :: is PostgreSQL short-hand for casting.\nSELECT ST_SetSRID(ST_Point(-71.1043443253471, 42.3150676015829),4326)::geography;" +"SELECT ST_SetSRID(ST_Point(-71.1043443253471, 42.3150676015829),4326)::" +"geography;" +msgstr "" +"-- the :: is PostgreSQL short-hand for casting.\n" +"SELECT ST_SetSRID(ST_Point(-71.1043443253471, 42.3150676015829),4326)::" +"geography;" #. Tag: programlisting #: reference_constructor.xml:1503 #, no-c-format msgid "" -"--If your point coordinates are in a different spatial reference from WGS-84 long lat, then you need to transform before casting\n" -"-- This example we convert a point in Pennsylvania State Plane feet to WGS 84 and then geography\n" -"SELECT ST_Transform(ST_SetSRID(ST_Point(3637510, 3014852),2273),4326)::geography;" -msgstr "--If your point coordinates are in a different spatial reference from WGS-84 long lat, then you need to transform before casting\n-- This example we convert a point in Pennsylvania State Plane feet to WGS 84 and then geography\nSELECT ST_Transform(ST_SetSRID(ST_Point(3637510, 3014852),2273),4326)::geography;" +"--If your point coordinates are in a different spatial reference from WGS-84 " +"long lat, then you need to transform before casting\n" +"-- This example we convert a point in Pennsylvania State Plane feet to WGS " +"84 and then geography\n" +"SELECT ST_Transform(ST_SetSRID(ST_Point(3637510, 3014852),2273),4326)::" +"geography;" +msgstr "" +"--If your point coordinates are in a different spatial reference from WGS-84 " +"long lat, then you need to transform before casting\n" +"-- This example we convert a point in Pennsylvania State Plane feet to WGS " +"84 and then geography\n" +"SELECT ST_Transform(ST_SetSRID(ST_Point(3637510, 3014852),2273),4326)::" +"geography;" #. Tag: para #: reference_constructor.xml:1510 @@ -2536,7 +3458,9 @@ msgstr "--If your point coordinates are in a different spatial reference from WG msgid "" ", , , " -msgstr ", , , " +msgstr "" +", , , " #. Tag: refname #: reference_constructor.xml:1516 @@ -2550,20 +3474,27 @@ msgstr "ST_PointFromText" msgid "" "Makes a point Geometry from WKT with the given SRID. If SRID is not given, " "it defaults to unknown." -msgstr "Construit une géométrie point à partir d'une représentation WKT et le SRID donné. Si aucun SRID n'est donné, la valeur par défaut est 0." +msgstr "" +"Construit une géométrie point à partir d'une représentation WKT et le SRID " +"donné. Si aucun SRID n'est donné, la valeur par défaut est 0." #. Tag: funcsynopsis #: reference_constructor.xml:1521 #, no-c-format msgid "" -" geometry " -"ST_PointFromText text " -" WKT " -"geometry ST_PointFromText " -"text WKT " -"integer srid " -"" -msgstr " geometry ST_PointFromText text WKT geometry ST_PointFromText text WKT integer srid " +" geometry ST_PointFromText text WKT " +" geometry " +"ST_PointFromText text " +"WKT integer " +"srid " +msgstr "" +" geometry ST_PointFromText text WKT " +" geometry " +"ST_PointFromText text " +"WKT integer " +"srid " #. Tag: para #: reference_constructor.xml:1537 @@ -2573,7 +3504,11 @@ msgid "" "representation. If SRID is not give, it defaults to unknown (currently -1). " "If geometry is not a WKT point representation, returns null. If completely " "invalid WKT, then throws an error." -msgstr "Construit une géométrie point à partir d'une représentation WKT et le SRID donné. Si aucun SRID n'est donné, la valeur par défaut est -1 (inconnu). Retourne NULL si le WKT donné ne représente pas un point. Retourne une erreur si le WKT est invalide." +msgstr "" +"Construit une géométrie point à partir d'une représentation WKT et le SRID " +"donné. Si aucun SRID n'est donné, la valeur par défaut est -1 (inconnu). " +"Retourne NULL si le WKT donné ne représente pas un point. Retourne une " +"erreur si le WKT est invalide." #. Tag: para #: reference_constructor.xml:1543 @@ -2584,19 +3519,30 @@ msgid "" "takes a spatial reference id as the second argument and returns an " "ST_Geometry that includes this srid as part of its meta-data. The srid must " "be defined in the spatial_ref_sys table." -msgstr "Il existe 2 versions de la fonction ST_PointFromText: la première ne prend pas de SRID en paramètre et retourne une geometry sans système de coordonnées. La seconde prend un SRID en second paramètre et retourne une ST_Geometry incluant un SRID dans ses métadonnées. Ce SRID doit obligatoirement exister dans la table spatial_ref_sys." +msgstr "" +"Il existe 2 versions de la fonction ST_PointFromText: la première ne prend " +"pas de SRID en paramètre et retourne une geometry sans système de " +"coordonnées. La seconde prend un SRID en second paramètre et retourne une " +"ST_Geometry incluant un SRID dans ses métadonnées. Ce SRID doit " +"obligatoirement exister dans la table spatial_ref_sys." #. Tag: para #: reference_constructor.xml:1550 #, no-c-format msgid "" "If you are absolutely sure all your WKT geometries are points, don't use " -"this function. It is slower than ST_GeomFromText since it adds an additional" -" validation step. If you are building points from long lat coordinates and " +"this function. It is slower than ST_GeomFromText since it adds an additional " +"validation step. If you are building points from long lat coordinates and " "care more about performance and accuracy than OGC compliance, use or OGC compliant alias ." -msgstr "Si vous êtes absolument sûrs que toutes les géométries WKT sont des points, ne pas utiliser cette fonction. Elle est plus lente que ST_GeomFromText à cause d'une étape de validation supplémentaire. Si le point doit être construit à partir de coordonnées latitude longitude et que la performance est recherchée, utiliser la fonction ou son équivalent OGC ." +"linkend=\"ST_MakePoint\"/> or OGC compliant alias ." +msgstr "" +"Si vous êtes absolument sûrs que toutes les géométries WKT sont des points, " +"ne pas utiliser cette fonction. Elle est plus lente que ST_GeomFromText à " +"cause d'une étape de validation supplémentaire. Si le point doit être " +"construit à partir de coordonnées latitude longitude et que la performance " +"est recherchée, utiliser la fonction ou son " +"équivalent OGC ." #. Tag: para #: reference_constructor.xml:1555 @@ -2610,7 +3556,9 @@ msgstr "&sqlmm_compliant; SQL-MM 3: 6.1.8" msgid "" "SELECT ST_PointFromText('POINT(-71.064544 42.28787)');\n" "SELECT ST_PointFromText('POINT(-71.064544 42.28787)', 4326);" -msgstr "SELECT ST_PointFromText('POINT(-71.064544 42.28787)');\nSELECT ST_PointFromText('POINT(-71.064544 42.28787)', 4326);" +msgstr "" +"SELECT ST_PointFromText('POINT(-71.064544 42.28787)');\n" +"SELECT ST_PointFromText('POINT(-71.064544 42.28787)', 4326);" #. Tag: para #: reference_constructor.xml:1564 @@ -2618,7 +3566,9 @@ msgstr "SELECT ST_PointFromText('POINT(-71.064544 42.28787)');\nSELECT ST_PointF msgid "" ", , , " -msgstr ", , , " +msgstr "" +", , , " #. Tag: refname #: reference_constructor.xml:1570 @@ -2630,18 +3580,24 @@ msgstr "ST_PointFromWKB" #: reference_constructor.xml:1572 #, no-c-format msgid "Makes a geometry from WKB with the given SRID" -msgstr "Construit une géométrie depuis la représentation binaire WKB et le SRID donné." +msgstr "" +"Construit une géométrie depuis la représentation binaire WKB et le SRID " +"donné." #. Tag: para #: reference_constructor.xml:1593 #, no-c-format msgid "" "The ST_PointFromWKB function, takes a well-known binary " -"representation of geometry and a Spatial Reference System ID " -"(SRID) and creates an instance of the appropriate " -"geometry type - in this case, a POINT geometry. This " -"function plays the role of the Geometry Factory in SQL." -msgstr " ST_PointFromWKB prend en paramètre une représentation binaire d'une géométrie et un SRID (SRID) et crée une instance du bon type géométrique, en l'occurence une POINT . Cette fonction assure le rôle de Geometry Factory en SQL." +"representation of geometry and a Spatial Reference System ID (SRID) and creates an instance of the appropriate geometry type - in this " +"case, a POINT geometry. This function plays the role of " +"the Geometry Factory in SQL." +msgstr "" +" ST_PointFromWKB prend en paramètre une représentation " +"binaire d'une géométrie et un SRID (SRID) et crée une " +"instance du bon type géométrique, en l'occurence une POINT . Cette fonction assure le rôle de Geometry Factory en SQL." #. Tag: para #: reference_constructor.xml:1599 @@ -2650,7 +3606,10 @@ msgid "" "If an SRID is not specified, it defaults to -1. NULL is " "returned if the input bytea does not represent a " "POINT geometry." -msgstr "Si le SRID n'est pas précisé, la valeur -1 est prise par défaut. NULL est retourné si le paramètre bytea donné ne représente pas un POINT ." +msgstr "" +"Si le SRID n'est pas précisé, la valeur -1 est prise par défaut. " +"NULL est retourné si le paramètre bytea donné ne représente pas un POINT ." #. Tag: para #: reference_constructor.xml:1602 @@ -2689,7 +3648,28 @@ msgid "" "-----------\n" "\n" "(1 row)" -msgstr "SELECT\n ST_AsText(\n ST_PointFromWKB(\n ST_AsEWKB('POINT(2 5)'::geometry)\n )\n );\n st_astext\n------------\n POINT(2 5)\n(1 row)\n\nSELECT\n ST_AsText(\n ST_PointFromWKB(\n ST_AsEWKB('LINESTRING(2 5, 2 6)'::geometry)\n )\n );\n st_astext\n-----------\n\n(1 row)" +msgstr "" +"SELECT\n" +" ST_AsText(\n" +" ST_PointFromWKB(\n" +" ST_AsEWKB('POINT(2 5)'::geometry)\n" +" )\n" +" );\n" +" st_astext\n" +"------------\n" +" POINT(2 5)\n" +"(1 row)\n" +"\n" +"SELECT\n" +" ST_AsText(\n" +" ST_PointFromWKB(\n" +" ST_AsEWKB('LINESTRING(2 5, 2 6)'::geometry)\n" +" )\n" +" );\n" +" st_astext\n" +"-----------\n" +"\n" +"(1 row)" #. Tag: refname #: reference_constructor.xml:1624 @@ -2701,26 +3681,34 @@ msgstr "ST_Polygon" #: reference_constructor.xml:1626 #, no-c-format msgid "" -"Returns a polygon built from the specified linestring and " -"SRID." -msgstr "Retourne un polygone contruit à partir de la ligne et du SRID donnés." +"Returns a polygon built from the specified linestring and SRID." +msgstr "" +"Retourne un polygone contruit à partir de la ligne et du SRID " +"donnés." #. Tag: funcprototype #: reference_constructor.xml:1631 #, no-c-format msgid "" "geometry ST_Polygon " -"geometry " -"aLineString integer " -" srid" -msgstr "geometry ST_Polygon geometry aLineString integer srid" +"geometry aLineString integer srid" +msgstr "" +"geometry ST_Polygon " +"geometry aLineString integer srid" #. Tag: para #: reference_constructor.xml:1642 #, no-c-format msgid "" "Returns a polygon built from the specified linestring and SRID." -msgstr "Retourne un polygone construit à partir de la ligne et du SRID donnés." +msgstr "" +"Retourne un polygone construit à partir de la ligne et du SRID donnés." +"" #. Tag: para #: reference_constructor.xml:1646 @@ -2730,7 +3718,12 @@ msgid "" "the spatial ref sys (SRID) of the polygon. Will not work with " "MULTILINESTRINGS so use LineMerge to merge multilines. Also does not create " "polygons with holes. Use ST_MakePolygon for that." -msgstr "La fonction ST_Polygon ressemble à ST_MakePolygon mais permet de préciser le système de coordonnées (SRID) du polygone. Ne supporte pas les MULTILINESTRINGS. Utiliser ST_LineMerge pour fusionner les MULTILINESTRINGS. Ne support pas la création de trous dans le polygone. Utiliser ST_MakePolygon pour cela." +msgstr "" +"La fonction ST_Polygon ressemble à ST_MakePolygon mais permet de préciser le " +"système de coordonnées (SRID) du polygone. Ne supporte pas les " +"MULTILINESTRINGS. Utiliser ST_LineMerge pour fusionner les MULTILINESTRINGS. " +"Ne support pas la création de trous dans le polygone. Utiliser " +"ST_MakePolygon pour cela." #. Tag: para #: reference_constructor.xml:1651 @@ -2743,17 +3736,32 @@ msgstr "&sqlmm_compliant; SQL-MM 3: 8.3.2" #, no-c-format msgid "" "--a 2d polygon\n" -"SELECT ST_Polygon(ST_GeomFromText('LINESTRING(75.15 29.53,77 29,77.6 29.5, 75.15 29.53)'), 4326);\n" +"SELECT ST_Polygon(ST_GeomFromText('LINESTRING(75.15 29.53,77 29,77.6 29.5, " +"75.15 29.53)'), 4326);\n" +"\n" +"--result--\n" +"POLYGON((75.15 29.53,77 29,77.6 29.5,75.15 29.53))\n" +"--a 3d polygon\n" +"SELECT ST_AsEWKT(ST_Polygon(ST_GeomFromEWKT('LINESTRING(75.15 29.53 1,77 29 " +"1,77.6 29.5 1, 75.15 29.53 1)'), 4326));\n" +"\n" +"result\n" +"------\n" +"SRID=4326;POLYGON((75.15 29.53 1,77 29 1,77.6 29.5 1,75.15 29.53 1))" +msgstr "" +"--a 2d polygon\n" +"SELECT ST_Polygon(ST_GeomFromText('LINESTRING(75.15 29.53,77 29,77.6 29.5, " +"75.15 29.53)'), 4326);\n" "\n" "--result--\n" "POLYGON((75.15 29.53,77 29,77.6 29.5,75.15 29.53))\n" "--a 3d polygon\n" -"SELECT ST_AsEWKT(ST_Polygon(ST_GeomFromEWKT('LINESTRING(75.15 29.53 1,77 29 1,77.6 29.5 1, 75.15 29.53 1)'), 4326));\n" +"SELECT ST_AsEWKT(ST_Polygon(ST_GeomFromEWKT('LINESTRING(75.15 29.53 1,77 29 " +"1,77.6 29.5 1, 75.15 29.53 1)'), 4326));\n" "\n" "result\n" "------\n" "SRID=4326;POLYGON((75.15 29.53 1,77 29 1,77.6 29.5 1,75.15 29.53 1))" -msgstr "--a 2d polygon\nSELECT ST_Polygon(ST_GeomFromText('LINESTRING(75.15 29.53,77 29,77.6 29.5, 75.15 29.53)'), 4326);\n\n--result--\nPOLYGON((75.15 29.53,77 29,77.6 29.5,75.15 29.53))\n--a 3d polygon\nSELECT ST_AsEWKT(ST_Polygon(ST_GeomFromEWKT('LINESTRING(75.15 29.53 1,77 29 1,77.6 29.5 1, 75.15 29.53 1)'), 4326));\n\nresult\n------\nSRID=4326;POLYGON((75.15 29.53 1,77 29 1,77.6 29.5 1,75.15 29.53 1))" #. Tag: para #: reference_constructor.xml:1667 @@ -2762,7 +3770,10 @@ msgid "" ", , , , , " -msgstr ", , , , , " +msgstr "" +", , , , , " #. Tag: refname #: reference_constructor.xml:1673 @@ -2774,14 +3785,19 @@ msgstr "ST_PolygonFromText" #: reference_constructor.xml:1680 #, no-c-format msgid "" -" geometry " -"ST_PolygonFromText text " -" WKT " -" geometry " -"ST_PolygonFromText text " -" WKT integer " -" srid " -msgstr " geometry ST_PolygonFromText text WKT geometry ST_PolygonFromText text WKT integer srid " +" geometry ST_PolygonFromText text WKT " +" geometry " +"ST_PolygonFromText text WKT integer " +"srid " +msgstr "" +" geometry ST_PolygonFromText text WKT " +" geometry " +"ST_PolygonFromText text WKT integer " +"srid " #. Tag: para #: reference_constructor.xml:1696 @@ -2789,16 +3805,22 @@ msgstr " geometry ST_PolygonFromTextgeometry ST_WKBToSQL " "bytea WKB" -msgstr "geometry ST_WKBToSQL bytea WKB" +msgstr "" +"geometry ST_WKBToSQL " +"bytea WKB" #. Tag: para #: reference_constructor.xml:1738 @@ -2864,7 +3906,9 @@ msgstr "ST_WKTToSQL" msgid "" "geometry ST_WKTToSQL " "text WKT" -msgstr "geometry ST_WKTToSQL text WKT" +msgstr "" +"geometry ST_WKTToSQL " +"text WKT" #. Tag: para #: reference_constructor.xml:1761 diff --git a/doc/po/fr/reference_editor.xml.po b/doc/po/fr/reference_editor.xml.po index 9bfcf4b57..baad37073 100644 --- a/doc/po/fr/reference_editor.xml.po +++ b/doc/po/fr/reference_editor.xml.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# +# # Translators: # Thomas Gratier , 2014 # vpicavet , 2014 @@ -10,11 +10,12 @@ msgstr "" "POT-Creation-Date: 2012-09-14 17:50+0000\n" "PO-Revision-Date: 2014-07-17 23:38+0000\n" "Last-Translator: Thomas Gratier \n" -"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/" +"language/fr/)\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. Tag: title @@ -41,19 +42,26 @@ msgstr "" #, no-c-format msgid "" "geometry ST_AddPoint " -"geometry linestring" -" geometry point" -msgstr "geometry ST_AddPoint geometry linestring geometry point" +"geometry linestring " +"geometry point" +msgstr "" +"geometry ST_AddPoint " +"geometry linestring " +"geometry point" #. Tag: funcprototype #: reference_editor.xml:20 #, no-c-format msgid "" "geometry ST_AddPoint " -"geometry linestring" -" geometry point " +"geometry linestring " +"geometry point " +"integer position" +msgstr "" +"geometry ST_AddPoint " +"geometry linestring " +"geometry point " "integer position" -msgstr "geometry ST_AddPoint geometry linestring geometry point integer position" #. Tag: title #: reference_editor.xml:30 reference_editor.xml:89 reference_editor.xml:148 @@ -119,15 +127,18 @@ msgstr "Exemples" #, no-c-format msgid "" "--guarantee all linestrings in a table are closed\n" -" --by adding the start point of each linestring to the end of the line string\n" +" --by adding the start point of each linestring to the end of " +"the line string\n" " --only for those that are not closed\n" " UPDATE sometable\n" -" SET the_geom = ST_AddPoint(the_geom, ST_StartPoint(the_geom))\n" +" SET the_geom = ST_AddPoint(the_geom, " +"ST_StartPoint(the_geom))\n" " FROM sometable\n" " WHERE ST_IsClosed(the_geom) = false;\n" "\n" " --Adding point to a 3-d line\n" -" SELECT ST_AsEWKT(ST_AddPoint(ST_GeomFromEWKT('LINESTRING(0 0 1, 1 1 1)'), ST_MakePoint(1, 2, 3)));\n" +" SELECT ST_AsEWKT(ST_AddPoint(ST_GeomFromEWKT('LINESTRING(0 0 " +"1, 1 1 1)'), ST_MakePoint(1, 2, 3)));\n" "\n" " --result\n" " st_asewkt\n" @@ -187,17 +198,40 @@ msgid "" "float i " "float xoff " "float yoff " -"float zoff " -" geometry " -"ST_Affine geometry " -"geomA float " -"a float " -"b float " -"d float " -"e float " -"xoff float " -"yoff " -msgstr " geometry ST_Affine geometry geomA float a float b float c float d float e float f float g float h float i float xoff float yoff float zoff geometry ST_Affine geometry geomA float a float b float d float e float xoff float yoff " +"float zoff geometry ST_Affine geometry geomA float a float b float d float e float xoff float yoff " +msgstr "" +" geometry ST_Affine " +"geometry geomA " +"float a " +"float b " +"float c " +"float d " +"float e " +"float f " +"float g " +"float h " +"float i " +"float xoff " +"float yoff " +"float zoff geometry ST_Affine geometry geomA float a float b float d float e float xoff float yoff " #. Tag: para #: reference_editor.xml:91 @@ -211,22 +245,30 @@ msgstr "" #: reference_editor.xml:92 #, no-c-format msgid "" -"Version 1: The call ST_Affine(geom, a, b, c, d, e, f, g, h, i, xoff, yoff, zoff) represents the transformation matrix / a b c xoff \\\n" +"Version 1: The call ST_Affine(geom, a, b, c, d, e, f, g, h, " +"i, xoff, yoff, zoff) represents the transformation matrix " +"/ a b c xoff \\\n" "| d e f yoff |\n" "| g h i zoff |\n" -"\\ 0 0 0 1 / and the vertices are transformed as follows: x' = a*x + b*y + c*z + xoff\n" +"\\ 0 0 0 1 / and the vertices are transformed as " +"follows: x' = a*x + b*y + c*z + xoff\n" "y' = d*x + e*y + f*z + yoff\n" -"z' = g*x + h*y + i*z + zoff All of the translate / scale functions below are expressed via such an affine transformation." +"z' = g*x + h*y + i*z + zoff All of the translate / scale " +"functions below are expressed via such an affine transformation." msgstr "" #. Tag: para #: reference_editor.xml:99 #, no-c-format msgid "" -"Version 2: Applies a 2d affine transformation to the geometry. The call ST_Affine(geom, a, b, d, e, xoff, yoff) represents the transformation matrix / a b 0 xoff \\ / a b xoff \\\n" +"Version 2: Applies a 2d affine transformation to the geometry. The call " +"ST_Affine(geom, a, b, d, e, xoff, yoff) " +"represents the transformation matrix / a b 0 xoff " +"\\ / a b xoff \\\n" "| d e 0 yoff | rsp. | d e yoff |\n" "| 0 0 1 0 | \\ 0 0 1 /\n" -"\\ 0 0 0 1 / and the vertices are transformed as follows: x' = a*x + b*y + xoff\n" +"\\ 0 0 0 1 / and the vertices are transformed as " +"follows: x' = a*x + b*y + xoff\n" "y' = d*x + e*y + yoff\n" "z' = z This method is a subcase of the 3D method above." msgstr "" @@ -287,18 +329,23 @@ msgstr "&curve_support;" #: reference_editor.xml:119 #, no-c-format msgid "" -"--Rotate a 3d line 180 degrees about the z axis. Note this is long-hand for doing ST_Rotate();\n" -" SELECT ST_AsEWKT(ST_Affine(the_geom, cos(pi()), -sin(pi()), 0, sin(pi()), cos(pi()), 0, 0, 0, 1, 0, 0, 0)) As using_affine,\n" +"--Rotate a 3d line 180 degrees about the z axis. Note this is long-hand for " +"doing ST_Rotate();\n" +" SELECT ST_AsEWKT(ST_Affine(the_geom, cos(pi()), -sin(pi()), 0, sin(pi()), " +"cos(pi()), 0, 0, 0, 1, 0, 0, 0)) As using_affine,\n" " ST_AsEWKT(ST_Rotate(the_geom, pi())) As using_rotate\n" -" FROM (SELECT ST_GeomFromEWKT('LINESTRING(1 2 3, 1 4 3)') As the_geom) As foo;\n" +" FROM (SELECT ST_GeomFromEWKT('LINESTRING(1 2 3, 1 4 3)') As " +"the_geom) As foo;\n" " using_affine | using_rotate\n" "-----------------------------+-----------------------------\n" " LINESTRING(-1 -2 3,-1 -4 3) | LINESTRING(-1 -2 3,-1 -4 3)\n" "(1 row)\n" "\n" "--Rotate a 3d line 180 degrees in both the x and z axis\n" -"SELECT ST_AsEWKT(ST_Affine(the_geom, cos(pi()), -sin(pi()), 0, sin(pi()), cos(pi()), -sin(pi()), 0, sin(pi()), cos(pi()), 0, 0, 0))\n" -" FROM (SELECT ST_GeomFromEWKT('LINESTRING(1 2 3, 1 4 3)') As the_geom) As foo;\n" +"SELECT ST_AsEWKT(ST_Affine(the_geom, cos(pi()), -sin(pi()), 0, sin(pi()), " +"cos(pi()), -sin(pi()), 0, sin(pi()), cos(pi()), 0, 0, 0))\n" +" FROM (SELECT ST_GeomFromEWKT('LINESTRING(1 2 3, 1 4 3)') As " +"the_geom) As foo;\n" " st_asewkt\n" "-------------------------------\n" " LINESTRING(-1 -2 -3,-1 -4 -3)\n" @@ -311,7 +358,9 @@ msgstr "" msgid "" ", , , " -msgstr ", , , " +msgstr "" +", , , " #. Tag: refname #: reference_editor.xml:132 @@ -333,7 +382,9 @@ msgstr "" msgid "" "geometry ST_Force_2D " "geometry geomA" -msgstr "geometry ST_Force_2D geometry geomA" +msgstr "" +"geometry ST_Force_2D " +"geometry geomA" #. Tag: para #: reference_editor.xml:150 @@ -355,12 +406,14 @@ msgstr "" #: reference_editor.xml:165 #, no-c-format msgid "" -"SELECT ST_AsEWKT(ST_Force_2D(ST_GeomFromEWKT('CIRCULARSTRING(1 1 2, 2 3 2, 4 5 2, 6 7 2, 5 6 2)')));\n" +"SELECT ST_AsEWKT(ST_Force_2D(ST_GeomFromEWKT('CIRCULARSTRING(1 1 2, 2 3 2, 4 " +"5 2, 6 7 2, 5 6 2)')));\n" " st_asewkt\n" "-------------------------------------\n" "CIRCULARSTRING(1 1,2 3,4 5,6 7,5 6)\n" "\n" -"SELECT ST_AsEWKT(ST_Force_2D('POLYGON((0 0 2,0 5 2,5 0 2,0 0 2),(1 1 2,3 1 2,1 3 2,1 1 2))'));\n" +"SELECT ST_AsEWKT(ST_Force_2D('POLYGON((0 0 2,0 5 2,5 0 2,0 0 2),(1 1 2,3 1 " +"2,1 3 2,1 1 2))'));\n" "\n" " st_asewkt\n" "----------------------------------------------\n" @@ -376,8 +429,7 @@ msgstr "" #. Tag: refpurpose #: reference_editor.xml:180 #, no-c-format -msgid "" -"Forces the geometries into XYZ mode. This is an alias for ST_Force_3DZ." +msgid "Forces the geometries into XYZ mode. This is an alias for ST_Force_3DZ." msgstr "" #. Tag: funcprototype @@ -386,14 +438,16 @@ msgstr "" msgid "" "geometry ST_Force_3D " "geometry geomA" -msgstr "geometry ST_Force_3D geometry geomA" +msgstr "" +"geometry ST_Force_3D " +"geometry geomA" #. Tag: para #: reference_editor.xml:195 #, no-c-format msgid "" -"Forces the geometries into XYZ mode. This is an alias for ST_Force_3DZ. If a" -" geometry has no Z component, then a 0 Z coordinate is tacked on." +"Forces the geometries into XYZ mode. This is an alias for ST_Force_3DZ. If a " +"geometry has no Z component, then a 0 Z coordinate is tacked on." msgstr "" #. Tag: programlisting @@ -401,13 +455,16 @@ msgstr "" #, no-c-format msgid "" "--Nothing happens to an already 3D geometry\n" -" SELECT ST_AsEWKT(ST_Force_3D(ST_GeomFromEWKT('CIRCULARSTRING(1 1 2, 2 3 2, 4 5 2, 6 7 2, 5 6 2)')));\n" +" SELECT " +"ST_AsEWKT(ST_Force_3D(ST_GeomFromEWKT('CIRCULARSTRING(1 1 2, 2 3 2, 4 5 2, 6 " +"7 2, 5 6 2)')));\n" " st_asewkt\n" "-----------------------------------------------\n" " CIRCULARSTRING(1 1 2,2 3 2,4 5 2,6 7 2,5 6 2)\n" "\n" "\n" -"SELECT ST_AsEWKT(ST_Force_3D('POLYGON((0 0,0 5,5 0,0 0),(1 1,3 1,1 3,1 1))'));\n" +"SELECT ST_AsEWKT(ST_Force_3D('POLYGON((0 0,0 5,5 0,0 0),(1 1,3 1,1 3,1 " +"1))'));\n" "\n" " st_asewkt\n" "--------------------------------------------------------------\n" @@ -431,9 +488,10 @@ msgstr "ST_Force_3DZ" #. Tag: refpurpose #: reference_editor.xml:222 #, no-c-format -msgid "" -"Forces the geometries into XYZ mode. This is a synonym for ST_Force_3D." -msgstr "Force les géométries à utiliser le mode XYZ. C'est un synonyme pour ST_Force_3D." +msgid "Forces the geometries into XYZ mode. This is a synonym for ST_Force_3D." +msgstr "" +"Force les géométries à utiliser le mode XYZ. C'est un synonyme pour " +"ST_Force_3D." #. Tag: funcprototype #: reference_editor.xml:227 @@ -441,7 +499,9 @@ msgstr "Force les géométries à utiliser le mode XYZ. C'est un synonyme pour S msgid "" "geometry ST_Force_3DZ " "geometry geomA" -msgstr "geometry ST_Force_3DZ geometry geomA" +msgstr "" +"geometry ST_Force_3DZ " +"geometry geomA" #. Tag: para #: reference_editor.xml:237 @@ -456,13 +516,15 @@ msgstr "" #, no-c-format msgid "" "--Nothing happens to an already 3D geometry\n" -"SELECT ST_AsEWKT(ST_Force_3DZ(ST_GeomFromEWKT('CIRCULARSTRING(1 1 2, 2 3 2, 4 5 2, 6 7 2, 5 6 2)')));\n" +"SELECT ST_AsEWKT(ST_Force_3DZ(ST_GeomFromEWKT('CIRCULARSTRING(1 1 2, 2 3 2, " +"4 5 2, 6 7 2, 5 6 2)')));\n" " st_asewkt\n" "-----------------------------------------------\n" " CIRCULARSTRING(1 1 2,2 3 2,4 5 2,6 7 2,5 6 2)\n" "\n" "\n" -"SELECT ST_AsEWKT(ST_Force_3DZ('POLYGON((0 0,0 5,5 0,0 0),(1 1,3 1,1 3,1 1))'));\n" +"SELECT ST_AsEWKT(ST_Force_3DZ('POLYGON((0 0,0 5,5 0,0 0),(1 1,3 1,1 3,1 " +"1))'));\n" "\n" " st_asewkt\n" "--------------------------------------------------------------\n" @@ -475,7 +537,9 @@ msgstr "" msgid "" ", , , " -msgstr ", , , " +msgstr "" +", , , " #. Tag: refname #: reference_editor.xml:262 @@ -495,7 +559,9 @@ msgstr "Force les géométries à utiliser le mode XYM." msgid "" "geometry ST_Force_3DM " "geometry geomA" -msgstr "geometry ST_Force_3DM geometry geomA" +msgstr "" +"geometry ST_Force_3DM " +"geometry geomA" #. Tag: para #: reference_editor.xml:279 @@ -510,13 +576,15 @@ msgstr "" #, no-c-format msgid "" "--Nothing happens to an already 3D geometry\n" -"SELECT ST_AsEWKT(ST_Force_3DM(ST_GeomFromEWKT('CIRCULARSTRING(1 1 2, 2 3 2, 4 5 2, 6 7 2, 5 6 2)')));\n" +"SELECT ST_AsEWKT(ST_Force_3DM(ST_GeomFromEWKT('CIRCULARSTRING(1 1 2, 2 3 2, " +"4 5 2, 6 7 2, 5 6 2)')));\n" " st_asewkt\n" "------------------------------------------------\n" " CIRCULARSTRINGM(1 1 0,2 3 0,4 5 0,6 7 0,5 6 0)\n" "\n" "\n" -"SELECT ST_AsEWKT(ST_Force_3DM('POLYGON((0 0 1,0 5 1,5 0 1,0 0 1),(1 1 1,3 1 1,1 3 1,1 1 1))'));\n" +"SELECT ST_AsEWKT(ST_Force_3DM('POLYGON((0 0 1,0 5 1,5 0 1,0 0 1),(1 1 1,3 1 " +"1,1 3 1,1 1 1))'));\n" "\n" " st_asewkt\n" "---------------------------------------------------------------\n" @@ -549,7 +617,9 @@ msgstr "" msgid "" "geometry ST_Force_4D " "geometry geomA" -msgstr "geometry ST_Force_4D geometry geomA" +msgstr "" +"geometry ST_Force_4D " +"geometry geomA" #. Tag: para #: reference_editor.xml:319 @@ -564,18 +634,21 @@ msgstr "" #, no-c-format msgid "" "--Nothing happens to an already 3D geometry\n" -"SELECT ST_AsEWKT(ST_Force_4D(ST_GeomFromEWKT('CIRCULARSTRING(1 1 2, 2 3 2, 4 5 2, 6 7 2, 5 6 2)')));\n" +"SELECT ST_AsEWKT(ST_Force_4D(ST_GeomFromEWKT('CIRCULARSTRING(1 1 2, 2 3 2, 4 " +"5 2, 6 7 2, 5 6 2)')));\n" " st_asewkt\n" "---------------------------------------------------------\n" " CIRCULARSTRING(1 1 2 0,2 3 2 0,4 5 2 0,6 7 2 0,5 6 2 0)\n" "\n" "\n" "\n" -"SELECT ST_AsEWKT(ST_Force_4D('MULTILINESTRINGM((0 0 1,0 5 2,5 0 3,0 0 4),(1 1 1,3 1 1,1 3 1,1 1 1))'));\n" +"SELECT ST_AsEWKT(ST_Force_4D('MULTILINESTRINGM((0 0 1,0 5 2,5 0 3,0 0 4),(1 " +"1 1,3 1 1,1 3 1,1 1 1))'));\n" "\n" " st_asewkt\n" "--------------------------------------------------------------------------------------\n" -" MULTILINESTRING((0 0 0 1,0 5 0 2,5 0 0 3,0 0 0 4),(1 1 0 1,3 1 0 1,1 3 0 1,1 1 0 1))" +" MULTILINESTRING((0 0 0 1,0 5 0 2,5 0 0 3,0 0 0 4),(1 1 0 1,3 1 0 1,1 3 0 " +"1,1 1 0 1))" msgstr "" #. Tag: refname @@ -596,7 +669,9 @@ msgstr "" msgid "" "geometry ST_Force_Collection " "geometry geomA" -msgstr "geometry ST_Force_Collection geometry geomA" +msgstr "" +"geometry ST_Force_Collection " +"geometry geomA" #. Tag: para #: reference_editor.xml:359 @@ -618,17 +693,21 @@ msgstr "" #: reference_editor.xml:374 #, no-c-format msgid "" -"SELECT ST_AsEWKT(ST_Force_Collection('POLYGON((0 0 1,0 5 1,5 0 1,0 0 1),(1 1 1,3 1 1,1 3 1,1 1 1))'));\n" +"SELECT ST_AsEWKT(ST_Force_Collection('POLYGON((0 0 1,0 5 1,5 0 1,0 0 1),(1 " +"1 1,3 1 1,1 3 1,1 1 1))'));\n" "\n" " st_asewkt\n" "----------------------------------------------------------------------------------\n" -" GEOMETRYCOLLECTION(POLYGON((0 0 1,0 5 1,5 0 1,0 0 1),(1 1 1,3 1 1,1 3 1,1 1 1)))\n" +" GEOMETRYCOLLECTION(POLYGON((0 0 1,0 5 1,5 0 1,0 0 1),(1 1 1,3 1 1,1 3 1,1 1 " +"1)))\n" "\n" "\n" -" SELECT ST_AsText(ST_Force_Collection('CIRCULARSTRING(220227 150406,2220227 150407,220227 150406)'));\n" +" SELECT ST_AsText(ST_Force_Collection('CIRCULARSTRING(220227 150406,2220227 " +"150407,220227 150406)'));\n" " st_astext\n" "--------------------------------------------------------------------------------\n" -" GEOMETRYCOLLECTION(CIRCULARSTRING(220227 150406,2220227 150407,220227 150406))\n" +" GEOMETRYCOLLECTION(CIRCULARSTRING(220227 150406,2220227 150407,220227 " +"150406))\n" "(1 row)" msgstr "" @@ -637,7 +716,8 @@ msgstr "" #, no-c-format msgid "" "-- POLYHEDRAL example --\n" -"SELECT ST_AsEWKT(ST_Force_Collection('POLYHEDRALSURFACE(((0 0 0,0 0 1,0 1 1,0 1 0,0 0 0)),\n" +"SELECT ST_AsEWKT(ST_Force_Collection('POLYHEDRALSURFACE(((0 0 0,0 0 1,0 1 " +"1,0 1 0,0 0 0)),\n" " ((0 0 0,0 1 0,1 1 0,1 0 0,0 0 0)),\n" " ((0 0 0,1 0 0,1 0 1,0 0 1,0 0 0)),\n" " ((1 1 0,1 1 1,1 0 1,1 0 0,1 1 0)),\n" @@ -666,8 +746,8 @@ msgstr "ST_ForceRHR" #: reference_editor.xml:392 #, no-c-format msgid "" -"Forces the orientation of the vertices in a polygon to follow the Right-" -"Hand-Rule." +"Forces the orientation of the vertices in a polygon to follow the Right-Hand-" +"Rule." msgstr "" #. Tag: funcprototype @@ -676,17 +756,19 @@ msgstr "" msgid "" "boolean ST_ForceRHR " "geometry g" -msgstr "boolean ST_ForceRHR geometry g" +msgstr "" +"boolean ST_ForceRHR " +"geometry g" #. Tag: para #: reference_editor.xml:409 #, 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 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." msgstr "" #. Tag: programlisting @@ -695,7 +777,8 @@ msgstr "" msgid "" "SELECT ST_AsEWKT(\n" " ST_ForceRHR(\n" -" 'POLYGON((0 0 2, 5 0 2, 0 5 2, 0 0 2),(1 1 2, 1 3 2, 3 1 2, 1 1 2))'\n" +" 'POLYGON((0 0 2, 5 0 2, 0 5 2, 0 0 2),(1 1 2, 1 3 2, 3 1 2, 1 1 " +"2))'\n" " )\n" ");\n" " st_asewkt\n" @@ -720,8 +803,7 @@ msgstr "" #: reference_editor.xml:439 #, no-c-format msgid "" -"Returns a (set of) LineString(s) formed by sewing together a " -"MULTILINESTRING." +"Returns a (set of) LineString(s) formed by sewing together a MULTILINESTRING." msgstr "" #. Tag: funcprototype @@ -729,9 +811,12 @@ msgstr "" #, no-c-format msgid "" "geometry ST_LineMerge " -"geometry " -"amultilinestring" -msgstr "geometry ST_LineMerge geometry amultilinestring" +"geometry amultilinestring" +msgstr "" +"geometry ST_LineMerge " +"geometry amultilinestring" #. Tag: para #: reference_editor.xml:455 @@ -745,8 +830,8 @@ msgstr "" #: reference_editor.xml:457 #, no-c-format msgid "" -"Only use with MULTILINESTRING/LINESTRINGs. If you feed a polygon or geometry" -" collection into this function, it will return an empty GEOMETRYCOLLECTION" +"Only use with MULTILINESTRING/LINESTRINGs. If you feed a polygon or geometry " +"collection into this function, it will return an empty GEOMETRYCOLLECTION" msgstr "" #. Tag: para @@ -760,7 +845,8 @@ msgstr "" #, no-c-format msgid "" "SELECT ST_AsText(ST_LineMerge(\n" -"ST_GeomFromText('MULTILINESTRING((-29 -27,-30 -29.7,-36 -31,-45 -33),(-45 -33,-46 -32))')\n" +"ST_GeomFromText('MULTILINESTRING((-29 -27,-30 -29.7,-36 -31,-45 -33),(-45 " +"-33,-46 -32))')\n" " )\n" ");\n" "st_astext\n" @@ -770,7 +856,8 @@ msgid "" "\n" "--If can't be merged - original MULTILINESTRING is returned\n" "SELECT ST_AsText(ST_LineMerge(\n" -"ST_GeomFromText('MULTILINESTRING((-29 -27,-30 -29.7,-36 -31,-45 -33),(-45.2 -33.2,-46 -32))')\n" +"ST_GeomFromText('MULTILINESTRING((-29 -27,-30 -29.7,-36 -31,-45 -33),(-45.2 " +"-33.2,-46 -32))')\n" ")\n" ");\n" "st_astext\n" @@ -803,10 +890,14 @@ msgstr "" #, no-c-format msgid "" "geometry ST_CollectionExtract " -"geometry " -"collection integer " -" type" -msgstr "geometry ST_CollectionExtract geometry collection integer type" +"geometry collection integer type" +msgstr "" +"geometry ST_CollectionExtract " +"geometry collection integer type" #. Tag: para #: reference_editor.xml:497 @@ -814,8 +905,8 @@ msgstr "geometry ST_CollectionExtract

, " +msgid "" +", , " msgstr "" #. Tag: refname @@ -878,9 +974,10 @@ msgstr "" #, no-c-format msgid "" "geometry ST_CollectionHomogenize " -"geometry " -"collection" -msgstr "geometry ST_CollectionHomogenize geometry collection" +"geometry collection" +msgstr "" +"geometry ST_CollectionHomogenize " +"geometry collection" #. Tag: para #: reference_editor.xml:545 @@ -901,14 +998,16 @@ msgstr "" #: reference_editor.xml:556 #, no-c-format msgid "" -"SELECT ST_AsText(ST_CollectionHomogenize('GEOMETRYCOLLECTION(POINT(0 0))')); \n" +"SELECT ST_AsText(ST_CollectionHomogenize('GEOMETRYCOLLECTION(POINT(0 " +"0))')); \n" "\n" " st_astext\n" " ------------\n" " POINT(0 0)\n" " (1 row)\n" "\n" -" SELECT ST_AsText(ST_CollectionHomogenize('GEOMETRYCOLLECTION(POINT(0 0),POINT(1 1))')); \n" +" SELECT ST_AsText(ST_CollectionHomogenize('GEOMETRYCOLLECTION(POINT(0 0)," +"POINT(1 1))')); \n" "\n" " st_astext\n" " ---------------------\n" @@ -942,7 +1041,9 @@ msgstr "" msgid "" "geometry ST_Multi " "geometry g1" -msgstr "geometry ST_Multi geometry g1" +msgstr "" +"geometry ST_Multi " +"geometry g1" #. Tag: para #: reference_editor.xml:584 @@ -956,11 +1057,14 @@ msgstr "" #: reference_editor.xml:592 #, no-c-format msgid "" -"SELECT ST_AsText(ST_Multi(ST_GeomFromText('POLYGON((743238 2967416,743238 2967450,\n" -" 743265 2967450,743265.625 2967416,743238 2967416))')));\n" +"SELECT ST_AsText(ST_Multi(ST_GeomFromText('POLYGON((743238 2967416,743238 " +"2967450,\n" +" 743265 2967450,743265.625 2967416,743238 " +"2967416))')));\n" " st_astext\n" " --------------------------------------------------------------------------------------------------\n" -" MULTIPOLYGON(((743238 2967416,743238 2967450,743265 2967450,743265.625 2967416,\n" +" MULTIPOLYGON(((743238 2967416,743238 2967450,743265 " +"2967450,743265.625 2967416,\n" " 743238 2967416)))\n" " (1 row)" msgstr "" @@ -982,9 +1086,12 @@ msgstr "" #, no-c-format msgid "" "geometry ST_RemovePoint " -"geometry linestring" -" integer offset" -msgstr "geometry ST_RemovePoint geometry linestring integer offset" +"geometry linestring " +"integer offset" +msgstr "" +"geometry ST_RemovePoint " +"geometry linestring " +"integer offset" #. Tag: para #: reference_editor.xml:618 @@ -999,7 +1106,8 @@ msgstr "" #, no-c-format msgid "" "--guarantee no LINESTRINGS are closed\n" -"--by removing the end point. The below assumes the_geom is of type LINESTRING\n" +"--by removing the end point. The below assumes the_geom is of type " +"LINESTRING\n" "UPDATE sometable\n" " SET the_geom = ST_RemovePoint(the_geom, ST_NPoints(the_geom) - 1)\n" " FROM sometable\n" @@ -1030,7 +1138,9 @@ msgstr "" msgid "" "geometry ST_Reverse " "geometry g1" -msgstr "geometry ST_Reverse geometry g1" +msgstr "" +"geometry ST_Reverse " +"geometry g1" #. Tag: para #: reference_editor.xml:651 @@ -1042,7 +1152,8 @@ msgstr "" #: reference_editor.xml:656 #, no-c-format msgid "" -"SELECT ST_AsText(the_geom) as line, ST_AsText(ST_Reverse(the_geom)) As reverseline\n" +"SELECT ST_AsText(the_geom) as line, ST_AsText(ST_Reverse(the_geom)) As " +"reverseline\n" "FROM\n" "(SELECT ST_MakeLine(ST_MakePoint(1,2),\n" " ST_MakePoint(1,10)) As the_geom) as foo;\n" @@ -1070,26 +1181,38 @@ msgstr "" msgid "" " geometry ST_Rotate " "geometry geomA " -"float rotRadians " -" geometry " +"float rotRadians geometry ST_Rotate geometry geomA float rotRadians float x0 float y0 geometry " "ST_Rotate geometry " "geomA float " -"rotRadians float " -"x0 float " -"y0 " -"geometry ST_Rotate " +"rotRadians geometry " +"pointOrigin " +msgstr "" +" geometry ST_Rotate " "geometry geomA " -"float rotRadians " -"geometry " +"float rotRadians geometry ST_Rotate geometry geomA float rotRadians float x0 float y0 geometry " +"ST_Rotate geometry " +"geomA float " +"rotRadians geometry " "pointOrigin " -msgstr " geometry ST_Rotate geometry geomA float rotRadians geometry ST_Rotate geometry geomA float rotRadians float x0 float y0 geometry ST_Rotate geometry geomA float rotRadians geometry pointOrigin " #. Tag: para #: reference_editor.xml:695 #, no-c-format msgid "" -"Rotates geometry rotRadians counter-clockwise about the origin. The rotation" -" origin can be specified either as a POINT geometry, or as x and y " +"Rotates geometry rotRadians counter-clockwise about the origin. The rotation " +"origin can be specified either as a POINT geometry, or as x and y " "coordinates. If the origin is not specified, the geometry is rotated about " "POINT(0 0)." msgstr "" @@ -1120,7 +1243,8 @@ msgid "" "(1 row)\n" "\n" "--Rotate 30 degrees counter-clockwise at x=50, y=160\n" -"SELECT ST_AsEWKT(ST_Rotate('LINESTRING (50 160, 50 50, 100 50)', pi()/6, 50, 160));\n" +"SELECT ST_AsEWKT(ST_Rotate('LINESTRING (50 160, 50 50, 100 50)', pi()/6, 50, " +"160));\n" " st_asewkt\n" "---------------------------------------------------------------------------\n" " LINESTRING(50 160,105 64.7372055837117,148.301270189222 89.7372055837117)\n" @@ -1128,7 +1252,8 @@ msgid "" "\n" "--Rotate 60 degrees clockwise from centroid\n" "SELECT ST_AsEWKT(ST_Rotate(geom, -pi()/3, ST_Centroid(geom)))\n" -"FROM (SELECT 'LINESTRING (50 160, 50 50, 100 50)'::geometry AS geom) AS foo;\n" +"FROM (SELECT 'LINESTRING (50 160, 50 50, 100 50)'::geometry AS geom) AS " +"foo;\n" " st_asewkt\n" "--------------------------------------------------------------\n" " LINESTRING(116.4225 130.6721,21.1597 75.6721,46.1597 32.3708)\n" @@ -1162,7 +1287,10 @@ msgid "" "geometry ST_RotateX " "geometry geomA " "float rotRadians" -msgstr "geometry ST_RotateX geometry geomA float rotRadians" +msgstr "" +"geometry ST_RotateX " +"geometry geomA " +"float rotRadians" #. Tag: para #: reference_editor.xml:744 @@ -1190,7 +1318,8 @@ msgstr "" #, no-c-format msgid "" "--Rotate a line 90 degrees along x-axis\n" -"SELECT ST_AsEWKT(ST_RotateX(ST_GeomFromEWKT('LINESTRING(1 2 3, 1 1 1)'), pi()/2));\n" +"SELECT ST_AsEWKT(ST_RotateX(ST_GeomFromEWKT('LINESTRING(1 2 3, 1 1 1)'), " +"pi()/2));\n" " st_asewkt\n" "---------------------------\n" " LINESTRING(1 -3 2,1 -1 1)" @@ -1221,7 +1350,10 @@ msgid "" "geometry ST_RotateY " "geometry geomA " "float rotRadians" -msgstr "geometry ST_RotateY geometry geomA float rotRadians" +msgstr "" +"geometry ST_RotateY " +"geometry geomA " +"float rotRadians" #. Tag: para #: reference_editor.xml:791 @@ -1234,8 +1366,8 @@ msgstr "" #, no-c-format msgid "" "ST_RotateY(geomA, rotRadians) is short-hand for " -"ST_Affine(geomA, cos(rotRadians), 0, sin(rotRadians), 0, 1, 0, " -"-sin(rotRadians), 0, cos(rotRadians), 0, 0, 0)." +"ST_Affine(geomA, cos(rotRadians), 0, sin(rotRadians), 0, 1, 0, -" +"sin(rotRadians), 0, cos(rotRadians), 0, 0, 0)." msgstr "" #. Tag: para @@ -1249,7 +1381,8 @@ msgstr "" #, no-c-format msgid "" "--Rotate a line 90 degrees along y-axis\n" -" SELECT ST_AsEWKT(ST_RotateY(ST_GeomFromEWKT('LINESTRING(1 2 3, 1 1 1)'), pi()/2));\n" +" SELECT ST_AsEWKT(ST_RotateY(ST_GeomFromEWKT('LINESTRING(1 2 3, 1 1 1)'), " +"pi()/2));\n" " st_asewkt\n" "---------------------------\n" " LINESTRING(3 2 -1,1 1 -1)" @@ -1280,7 +1413,10 @@ msgid "" "geometry ST_RotateZ " "geometry geomA " "float rotRadians" -msgstr "geometry ST_RotateZ geometry geomA float rotRadians" +msgstr "" +"geometry ST_RotateZ " +"geometry geomA " +"float rotRadians" #. Tag: para #: reference_editor.xml:840 @@ -1314,18 +1450,21 @@ msgstr "" #, no-c-format msgid "" "--Rotate a line 90 degrees along z-axis\n" -"SELECT ST_AsEWKT(ST_RotateZ(ST_GeomFromEWKT('LINESTRING(1 2 3, 1 1 1)'), pi()/2));\n" +"SELECT ST_AsEWKT(ST_RotateZ(ST_GeomFromEWKT('LINESTRING(1 2 3, 1 1 1)'), " +"pi()/2));\n" " st_asewkt\n" "---------------------------\n" " LINESTRING(-2 1 3,-1 1 1)\n" "\n" " --Rotate a curved circle around z-axis\n" "SELECT ST_AsEWKT(ST_RotateZ(the_geom, pi()/2))\n" -"FROM (SELECT ST_LineToCurve(ST_Buffer(ST_GeomFromText('POINT(234 567)'), 3)) As the_geom) As foo;\n" +"FROM (SELECT ST_LineToCurve(ST_Buffer(ST_GeomFromText('POINT(234 567)'), 3)) " +"As the_geom) As foo;\n" "\n" " st_asewkt\n" "----------------------------------------------------------------------------------------------------------------------------\n" -" CURVEPOLYGON(CIRCULARSTRING(-567 237,-564.87867965644 236.12132034356,-564 234,-569.12132034356 231.87867965644,-567 237))" +" CURVEPOLYGON(CIRCULARSTRING(-567 237,-564.87867965644 236.12132034356,-564 " +"234,-569.12132034356 231.87867965644,-567 237))" msgstr "" #. Tag: para @@ -1345,8 +1484,8 @@ msgstr "ST_Scale" #, no-c-format msgid "" "Scales the geometry to a new size by multiplying the ordinates " -"with the parameters. Ie: ST_Scale(geom, Xfactor, Yfactor, " -"Zfactor)." +"with the parameters. Ie: ST_Scale(geom, Xfactor, Yfactor, Zfactor)." msgstr "" #. Tag: funcsynopsis @@ -1357,13 +1496,23 @@ msgid "" "geometry geomA " "float XFactor " "float YFactor " -"float ZFactor " -" geometry " -"ST_Scale geometry " -"geomA float " -"XFactor float " -"YFactor " -msgstr " geometry ST_Scale geometry geomA float XFactor float YFactor float ZFactor geometry ST_Scale geometry geomA float XFactor float YFactor " +"float ZFactor geometry ST_Scale geometry geomA float XFactor float YFactor " +msgstr "" +" geometry ST_Scale " +"geometry geomA " +"float XFactor " +"float YFactor " +"float ZFactor geometry ST_Scale geometry geomA float XFactor float YFactor " #. Tag: para #: reference_editor.xml:904 @@ -1393,13 +1542,15 @@ msgstr "" #, no-c-format msgid "" "--Version 1: scale X, Y, Z\n" -"SELECT ST_AsEWKT(ST_Scale(ST_GeomFromEWKT('LINESTRING(1 2 3, 1 1 1)'), 0.5, 0.75, 0.8));\n" +"SELECT ST_AsEWKT(ST_Scale(ST_GeomFromEWKT('LINESTRING(1 2 3, 1 1 1)'), 0.5, " +"0.75, 0.8));\n" " st_asewkt\n" "--------------------------------------\n" " LINESTRING(0.5 1.5 2.4,0.5 0.75 0.8)\n" "\n" "--Version 2: Scale X Y\n" -" SELECT ST_AsEWKT(ST_Scale(ST_GeomFromEWKT('LINESTRING(1 2 3, 1 1 1)'), 0.5, 0.75));\n" +" SELECT ST_AsEWKT(ST_Scale(ST_GeomFromEWKT('LINESTRING(1 2 3, 1 1 1)'), 0.5, " +"0.75));\n" " st_asewkt\n" "----------------------------------\n" " LINESTRING(0.5 1.5 3,0.5 0.75 1)" @@ -1421,25 +1572,30 @@ msgstr "" #: reference_editor.xml:941 #, no-c-format msgid "" -"Return a modified geometry/geography having no segment longer than the given" -" distance. Distance computation is performed in 2d only. For geometry, " -"length units are in units of spatial reference. For geography, units are in " -"meters." +"Return a modified geometry/geography having no segment longer than the given " +"distance. Distance computation is performed in 2d only. For geometry, length " +"units are in units of spatial reference. For geography, units are in meters." msgstr "" #. Tag: funcsynopsis #: reference_editor.xml:947 #, no-c-format msgid "" -" geometry " -"ST_Segmentize geometry " -" geom float " -" max_segment_length " -" geometry " -"ST_Segmentize geography " -" geog float " -" max_segment_length " -msgstr " geometry ST_Segmentize geometry geom float max_segment_length geometry ST_Segmentize geography geog float max_segment_length " +" geometry ST_Segmentize geometry geom float max_segment_length geometry " +"ST_Segmentize geography geog float " +"max_segment_length " +msgstr "" +" geometry ST_Segmentize geometry geom float max_segment_length geometry " +"ST_Segmentize geography geog float " +"max_segment_length " #. Tag: para #: reference_editor.xml:964 @@ -1471,16 +1627,16 @@ msgid "" "construct SELECT ST_Segmentize('LINESTRING(1 2, 3 4)',0.5); " "will result in ambiguous function error. You need to have properly typed " "object e.g. a geometry/geography column, use ST_GeomFromText, " -"ST_GeogFromText or SELECT ST_Segmentize('LINESTRING(1 2, 3 " -"4)'::geometry,0.5);" +"ST_GeogFromText or SELECT ST_Segmentize('LINESTRING(1 2, 3 4)'::" +"geometry,0.5);" msgstr "" #. Tag: para #: reference_editor.xml:971 #, no-c-format msgid "" -"This will only increase segments. It will not lengthen segments shorter than" -" max length" +"This will only increase segments. It will not lengthen segments shorter than " +"max length" msgstr "" #. Tag: programlisting @@ -1488,20 +1644,24 @@ msgstr "" #, no-c-format msgid "" "SELECT ST_AsText(ST_Segmentize(\n" -"ST_GeomFromText('MULTILINESTRING((-29 -27,-30 -29.7,-36 -31,-45 -33),(-45 -33,-46 -32))')\n" +"ST_GeomFromText('MULTILINESTRING((-29 -27,-30 -29.7,-36 -31,-45 -33),(-45 " +"-33,-46 -32))')\n" " ,5)\n" ");\n" "st_astext\n" "--------------------------------------------------------------------------------------------------\n" -"MULTILINESTRING((-29 -27,-30 -29.7,-34.886615700134 -30.758766735029,-36 -31,\n" +"MULTILINESTRING((-29 -27,-30 -29.7,-34.886615700134 -30.758766735029,-36 " +"-31,\n" "-40.8809353009198 -32.0846522890933,-45 -33),\n" "(-45 -33,-46 -32))\n" "(1 row)\n" "\n" -"SELECT ST_AsText(ST_Segmentize(ST_GeomFromText('POLYGON((-29 28, -30 40, -29 28))'),10));\n" +"SELECT ST_AsText(ST_Segmentize(ST_GeomFromText('POLYGON((-29 28, -30 40, -29 " +"28))'),10));\n" "st_astext\n" "-----------------------\n" -"POLYGON((-29 28,-29.8304547985374 37.9654575824488,-30 40,-29.1695452014626 30.0345424175512,-29 28))\n" +"POLYGON((-29 28,-29.8304547985374 37.9654575824488,-30 40,-29.1695452014626 " +"30.0345424175512,-29 28))\n" "(1 row)" msgstr "" @@ -1522,19 +1682,24 @@ msgstr "" #, no-c-format msgid "" "geometry ST_SetPoint " -"geometry linestring" -" integer " -"zerobasedposition " -"geometry point" -msgstr "geometry ST_SetPoint geometry linestring integer zerobasedposition geometry point" +"geometry linestring " +"integer zerobasedposition geometry point" +msgstr "" +"geometry ST_SetPoint " +"geometry linestring " +"integer zerobasedposition geometry point" #. Tag: para #: reference_editor.xml:1006 #, no-c-format msgid "" "Replace point N of linestring with given point. Index is 0-based. This is " -"especially useful in triggers when trying to maintain relationship of joints" -" when one vertex moves." +"especially useful in triggers when trying to maintain relationship of joints " +"when one vertex moves." msgstr "" #. Tag: programlisting @@ -1547,9 +1712,12 @@ msgid "" "-----------------------\n" " LINESTRING(-1 1,-1 3)\n" "\n" -"---Change last point in a line string (lets play with 3d linestring this time)\n" -"SELECT ST_AsEWKT(ST_SetPoint(foo.the_geom, ST_NumPoints(foo.the_geom) - 1, ST_GeomFromEWKT('POINT(-1 1 3)')))\n" -"FROM (SELECT ST_GeomFromEWKT('LINESTRING(-1 2 3,-1 3 4, 5 6 7)') As the_geom) As foo;\n" +"---Change last point in a line string (lets play with 3d linestring this " +"time)\n" +"SELECT ST_AsEWKT(ST_SetPoint(foo.the_geom, ST_NumPoints(foo.the_geom) - 1, " +"ST_GeomFromEWKT('POINT(-1 1 3)')))\n" +"FROM (SELECT ST_GeomFromEWKT('LINESTRING(-1 2 3,-1 3 4, 5 6 7)') As " +"the_geom) As foo;\n" " st_asewkt\n" "-----------------------\n" "LINESTRING(-1 2 3,-1 3 4,-1 1 3)" @@ -1582,7 +1750,10 @@ msgid "" "geometry ST_SetSRID " "geometry geom " "integer srid" -msgstr "geometry ST_SetSRID geometry geom integer srid" +msgstr "" +"geometry ST_SetSRID " +"geometry geom " +"integer srid" #. Tag: para #: reference_editor.xml:1049 @@ -1597,8 +1768,8 @@ msgstr "" #, no-c-format msgid "" "This function does not transform the geometry coordinates in any way - it " -"simply sets the meta data defining the spatial reference system the geometry" -" is assumed to be in. Use if you want to " +"simply sets the meta data defining the spatial reference system the geometry " +"is assumed to be in. Use if you want to " "transform the geometry into a new projection." msgstr "" @@ -1635,7 +1806,8 @@ msgstr "" #: reference_editor.xml:1067 #, no-c-format msgid "" -"SELECT ST_Transform(ST_SetSRID(ST_Point(-123.365556, 48.428611),4326),3785) As spere_merc;\n" +"SELECT ST_Transform(ST_SetSRID(ST_Point(-123.365556, 48.428611),4326),3785) " +"As spere_merc;\n" "-- the ewkt representation (wrap with ST_AsEWKT) -\n" "SRID=3785;POINT(-13732990.8753491 6178458.96425423)" msgstr "" @@ -1644,9 +1816,9 @@ msgstr "" #: reference_editor.xml:1073 #, no-c-format msgid "" -", , , , , " +", , , , , " msgstr "" #. Tag: refname @@ -1665,31 +1837,51 @@ msgstr "" #: reference_editor.xml:1088 #, no-c-format msgid "" -" geometry " -"ST_SnapToGrid geometry " -" geomA float " -" originX float " -" originY float " -" sizeX float " -" sizeY " -" geometry " -"ST_SnapToGrid geometry " -" geomA float " -" sizeX float " -" sizeY " -" geometry " -"ST_SnapToGrid geometry " -" geomA float " -" size " -" geometry " -"ST_SnapToGrid geometry " -" geomA geometry " -" pointOrigin float " -" sizeX float " -" sizeY float " -" sizeZ float " -" sizeM " -msgstr " geometry ST_SnapToGrid geometry geomA float originX float originY float sizeX float sizeY geometry ST_SnapToGrid geometry geomA float sizeX float sizeY geometry ST_SnapToGrid geometry geomA float size geometry ST_SnapToGrid geometry geomA geometry pointOrigin float sizeX float sizeY float sizeZ float sizeM " +" geometry ST_SnapToGrid geometry geomA float originX float originY float sizeX float sizeY geometry " +"ST_SnapToGrid geometry geomA float " +"sizeX float " +"sizeY " +"geometry ST_SnapToGrid " +"geometry geomA " +"float size geometry ST_SnapToGrid geometry geomA geometry " +"pointOrigin float " +"sizeX float " +"sizeY float " +"sizeZ float " +"sizeM " +msgstr "" +" geometry ST_SnapToGrid geometry geomA float originX float originY float sizeX float sizeY geometry " +"ST_SnapToGrid geometry geomA float " +"sizeX float " +"sizeY " +"geometry ST_SnapToGrid " +"geometry geomA " +"float size geometry ST_SnapToGrid geometry geomA geometry " +"pointOrigin float " +"sizeX float " +"sizeY float " +"sizeZ float " +"sizeM " #. Tag: para #: reference_editor.xml:1126 @@ -1715,8 +1907,8 @@ msgstr "" #: reference_editor.xml:1140 #, no-c-format msgid "" -"The returned geometry might loose its simplicity (see )." +"The returned geometry might loose its simplicity (see )." msgstr "" #. Tag: para @@ -1750,7 +1942,8 @@ msgid "" " SET the_geom = ST_SnapToGrid(the_geom, 0.001);\n" "\n" "SELECT ST_AsText(ST_SnapToGrid(\n" -" ST_GeomFromText('LINESTRING(1.1115678 2.123, 4.111111 3.2374897, 4.11112 3.23748667)'),\n" +" ST_GeomFromText('LINESTRING(1.1115678 2.123, " +"4.111111 3.2374897, 4.11112 3.23748667)'),\n" " 0.001)\n" " );\n" " st_astext\n" @@ -1759,16 +1952,20 @@ msgid "" " --Snap a 4d geometry\n" "SELECT ST_AsEWKT(ST_SnapToGrid(\n" " ST_GeomFromEWKT('LINESTRING(-1.1115678 2.123 2.3456 1.11111,\n" -" 4.111111 3.2374897 3.1234 1.1111, -1.11111112 2.123 2.3456 1.1111112)'),\n" +" 4.111111 3.2374897 3.1234 1.1111, -1.11111112 2.123 2.3456 " +"1.1111112)'),\n" " ST_GeomFromEWKT('POINT(1.12 2.22 3.2 4.4444)'),\n" " 0.1, 0.1, 0.1, 0.01) );\n" " st_asewkt\n" "------------------------------------------------------------------------------\n" -" LINESTRING(-1.08 2.12 2.3 1.1144,4.12 3.22 3.1 1.1144,-1.08 2.12 2.3 1.1144)\n" +" LINESTRING(-1.08 2.12 2.3 1.1144,4.12 3.22 3.1 1.1144,-1.08 2.12 2.3 " +"1.1144)\n" "\n" "\n" -"--With a 4d geometry - the ST_SnapToGrid(geom,size) only touches x and y coords but keeps m and z the same\n" -"SELECT ST_AsEWKT(ST_SnapToGrid(ST_GeomFromEWKT('LINESTRING(-1.1115678 2.123 3 2.3456,\n" +"--With a 4d geometry - the ST_SnapToGrid(geom,size) only touches x and y " +"coords but keeps m and z the same\n" +"SELECT ST_AsEWKT(ST_SnapToGrid(ST_GeomFromEWKT('LINESTRING(-1.1115678 2.123 " +"3 2.3456,\n" " 4.111111 3.2374897 3.1234 1.1111)'),\n" " 0.01) );\n" " st_asewkt\n" @@ -1805,16 +2002,20 @@ msgstr "" msgid "" "geometry ST_Snap " "geometry input " -"geometry reference" -" float tolerance" -msgstr "geometry ST_Snap geometry input geometry reference float tolerance" +"geometry reference " +"float tolerance" +msgstr "" +"geometry ST_Snap " +"geometry input " +"geometry reference " +"float tolerance" #. Tag: para #: reference_editor.xml:1204 #, no-c-format msgid "" -"Snaps the vertices and segments of a geometry another Geometry's vertices. A" -" snap distance tolerance is used to control where snapping is performed." +"Snaps the vertices and segments of a geometry another Geometry's vertices. A " +"snap distance tolerance is used to control where snapping is performed." msgstr "" #. Tag: para @@ -1840,9 +2041,8 @@ msgstr "" #: reference_editor.xml:1225 #, no-c-format msgid "" -"The returned geometry might loose its simplicity (see ) and validity (see )." +"The returned geometry might loose its simplicity (see ) and validity (see )." msgstr "" #. Tag: para @@ -1861,15 +2061,16 @@ msgstr "" #: reference_editor.xml:1260 #, no-c-format msgid "" -"A multipolygon snapped to linestring to tolerance: 1.01 of distance. The new" -" multipolygon is shown with reference linestring" +"A multipolygon snapped to linestring to tolerance: 1.01 of distance. The new " +"multipolygon is shown with reference linestring" msgstr "" #. Tag: programlisting #: reference_editor.xml:1264 #, no-c-format msgid "" -"SELECT ST_AsText(ST_Snap(poly,line, ST_Distance(poly,line)*1.01)) AS polysnapped\n" +"SELECT ST_AsText(ST_Snap(poly,line, ST_Distance(poly,line)*1.01)) AS " +"polysnapped\n" "FROM (SELECT \n" " ST_GeomFromText('MULTIPOLYGON(\n" " ((26 125, 26 200, 126 200, 126 125, 26 125 ),\n" @@ -1889,8 +2090,8 @@ msgstr "" #: reference_editor.xml:1271 #, no-c-format msgid "" -"A multipolygon snapped to linestring to tolerance: 1.25 of distance. The new" -" multipolygon is shown with reference linestring" +"A multipolygon snapped to linestring to tolerance: 1.25 of distance. The new " +"multipolygon is shown with reference linestring" msgstr "" #. Tag: programlisting @@ -1963,7 +2164,8 @@ msgid "" " (( 26 125, 26 200, 126 200, 126 125, 26 125 ),\n" " (51 150, 101 150, 76 175, 51 150 )), \n" " ((151 100, 151 200, 176 175, 151 100 )))') As poly,\n" -" ST_GeomFromText('LINESTRING (5 107, 54 84, 101 100)') As line \n" +" ST_GeomFromText('LINESTRING (5 107, 54 84, 101 100)') As " +"line \n" " ) As foo;\n" " linesnapped\n" "---------------------------------------\n" @@ -1991,14 +2193,17 @@ msgid "" "geometry ST_Transform " "geometry g1 " "integer srid" -msgstr "geometry ST_Transform geometry g1 integer srid" +msgstr "" +"geometry ST_Transform " +"geometry g1 " +"integer srid" #. Tag: para #: reference_editor.xml:1340 #, no-c-format msgid "" -"Returns a new geometry with its coordinates transformed to spatial reference" -" system referenced by the SRID integer parameter. The destination SRID must " +"Returns a new geometry with its coordinates transformed to spatial reference " +"system referenced by the SRID integer parameter. The destination SRID must " "exist in the SPATIAL_REF_SYS table." msgstr "" @@ -2016,9 +2221,8 @@ msgstr "" #: reference_editor.xml:1348 #, no-c-format msgid "" -"Requires PostGIS be compiled with Proj support. Use to confirm you have proj support compiled" -" in." +"Requires PostGIS be compiled with Proj support. Use to confirm you have proj support compiled in." msgstr "" #. Tag: para @@ -2045,22 +2249,29 @@ msgstr "" #: reference_editor.xml:1368 #, no-c-format msgid "" -"SELECT ST_AsText(ST_Transform(ST_GeomFromText('POLYGON((743238 2967416,743238 2967450,\n" -" 743265 2967450,743265.625 2967416,743238 2967416))',2249),4326)) As wgs_geom;\n" +"SELECT ST_AsText(ST_Transform(ST_GeomFromText('POLYGON((743238 " +"2967416,743238 2967450,\n" +" 743265 2967450,743265.625 2967416,743238 2967416))',2249),4326)) As " +"wgs_geom;\n" "\n" " wgs_geom\n" "---------------------------\n" -" POLYGON((-71.1776848522251 42.3902896512902,-71.1776843766326 42.3903829478009,\n" -"-71.1775844305465 42.3903826677917,-71.1775825927231 42.3902893647987,-71.177684\n" +" POLYGON((-71.1776848522251 42.3902896512902,-71.1776843766326 " +"42.3903829478009,\n" +"-71.1775844305465 42.3903826677917,-71.1775825927231 " +"42.3902893647987,-71.177684\n" "8522251 42.3902896512902));\n" "(1 row)\n" "\n" "--3D Circular String example\n" -"SELECT ST_AsEWKT(ST_Transform(ST_GeomFromEWKT('SRID=2249;CIRCULARSTRING(743238 2967416 1,743238 2967450 2,743265 2967450 3,743265.625 2967416 3,743238 2967416 4)'),4326));\n" +"SELECT ST_AsEWKT(ST_Transform(ST_GeomFromEWKT('SRID=2249;" +"CIRCULARSTRING(743238 2967416 1,743238 2967450 2,743265 2967450 3,743265.625 " +"2967416 3,743238 2967416 4)'),4326));\n" "\n" " st_asewkt\n" "--------------------------------------------------------------------------------------\n" -" SRID=4326;CIRCULARSTRING(-71.1776848522251 42.3902896512902 1,-71.1776843766326 42.3903829478009 2,\n" +" SRID=4326;CIRCULARSTRING(-71.1776848522251 42.3902896512902 " +"1,-71.1776843766326 42.3903829478009 2,\n" " -71.1775844305465 42.3903826677917 3,\n" " -71.1775825927231 42.3902893647987 3,-71.1776848522251 42.3902896512902 4)" msgstr "" @@ -2069,10 +2280,10 @@ msgstr "" #: reference_editor.xml:1369 #, no-c-format msgid "" -"Example of creating a partial functional index. For tables where you are not" -" sure all the geometries will be filled in, its best to use a partial index " -"that leaves out null geometries which will both conserve space and make your" -" index smaller and more efficient." +"Example of creating a partial functional index. For tables where you are not " +"sure all the geometries will be filled in, its best to use a partial index " +"that leaves out null geometries which will both conserve space and make your " +"index smaller and more efficient." msgstr "" #. Tag: programlisting @@ -2097,8 +2308,8 @@ msgstr "" #, no-c-format msgid "" "Sometimes coordinate transformation involving a grid-shift can fail, for " -"example if PROJ.4 has not been built with grid-shift files or the coordinate" -" does not lie within the range for which the grid shift is defined. By " +"example if PROJ.4 has not been built with grid-shift files or the coordinate " +"does not lie within the range for which the grid shift is defined. By " "default, PostGIS will throw an error if a grid shift file is not present, " "but this behaviour can be configured on a per-SRID basis by altering the " "proj4text value within the spatial_ref_sys table." @@ -2122,8 +2333,8 @@ msgstr "" #: reference_editor.xml:1379 #, no-c-format msgid "" -"The @ prefix means no error is reported if the files are not present, but if" -" the end of the list is reached with no file having been appropriate (ie. " +"The @ prefix means no error is reported if the files are not present, but if " +"the end of the list is reached with no file having been appropriate (ie. " "found and overlapping) then an error is issued." msgstr "" @@ -2146,8 +2357,8 @@ msgstr "" #: reference_editor.xml:1382 #, no-c-format msgid "" -"The null grid shift file is a valid grid shift file covering the whole world" -" and applying no shift. So for a complete example, if you wanted to alter " +"The null grid shift file is a valid grid shift file covering the whole world " +"and applying no shift. So for a complete example, if you wanted to alter " "PostGIS so that transformations to SRID 4267 that didn't lie within the " "correct range did not throw an ERROR, you would use the following:" msgstr "" @@ -2157,8 +2368,8 @@ msgstr "" #, no-c-format msgid "" "UPDATE spatial_ref_sys SET proj4text = '+proj=longlat +ellps=clrk66 " -"+nadgrids=@conus,@alaska,@ntv2_0.gsb,@ntv1_can.dat,null +no_defs' WHERE srid" -" = 4267;" +"+nadgrids=@conus,@alaska,@ntv2_0.gsb,@ntv1_can.dat,null +no_defs' WHERE srid " +"= 4267;" msgstr "" #. Tag: para @@ -2187,25 +2398,34 @@ msgstr "" #: reference_editor.xml:1403 #, no-c-format msgid "" -" geometry " -"ST_Translate geometry " -" g1 float " +" geometry ST_Translate geometry g1 float deltax float deltay geometry " +"ST_Translate geometry " +"g1 float " "deltax float " -"deltay " -"geometry ST_Translate " -"geometry g1 " -"float deltax " -"float deltay " -"float deltaz " -"" -msgstr " geometry ST_Translate geometry g1 float deltax float deltay geometry ST_Translate geometry g1 float deltax float deltay float deltaz " +"deltay float " +"deltaz " +msgstr "" +" geometry ST_Translate geometry g1 float deltax float deltay geometry " +"ST_Translate geometry " +"g1 float " +"deltax float " +"deltay float " +"deltaz " #. Tag: para #: reference_editor.xml:1423 #, no-c-format msgid "" -"Returns a new geometry whose coordinates are translated delta x,delta " -"y,delta z units. Units are based on the units defined in spatial reference " +"Returns a new geometry whose coordinates are translated delta x,delta y," +"delta z units. Units are based on the units defined in spatial reference " "(SRID) for this geometry." msgstr "" @@ -2219,7 +2439,8 @@ msgstr "" #: reference_editor.xml:1436 #, no-c-format msgid "" -"SELECT ST_AsText(ST_Translate(ST_GeomFromText('POINT(-71.01 42.37)',4326),1,0)) As wgs_transgeomtxt;\n" +"SELECT ST_AsText(ST_Translate(ST_GeomFromText('POINT(-71.01 " +"42.37)',4326),1,0)) As wgs_transgeomtxt;\n" "\n" " wgs_transgeomtxt\n" " ---------------------\n" @@ -2236,7 +2457,8 @@ msgstr "" #: reference_editor.xml:1438 #, no-c-format msgid "" -"SELECT ST_AsText(ST_Translate(ST_GeomFromText('LINESTRING(-71.01 42.37,-71.11 42.38)',4326),1,0.5)) As wgs_transgeomtxt;\n" +"SELECT ST_AsText(ST_Translate(ST_GeomFromText('LINESTRING(-71.01 " +"42.37,-71.11 42.38)',4326),1,0.5)) As wgs_transgeomtxt;\n" " wgs_transgeomtxt\n" " ---------------------------------------\n" " LINESTRING(-70.01 42.87,-70.11 42.88)" @@ -2268,10 +2490,12 @@ msgstr "" #: reference_editor.xml:1442 #, no-c-format msgid "" -"SELECT ST_AsText(ST_Translate(ST_Collect('CURVEPOLYGON(CIRCULARSTRING(4 3,3.12 0.878,1 0,-1.121 5.1213,6 7, 8 9,4 3))','POINT(1 3)'),1,2));\n" +"SELECT ST_AsText(ST_Translate(ST_Collect('CURVEPOLYGON(CIRCULARSTRING(4 " +"3,3.12 0.878,1 0,-1.121 5.1213,6 7, 8 9,4 3))','POINT(1 3)'),1,2));\n" " st_astext\n" "------------------------------------------------------------------------------------------------------------\n" -" GEOMETRYCOLLECTION(CURVEPOLYGON(CIRCULARSTRING(5 5,4.12 2.878,2 2,-0.121 7.1213,7 9,9 11,5 5)),POINT(2 5))" +" GEOMETRYCOLLECTION(CURVEPOLYGON(CIRCULARSTRING(5 5,4.12 2.878,2 2,-0.121 " +"7.1213,7 9,9 11,5 5)),POINT(2 5))" msgstr "" #. Tag: para @@ -2304,7 +2528,13 @@ msgid "" "float deltaY " "float XFactor " "float YFactor" -msgstr "geometry ST_TransScale geometry geomA float deltaX float deltaY float XFactor float YFactor" +msgstr "" +"geometry ST_TransScale " +"geometry geomA " +"float deltaX " +"float deltaY " +"float XFactor " +"float YFactor" #. Tag: para #: reference_editor.xml:1477 @@ -2318,26 +2548,30 @@ msgstr "" #: reference_editor.xml:1480 #, no-c-format msgid "" -"ST_TransScale(geomA, deltaX, deltaY, XFactor, YFactor) is " -"short-hand for ST_Affine(geomA, XFactor, 0, 0, 0, YFactor, 0, 0, 0, 1," -" deltaX*XFactor, deltaY*YFactor, 0)." +"ST_TransScale(geomA, deltaX, deltaY, XFactor, YFactor) is short-" +"hand for ST_Affine(geomA, XFactor, 0, 0, 0, YFactor, 0, 0, 0, 1, " +"deltaX*XFactor, deltaY*YFactor, 0)." msgstr "" #. Tag: programlisting #: reference_editor.xml:1496 #, no-c-format msgid "" -"SELECT ST_AsEWKT(ST_TransScale(ST_GeomFromEWKT('LINESTRING(1 2 3, 1 1 1)'), 0.5, 1, 1, 2));\n" +"SELECT ST_AsEWKT(ST_TransScale(ST_GeomFromEWKT('LINESTRING(1 2 3, 1 1 1)'), " +"0.5, 1, 1, 2));\n" " st_asewkt\n" "-----------------------------\n" " LINESTRING(1.5 6 3,1.5 4 1)\n" "\n" "\n" -"--Buffer a point to get an approximation of a circle, convert to curve and then translate 1,2 and scale it 3,4\n" -" SELECT ST_AsText(ST_Transscale(ST_LineToCurve(ST_Buffer('POINT(234 567)', 3)),1,2,3,4));\n" +"--Buffer a point to get an approximation of a circle, convert to curve and " +"then translate 1,2 and scale it 3,4\n" +" SELECT ST_AsText(ST_Transscale(ST_LineToCurve(ST_Buffer('POINT(234 567)', " +"3)),1,2,3,4));\n" " st_astext\n" "------------------------------------------------------------------------------------------------------------------------------\n" -" CURVEPOLYGON(CIRCULARSTRING(714 2276,711.363961030679 2267.51471862576,705 2264,698.636038969321 2284.48528137424,714 2276))" +" CURVEPOLYGON(CIRCULARSTRING(714 2276,711.363961030679 2267.51471862576,705 " +"2264,698.636038969321 2284.48528137424,714 2276))" msgstr "" #. Tag: para diff --git a/doc/po/fr/reference_exception.xml.po b/doc/po/fr/reference_exception.xml.po index 563a3728a..c70777865 100644 --- a/doc/po/fr/reference_exception.xml.po +++ b/doc/po/fr/reference_exception.xml.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# +# # Translators: # vpicavet , 2014 msgid "" @@ -9,11 +9,12 @@ msgstr "" "POT-Creation-Date: 2012-09-14 17:50+0000\n" "PO-Revision-Date: 2014-03-25 13:52+0000\n" "Last-Translator: vpicavet \n" -"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/" +"language/fr/)\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. Tag: title @@ -29,7 +30,11 @@ msgid "" "These functions are rarely used functions that should only be used if your " "data is corrupted in someway. They are used for troubleshooting corruption " "and also fixing things that should under normal circumstances, never happen." -msgstr "Ces fonctions sont rarement utilisées et ne devraient être employées que si vos données sont corrompues d'une manière ou d'une autre. Elles sont utilisées pour vérifier les corruptions de données et réparer des choses qui ne devraient jamais arriver dans des circonstances normales." +msgstr "" +"Ces fonctions sont rarement utilisées et ne devraient être employées que si " +"vos données sont corrompues d'une manière ou d'une autre. Elles sont " +"utilisées pour vérifier les corruptions de données et réparer des choses qui " +"ne devraient jamais arriver dans des circonstances normales." #. Tag: refname #: reference_exception.xml:9 @@ -49,7 +54,9 @@ msgstr "Ajoute une bounding box à la géométrie" msgid "" "geometry PostGIS_AddBBox " "geometry geomA" -msgstr "geometry PostGIS_AddBBox geometry geomA" +msgstr "" +"geometry PostGIS_AddBBox " +"geometry geomA" #. Tag: title #: reference_exception.xml:24 reference_exception.xml:70 @@ -62,9 +69,12 @@ msgstr "Description" #: reference_exception.xml:26 #, no-c-format msgid "" -"Add bounding box to the geometry. This would make bounding box based queries" -" faster, but will increase the size of the geometry." -msgstr "Ajoute une bounding box (boîte englobante) à la géométrie. Cela accélère les requêtes basées sur les bounding box, mais augmente également la taille de la géométrie." +"Add bounding box to the geometry. This would make bounding box based queries " +"faster, but will increase the size of the geometry." +msgstr "" +"Ajoute une bounding box (boîte englobante) à la géométrie. Cela accélère les " +"requêtes basées sur les bounding box, mais augmente également la taille de " +"la géométrie." #. Tag: para #: reference_exception.xml:31 @@ -74,7 +84,12 @@ msgid "" "not needed unless the generated bounding box somehow becomes corrupted or " "you have an old install that is lacking bounding boxes. Then you need to " "drop the old and readd." -msgstr "Les bounding boxes sont automatiquement ajoutées aux géométries, donc en général cette fonction n'est pas nécessaire sauf si la bounding box générée devient corrompue, ou si vous avez une vieille installation qui n'a pas de bounding boxes. Alors vous aurez besoin de supprimer l'ancienne et de la remettre." +msgstr "" +"Les bounding boxes sont automatiquement ajoutées aux géométries, donc en " +"général cette fonction n'est pas nécessaire sauf si la bounding box générée " +"devient corrompue, ou si vous avez une vieille installation qui n'a pas de " +"bounding boxes. Alors vous aurez besoin de supprimer l'ancienne et de la " +"remettre." #. Tag: para #: reference_exception.xml:35 reference_exception.xml:83 @@ -97,7 +112,10 @@ msgid "" "UPDATE sometable\n" " SET the_geom = PostGIS_AddBBox(the_geom)\n" " WHERE PostGIS_HasBBox(the_geom) = false;" -msgstr "UPDATE sometable\n SET the_geom = PostGIS_AddBBox(the_geom)\n WHERE PostGIS_HasBBox(the_geom) = false;" +msgstr "" +"UPDATE sometable\n" +" SET the_geom = PostGIS_AddBBox(the_geom)\n" +" WHERE PostGIS_HasBBox(the_geom) = false;" #. Tag: title #: reference_exception.xml:47 reference_exception.xml:95 @@ -130,7 +148,9 @@ msgstr "Supprime le cache de bounding box de la géométrie." msgid "" "geometry PostGIS_DropBBox " "geometry geomA" -msgstr "geometry PostGIS_DropBBox geometry geomA" +msgstr "" +"geometry PostGIS_DropBBox " +"geometry geomA" #. Tag: para #: reference_exception.xml:72 @@ -139,9 +159,15 @@ msgid "" "Drop the bounding box cache from the geometry. This reduces geometry size, " "but makes bounding-box based queries slower. It is also used to drop a " "corrupt bounding box. A tale-tell sign of a corrupt cached bounding box is " -"when your ST_Intersects and other relation queries leave out geometries that" -" rightfully should return true." -msgstr "Supprime le cache de la bounding box de la géométrie. Cela réduit la taille de la géométrie, mais ralentit les requêtes basées sur les bounding boxes. C'est aussi utilisé pour supprimer une bounding box corrompue. Un signe révélateur d'un cache de bounding box corrompu est lorsque la fonction ST_Intersects ou d'autre requêtes de relations laisse de côté des géométries qui devraient théoriquement être prise en compte." +"when your ST_Intersects and other relation queries leave out geometries that " +"rightfully should return true." +msgstr "" +"Supprime le cache de la bounding box de la géométrie. Cela réduit la taille " +"de la géométrie, mais ralentit les requêtes basées sur les bounding boxes. " +"C'est aussi utilisé pour supprimer une bounding box corrompue. Un signe " +"révélateur d'un cache de bounding box corrompu est lorsque la fonction " +"ST_Intersects ou d'autre requêtes de relations laisse de côté des géométries " +"qui devraient théoriquement être prise en compte." #. Tag: para #: reference_exception.xml:77 @@ -155,14 +181,27 @@ msgid "" "not always recalculated when a geometry changed and upgrading to a newer " "version without a dump reload will not correct already corrupted boxes. So " "one can manually correct using below and readd the bbox or do a dump reload." -msgstr "Les bounding boxes sont automatiquement ajoutées aux géométries et améliorent la vitesse des requêtes donc en général ce n'est pas nécessaire, sauf si la bounding box générée devient corrompue ou si vous avez une vieille installation qui ne possède pas de bounding boxes. Alors vous devrez supprimer l'ancienne et la ré-ajouter. Ce type de corruption a été observé dans les séries 8.3-8.3.6 où les bboxes cachées n'étaient pas toujours recalculées lorsqu'une géométrie était changée, et une mise à jour vers une nouvelle version sans une sauvegarde et restauration ne corrigeait pas les bounding boxes corrompues. En conséquence, on peut corriger la situation en utilisant cette fonction et en ré-ajoutant la bbox ou en faisant une sauvegarde-restauration." +msgstr "" +"Les bounding boxes sont automatiquement ajoutées aux géométries et " +"améliorent la vitesse des requêtes donc en général ce n'est pas nécessaire, " +"sauf si la bounding box générée devient corrompue ou si vous avez une " +"vieille installation qui ne possède pas de bounding boxes. Alors vous devrez " +"supprimer l'ancienne et la ré-ajouter. Ce type de corruption a été observé " +"dans les séries 8.3-8.3.6 où les bboxes cachées n'étaient pas toujours " +"recalculées lorsqu'une géométrie était changée, et une mise à jour vers une " +"nouvelle version sans une sauvegarde et restauration ne corrigeait pas les " +"bounding boxes corrompues. En conséquence, on peut corriger la situation en " +"utilisant cette fonction et en ré-ajoutant la bbox ou en faisant une " +"sauvegarde-restauration." #. Tag: programlisting #: reference_exception.xml:90 #, no-c-format msgid "" "--This example drops bounding boxes where the cached box is not correct\n" -" --The force to ST_AsBinary before applying Box2D forces a recalculation of the box, and Box2D applied to the table geometry always\n" +" --The force to ST_AsBinary before applying Box2D " +"forces a recalculation of the box, and Box2D applied to the table geometry " +"always\n" " -- returns the cached bounding box.\n" " UPDATE sometable\n" " SET the_geom = PostGIS_DropBBox(the_geom)\n" @@ -171,7 +210,20 @@ msgid "" " UPDATE sometable\n" " SET the_geom = PostGIS_AddBBox(the_geom)\n" " WHERE Not PostGIS_HasBBOX(the_geom);" -msgstr "-- Cet exemple supprime les bounding boxes là où la boîte cachée est incorrecte\n-- Le fait de forcer ST_AsBinary avant d'appliquer Box2D provoque un recalcul de la boîte, et \n-- Box2D appliquée à la géométrie de la table renvoie toujours la boîte mise en cache.\nUPDATE sometable\n SET the_geom = PostGIS_DropBBox(the_geom)\n WHERE Not (Box2D(ST_AsBinary(the_geom)) = Box2D(the_geom));\n\n UPDATE sometable\n SET the_geom = PostGIS_AddBBox(the_geom)\n WHERE Not PostGIS_HasBBOX(the_geom);" +msgstr "" +"-- Cet exemple supprime les bounding boxes là où la boîte cachée est " +"incorrecte\n" +"-- Le fait de forcer ST_AsBinary avant d'appliquer Box2D provoque un " +"recalcul de la boîte, et \n" +"-- Box2D appliquée à la géométrie de la table renvoie toujours la boîte mise " +"en cache.\n" +"UPDATE sometable\n" +" SET the_geom = PostGIS_DropBBox(the_geom)\n" +" WHERE Not (Box2D(ST_AsBinary(the_geom)) = Box2D(the_geom));\n" +"\n" +" UPDATE sometable\n" +" SET the_geom = PostGIS_AddBBox(the_geom)\n" +" WHERE Not PostGIS_HasBBOX(the_geom);" #. Tag: para #: reference_exception.xml:97 @@ -197,16 +249,21 @@ msgstr "Renvoie TRUE si la bbox de cette géométrie est en cache, sinon FALSE " msgid "" "boolean PostGIS_HasBBox " "geometry geomA" -msgstr "boolean PostGIS_HasBBox geometry geomA" +msgstr "" +"boolean PostGIS_HasBBox " +"geometry geomA" #. Tag: para #: reference_exception.xml:121 #, no-c-format msgid "" "Returns TRUE if the bbox of this geometry is cached, FALSE otherwise. Use " -" and " -" to control caching." -msgstr "Renvoie TRUE si la bbox de cette géométrie est en cache, FALSE sinon. Utiliser et pour contrôler la mise en cache." +" and " +"to control caching." +msgstr "" +"Renvoie TRUE si la bbox de cette géométrie est en cache, FALSE sinon. " +"Utiliser et pour contrôler la mise en cache." #. Tag: programlisting #: reference_exception.xml:131 @@ -214,7 +271,9 @@ msgstr "Renvoie TRUE si la bbox de cette géométrie est en cache, FALSE sinon. msgid "" "SELECT the_geom\n" "FROM sometable WHERE PostGIS_HasBBox(the_geom) = false;" -msgstr "SELECT the_geom\nFROM sometable WHERE PostGIS_HasBBox(the_geom) = false;" +msgstr "" +"SELECT the_geom\n" +"FROM sometable WHERE PostGIS_HasBBox(the_geom) = false;" #. Tag: para #: reference_exception.xml:138 diff --git a/doc/po/fr/reference_guc.xml.po b/doc/po/fr/reference_guc.xml.po index eec7e2f79..57981cddf 100644 --- a/doc/po/fr/reference_guc.xml.po +++ b/doc/po/fr/reference_guc.xml.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# +# # Translators: msgid "" msgstr "" @@ -8,20 +8,21 @@ msgstr "" "POT-Creation-Date: 2014-10-10 23:07+0000\n" "PO-Revision-Date: 2014-10-13 17:58+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/" +"language/fr/)\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. Tag: para #: reference_guc.xml:5 #, no-c-format msgid "" -"This section lists custom PostGIS Grand Unified Custom Variables(GUC). These" -" can be set globally, by database, by session or by transaction. Best set at" -" global or database level." +"This section lists custom PostGIS Grand Unified Custom Variables(GUC). These " +"can be set globally, by database, by session or by transaction. Best set at " +"global or database level." msgstr "" #. Tag: title @@ -155,9 +156,9 @@ msgstr "" #: reference_guc.xml:61 #, no-c-format msgid "" -"Additional information about GDAL_DATA is available at GDAL's Configuration " -"Options." +"Additional information about GDAL_DATA is available at GDAL's Configuration Options." msgstr "" #. Tag: para @@ -233,18 +234,17 @@ msgstr "" #, no-c-format msgid "" "Enabled GDAL specified drivers can be specified by the driver's short-name " -"or code. Driver short-names or codes can be found at GDAL Raster Formats. " -"Multiple drivers can be specified by putting a space between each driver." +"or code. Driver short-names or codes can be found at GDAL Raster Formats. Multiple drivers " +"can be specified by putting a space between each driver." msgstr "" #. Tag: para #: reference_guc.xml:113 #, no-c-format msgid "" -"There are three special codes available for " -"postgis.gdal_enabled_drivers. The codes are case-" -"sensitive." +"There are three special codes available for postgis." +"gdal_enabled_drivers. The codes are case-sensitive." msgstr "" #. Tag: para @@ -283,17 +283,17 @@ msgstr "" #: reference_guc.xml:134 #, no-c-format msgid "" -"In the standard PostGIS installation, " -"postgis.gdal_enabled_drivers is set to DISABLE_ALL." +"In the standard PostGIS installation, postgis.gdal_enabled_drivers is set to DISABLE_ALL." msgstr "" #. Tag: para #: reference_guc.xml:140 #, no-c-format msgid "" -"Additional information about GDAL_SKIP is available at GDAL's Configuration " -"Options." +"Additional information about GDAL_SKIP is available at GDAL's Configuration Options." msgstr "" #. Tag: para @@ -351,16 +351,15 @@ msgstr "" #. Tag: refpurpose #: reference_guc.xml:185 #, no-c-format -msgid "" -"A boolean configuration option to enable access to out-db raster bands." +msgid "A boolean configuration option to enable access to out-db raster bands." msgstr "" #. Tag: para #: reference_guc.xml:192 #, no-c-format msgid "" -"A boolean configuration option to enable access to out-db raster bands. This" -" option can be set in PostgreSQL's configuration file: postgresql.conf. It " +"A boolean configuration option to enable access to out-db raster bands. This " +"option can be set in PostgreSQL's configuration file: postgresql.conf. It " "can also be set by connection or transaction." msgstr "" @@ -370,8 +369,8 @@ msgstr "" msgid "" "The initial value of postgis.enable_outdb_rasters may " "also be set by passing the environment variable " -"POSTGIS_ENABLE_OUTDB_RASTERS with a non-zero value to the" -" process starting PostgreSQL." +"POSTGIS_ENABLE_OUTDB_RASTERS with a non-zero value to the " +"process starting PostgreSQL." msgstr "" #. Tag: para @@ -387,8 +386,8 @@ msgstr "" #: reference_guc.xml:207 #, no-c-format msgid "" -"In the standard PostGIS installation, " -"postgis.enable_outdb_rasters is set to False." +"In the standard PostGIS installation, postgis.enable_outdb_rasters is set to False." msgstr "" #. Tag: para diff --git a/doc/po/fr/reference_lrs.xml.po b/doc/po/fr/reference_lrs.xml.po index 3d50e3bc1..6c0ea5d3a 100644 --- a/doc/po/fr/reference_lrs.xml.po +++ b/doc/po/fr/reference_lrs.xml.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# +# # Translators: # vpicavet , 2013-2014 msgid "" @@ -9,11 +9,12 @@ msgstr "" "POT-Creation-Date: 2012-09-14 17:50+0000\n" "PO-Revision-Date: 2014-06-10 13:15+0000\n" "Last-Translator: vpicavet \n" -"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/" +"language/fr/)\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. Tag: title @@ -35,17 +36,24 @@ msgid "" "Returns a point interpolated along a line. Second argument is a float8 " "between 0 and 1 representing fraction of total length of linestring the " "point has to be located." -msgstr "Retourne un point interpolé sur une ligne. Le second argument est un float8 entre 0 et 1 représentant la fraction de la longueur total de la ligne où le point doit être situé." +msgstr "" +"Retourne un point interpolé sur une ligne. Le second argument est un float8 " +"entre 0 et 1 représentant la fraction de la longueur total de la ligne où le " +"point doit être situé." #. Tag: funcprototype #: reference_lrs.xml:15 #, no-c-format msgid "" "geometry ST_Line_Interpolate_Point " -"geometry " -"a_linestring float " -" a_fraction" -msgstr "geometry ST_Line_Interpolate_Point geometry a_linestring float a_fraction" +"geometry a_linestring float a_fraction" +msgstr "" +"geometry ST_Line_Interpolate_Point " +"geometry a_linestring float a_fraction" #. Tag: title #: reference_lrs.xml:24 reference_lrs.xml:85 reference_lrs.xml:136 @@ -62,15 +70,20 @@ msgid "" "Returns a point interpolated along a line. First argument must be a " "LINESTRING. Second argument is a float8 between 0 and 1 representing " "fraction of total linestring length the point has to be located." -msgstr "Retourne un point interpolé sur une ligne. Le premier argument doit être une LINESTRING. Le second argument est un float8 entre 0 et 1 représentant la fraction de la longueur totale de la ligne où le point doit être situé." +msgstr "" +"Retourne un point interpolé sur une ligne. Le premier argument doit être une " +"LINESTRING. Le second argument est un float8 entre 0 et 1 représentant la " +"fraction de la longueur totale de la ligne où le point doit être situé." #. Tag: para #: reference_lrs.xml:30 reference_lrs.xml:147 #, no-c-format msgid "" -"See for computing the line location" -" nearest to a Point." -msgstr "Voir pour calculer l'emplacement de la ligne le plus proche d'un Point." +"See for computing the line location " +"nearest to a Point." +msgstr "" +"Voir pour calculer l'emplacement de " +"la ligne le plus proche d'un Point." #. Tag: para #: reference_lrs.xml:34 @@ -78,7 +91,10 @@ msgstr "Voir pour calculer l'emplacemen msgid "" "Since release 1.1.1 this function also interpolates M and Z values (when " "present), while prior releases set them to 0.0." -msgstr "Depuis la version 1.1.1 cette fonction interpole aussi les valeurs M et Z (lorsqu'elles sont présentes), les versions précédentes renvoient des valeurs M et Z à 0.0." +msgstr "" +"Depuis la version 1.1.1 cette fonction interpole aussi les valeurs M et Z " +"(lorsqu'elles sont présentes), les versions précédentes renvoient des " +"valeurs M et Z à 0.0." #. Tag: para #: reference_lrs.xml:38 @@ -113,7 +129,8 @@ msgstr "" msgid "" "--Return point 20% along 2d line\n" "SELECT ST_AsEWKT(ST_Line_Interpolate_Point(the_line, 0.20))\n" -" FROM (SELECT ST_GeomFromEWKT('LINESTRING(25 50, 100 125, 150 190)') as the_line) As foo;\n" +" FROM (SELECT ST_GeomFromEWKT('LINESTRING(25 50, 100 125, 150 190)') " +"as the_line) As foo;\n" " st_asewkt\n" "----------------\n" " POINT(51.5974135047432 76.5974135047432)" @@ -125,7 +142,8 @@ msgstr "" msgid "" "--Return point mid-way of 3d line\n" "SELECT ST_AsEWKT(ST_Line_Interpolate_Point(the_line, 0.5))\n" -" FROM (SELECT ST_GeomFromEWKT('LINESTRING(1 2 3, 4 5 6, 6 7 8)') as the_line) As foo;\n" +" FROM (SELECT ST_GeomFromEWKT('LINESTRING(1 2 3, 4 5 6, 6 7 8)') as " +"the_line) As foo;\n" "\n" " st_asewkt\n" "--------------------\n" @@ -133,8 +151,10 @@ msgid "" "\n" "\n" "--find closest point on a line to a point or other geometry\n" -" SELECT ST_AsText(ST_Line_Interpolate_Point(foo.the_line, ST_Line_Locate_Point(foo.the_line, ST_GeomFromText('POINT(4 3)'))))\n" -"FROM (SELECT ST_GeomFromText('LINESTRING(1 2, 4 5, 6 7)') As the_line) As foo;\n" +" SELECT ST_AsText(ST_Line_Interpolate_Point(foo.the_line, " +"ST_Line_Locate_Point(foo.the_line, ST_GeomFromText('POINT(4 3)'))))\n" +"FROM (SELECT ST_GeomFromText('LINESTRING(1 2, 4 5, 6 7)') As the_line) As " +"foo;\n" " st_astext\n" "----------------\n" " POINT(3 4)" @@ -154,7 +174,9 @@ msgstr "Voir aussi" msgid "" ", , , " -msgstr ", , , " +msgstr "" +", , , " #. Tag: refname #: reference_lrs.xml:67 @@ -176,27 +198,31 @@ msgstr "" #, no-c-format msgid "" "float ST_Line_Locate_Point " -"geometry " -"a_linestring geometry " -" a_point" -msgstr "float ST_Line_Locate_Point geometry a_linestring geometry a_point" +"geometry a_linestring geometry a_point" +msgstr "" +"float ST_Line_Locate_Point " +"geometry a_linestring geometry a_point" #. Tag: para #: reference_lrs.xml:87 #, no-c-format msgid "" "Returns a float between 0 and 1 representing the location of the closest " -"point on LineString to the given Point, as a fraction of total 2d line length." +"point on LineString to the given Point, as a fraction of total 2d line length." msgstr "" #. Tag: para #: reference_lrs.xml:91 #, no-c-format msgid "" -"You can use the returned location to extract a Point () or a substring ()." +"You can use the returned location to extract a Point () or a substring ()." msgstr "" #. Tag: para @@ -215,7 +241,8 @@ msgstr "Disponibilité: 1.1.0" #: reference_lrs.xml:103 #, no-c-format msgid "" -"--Rough approximation of finding the street number of a point along the street\n" +"--Rough approximation of finding the street number of a point along the " +"street\n" "--Note the whole foo thing is just to generate dummy data that looks\n" "--like house centroids and street\n" "--We use ST_DWithin to exclude\n" @@ -223,7 +250,8 @@ msgid "" "SELECT ST_AsText(house_loc) As as_text_house_loc,\n" " startstreet_num +\n" " CAST( (endstreet_num - startstreet_num)\n" -" * ST_Line_Locate_Point(street_line, house_loc) As integer) As street_num\n" +" * ST_Line_Locate_Point(street_line, house_loc) As " +"integer) As street_num\n" "FROM\n" "(SELECT ST_GeomFromText('LINESTRING(1 2, 3 4)') As street_line,\n" " ST_MakePoint(x*1.01,y*1.03) As house_loc, 10 As startstreet_num,\n" @@ -239,8 +267,10 @@ msgid "" " POINT(3.03 4.12) | 20\n" "\n" " --find closest point on a line to a point or other geometry\n" -" SELECT ST_AsText(ST_Line_Interpolate_Point(foo.the_line, ST_Line_Locate_Point(foo.the_line, ST_GeomFromText('POINT(4 3)'))))\n" -"FROM (SELECT ST_GeomFromText('LINESTRING(1 2, 4 5, 6 7)') As the_line) As foo;\n" +" SELECT ST_AsText(ST_Line_Interpolate_Point(foo.the_line, " +"ST_Line_Locate_Point(foo.the_line, ST_GeomFromText('POINT(4 3)'))))\n" +"FROM (SELECT ST_GeomFromText('LINESTRING(1 2, 4 5, 6 7)') As the_line) As " +"foo;\n" " st_astext\n" "----------------\n" " POINT(3 4)" @@ -250,10 +280,11 @@ msgstr "" #: reference_lrs.xml:110 #, no-c-format msgid "" -", , , " -msgstr ", , , " +", , , " +msgstr "" +", , , " #. Tag: refname #: reference_lrs.xml:116 @@ -275,11 +306,16 @@ msgstr "" #, no-c-format msgid "" "geometry ST_Line_Substring " -"geometry " -"a_linestring float " -" startfraction float " -" endfraction" -msgstr "geometry ST_Line_Substring geometry a_linestring float startfraction float endfraction" +"geometry a_linestring float startfraction float endfraction" +msgstr "" +"geometry ST_Line_Substring " +"geometry a_linestring float startfraction float endfraction" #. Tag: para #: reference_lrs.xml:138 @@ -287,17 +323,17 @@ msgstr "geometry ST_Line_Substring ." +"float8 values between 0 and 1. This only works with LINESTRINGs. To use with " +"contiguous MULTILINESTRINGs use in conjunction with ." msgstr "" #. Tag: para #: reference_lrs.xml:144 #, no-c-format msgid "" -"If 'start' and 'end' have the same value this is equivalent to ." +"If 'start' and 'end' have the same value this is equivalent to ." msgstr "" #. Tag: para @@ -325,18 +361,21 @@ msgstr "" #, no-c-format msgid "" "--Return the approximate 1/3 mid-range part of a linestring\n" -"SELECT ST_AsText(ST_Line_SubString(ST_GeomFromText('LINESTRING(25 50, 100 125, 150 190)'), 0.333, 0.666));\n" +"SELECT ST_AsText(ST_Line_SubString(ST_GeomFromText('LINESTRING(25 50, 100 " +"125, 150 190)'), 0.333, 0.666));\n" "\n" " st_astext\n" "------------------------------------------------------------------------------------------------\n" -"LINESTRING(69.2846934853974 94.2846934853974,100 125,111.700356260683 140.210463138888)\n" +"LINESTRING(69.2846934853974 94.2846934853974,100 125,111.700356260683 " +"140.210463138888)\n" "\n" "--The below example simulates a while loop in\n" "--SQL using PostgreSQL generate_series() to cut all\n" "--linestrings in a table to 100 unit segments\n" "-- of which no segment is longer than 100 units\n" "-- units are measured in the SRID units of measurement\n" -"-- It also assumes all geometries are LINESTRING or contiguous MULTILINESTRING\n" +"-- It also assumes all geometries are LINESTRING or contiguous " +"MULTILINESTRING\n" "--and no geometry is longer than 100 units*10000\n" "--for better performance you can reduce the 10000\n" "--to match max number of segments you expect\n" @@ -360,9 +399,11 @@ msgstr "" #: reference_lrs.xml:177 #, no-c-format msgid "" -", , " -msgstr ", , " +", , " +msgstr "" +", , " #. Tag: refname #: reference_lrs.xml:183 @@ -375,8 +416,8 @@ msgstr "ST_LocateAlong" #, no-c-format msgid "" "Return a derived geometry collection value with elements that " -"match the specified measure. Polygonal elements are not " -"supported." +"match the specified measure. Polygonal elements are not supported." msgstr "" #. Tag: funcprototype @@ -384,11 +425,16 @@ msgstr "" #, no-c-format msgid "" "geometry ST_LocateAlong " -"geometry " -"ageom_with_measure float " -" a_measure float offset" -msgstr "geometry ST_LocateAlong geometry ageom_with_measure float a_measure float offset" +"geometry ageom_with_measure float a_measure float offset" +msgstr "" +"geometry ST_LocateAlong " +"geometry ageom_with_measure float a_measure float offset" #. Tag: para #: reference_lrs.xml:204 @@ -411,8 +457,8 @@ msgstr "" #: reference_lrs.xml:213 reference_lrs.xml:266 #, no-c-format msgid "" -"Semantic is specified by: ISO/IEC CD 13249-3:200x(E) - Text for Continuation" -" CD Editing Meeting" +"Semantic is specified by: ISO/IEC CD 13249-3:200x(E) - Text for Continuation " +"CD Editing Meeting" msgstr "" #. Tag: para @@ -449,7 +495,8 @@ msgid "" "SELECT ST_AsText(the_geom)\n" " FROM\n" " (SELECT ST_LocateAlong(\n" -" ST_GeomFromText('MULTILINESTRINGM((1 2 3, 3 4 2, 9 4 3),\n" +" ST_GeomFromText('MULTILINESTRINGM((1 2 3, 3 4 2, 9 4 " +"3),\n" " (1 2 3, 5 4 5))'),3) As the_geom) As foo;\n" "\n" " st_asewkt\n" @@ -461,7 +508,8 @@ msgid "" "SELECT ST_AsText((ST_Dump(the_geom)).geom)\n" " FROM\n" " (SELECT ST_LocateAlong(\n" -" ST_GeomFromText('MULTILINESTRINGM((1 2 3, 3 4 2, 9 4 3),\n" +" ST_GeomFromText('MULTILINESTRINGM((1 2 3, 3 4 2, 9 4 " +"3),\n" " (1 2 3, 5 4 5))'),3) As the_geom) As foo;\n" "\n" " st_asewkt\n" @@ -498,11 +546,17 @@ msgstr "" msgid "" "geometry ST_LocateBetween " "geometry geomA " -"float " -"measure_start float " -" measure_end float offset" -msgstr "geometry ST_LocateBetween geometry geomA float measure_start float measure_end float offset" +"float measure_start float measure_end float offset" +msgstr "" +"geometry ST_LocateBetween " +"geometry geomA " +"float measure_start float measure_end float offset" #. Tag: para #: reference_lrs.xml:262 @@ -535,7 +589,8 @@ msgid "" "SELECT ST_AsText(the_geom)\n" " FROM\n" " (SELECT ST_LocateBetween(\n" -" ST_GeomFromText('MULTILINESTRING M ((1 2 3, 3 4 2, 9 4 3),\n" +" ST_GeomFromText('MULTILINESTRING M ((1 2 3, 3 4 2, 9 " +"4 3),\n" " (1 2 3, 5 4 5))'),1.5, 3) As the_geom) As foo;\n" "\n" " st_asewkt\n" @@ -547,7 +602,8 @@ msgid "" "SELECT ST_AsText((ST_Dump(the_geom)).geom)\n" " FROM\n" " (SELECT ST_LocateBetween(\n" -" ST_GeomFromText('MULTILINESTRING M ((1 2 3, 3 4 2, 9 4 3),\n" +" ST_GeomFromText('MULTILINESTRING M ((1 2 3, 3 4 2, 9 " +"4 3),\n" " (1 2 3, 5 4 5))'),1.5, 3) As the_geom) As foo;\n" "\n" " st_asewkt\n" @@ -582,11 +638,16 @@ msgstr "" #, no-c-format msgid "" "geometry ST_LocateBetweenElevations " -"geometry " -"geom_mline float " -"elevation_start float " -" elevation_end" -msgstr "geometry ST_LocateBetweenElevations geometry geom_mline float elevation_start float elevation_end" +"geometry geom_mline float elevation_start float " +"elevation_end" +msgstr "" +"geometry ST_LocateBetweenElevations " +"geometry geom_mline float elevation_start float " +"elevation_end" #. Tag: para #: reference_lrs.xml:313 @@ -608,13 +669,15 @@ msgstr "Disponibilité: 1.4.0" #, no-c-format msgid "" "SELECT ST_AsEWKT(ST_LocateBetweenElevations(\n" -" ST_GeomFromEWKT('LINESTRING(1 2 3, 4 5 6)'),2,4)) As ewelev;\n" +" ST_GeomFromEWKT('LINESTRING(1 2 3, 4 5 6)'),2,4)) As " +"ewelev;\n" " ewelev\n" "----------------------------------------------------------------\n" " MULTILINESTRING((1 2 3,2 3 4))\n" "\n" "SELECT ST_AsEWKT(ST_LocateBetweenElevations(\n" -" ST_GeomFromEWKT('LINESTRING(1 2 6, 4 5 -1, 7 8 9)'),6,9)) As ewelev;\n" +" ST_GeomFromEWKT('LINESTRING(1 2 6, 4 5 -1, 7 8 " +"9)'),6,9)) As ewelev;\n" "\n" " ewelev\n" "----------------------------------------------------------------\n" @@ -625,13 +688,41 @@ msgid "" "SELECT ST_AsEWKT((ST_Dump(the_geom)).geom)\n" " FROM\n" " (SELECT ST_LocateBetweenElevations(\n" -" ST_GeomFromEWKT('LINESTRING(1 2 6, 4 5 -1, 7 8 9)'),6,9) As the_geom) As foo;\n" +" ST_GeomFromEWKT('LINESTRING(1 2 6, 4 5 -1, 7 8 " +"9)'),6,9) As the_geom) As foo;\n" +"\n" +" st_asewkt\n" +"--------------------------------\n" +"POINT(1 2 6)\n" +"LINESTRING(6.1 7.1 6,7 8 9)" +msgstr "" +"SELECT ST_AsEWKT(ST_LocateBetweenElevations(\n" +" ST_GeomFromEWKT('LINESTRING(1 2 3, 4 5 6)'),2,4)) As " +"ewelev;\n" +" ewelev\n" +"----------------------------------------------------------------\n" +" MULTILINESTRING((1 2 3,2 3 4))\n" +"\n" +"SELECT ST_AsEWKT(ST_LocateBetweenElevations(\n" +" ST_GeomFromEWKT('LINESTRING(1 2 6, 4 5 -1, 7 8 " +"9)'),6,9)) As ewelev;\n" +"\n" +" ewelev\n" +"----------------------------------------------------------------\n" +"GEOMETRYCOLLECTION(POINT(1 2 6),LINESTRING(6.1 7.1 6,7 8 9))\n" +"\n" +"--Geometry collections are difficult animals so dump them\n" +"--to make them more digestable\n" +"SELECT ST_AsEWKT((ST_Dump(the_geom)).geom)\n" +" FROM\n" +" (SELECT ST_LocateBetweenElevations(\n" +" ST_GeomFromEWKT('LINESTRING(1 2 6, 4 5 -1, 7 8 " +"9)'),6,9) As the_geom) As foo;\n" "\n" " st_asewkt\n" "--------------------------------\n" "POINT(1 2 6)\n" "LINESTRING(6.1 7.1 6,7 8 9)" -msgstr "SELECT ST_AsEWKT(ST_LocateBetweenElevations(\n ST_GeomFromEWKT('LINESTRING(1 2 3, 4 5 6)'),2,4)) As ewelev;\n ewelev\n----------------------------------------------------------------\n MULTILINESTRING((1 2 3,2 3 4))\n\nSELECT ST_AsEWKT(ST_LocateBetweenElevations(\n ST_GeomFromEWKT('LINESTRING(1 2 6, 4 5 -1, 7 8 9)'),6,9)) As ewelev;\n\n ewelev\n----------------------------------------------------------------\nGEOMETRYCOLLECTION(POINT(1 2 6),LINESTRING(6.1 7.1 6,7 8 9))\n\n--Geometry collections are difficult animals so dump them\n--to make them more digestable\nSELECT ST_AsEWKT((ST_Dump(the_geom)).geom)\n FROM\n (SELECT ST_LocateBetweenElevations(\n ST_GeomFromEWKT('LINESTRING(1 2 6, 4 5 -1, 7 8 9)'),6,9) As the_geom) As foo;\n\n st_asewkt\n--------------------------------\nPOINT(1 2 6)\nLINESTRING(6.1 7.1 6,7 8 9)" #. Tag: refname #: reference_lrs.xml:339 @@ -654,7 +745,10 @@ msgid "" "float ST_InterpolatePoint " "geometry line " "geometry point" -msgstr "float ST_InterpolatePoint geometry line geometry point" +msgstr "" +"float ST_InterpolatePoint " +"geometry line " +"geometry point" #. Tag: para #: reference_lrs.xml:358 @@ -678,13 +772,19 @@ msgid "" " st_interpolatepoint \n" " ---------------------\n" " 10" -msgstr "SELECT ST_InterpolatePoint('LINESTRING M (0 0 0, 10 0 20)', 'POINT(5 5)');\n st_interpolatepoint \n ---------------------\n 10" +msgstr "" +"SELECT ST_InterpolatePoint('LINESTRING M (0 0 0, 10 0 20)', 'POINT(5 5)');\n" +" st_interpolatepoint \n" +" ---------------------\n" +" 10" #. Tag: para #: reference_lrs.xml:374 #, no-c-format -msgid ", , " -msgstr ", , " +msgid "" +", , " +msgstr "" +", , " #. Tag: refname #: reference_lrs.xml:382 @@ -698,8 +798,8 @@ msgstr "ST_AddMeasure" msgid "" "Return a derived geometry with measure elements linearly " "interpolated between the start and end points. If the geometry has no " -"measure dimension, one is added. If the geometry has a measure dimension, it" -" is over-written with new values. Only LINESTRINGS and MULTILINESTRINGS are " +"measure dimension, one is added. If the geometry has a measure dimension, it " +"is over-written with new values. Only LINESTRINGS and MULTILINESTRINGS are " "supported." msgstr "" @@ -708,11 +808,16 @@ msgstr "" #, no-c-format msgid "" "geometry ST_AddMeasure " -"geometry " -"geom_mline float " -"measure_start float " -" measure_end" -msgstr "geometry ST_AddMeasure geometry geom_mline float measure_start float measure_end" +"geometry geom_mline float measure_start float measure_end" +msgstr "" +"geometry ST_AddMeasure " +"geometry geom_mline float measure_start float measure_end" #. Tag: para #: reference_lrs.xml:402 @@ -753,8 +858,33 @@ msgid "" " LINESTRINGM(1 0 10,2 0 20,4 0 40)\n" " \n" "SELECT ST_AsText(ST_AddMeasure(\n" -"ST_GeomFromEWKT('MULTILINESTRINGM((1 0 4, 2 0 4, 4 0 4),(1 0 4, 2 0 4, 4 0 4))'),10,70)) As ewelev;\n" +"ST_GeomFromEWKT('MULTILINESTRINGM((1 0 4, 2 0 4, 4 0 4),(1 0 4, 2 0 4, 4 0 " +"4))'),10,70)) As ewelev;\n" +" ewelev \n" +"-----------------------------------------------------------------\n" +" MULTILINESTRINGM((1 0 10,2 0 20,4 0 40),(1 0 40,2 0 50,4 0 70))" +msgstr "" +"SELECT ST_AsText(ST_AddMeasure(\n" +"ST_GeomFromEWKT('LINESTRING(1 0, 2 0, 4 0)'),1,4)) As ewelev;\n" +" ewelev \n" +"--------------------------------\n" +" LINESTRINGM(1 0 1,2 0 2,4 0 4)\n" +"\n" +"SELECT ST_AsText(ST_AddMeasure(\n" +"ST_GeomFromEWKT('LINESTRING(1 0 4, 2 0 4, 4 0 4)'),10,40)) As ewelev;\n" +" ewelev \n" +"----------------------------------------\n" +" LINESTRING(1 0 4 10,2 0 4 20,4 0 4 40)\n" +"\n" +"SELECT ST_AsText(ST_AddMeasure(\n" +"ST_GeomFromEWKT('LINESTRINGM(1 0 4, 2 0 4, 4 0 4)'),10,40)) As ewelev;\n" +" ewelev \n" +"----------------------------------------\n" +" LINESTRINGM(1 0 10,2 0 20,4 0 40)\n" +" \n" +"SELECT ST_AsText(ST_AddMeasure(\n" +"ST_GeomFromEWKT('MULTILINESTRINGM((1 0 4, 2 0 4, 4 0 4),(1 0 4, 2 0 4, 4 0 " +"4))'),10,70)) As ewelev;\n" " ewelev \n" "-----------------------------------------------------------------\n" " MULTILINESTRINGM((1 0 10,2 0 20,4 0 40),(1 0 40,2 0 50,4 0 70))" -msgstr "SELECT ST_AsText(ST_AddMeasure(\nST_GeomFromEWKT('LINESTRING(1 0, 2 0, 4 0)'),1,4)) As ewelev;\n ewelev \n--------------------------------\n LINESTRINGM(1 0 1,2 0 2,4 0 4)\n\nSELECT ST_AsText(ST_AddMeasure(\nST_GeomFromEWKT('LINESTRING(1 0 4, 2 0 4, 4 0 4)'),10,40)) As ewelev;\n ewelev \n----------------------------------------\n LINESTRING(1 0 4 10,2 0 4 20,4 0 4 40)\n\nSELECT ST_AsText(ST_AddMeasure(\nST_GeomFromEWKT('LINESTRINGM(1 0 4, 2 0 4, 4 0 4)'),10,40)) As ewelev;\n ewelev \n----------------------------------------\n LINESTRINGM(1 0 10,2 0 20,4 0 40)\n \nSELECT ST_AsText(ST_AddMeasure(\nST_GeomFromEWKT('MULTILINESTRINGM((1 0 4, 2 0 4, 4 0 4),(1 0 4, 2 0 4, 4 0 4))'),10,70)) As ewelev;\n ewelev \n-----------------------------------------------------------------\n MULTILINESTRINGM((1 0 10,2 0 20,4 0 40),(1 0 40,2 0 50,4 0 70))" diff --git a/doc/po/fr/reference_management.xml.po b/doc/po/fr/reference_management.xml.po index cec7d2bf1..b13e040f3 100644 --- a/doc/po/fr/reference_management.xml.po +++ b/doc/po/fr/reference_management.xml.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# +# # Translators: # Nicolas Ribot , 2013 msgid "" @@ -9,11 +9,12 @@ msgstr "" "POT-Creation-Date: 2012-09-14 17:50+0000\n" "PO-Revision-Date: 2013-11-27 17:39+0000\n" "Last-Translator: Nicolas Ribot \n" -"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/" +"language/fr/)\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. Tag: title @@ -35,45 +36,73 @@ msgid "" "Adds a geometry column to an existing table of attributes. By default uses " "type modifier to define rather than constraints. Pass in false for " "use_typmod to get old check constraint based behavior" -msgstr "Ajoute une colonne géométrique à une table attributaire existante. Utilise par défaut le modificateur de type lors de la définition de la géométrie, plutôt que des contraintes. Passer le paramètre use_typmod à false pour activer l'ancien mécanisme basé sur les contraintes." +msgstr "" +"Ajoute une colonne géométrique à une table attributaire existante. Utilise " +"par défaut le modificateur de type lors de la définition de la géométrie, " +"plutôt que des contraintes. Passer le paramètre use_typmod à false pour " +"activer l'ancien mécanisme basé sur les contraintes." #. Tag: funcsynopsis #: reference_management.xml:15 #, no-c-format msgid "" -" text " -"AddGeometryColumn varchar " -" table_name varchar" -" column_name " -"integer srid " -"varchar type " -"integer dimension " -"boolean " +" text AddGeometryColumn varchar table_name varchar column_name integer srid varchar type integer dimension boolean " +"use_typmod=true " +" text AddGeometryColumn varchar schema_name varchar table_name varchar column_name integer srid varchar type integer dimension boolean " "use_typmod=true " -" text " -"AddGeometryColumn varchar " -" schema_name " -"varchar table_name" -" varchar " -"column_name integer " -" srid varchar " -" type integer " -" dimension boolean " +" text AddGeometryColumn varchar catalog_name varchar " +"schema_name varchar table_name varchar column_name integer " +" srid varchar type integer " +"dimension boolean use_typmod=true " +msgstr "" +" text AddGeometryColumn varchar table_name varchar column_name integer srid varchar type integer dimension boolean " +"use_typmod=true " +" text AddGeometryColumn varchar schema_name varchar table_name varchar column_name integer srid varchar type integer dimension boolean " "use_typmod=true " -" text " -"AddGeometryColumn varchar " -" catalog_name " -"varchar " -"schema_name varchar " -" table_name varchar" -" column_name " -"integer srid " -"varchar type " -"integer dimension " -"boolean " -"use_typmod=true " -msgstr " text AddGeometryColumn varchar table_name varchar column_name integer srid varchar type integer dimension boolean use_typmod=true text AddGeometryColumn varchar schema_name varchar table_name varchar column_name integer srid varchar type integer dimension boolean use_typmod=true text AddGeometryColumn varchar catalog_name varchar schema_name varchar table_name varchar column_name integer srid varchar type integer dimension boolean use_typmod=true " +" text AddGeometryColumn varchar catalog_name varchar " +"schema_name varchar table_name varchar column_name integer " +" srid varchar type integer " +"dimension boolean use_typmod=true " #. Tag: title #: reference_management.xml:92 reference_management.xml:188 @@ -100,7 +129,14 @@ msgid "" "error is thrown if the schemaname doesn't exist (or not visible in the " "current search_path) or the specified SRID, geometry type, or dimension is " "invalid." -msgstr "Ajoute une colonne géométrique à une table attributaire existante. schema_name est le nom du schéma de la table.\nsrid est un entier positif présent dans la table SPATIAL_REF_SYS. type est le type de géométrie en texte, par exemple 'POLYGON' ou 'MULTILINESTRING'. Une erreur est renvoyée si le schéma n'existe pas (ou n'est pas visible dans le search_path courant) ou si le SRID, type de géométrie ou dimension est invalide." +msgstr "" +"Ajoute une colonne géométrique à une table attributaire existante. " +"schema_name est le nom du schéma de la table.\n" +"srid est un entier positif présent dans la table " +"SPATIAL_REF_SYS. type est le type de géométrie en texte, " +"par exemple 'POLYGON' ou 'MULTILINESTRING'. Une erreur est renvoyée si le " +"schéma n'existe pas (ou n'est pas visible dans le search_path courant) ou si " +"le SRID, type de géométrie ou dimension est invalide." #. Tag: para #: reference_management.xml:104 @@ -110,9 +146,15 @@ msgid "" "geometry_columns is a view that reads from system catalogs. It by default " "also does not create constraints, but instead uses the built in type " "modifier behavior of PostgreSQL. So for example building a wgs84 POINT " -"column with this function is now equivalent to: ALTER TABLE some_table" -" ADD COLUMN geom geometry(Point,4326);" -msgstr "Changement: 2.0.0 Cette fonction ne met plus à jour geometry_columns maintenant que geometry_columns est une vue basée sur le catalogue système. Par défaut, elle ne créée plus de contraintes mais utilise le modificateur de type de PostgreSQL. Ainsi, par exemple, créer une colonne de type POINT WGS84 est désormais équivalent à: ALTER TABLE some_table ADD COLUMN geom geometry(Point,4326);" +"column with this function is now equivalent to: ALTER TABLE some_table " +"ADD COLUMN geom geometry(Point,4326);" +msgstr "" +"Changement: 2.0.0 Cette fonction ne met plus à jour geometry_columns " +"maintenant que geometry_columns est une vue basée sur le catalogue système. " +"Par défaut, elle ne créée plus de contraintes mais utilise le modificateur " +"de type de PostgreSQL. Ainsi, par exemple, créer une colonne de type POINT " +"WGS84 est désormais équivalent à: ALTER TABLE some_table ADD COLUMN " +"geom geometry(Point,4326);" #. Tag: para #: reference_management.xml:107 @@ -120,7 +162,10 @@ msgstr "Changement: 2.0.0 Cette fonction ne met plus à jour geometry_columns ma msgid "" "Changed: 2.0.0 If you require the old behavior of constraints use the " "default use_typmod, but set it to false." -msgstr "Changement: 2.0.0 Si l'ancien mécanisme basé sur les contraintes est nécessaire, utiliser le paramètre use_typmod avec la valeur false." +msgstr "" +"Changement: 2.0.0 Si l'ancien mécanisme basé sur les contraintes est " +"nécessaire, utiliser le paramètre use_typmod avec la " +"valeur false." #. Tag: para #: reference_management.xml:111 @@ -132,9 +177,18 @@ msgid "" "correctly because they inherit the typmod behavior of their parent table " "column. Views that use geometry functions that output other geometries will " "need to be cast to typmod geometries for these view geometry columns to be " -"registered correctly in geometry_columns. Refer to ." -msgstr "Changement: 2.0.0 Les vues ne peuvent plus être enregistrées dans geometry_columns. Cependant, les vues construites à partir de tables contenant des géométries définies avec le modificateur de type et n'utilisant pas de fonctions d'encapsulation seront enregistrées dans la vue geometry_columns car elles héritent du mécanisme des tables dont elles sont issues. Les vues utilisant des fonctions renvoyant d'autres géométries doivent être transtypées vers des géométries avec modificateur de type pour pouvoir être correctement référencées dans la vue geometry_columns. Cf. ." +"registered correctly in geometry_columns. Refer to ." +msgstr "" +"Changement: 2.0.0 Les vues ne peuvent plus être enregistrées dans " +"geometry_columns. Cependant, les vues construites à partir de tables " +"contenant des géométries définies avec le modificateur de type et " +"n'utilisant pas de fonctions d'encapsulation seront enregistrées dans la vue " +"geometry_columns car elles héritent du mécanisme des tables dont elles sont " +"issues. Les vues utilisant des fonctions renvoyant d'autres géométries " +"doivent être transtypées vers des géométries avec modificateur de type pour " +"pouvoir être correctement référencées dans la vue geometry_columns. Cf. " +"." #. Tag: para #: reference_management.xml:117 reference_management.xml:194 @@ -162,7 +216,10 @@ msgstr "&curve_support;" msgid "" "Enhanced: 2.0.0 use_typmod argument introduced. Defaults to creating typmod " "geometry column instead of constraint-based." -msgstr "Amélioration: 2.0.0 introduction du paramètre use_typmod. Le comportement par défaut est de créer une colonne géométrique avec modificateur de type au lieu de contraintes sur la colonne." +msgstr "" +"Amélioration: 2.0.0 introduction du paramètre use_typmod. Le comportement " +"par défaut est de créer une colonne géométrique avec modificateur de type au " +"lieu de contraintes sur la colonne." #. Tag: title #: reference_management.xml:124 reference_management.xml:203 @@ -187,19 +244,25 @@ msgid "" "\n" "-- Describing the table shows a simple table with a single \"id\" column.\n" "postgis=# \\d my_schema.my_spatial_table\n" -" Table \"my_schema.my_spatial_table\"\n" +" Table \"my_schema." +"my_spatial_table\"\n" " Column | Type | Modifiers\n" -"--------+---------+-------------------------------------------------------------------------\n" -" id | integer | not null default nextval('my_schema.my_spatial_table_id_seq'::regclass)\n" +"--------+---------" +"+-------------------------------------------------------------------------\n" +" id | integer | not null default nextval('my_schema." +"my_spatial_table_id_seq'::regclass)\n" "\n" "-- Add a spatial column to the table\n" -"SELECT AddGeometryColumn ('my_schema','my_spatial_table','geom',4326,'POINT',2);\n" +"SELECT AddGeometryColumn " +"('my_schema','my_spatial_table','geom',4326,'POINT',2);\n" "\n" "-- Add a point using the old constraint based behavior\n" -"SELECT AddGeometryColumn ('my_schema','my_spatial_table','geom_c',4326,'POINT',2, false);\n" +"SELECT AddGeometryColumn " +"('my_schema','my_spatial_table','geom_c',4326,'POINT',2, false);\n" "\n" "--Add a curvepolygon using old constraint behavior\n" -"SELECT AddGeometryColumn ('my_schema','my_spatial_table','geomcp_c',4326,'CURVEPOLYGON',2, false);\n" +"SELECT AddGeometryColumn " +"('my_schema','my_spatial_table','geomcp_c',4326,'CURVEPOLYGON',2, false);\n" "\n" "-- Describe the table again reveals the addition of a new geometry columns.\n" "\\d my_schema.my_spatial_table\n" @@ -209,31 +272,102 @@ msgid "" "(1 row)\n" "\n" " Table \"my_schema.my_spatial_table\"\n" -" Column | Type | Modifiers \n" -"----------+----------------------+-------------------------------------------------------------------------\n" -" id | integer | not null default nextval('my_schema.my_spatial_table_id_seq'::regclass)\n" +" Column | Type | " +"Modifiers \n" +"----------+----------------------" +"+-------------------------------------------------------------------------\n" +" id | integer | not null default nextval('my_schema." +"my_spatial_table_id_seq'::regclass)\n" " geom | geometry(Point,4326) | \n" " geom_c | geometry | \n" " geomcp_c | geometry | \n" "Check constraints:\n" " \"enforce_dims_geom_c\" CHECK (st_ndims(geom_c) = 2)\n" " \"enforce_dims_geomcp_c\" CHECK (st_ndims(geomcp_c) = 2)\n" -" \"enforce_geotype_geom_c\" CHECK (geometrytype(geom_c) = 'POINT'::text OR geom_c IS NULL)\n" -" \"enforce_geotype_geomcp_c\" CHECK (geometrytype(geomcp_c) = 'CURVEPOLYGON'::text OR geomcp_c IS NULL)\n" +" \"enforce_geotype_geom_c\" CHECK (geometrytype(geom_c) = 'POINT'::text " +"OR geom_c IS NULL)\n" +" \"enforce_geotype_geomcp_c\" CHECK (geometrytype(geomcp_c) = " +"'CURVEPOLYGON'::text OR geomcp_c IS NULL)\n" " \"enforce_srid_geom_c\" CHECK (st_srid(geom_c) = 4326)\n" " \"enforce_srid_geomcp_c\" CHECK (st_srid(geomcp_c) = 4326)\n" " \n" "-- geometry_columns view also registers the new columns --\n" "SELECT f_geometry_column As col_name, type, srid, coord_dimension As ndims \n" " FROM geometry_columns\n" -" WHERE f_table_name = 'my_spatial_table' AND f_table_schema = 'my_schema';\n" +" WHERE f_table_name = 'my_spatial_table' AND f_table_schema = " +"'my_schema';\n" +"\n" +" col_name | type | srid | ndims \n" +"----------+--------------+------+-------\n" +" geom | Point | 4326 | 2\n" +" geom_c | Point | 4326 | 2\n" +" geomcp_c | CurvePolygon | 4326 | 2" +msgstr "" +"-- Create schema to hold data\n" +"CREATE SCHEMA my_schema;\n" +"-- Create a new simple PostgreSQL table\n" +"CREATE TABLE my_schema.my_spatial_table (id serial);\n" +"\n" +"-- Describing the table shows a simple table with a single \"id\" column.\n" +"postgis=# \\d my_schema.my_spatial_table\n" +" Table \"my_schema." +"my_spatial_table\"\n" +" Column | Type | Modifiers\n" +"--------+---------" +"+-------------------------------------------------------------------------\n" +" id | integer | not null default nextval('my_schema." +"my_spatial_table_id_seq'::regclass)\n" +"\n" +"-- Add a spatial column to the table\n" +"SELECT AddGeometryColumn " +"('my_schema','my_spatial_table','geom',4326,'POINT',2);\n" +"\n" +"-- Add a point using the old constraint based behavior\n" +"SELECT AddGeometryColumn " +"('my_schema','my_spatial_table','geom_c',4326,'POINT',2, false);\n" +"\n" +"--Add a curvepolygon using old constraint behavior\n" +"SELECT AddGeometryColumn " +"('my_schema','my_spatial_table','geomcp_c',4326,'CURVEPOLYGON',2, false);\n" +"\n" +"-- Describe the table again reveals the addition of a new geometry columns.\n" +"\\d my_schema.my_spatial_table\n" +" addgeometrycolumn \n" +"-------------------------------------------------------------------------\n" +" my_schema.my_spatial_table.geomcp_c SRID:4326 TYPE:CURVEPOLYGON DIMS:2 \n" +"(1 row)\n" +"\n" +" Table \"my_schema.my_spatial_table\"\n" +" Column | Type | " +"Modifiers \n" +"----------+----------------------" +"+-------------------------------------------------------------------------\n" +" id | integer | not null default nextval('my_schema." +"my_spatial_table_id_seq'::regclass)\n" +" geom | geometry(Point,4326) | \n" +" geom_c | geometry | \n" +" geomcp_c | geometry | \n" +"Check constraints:\n" +" \"enforce_dims_geom_c\" CHECK (st_ndims(geom_c) = 2)\n" +" \"enforce_dims_geomcp_c\" CHECK (st_ndims(geomcp_c) = 2)\n" +" \"enforce_geotype_geom_c\" CHECK (geometrytype(geom_c) = 'POINT'::text " +"OR geom_c IS NULL)\n" +" \"enforce_geotype_geomcp_c\" CHECK (geometrytype(geomcp_c) = " +"'CURVEPOLYGON'::text OR geomcp_c IS NULL)\n" +" \"enforce_srid_geom_c\" CHECK (st_srid(geom_c) = 4326)\n" +" \"enforce_srid_geomcp_c\" CHECK (st_srid(geomcp_c) = 4326)\n" +" \n" +"-- geometry_columns view also registers the new columns --\n" +"SELECT f_geometry_column As col_name, type, srid, coord_dimension As ndims \n" +" FROM geometry_columns\n" +" WHERE f_table_name = 'my_spatial_table' AND f_table_schema = " +"'my_schema';\n" "\n" " col_name | type | srid | ndims \n" "----------+--------------+------+-------\n" " geom | Point | 4326 | 2\n" " geom_c | Point | 4326 | 2\n" " geomcp_c | CurvePolygon | 4326 | 2" -msgstr "-- Create schema to hold data\nCREATE SCHEMA my_schema;\n-- Create a new simple PostgreSQL table\nCREATE TABLE my_schema.my_spatial_table (id serial);\n\n-- Describing the table shows a simple table with a single \"id\" column.\npostgis=# \\d my_schema.my_spatial_table\n Table \"my_schema.my_spatial_table\"\n Column | Type | Modifiers\n--------+---------+-------------------------------------------------------------------------\n id | integer | not null default nextval('my_schema.my_spatial_table_id_seq'::regclass)\n\n-- Add a spatial column to the table\nSELECT AddGeometryColumn ('my_schema','my_spatial_table','geom',4326,'POINT',2);\n\n-- Add a point using the old constraint based behavior\nSELECT AddGeometryColumn ('my_schema','my_spatial_table','geom_c',4326,'POINT',2, false);\n\n--Add a curvepolygon using old constraint behavior\nSELECT AddGeometryColumn ('my_schema','my_spatial_table','geomcp_c',4326,'CURVEPOLYGON',2, false);\n\n-- Describe the table again reveals the addition of a new geometry columns.\n\\d my_schema.my_spatial_table\n addgeometrycolumn \n-------------------------------------------------------------------------\n my_schema.my_spatial_table.geomcp_c SRID:4326 TYPE:CURVEPOLYGON DIMS:2 \n(1 row)\n\n Table \"my_schema.my_spatial_table\"\n Column | Type | Modifiers \n----------+----------------------+-------------------------------------------------------------------------\n id | integer | not null default nextval('my_schema.my_spatial_table_id_seq'::regclass)\n geom | geometry(Point,4326) | \n geom_c | geometry | \n geomcp_c | geometry | \nCheck constraints:\n \"enforce_dims_geom_c\" CHECK (st_ndims(geom_c) = 2)\n \"enforce_dims_geomcp_c\" CHECK (st_ndims(geomcp_c) = 2)\n \"enforce_geotype_geom_c\" CHECK (geometrytype(geom_c) = 'POINT'::text OR geom_c IS NULL)\n \"enforce_geotype_geomcp_c\" CHECK (geometrytype(geomcp_c) = 'CURVEPOLYGON'::text OR geomcp_c IS NULL)\n \"enforce_srid_geom_c\" CHECK (st_srid(geom_c) = 4326)\n \"enforce_srid_geomcp_c\" CHECK (st_srid(geomcp_c) = 4326)\n \n-- geometry_columns view also registers the new columns --\nSELECT f_geometry_column As col_name, type, srid, coord_dimension As ndims \n FROM geometry_columns\n WHERE f_table_name = 'my_spatial_table' AND f_table_schema = 'my_schema';\n\n col_name | type | srid | ndims \n----------+--------------+------+-------\n geom | Point | 4326 | 2\n geom_c | Point | 4326 | 2\n geomcp_c | CurvePolygon | 4326 | 2" #. Tag: title #: reference_management.xml:130 reference_management.xml:208 @@ -251,10 +385,11 @@ msgstr "Voir aussi" #: reference_management.xml:132 #, no-c-format msgid "" -", , , " -msgstr ", , , " +", , , " +msgstr "" +", , , " #. Tag: refname #: reference_management.xml:138 @@ -272,24 +407,35 @@ msgstr "Supprime une colonne géométrique d'une table spatiale." #: reference_management.xml:145 #, no-c-format msgid "" -" text " -"DropGeometryColumn varchar " -" table_name varchar" -" column_name " -" text " -"DropGeometryColumn varchar " -" schema_name " -"varchar table_name" -" varchar " -"column_name " -" text " -"DropGeometryColumn varchar " -" catalog_name " -"varchar " -"schema_name varchar " -" table_name varchar" -" column_name " -msgstr " text DropGeometryColumn varchar table_name varchar column_name text DropGeometryColumn varchar schema_name varchar table_name varchar column_name text DropGeometryColumn varchar catalog_name varchar schema_name varchar table_name varchar column_name " +" text DropGeometryColumn varchar table_name varchar column_name text " +"DropGeometryColumn varchar schema_name varchar " +" table_name varchar " +" column_name " +" text DropGeometryColumn varchar catalog_name varchar " +"schema_name varchar table_name varchar column_name " +msgstr "" +" text DropGeometryColumn varchar table_name varchar column_name text " +"DropGeometryColumn varchar schema_name varchar " +" table_name varchar " +" column_name " +" text DropGeometryColumn varchar catalog_name varchar " +"schema_name varchar table_name varchar column_name " #. Tag: para #: reference_management.xml:190 @@ -298,7 +444,9 @@ msgid "" "Removes a geometry column from a spatial table. Note that schema_name will " "need to match the f_table_schema field of the table's row in the " "geometry_columns table." -msgstr "Supprime une colonne géométrique d'une table spatiale. Note: schema_name doit correspondre au champ f_table_schema de la table geometry_columns." +msgstr "" +"Supprime une colonne géométrique d'une table spatiale. Note: schema_name " +"doit correspondre au champ f_table_schema de la table geometry_columns." #. Tag: para #: reference_management.xml:198 @@ -308,7 +456,11 @@ msgid "" "that since geometry_columns is now a view against the system catalogs, you " "can drop a geometry column like any other table column using ALTER " "TABLE" -msgstr "Changement: 2.0.0 Function assurant la rétro compatibilité. Maintenant que geometry_columns est une vue basée sur les catalogues du système, la colonne géométrique peut etre supprimée d'une table comme tout autre colonne en utilisant ALTER TABLE" +msgstr "" +"Changement: 2.0.0 Function assurant la rétro compatibilité. Maintenant que " +"geometry_columns est une vue basée sur les catalogues du système, la colonne " +"géométrique peut etre supprimée d'une table comme tout autre colonne en " +"utilisant ALTER TABLE" #. Tag: programlisting #: reference_management.xml:205 @@ -323,13 +475,24 @@ msgid "" "-- In PostGIS 2.0+ the above is also equivalent to the standard\n" "-- the standard alter table. Both will deregister from geometry_columns\n" "ALTER TABLE my_schema.my_spatial_table DROP column geom;" -msgstr "SELECT DropGeometryColumn ('my_schema','my_spatial_table','geom');\n ----RESULT output ---\n dropgeometrycolumn\n------------------------------------------------------\n my_schema.my_spatial_table.geom effectively removed.\n \n-- In PostGIS 2.0+ the above is also equivalent to the standard\n-- the standard alter table. Both will deregister from geometry_columns\nALTER TABLE my_schema.my_spatial_table DROP column geom;" +msgstr "" +"SELECT DropGeometryColumn ('my_schema','my_spatial_table','geom');\n" +" ----RESULT output ---\n" +" dropgeometrycolumn\n" +"------------------------------------------------------\n" +" my_schema.my_spatial_table.geom effectively removed.\n" +" \n" +"-- In PostGIS 2.0+ the above is also equivalent to the standard\n" +"-- the standard alter table. Both will deregister from geometry_columns\n" +"ALTER TABLE my_schema.my_spatial_table DROP column geom;" #. Tag: para #: reference_management.xml:210 #, no-c-format -msgid ", , " -msgstr ", , " +msgid "" +", , " +msgstr "" +", , " #. Tag: refname #: reference_management.xml:216 @@ -347,20 +510,29 @@ msgstr "Supprime une table et toutes ces références dans geometry_columns." #: reference_management.xml:223 #, no-c-format msgid "" -" boolean " -"DropGeometryTable varchar " +" boolean DropGeometryTable varchar table_name boolean " +"DropGeometryTable varchar schema_name varchar " +" table_name " +" boolean DropGeometryTable varchar catalog_name varchar " +"schema_name varchar table_name " +msgstr "" +" boolean DropGeometryTable varchar table_name boolean " +"DropGeometryTable varchar schema_name varchar " " table_name " -" boolean " -"DropGeometryTable varchar " -" schema_name " -"varchar table_name" -" boolean " -"DropGeometryTable varchar " -" catalog_name " -"varchar " -"schema_name varchar " -" table_name " -msgstr " boolean DropGeometryTable varchar table_name boolean DropGeometryTable varchar schema_name varchar table_name boolean DropGeometryTable varchar catalog_name varchar schema_name varchar table_name " +" boolean DropGeometryTable varchar catalog_name varchar " +"schema_name varchar table_name " #. Tag: para #: reference_management.xml:256 @@ -369,7 +541,10 @@ msgid "" "Drops a table and all its references in geometry_columns. Note: uses " "current_schema() on schema-aware pgsql installations if schema is not " "provided." -msgstr "Supprime une table et toutes ces références dans geometry_columns. Note: utilise la fonction current_schema() sur les installations PostgreSQL le supportant, si le schéma n'est pas fourni." +msgstr "" +"Supprime une table et toutes ces références dans geometry_columns. Note: " +"utilise la fonction current_schema() sur les installations PostgreSQL le " +"supportant, si le schéma n'est pas fourni." #. Tag: para #: reference_management.xml:261 @@ -377,9 +552,13 @@ msgstr "Supprime une table et toutes ces références dans geometry_columns. Not msgid "" "Changed: 2.0.0 This function is provided for backward compatibility. Now " "that since geometry_columns is now a view against the system catalogs, you " -"can drop a table with geometry columns like any other table using DROP" -" TABLE" -msgstr "Changement: 2.0.0 Function assurant la rétro compatibilité. Maintenant que geometry_columns est une vue basée sur les catalogues du système, une table spatiale peut etre supprimée comme tout autre table en utilisant ALTER TABLE" +"can drop a table with geometry columns like any other table using DROP " +"TABLE" +msgstr "" +"Changement: 2.0.0 Function assurant la rétro compatibilité. Maintenant que " +"geometry_columns est une vue basée sur les catalogues du système, une table " +"spatiale peut etre supprimée comme tout autre table en utilisant ALTER " +"TABLE" #. Tag: programlisting #: reference_management.xml:269 @@ -391,13 +570,23 @@ msgid "" " \n" "-- The above is now equivalent to --\n" "DROP TABLE my_schema.my_spatial_table;" -msgstr "SELECT DropGeometryTable ('my_schema','my_spatial_table');\n----RESULT output ---\nmy_schema.my_spatial_table dropped.\n \n-- The above is now equivalent to --\nDROP TABLE my_schema.my_spatial_table;" +msgstr "" +"SELECT DropGeometryTable ('my_schema','my_spatial_table');\n" +"----RESULT output ---\n" +"my_schema.my_spatial_table dropped.\n" +" \n" +"-- The above is now equivalent to --\n" +"DROP TABLE my_schema.my_spatial_table;" #. Tag: para #: reference_management.xml:274 #, no-c-format -msgid ", , " -msgstr ", , " +msgid "" +", , " +msgstr "" +", , " #. Tag: refname #: reference_management.xml:281 @@ -409,7 +598,8 @@ msgstr "PostGIS_Full_Version" #: reference_management.xml:283 #, no-c-format msgid "Reports full postgis version and build configuration infos." -msgstr "Affiche la version complète de PostGIS et les informations de compilation." +msgstr "" +"Affiche la version complète de PostGIS et les informations de compilation." #. Tag: funcprototype #: reference_management.xml:289 @@ -417,7 +607,9 @@ msgstr "Affiche la version complète de PostGIS et les informations de compilati msgid "" "text PostGIS_Full_Version " "" -msgstr "text PostGIS_Full_Version " +msgstr "" +"text PostGIS_Full_Version " +"" #. Tag: para #: reference_management.xml:300 @@ -426,7 +618,10 @@ msgid "" "Reports full postgis version and build configuration infos. Also informs " "about synchronization between libraries and scripts suggesting upgrades as " "needed." -msgstr "Affiche la version complète de PostGIS et les informations de compilation. Donne également des informations sur la synchronisation entre les bibliothèques et les scripts en conseillant les mises à jour si besoin." +msgstr "" +"Affiche la version complète de PostGIS et les informations de compilation. " +"Donne également des informations sur la synchronisation entre les " +"bibliothèques et les scripts en conseillant les mises à jour si besoin." #. Tag: programlisting #: reference_management.xml:308 @@ -435,19 +630,28 @@ msgid "" "SELECT PostGIS_Full_Version();\n" " postgis_full_version\n" "----------------------------------------------------------------------------------\n" -" POSTGIS=\"1.3.3\" GEOS=\"3.1.0-CAPI-1.5.0\" PROJ=\"Rel. 4.4.9, 29 Oct 2004\" USE_STATS\n" +" POSTGIS=\"1.3.3\" GEOS=\"3.1.0-CAPI-1.5.0\" PROJ=\"Rel. 4.4.9, 29 Oct " +"2004\" USE_STATS\n" +"(1 row)" +msgstr "" +"SELECT PostGIS_Full_Version();\n" +" postgis_full_version\n" +"----------------------------------------------------------------------------------\n" +" POSTGIS=\"1.3.3\" GEOS=\"3.1.0-CAPI-1.5.0\" PROJ=\"Rel. 4.4.9, 29 Oct " +"2004\" USE_STATS\n" "(1 row)" -msgstr "SELECT PostGIS_Full_Version();\n postgis_full_version\n----------------------------------------------------------------------------------\n POSTGIS=\"1.3.3\" GEOS=\"3.1.0-CAPI-1.5.0\" PROJ=\"Rel. 4.4.9, 29 Oct 2004\" USE_STATS\n(1 row)" #. Tag: para #: reference_management.xml:314 #, no-c-format msgid "" -", , , , , , , , " +msgstr "" +", , , , , " -msgstr ", , , , , " #. Tag: refname #: reference_management.xml:327 @@ -467,7 +671,9 @@ msgstr "Retourne le numéro de version de la bibliothèque GEOS" msgid "" "text PostGIS_GEOS_Version " "" -msgstr "text PostGIS_GEOS_Version " +msgstr "" +"text PostGIS_GEOS_Version " +"" #. Tag: para #: reference_management.xml:346 @@ -475,7 +681,9 @@ msgstr "text PostGIS_GEOS_Version NULL " "if GEOS support is not enabled." -msgstr "Retourne le numéro de version de la bibliothèque GEOS ou NULL si le support GEOS n'est pas activé" +msgstr "" +"Retourne le numéro de version de la bibliothèque GEOS ou NULL si le support GEOS n'est pas activé" #. Tag: programlisting #: reference_management.xml:353 @@ -486,16 +694,24 @@ msgid "" "----------------------\n" " 3.1.0-CAPI-1.5.0\n" "(1 row)" -msgstr "SELECT PostGIS_GEOS_Version();\n postgis_geos_version\n----------------------\n 3.1.0-CAPI-1.5.0\n(1 row)" +msgstr "" +"SELECT PostGIS_GEOS_Version();\n" +" postgis_geos_version\n" +"----------------------\n" +" 3.1.0-CAPI-1.5.0\n" +"(1 row)" #. Tag: para #: reference_management.xml:359 #, no-c-format msgid "" -", , , , " -msgstr ", , , , " +", , , , " +"" +msgstr "" +", , , , " +"" #. Tag: refname #: reference_management.xml:369 @@ -515,7 +731,9 @@ msgstr "Retourne le numéro de version de la bibliothèque libxml2." msgid "" "text PostGIS_LibXML_Version " "" -msgstr "text PostGIS_LibXML_Version " +msgstr "" +"text PostGIS_LibXML_Version " +"" #. Tag: para #: reference_management.xml:388 @@ -538,16 +756,24 @@ msgid "" "----------------------\n" " 2.7.6\n" "(1 row)" -msgstr "SELECT PostGIS_LibXML_Version();\n postgis_libxml_version\n----------------------\n 2.7.6\n(1 row)" +msgstr "" +"SELECT PostGIS_LibXML_Version();\n" +" postgis_libxml_version\n" +"----------------------\n" +" 2.7.6\n" +"(1 row)" #. Tag: para #: reference_management.xml:401 #, no-c-format msgid "" -", , , , " -msgstr ", , , , " +", , , , " +msgstr "" +", , , , " #. Tag: refname #: reference_management.xml:411 @@ -559,7 +785,9 @@ msgstr "PostGIS_Lib_Build_Date" #: reference_management.xml:413 #, no-c-format msgid "Returns build date of the PostGIS library." -msgstr "Retourne la date de compilation de la bibliotèque PostGIS." +msgstr "" +"Retourne la date de compilation de la bibliotèque PostGIS." #. Tag: funcprototype #: reference_management.xml:418 @@ -567,13 +795,16 @@ msgstr "Retourne la date de compilation de la bibliotèque PostGIS.< msgid "" "text PostGIS_Lib_Build_Date " "" -msgstr "text PostGIS_Lib_Build_Date " +msgstr "" +"text PostGIS_Lib_Build_Date " +"" #. Tag: para #: reference_management.xml:429 #, no-c-format msgid "Returns build date of the PostGIS library." -msgstr "Retourne la date de compilation de la bibliothèque PostGIS." +msgstr "" +"Retourne la date de compilation de la bibliothèque PostGIS." #. Tag: programlisting #: reference_management.xml:435 @@ -584,7 +815,12 @@ msgid "" "------------------------\n" " 2008-06-21 17:53:21\n" "(1 row)" -msgstr "SELECT PostGIS_Lib_Build_Date();\n postgis_lib_build_date\n------------------------\n 2008-06-21 17:53:21\n(1 row)" +msgstr "" +"SELECT PostGIS_Lib_Build_Date();\n" +" postgis_lib_build_date\n" +"------------------------\n" +" 2008-06-21 17:53:21\n" +"(1 row)" #. Tag: refname #: reference_management.xml:441 @@ -597,15 +833,19 @@ msgstr "PostGIS_Lib_Version" #, no-c-format msgid "" "Returns the version number of the PostGIS library." -msgstr "Retourne le numéro de version de la bibliothèque PostGIS." +msgstr "" +"Retourne le numéro de version de la bibliothèque PostGIS." #. Tag: funcprototype #: reference_management.xml:449 #, no-c-format msgid "" -"text PostGIS_Lib_Version " -"" -msgstr "text PostGIS_Lib_Version " +"text PostGIS_Lib_Version " +msgstr "" +"text PostGIS_Lib_Version " #. Tag: para #: reference_management.xml:460 @@ -622,16 +862,24 @@ msgid "" "---------------------\n" " 1.3.3\n" "(1 row)" -msgstr "SELECT PostGIS_Lib_Version();\n postgis_lib_version\n---------------------\n 1.3.3\n(1 row)" +msgstr "" +"SELECT PostGIS_Lib_Version();\n" +" postgis_lib_version\n" +"---------------------\n" +" 1.3.3\n" +"(1 row)" #. Tag: para #: reference_management.xml:472 #, no-c-format msgid "" -", , , , " -msgstr ", , , , " +", , , , " +"" +msgstr "" +", , , , " +"" #. Tag: refname #: reference_management.xml:482 @@ -651,7 +899,9 @@ msgstr "Retourne le numéro de version de la bibliothèque PROJ4." msgid "" "text PostGIS_PROJ_Version " "" -msgstr "text PostGIS_PROJ_Version " +msgstr "" +"text PostGIS_PROJ_Version " +"" #. Tag: para #: reference_management.xml:501 @@ -659,7 +909,9 @@ msgstr "text PostGIS_PROJ_Version NULL " "if PROJ4 support is not enabled." -msgstr "Retourne le numéro de version de la bibliothèque PROJ4, ou NULL si PROJ4 n'est pas installée." +msgstr "" +"Retourne le numéro de version de la bibliothèque PROJ4, ou NULL si PROJ4 n'est pas installée." #. Tag: programlisting #: reference_management.xml:508 @@ -670,16 +922,24 @@ msgid "" "-------------------------\n" " Rel. 4.4.9, 29 Oct 2004\n" "(1 row)" -msgstr "SELECT PostGIS_PROJ_Version();\n postgis_proj_version\n-------------------------\n Rel. 4.4.9, 29 Oct 2004\n(1 row)" +msgstr "" +"SELECT PostGIS_PROJ_Version();\n" +" postgis_proj_version\n" +"-------------------------\n" +" Rel. 4.4.9, 29 Oct 2004\n" +"(1 row)" #. Tag: para #: reference_management.xml:514 reference_management.xml:556 #, no-c-format msgid "" -", , , , " -msgstr ", , , , " +", , , , " +msgstr "" +", , , , " #. Tag: refname #: reference_management.xml:524 @@ -691,7 +951,8 @@ msgstr "PostGIS_Scripts_Build_Date" #: reference_management.xml:526 #, no-c-format msgid "Returns build date of the PostGIS scripts." -msgstr "Retourne la date de génération des scripts PostGIS." +msgstr "" +"Retourne la date de génération des scripts PostGIS." #. Tag: funcprototype #: reference_management.xml:531 @@ -699,7 +960,9 @@ msgstr "Retourne la date de génération des scripts PostGIS.text PostGIS_Scripts_Build_Date " "" -msgstr "text PostGIS_Scripts_Build_Date " +msgstr "" +"text PostGIS_Scripts_Build_Date " +"" #. Tag: para #: reference_management.xml:542 @@ -722,7 +985,12 @@ msgid "" "-------------------------\n" " 2007-08-18 09:09:26\n" "(1 row)" -msgstr "SELECT PostGIS_Scripts_Build_Date();\n postgis_scripts_build_date\n-------------------------\n 2007-08-18 09:09:26\n(1 row)" +msgstr "" +"SELECT PostGIS_Scripts_Build_Date();\n" +" postgis_scripts_build_date\n" +"-------------------------\n" +" 2007-08-18 09:09:26\n" +"(1 row)" #. Tag: refname #: reference_management.xml:566 @@ -736,7 +1004,9 @@ msgstr "PostGIS_Scripts_Installed" msgid "" "Returns version of the postgis scripts installed in this " "database." -msgstr "Retourne le numéro de version des scripts PostGIS installés dans cette base de données." +msgstr "" +"Retourne le numéro de version des scripts PostGIS installés dans " +"cette base de données." #. Tag: funcprototype #: reference_management.xml:574 @@ -744,25 +1014,33 @@ msgstr "Retourne le numéro de version des scripts PostGIS installé msgid "" "text PostGIS_Scripts_Installed " "" -msgstr "text PostGIS_Scripts_Installed " +msgstr "" +"text PostGIS_Scripts_Installed " +"" #. Tag: para #: reference_management.xml:585 #, no-c-format msgid "" -"Returns version of the postgis scripts installed in this " -"database." -msgstr "Retourne le numéro de version des scripts PostGIS installés dans cette base de données" +"Returns version of the postgis scripts installed in this database." +msgstr "" +"Retourne le numéro de version des scripts PostGIS installés dans cette " +"base de données" #. Tag: para #: reference_management.xml:589 #, no-c-format msgid "" -"If the output of this function doesn't match the output of you probably missed to properly " -"upgrade an existing database. See the Upgrading section for more info." -msgstr "Si la sortie de cette fonction ne correspond pas à la sortie de cela veut probablement dire que la mise à jour de la base de données n'a pas fonctionné. Cf. section Upgrading pour plus d'information" +"If the output of this function doesn't match the output of you probably missed to properly upgrade an " +"existing database. See the Upgrading " +"section for more info." +msgstr "" +"Si la sortie de cette fonction ne correspond pas à la sortie de cela veut probablement dire que la " +"mise à jour de la base de données n'a pas fonctionné. Cf. section Upgrading pour plus d'information" #. Tag: para #: reference_management.xml:596 reference_management.xml:642 @@ -779,15 +1057,22 @@ msgid "" "-------------------------\n" " 1.5.0SVN\n" "(1 row)" -msgstr "SELECT PostGIS_Scripts_Installed();\n postgis_scripts_installed\n-------------------------\n 1.5.0SVN\n(1 row)" +msgstr "" +"SELECT PostGIS_Scripts_Installed();\n" +" postgis_scripts_installed\n" +"-------------------------\n" +" 1.5.0SVN\n" +"(1 row)" #. Tag: para #: reference_management.xml:608 #, no-c-format msgid "" -", , " -msgstr ", , " +", , " +msgstr "" +", , " #. Tag: refname #: reference_management.xml:614 @@ -801,7 +1086,9 @@ msgstr "PostGIS_Scripts_Released" msgid "" "Returns the version number of the postgis.sql script released " "with the installed postgis lib." -msgstr "Retourne le numéro de version des scripts PostGIS livrés avec la bibliothèque PostGIS installée" +msgstr "" +"Retourne le numéro de version des scripts PostGIS livrés avec la " +"bibliothèque PostGIS installée" #. Tag: funcprototype #: reference_management.xml:622 @@ -809,15 +1096,19 @@ msgstr "Retourne le numéro de version des scripts PostGIS livrés a msgid "" "text PostGIS_Scripts_Released " "" -msgstr "text PostGIS_Scripts_Released " +msgstr "" +"text PostGIS_Scripts_Released " +"" #. Tag: para #: reference_management.xml:633 #, no-c-format msgid "" -"Returns the version number of the postgis.sql script released with the" -" installed postgis lib." -msgstr "Retourne le numéro de version des scripts PostGIS livrés avec la bibliothèque PostGIS installée." +"Returns the version number of the postgis.sql script released with the " +"installed postgis lib." +msgstr "" +"Retourne le numéro de version des scripts PostGIS livrés avec la " +"bibliothèque PostGIS installée." #. Tag: para #: reference_management.xml:637 @@ -825,7 +1116,9 @@ msgstr "Retourne le numéro de version des scripts PostGIS livrés avec la msgid "" "Starting with version 1.1.0 this function returns the same value of . Kept for backward compatibility." -msgstr "A partir de la version 1.1.0, cette fonction retourne la même valeur que . Conservée pour rétro compatibilité." +msgstr "" +"A partir de la version 1.1.0, cette fonction retourne la même valeur que " +". Conservée pour rétro compatibilité." #. Tag: programlisting #: reference_management.xml:648 @@ -836,15 +1129,22 @@ msgid "" "-------------------------\n" " 1.3.4SVN\n" "(1 row)" -msgstr "SELECT PostGIS_Scripts_Released();\n postgis_scripts_released\n-------------------------\n 1.3.4SVN\n(1 row)" +msgstr "" +"SELECT PostGIS_Scripts_Released();\n" +" postgis_scripts_released\n" +"-------------------------\n" +" 1.3.4SVN\n" +"(1 row)" #. Tag: para #: reference_management.xml:654 #, no-c-format msgid "" -", , " -msgstr ", , " +", , " +msgstr "" +", , " #. Tag: refname #: reference_management.xml:660 @@ -856,23 +1156,29 @@ msgstr "PostGIS_Version" #: reference_management.xml:662 #, no-c-format msgid "" -"Returns PostGIS version number and compile-time " -"options." -msgstr "Retourne le numéro de version PostGIS et des options de compilation." +"Returns PostGIS version number and compile-time options." +msgstr "" +"Retourne le numéro de version PostGIS et des options de " +"compilation." #. Tag: funcprototype #: reference_management.xml:668 #, no-c-format msgid "" -"text PostGIS_Version " -"" -msgstr "text PostGIS_Version " +"text PostGIS_Version " +msgstr "" +"text PostGIS_Version " #. Tag: para #: reference_management.xml:679 #, no-c-format msgid "Returns PostGIS version number and compile-time options." -msgstr "Retourne le numéro de version PostGIS et des options de compilation." +msgstr "" +"Retourne le numéro de version PostGIS et des options de compilation." #. Tag: programlisting #: reference_management.xml:685 @@ -883,17 +1189,24 @@ msgid "" "---------------------------------------\n" " 1.3 USE_GEOS=1 USE_PROJ=1 USE_STATS=1\n" "(1 row)" -msgstr "SELECT PostGIS_Version();\n postgis_version\n---------------------------------------\n 1.3 USE_GEOS=1 USE_PROJ=1 USE_STATS=1\n(1 row)" +msgstr "" +"SELECT PostGIS_Version();\n" +" postgis_version\n" +"---------------------------------------\n" +" 1.3 USE_GEOS=1 USE_PROJ=1 USE_STATS=1\n" +"(1 row)" #. Tag: para #: reference_management.xml:691 #, no-c-format msgid "" -", , , , , , , " +msgstr "" +", , , , " -msgstr ", , , , " #. Tag: refname #: reference_management.xml:701 @@ -905,27 +1218,38 @@ msgstr "Populate_Geometry_Columns" #: reference_management.xml:703 #, no-c-format msgid "" -"Ensures geometry columns are defined with type modifiers or have appropriate" -" spatial constraints This ensures they will be registered correctly in " +"Ensures geometry columns are defined with type modifiers or have appropriate " +"spatial constraints This ensures they will be registered correctly in " "geometry_columns view. By default will convert all " "geometry columns with no type modifier to ones with type modifiers. To get " "old behavior set use_typmod=false" -msgstr "S'assure que les colonnes géométriques sont définies avec un modificateur de type ou dispose des contraintes nécessaires. Garantit un enregistrement correct dans la vue geometry_columns. Par défaut, convertit toutes les colonnes géométriques sans modificateur de type en colonnes avec modificateurs. Pour conserver l'ancien mécanisme, mettre use_typmod=false" +msgstr "" +"S'assure que les colonnes géométriques sont définies avec un modificateur de " +"type ou dispose des contraintes nécessaires. Garantit un enregistrement " +"correct dans la vue geometry_columns. Par défaut, " +"convertit toutes les colonnes géométriques sans modificateur de type en " +"colonnes avec modificateurs. Pour conserver l'ancien mécanisme, mettre " +"use_typmod=false" #. Tag: funcsynopsis #: reference_management.xml:709 #, no-c-format msgid "" -" text " -"Populate_Geometry_Columns " -"boolean " +" text Populate_Geometry_Columns boolean " "use_typmod=true " -" int " -"Populate_Geometry_Columns " -"oid relation_oid " -"boolean " -"use_typmod=true " -msgstr " text Populate_Geometry_Columns boolean use_typmod=true int Populate_Geometry_Columns oid relation_oid boolean use_typmod=true " +" int Populate_Geometry_Columns oid relation_oid boolean use_typmod=true " +msgstr "" +" text Populate_Geometry_Columns boolean " +"use_typmod=true " +" int Populate_Geometry_Columns oid relation_oid boolean use_typmod=true " #. Tag: para #: reference_management.xml:728 @@ -934,7 +1258,10 @@ msgid "" "Ensures geometry columns have appropriate type modifiers or spatial " "constraints to ensure they are registered correctly in " "geometry_columns table." -msgstr "S'assure que les colonnes géométriques sont définies avec un modificateur de type ou dispose des contraintes nécessaires pour Garantir un enregistrement correct dans la vue geometry_columns." +msgstr "" +"S'assure que les colonnes géométriques sont définies avec un modificateur de " +"type ou dispose des contraintes nécessaires pour Garantir un enregistrement " +"correct dans la vue geometry_columns." #. Tag: para #: reference_management.xml:730 @@ -944,11 +1271,19 @@ msgid "" "where each child table may have different geometry type, the old check " "constraint behavior is still supported. If you need the old behavior, you " "need to pass in the new optional argument as false " -"use_typmod=false. When this is done geometry columns will" -" be created with no type modifiers but will have 3 constraints defined. In " +"use_typmod=false. When this is done geometry columns will " +"be created with no type modifiers but will have 3 constraints defined. In " "particular, this means that every geometry column belonging to a table has " "at least three constraints:" -msgstr "Pour conserver la rétro compatibilité et pour des besoins particuliers comme par exemple des tables héritées ayant des types géométriques différents, l'ancien mécanisme est toujours supporté. Si ce mécanisme est nécessaire, le nouveau paramètre optionnel doit être mis à false: use_typmod=false. Avec cette valeur, la colonne géométrique sera créée sans modificateur de type mais 3 contraintes seront définies. Cela signifie concrètement que chaque colonne géométrique de la table aura au moins 3 contraintes:" +msgstr "" +"Pour conserver la rétro compatibilité et pour des besoins particuliers comme " +"par exemple des tables héritées ayant des types géométriques différents, " +"l'ancien mécanisme est toujours supporté. Si ce mécanisme est nécessaire, le " +"nouveau paramètre optionnel doit être mis à false: " +"use_typmod=false. Avec cette valeur, la colonne " +"géométrique sera créée sans modificateur de type mais 3 contraintes seront " +"définies. Cela signifie concrètement que chaque colonne géométrique de la " +"table aura au moins 3 contraintes:" #. Tag: para #: reference_management.xml:738 @@ -956,7 +1291,9 @@ msgstr "Pour conserver la rétro compatibilité et pour des besoins particuliers msgid "" "enforce_dims_the_geom - ensures every geometry has the " "same dimension (see )" -msgstr "enforce_dims_the_geom - ensures every geometry has the same dimension (see )" +msgstr "" +"enforce_dims_the_geom - ensures every geometry has the " +"same dimension (see )" #. Tag: para #: reference_management.xml:744 @@ -964,7 +1301,9 @@ msgstr "enforce_dims_the_geom - ensures every geometry has th msgid "" "enforce_geotype_the_geom - ensures every geometry is of " "the same type (see )" -msgstr "enforce_geotype_the_geom - ensures every geometry is of the same type (see )" +msgstr "" +"enforce_geotype_the_geom - ensures every geometry is of " +"the same type (see )" #. Tag: para #: reference_management.xml:750 @@ -972,7 +1311,9 @@ msgstr "enforce_geotype_the_geom - ensures every geometry is msgid "" "enforce_srid_the_geom - ensures every geometry is in the " "same projection (see )" -msgstr "enforce_srid_the_geom - s'assure que toutes les géométries sont dans la même projection (see )" +msgstr "" +"enforce_srid_the_geom - s'assure que toutes les " +"géométries sont dans la même projection (see )" #. Tag: para #: reference_management.xml:756 @@ -981,9 +1322,14 @@ msgid "" "If a table oid is provided, this function tries to " "determine the srid, dimension, and geometry type of all geometry columns in " "the table, adding constraints as necessary. If successful, an appropriate " -"row is inserted into the geometry_columns table, otherwise, the exception is" -" caught and an error notice is raised describing the problem." -msgstr "Si un identifiant de table oid est fourni, cette fonction tente de déterminer le SRID, la dimension et le type géométrique de toutes les colonnes géométriques de la table, ajoutant des contraintes si nécessaire. En cas de succès, une ligne est insérée dans la table geometry_columns, sinon, une erreur est affichée indiquant le problème." +"row is inserted into the geometry_columns table, otherwise, the exception is " +"caught and an error notice is raised describing the problem." +msgstr "" +"Si un identifiant de table oid est fourni, cette fonction " +"tente de déterminer le SRID, la dimension et le type géométrique de toutes " +"les colonnes géométriques de la table, ajoutant des contraintes si " +"nécessaire. En cas de succès, une ligne est insérée dans la table " +"geometry_columns, sinon, une erreur est affichée indiquant le problème." #. Tag: para #: reference_management.xml:763 @@ -994,7 +1340,12 @@ msgid "" "geometries in the view, inserting appropriate entries into the " "geometry_columns table, but nothing is done to enforce " "constraints." -msgstr "Si un identifiant de vue oid est fourni, comme pour un oid de table, cette fonction tente de déterminer le SRID, la dimension et le type géométrique de toutes les colonnes géométriques de la vue, insérant les informations correspondantes dans la table geometry_columns. Rien n'est fait concernant les contraintes." +msgstr "" +"Si un identifiant de vue oid est fourni, comme pour un " +"oid de table, cette fonction tente de déterminer le SRID, la dimension et le " +"type géométrique de toutes les colonnes géométriques de la vue, insérant les " +"informations correspondantes dans la table geometry_columns. Rien n'est fait " +"concernant les contraintes." #. Tag: para #: reference_management.xml:769 @@ -1002,13 +1353,20 @@ msgstr "Si un identifiant de vue oid est fourni, comme pour u msgid "" "The parameterless variant is a simple wrapper for the parameterized variant " "that first truncates and repopulates the geometry_columns table for every " -"spatial table and view in the database, adding spatial constraints to tables" -" where appropriate. It returns a summary of the number of geometry columns " +"spatial table and view in the database, adding spatial constraints to tables " +"where appropriate. It returns a summary of the number of geometry columns " "detected in the database and the number that were inserted into the " "geometry_columns table. The parameterized version simply " -"returns the number of rows inserted into the " -"geometry_columns table." -msgstr "La version sans paramètre est un raccourci pour la version avec paramètres. Elle vide puis remplit la table geometry_columns pour chaque table ou vue spatiale de la base, ajoutant les contraintes aux tables si besoin. Retourne un résumé montrant le nombre de colonnes géométriques identifiées dans la base et le nombre inséré dans la table geometry_columns. La version avec paramètres renvoie juste le nombre de lignes insérées dans la table geometry_columns " +"returns the number of rows inserted into the geometry_columns table." +msgstr "" +"La version sans paramètre est un raccourci pour la version avec paramètres. " +"Elle vide puis remplit la table geometry_columns pour chaque table ou vue " +"spatiale de la base, ajoutant les contraintes aux tables si besoin. Retourne " +"un résumé montrant le nombre de colonnes géométriques identifiées dans la " +"base et le nombre inséré dans la table geometry_columns. " +"La version avec paramètres renvoie juste le nombre de lignes insérées dans " +"la table geometry_columns " #. Tag: para #: reference_management.xml:777 @@ -1024,7 +1382,11 @@ msgid "" "constraints to constrain geometry types. You can still use check constraint " "behavior instead by using the new use_typmod and setting " "it to false." -msgstr "Changement: 2.0.0 Par défaut, utilise les modificateurs de type au lieu de contraintes de vérification pour contraindre les types géométriques. Le comportement basé sur les contraintes peut être activé en mettant le nouveau paramètre use_typmod à false." +msgstr "" +"Changement: 2.0.0 Par défaut, utilise les modificateurs de type au lieu de " +"contraintes de vérification pour contraindre les types géométriques. Le " +"comportement basé sur les contraintes peut être activé en mettant le nouveau " +"paramètre use_typmod à false." #. Tag: para #: reference_management.xml:780 @@ -1033,15 +1395,43 @@ msgid "" "Enhanced: 2.0.0 use_typmod optional argument was " "introduced that allows controlling if columns are created with typmodifiers " "or with check constraints." -msgstr "Amélioration: 2.0.0 L'argument optionnel use_typmod a été introduit pour controler si les colonnes sont créés avec des modificateurs de type ou des contraintes de vérification." +msgstr "" +"Amélioration: 2.0.0 L'argument optionnel use_typmod a été " +"introduit pour controler si les colonnes sont créés avec des modificateurs " +"de type ou des contraintes de vérification." #. Tag: programlisting #: reference_management.xml:786 #, no-c-format msgid "" "CREATE TABLE public.myspatial_table(gid serial, geom geometry);\n" -"INSERT INTO myspatial_table(geom) VALUES(ST_GeomFromText('LINESTRING(1 2, 3 4)',4326) );\n" -"-- This will now use typ modifiers. For this to work, there must exist data\n" +"INSERT INTO myspatial_table(geom) VALUES(ST_GeomFromText('LINESTRING(1 2, 3 " +"4)',4326) );\n" +"-- This will now use typ modifiers. For this to work, there must exist " +"data\n" +"SELECT Populate_Geometry_Columns('public.myspatial_table'::regclass);\n" +"\n" +"populate_geometry_columns\n" +"--------------------------\n" +" 1\n" +" \n" +" \n" +"\\d myspatial_table\n" +"\n" +" Table \"public.myspatial_table\"\n" +" Column | Type | " +"Modifiers \n" +"--------+---------------------------" +"+---------------------------------------------------------------\n" +" gid | integer | not null default " +"nextval('myspatial_table_gid_seq'::regclass)\n" +" geom | geometry(LineString,4326) |" +msgstr "" +"CREATE TABLE public.myspatial_table(gid serial, geom geometry);\n" +"INSERT INTO myspatial_table(geom) VALUES(ST_GeomFromText('LINESTRING(1 2, 3 " +"4)',4326) );\n" +"-- This will now use typ modifiers. For this to work, there must exist " +"data\n" "SELECT Populate_Geometry_Columns('public.myspatial_table'::regclass);\n" "\n" "populate_geometry_columns\n" @@ -1052,36 +1442,71 @@ msgid "" "\\d myspatial_table\n" "\n" " Table \"public.myspatial_table\"\n" -" Column | Type | Modifiers \n" -"--------+---------------------------+---------------------------------------------------------------\n" -" gid | integer | not null default nextval('myspatial_table_gid_seq'::regclass)\n" +" Column | Type | " +"Modifiers \n" +"--------+---------------------------" +"+---------------------------------------------------------------\n" +" gid | integer | not null default " +"nextval('myspatial_table_gid_seq'::regclass)\n" " geom | geometry(LineString,4326) |" -msgstr "CREATE TABLE public.myspatial_table(gid serial, geom geometry);\nINSERT INTO myspatial_table(geom) VALUES(ST_GeomFromText('LINESTRING(1 2, 3 4)',4326) );\n-- This will now use typ modifiers. For this to work, there must exist data\nSELECT Populate_Geometry_Columns('public.myspatial_table'::regclass);\n\npopulate_geometry_columns\n--------------------------\n 1\n \n \n\\d myspatial_table\n\n Table \"public.myspatial_table\"\n Column | Type | Modifiers \n--------+---------------------------+---------------------------------------------------------------\n gid | integer | not null default nextval('myspatial_table_gid_seq'::regclass)\n geom | geometry(LineString,4326) |" #. Tag: programlisting #: reference_management.xml:788 #, no-c-format msgid "" -"-- This will change the geometry columns to use constraints if they are not typmod or have constraints already. \n" +"-- This will change the geometry columns to use constraints if they are not " +"typmod or have constraints already. \n" "--For this to work, there must exist data\n" "CREATE TABLE public.myspatial_table_cs(gid serial, geom geometry);\n" -"INSERT INTO myspatial_table_cs(geom) VALUES(ST_GeomFromText('LINESTRING(1 2, 3 4)',4326) );\n" -"SELECT Populate_Geometry_Columns('public.myspatial_table_cs'::regclass, false);\n" +"INSERT INTO myspatial_table_cs(geom) VALUES(ST_GeomFromText('LINESTRING(1 2, " +"3 4)',4326) );\n" +"SELECT Populate_Geometry_Columns('public.myspatial_table_cs'::regclass, " +"false);\n" "populate_geometry_columns\n" "--------------------------\n" " 1\n" "\\d myspatial_table_cs\n" "\n" " Table \"public.myspatial_table_cs\"\n" -" Column | Type | Modifiers \n" -"--------+----------+------------------------------------------------------------------\n" -" gid | integer | not null default nextval('myspatial_table_cs_gid_seq'::regclass)\n" +" Column | Type | " +"Modifiers \n" +"--------+----------" +"+------------------------------------------------------------------\n" +" gid | integer | not null default nextval('myspatial_table_cs_gid_seq'::" +"regclass)\n" " geom | geometry | \n" "Check constraints:\n" " \"enforce_dims_geom\" CHECK (st_ndims(geom) = 2)\n" -" \"enforce_geotype_geom\" CHECK (geometrytype(geom) = 'LINESTRING'::text OR geom IS NULL)\n" +" \"enforce_geotype_geom\" CHECK (geometrytype(geom) = 'LINESTRING'::text " +"OR geom IS NULL)\n" +" \"enforce_srid_geom\" CHECK (st_srid(geom) = 4326)" +msgstr "" +"-- This will change the geometry columns to use constraints if they are not " +"typmod or have constraints already. \n" +"--For this to work, there must exist data\n" +"CREATE TABLE public.myspatial_table_cs(gid serial, geom geometry);\n" +"INSERT INTO myspatial_table_cs(geom) VALUES(ST_GeomFromText('LINESTRING(1 2, " +"3 4)',4326) );\n" +"SELECT Populate_Geometry_Columns('public.myspatial_table_cs'::regclass, " +"false);\n" +"populate_geometry_columns\n" +"--------------------------\n" +" 1\n" +"\\d myspatial_table_cs\n" +"\n" +" Table \"public.myspatial_table_cs\"\n" +" Column | Type | " +"Modifiers \n" +"--------+----------" +"+------------------------------------------------------------------\n" +" gid | integer | not null default nextval('myspatial_table_cs_gid_seq'::" +"regclass)\n" +" geom | geometry | \n" +"Check constraints:\n" +" \"enforce_dims_geom\" CHECK (st_ndims(geom) = 2)\n" +" \"enforce_geotype_geom\" CHECK (geometrytype(geom) = 'LINESTRING'::text " +"OR geom IS NULL)\n" " \"enforce_srid_geom\" CHECK (st_srid(geom) = 4326)" -msgstr "-- This will change the geometry columns to use constraints if they are not typmod or have constraints already. \n--For this to work, there must exist data\nCREATE TABLE public.myspatial_table_cs(gid serial, geom geometry);\nINSERT INTO myspatial_table_cs(geom) VALUES(ST_GeomFromText('LINESTRING(1 2, 3 4)',4326) );\nSELECT Populate_Geometry_Columns('public.myspatial_table_cs'::regclass, false);\npopulate_geometry_columns\n--------------------------\n 1\n\\d myspatial_table_cs\n\n Table \"public.myspatial_table_cs\"\n Column | Type | Modifiers \n--------+----------+------------------------------------------------------------------\n gid | integer | not null default nextval('myspatial_table_cs_gid_seq'::regclass)\n geom | geometry | \nCheck constraints:\n \"enforce_dims_geom\" CHECK (st_ndims(geom) = 2)\n \"enforce_geotype_geom\" CHECK (geometrytype(geom) = 'LINESTRING'::text OR geom IS NULL)\n \"enforce_srid_geom\" CHECK (st_srid(geom) = 4326)" #. Tag: refname #: reference_management.xml:803 @@ -1095,34 +1520,49 @@ msgstr "UpdateGeometrySRID" msgid "" "Updates the SRID of all features in a geometry column, geometry_columns " "metadata and srid table constraint" -msgstr "Met à jour le SRID de tous les objets d'une colonne géométrique et met à jour les métadonnées de geometry_columns et la contrainte sur le SRID." +msgstr "" +"Met à jour le SRID de tous les objets d'une colonne géométrique et met à " +"jour les métadonnées de geometry_columns et la contrainte sur le SRID." #. Tag: funcsynopsis #: reference_management.xml:810 #, no-c-format msgid "" -" text " -"UpdateGeometrySRID varchar " -" table_name varchar" -" column_name " -"integer srid " -" text " -"UpdateGeometrySRID varchar " -" schema_name " -"varchar table_name" -" varchar " -"column_name integer " -" srid " -" text " -"UpdateGeometrySRID varchar " -" catalog_name " -"varchar " -"schema_name varchar " -" table_name varchar" -" column_name " -"integer srid " -"" -msgstr " text UpdateGeometrySRID varchar table_name varchar column_name integer srid text UpdateGeometrySRID varchar schema_name varchar table_name varchar column_name integer srid text UpdateGeometrySRID varchar catalog_name varchar schema_name varchar table_name varchar column_name integer srid " +" text UpdateGeometrySRID varchar table_name varchar column_name integer srid text " +"UpdateGeometrySRID varchar schema_name varchar " +" table_name varchar " +" column_name " +"integer srid text UpdateGeometrySRID varchar catalog_name varchar " +"schema_name varchar table_name varchar column_name integer " +" srid " +msgstr "" +" text UpdateGeometrySRID varchar table_name varchar column_name integer srid text " +"UpdateGeometrySRID varchar schema_name varchar " +" table_name varchar " +" column_name " +"integer srid text UpdateGeometrySRID varchar catalog_name varchar " +"schema_name varchar table_name varchar column_name integer " +" srid " #. Tag: para #: reference_management.xml:864 @@ -1131,4 +1571,8 @@ msgid "" "Updates the SRID of all features in a geometry column, updating constraints " "and reference in geometry_columns. Note: uses current_schema() on schema-" "aware pgsql installations if schema is not provided." -msgstr "Met à jour le SRID de tous les objets d'une colonne géométrique et met à jour les métadonnées de geometry_columns et la contrainte sur le SRID. Note: utilise la fonction current_schema() sur les installations PostgreSQL le supportant, si le schéma n'est pas fourni." +msgstr "" +"Met à jour le SRID de tous les objets d'une colonne géométrique et met à " +"jour les métadonnées de geometry_columns et la contrainte sur le SRID. Note: " +"utilise la fonction current_schema() sur les installations PostgreSQL le " +"supportant, si le schéma n'est pas fourni." diff --git a/doc/po/fr/reference_measure.xml.po b/doc/po/fr/reference_measure.xml.po index d60baaa50..79e9ef592 100644 --- a/doc/po/fr/reference_measure.xml.po +++ b/doc/po/fr/reference_measure.xml.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# +# # Translators: # Arnaud Vandecasteele , 2014 # vpicavet , 2013 @@ -10,11 +10,12 @@ msgstr "" "POT-Creation-Date: 2012-10-11 21:39+0000\n" "PO-Revision-Date: 2014-01-07 13:19+0000\n" "Last-Translator: Arnaud Vandecasteele \n" -"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/" +"language/fr/)\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. Tag: title @@ -44,7 +45,10 @@ msgid "" "geometry ST_3DClosestPoint " "geometry g1 " "geometry g2" -msgstr "geometry ST_3DClosestPoint geometry g1 geometry g2" +msgstr "" +"geometry ST_3DClosestPoint " +"geometry g1 " +"geometry g2" #. Tag: title #: reference_measure.xml:27 reference_measure.xml:92 reference_measure.xml:143 @@ -153,14 +157,32 @@ msgid "" "SELECT ST_AsEWKT(ST_3DClosestPoint(line,pt)) AS cp3d_line_pt, \n" " ST_AsEWKT(ST_ClosestPoint(line,pt)) As cp2d_line_pt\n" " FROM (SELECT 'POINT(100 100 30)'::geometry As pt, \n" -" 'LINESTRING (20 80 20, 98 190 1, 110 180 3, 50 75 1000)'::geometry As line\n" +" 'LINESTRING (20 80 20, 98 190 1, 110 180 3, 50 75 " +"1000)'::geometry As line\n" " ) As foo;\n" " \n" " \n" -" cp3d_line_pt | cp2d_line_pt\n" -"-----------------------------------------------------------+------------------------------------------\n" -" POINT(54.6993798867619 128.935022917228 11.5475869506606) | POINT(73.0769230769231 115.384615384615)" -msgstr "SELECT ST_AsEWKT(ST_3DClosestPoint(line,pt)) AS cp3d_line_pt, \n ST_AsEWKT(ST_ClosestPoint(line,pt)) As cp2d_line_pt\n FROM (SELECT 'POINT(100 100 30)'::geometry As pt, \n 'LINESTRING (20 80 20, 98 190 1, 110 180 3, 50 75 1000)'::geometry As line\n ) As foo;\n \n \n cp3d_line_pt | cp2d_line_pt\n-----------------------------------------------------------+------------------------------------------\n POINT(54.6993798867619 128.935022917228 11.5475869506606) | POINT(73.0769230769231 115.384615384615)" +" cp3d_line_pt " +"| cp2d_line_pt\n" +"-----------------------------------------------------------" +"+------------------------------------------\n" +" POINT(54.6993798867619 128.935022917228 11.5475869506606) | " +"POINT(73.0769230769231 115.384615384615)" +msgstr "" +"SELECT ST_AsEWKT(ST_3DClosestPoint(line,pt)) AS cp3d_line_pt, \n" +" ST_AsEWKT(ST_ClosestPoint(line,pt)) As cp2d_line_pt\n" +" FROM (SELECT 'POINT(100 100 30)'::geometry As pt, \n" +" 'LINESTRING (20 80 20, 98 190 1, 110 180 3, 50 75 " +"1000)'::geometry As line\n" +" ) As foo;\n" +" \n" +" \n" +" cp3d_line_pt " +"| cp2d_line_pt\n" +"-----------------------------------------------------------" +"+------------------------------------------\n" +" POINT(54.6993798867619 128.935022917228 11.5475869506606) | " +"POINT(73.0769230769231 115.384615384615)" #. Tag: para #: reference_measure.xml:49 @@ -175,14 +197,26 @@ msgid "" "SELECT ST_AsEWKT(ST_3DClosestPoint(line,pt)) AS cp3d_line_pt, \n" " ST_AsEWKT(ST_ClosestPoint(line,pt)) As cp2d_line_pt\n" " FROM (SELECT 'MULTIPOINT(100 100 30, 50 74 1000)'::geometry As pt, \n" -" 'LINESTRING (20 80 20, 98 190 1, 110 180 3, 50 75 900)'::geometry As line\n" +" 'LINESTRING (20 80 20, 98 190 1, 110 180 3, 50 75 " +"900)'::geometry As line\n" +" ) As foo;\n" +" \n" +" \n" +" cp3d_line_pt | cp2d_line_pt\n" +"-----------------------------------------------------------+--------------\n" +" POINT(54.6993798867619 128.935022917228 11.5475869506606) | POINT(50 75)" +msgstr "" +"SELECT ST_AsEWKT(ST_3DClosestPoint(line,pt)) AS cp3d_line_pt, \n" +" ST_AsEWKT(ST_ClosestPoint(line,pt)) As cp2d_line_pt\n" +" FROM (SELECT 'MULTIPOINT(100 100 30, 50 74 1000)'::geometry As pt, \n" +" 'LINESTRING (20 80 20, 98 190 1, 110 180 3, 50 75 " +"900)'::geometry As line\n" " ) As foo;\n" " \n" " \n" " cp3d_line_pt | cp2d_line_pt\n" "-----------------------------------------------------------+--------------\n" " POINT(54.6993798867619 128.935022917228 11.5475869506606) | POINT(50 75)" -msgstr "SELECT ST_AsEWKT(ST_3DClosestPoint(line,pt)) AS cp3d_line_pt, \n ST_AsEWKT(ST_ClosestPoint(line,pt)) As cp2d_line_pt\n FROM (SELECT 'MULTIPOINT(100 100 30, 50 74 1000)'::geometry As pt, \n 'LINESTRING (20 80 20, 98 190 1, 110 180 3, 50 75 900)'::geometry As line\n ) As foo;\n \n \n cp3d_line_pt | cp2d_line_pt\n-----------------------------------------------------------+--------------\n POINT(54.6993798867619 128.935022917228 11.5475869506606) | POINT(50 75)" #. Tag: para #: reference_measure.xml:54 @@ -196,13 +230,25 @@ msgstr "" msgid "" "SELECT ST_AsEWKT(ST_3DClosestPoint(poly, mline)) As cp3d,\n" " ST_AsEWKT(ST_ClosestPoint(poly, mline)) As cp2d \n" -" FROM (SELECT ST_GeomFromEWKT('POLYGON((175 150 5, 20 40 5, 35 45 5, 50 60 5, 100 100 5, 175 150 5))') As poly,\n" -" ST_GeomFromEWKT('MULTILINESTRING((175 155 2, 20 40 20, 50 60 -2, 125 100 1, 175 155 1),\n" +" FROM (SELECT ST_GeomFromEWKT('POLYGON((175 150 5, 20 40 5, 35 45 5, " +"50 60 5, 100 100 5, 175 150 5))') As poly,\n" +" ST_GeomFromEWKT('MULTILINESTRING((175 155 2, 20 40 20, 50 60 " +"-2, 125 100 1, 175 155 1),\n" +" (1 10 2, 5 20 1))') As mline ) As foo;\n" +" cp3d | cp2d\n" +"-------------------------------------------+--------------\n" +" POINT(39.993580415989 54.1889925532825 5) | POINT(20 40)" +msgstr "" +"SELECT ST_AsEWKT(ST_3DClosestPoint(poly, mline)) As cp3d,\n" +" ST_AsEWKT(ST_ClosestPoint(poly, mline)) As cp2d \n" +" FROM (SELECT ST_GeomFromEWKT('POLYGON((175 150 5, 20 40 5, 35 45 5, " +"50 60 5, 100 100 5, 175 150 5))') As poly,\n" +" ST_GeomFromEWKT('MULTILINESTRING((175 155 2, 20 40 20, 50 60 " +"-2, 125 100 1, 175 155 1),\n" " (1 10 2, 5 20 1))') As mline ) As foo;\n" " cp3d | cp2d\n" "-------------------------------------------+--------------\n" " POINT(39.993580415989 54.1889925532825 5) | POINT(20 40)" -msgstr "SELECT ST_AsEWKT(ST_3DClosestPoint(poly, mline)) As cp3d,\n ST_AsEWKT(ST_ClosestPoint(poly, mline)) As cp2d \n FROM (SELECT ST_GeomFromEWKT('POLYGON((175 150 5, 20 40 5, 35 45 5, 50 60 5, 100 100 5, 175 150 5))') As poly,\n ST_GeomFromEWKT('MULTILINESTRING((175 155 2, 20 40 20, 50 60 -2, 125 100 1, 175 155 1),\n (1 10 2, 5 20 1))') As mline ) As foo;\n cp3d | cp2d\n-------------------------------------------+--------------\n POINT(39.993580415989 54.1889925532825 5) | POINT(20 40)" #. Tag: title #: reference_measure.xml:65 reference_measure.xml:113 @@ -238,7 +284,9 @@ msgstr "Voir également" msgid "" ", , , " "" -msgstr ", , , " +msgstr "" +", , , " +"" #. Tag: refname #: reference_measure.xml:72 @@ -261,7 +309,10 @@ msgid "" "float ST_3DDistance " "geometry g1 " "geometry g2" -msgstr "float ST_3DDistance geometry g1 geometry g2" +msgstr "" +"float ST_3DDistance " +"geometry g1 " +"geometry g2" #. Tag: para #: reference_measure.xml:94 @@ -281,15 +332,21 @@ msgstr "" #: reference_measure.xml:108 #, no-c-format msgid "" -"-- Geometry example - units in meters (SRID: 2163 US National Atlas Equal area) (3D point and line compared 2D point and line)\n" -"-- Note: currently no vertical datum support so Z is not transformed and assumed to be same units as final.\n" +"-- Geometry example - units in meters (SRID: 2163 US National Atlas Equal " +"area) (3D point and line compared 2D point and line)\n" +"-- Note: currently no vertical datum support so Z is not transformed and " +"assumed to be same units as final.\n" "SELECT ST_3DDistance(\n" -" ST_Transform(ST_GeomFromEWKT('SRID=4326;POINT(-72.1235 42.3521 4)'),2163),\n" -" ST_Transform(ST_GeomFromEWKT('SRID=4326;LINESTRING(-72.1260 42.45 15, -72.123 42.1546 20)'),2163)\n" +" ST_Transform(ST_GeomFromEWKT('SRID=4326;" +"POINT(-72.1235 42.3521 4)'),2163),\n" +" ST_Transform(ST_GeomFromEWKT('SRID=4326;" +"LINESTRING(-72.1260 42.45 15, -72.123 42.1546 20)'),2163)\n" " ) As dist_3d,\n" " ST_Distance(\n" -" ST_Transform(ST_GeomFromText('POINT(-72.1235 42.3521)',4326),2163),\n" -" ST_Transform(ST_GeomFromText('LINESTRING(-72.1260 42.45, -72.123 42.1546)', 4326),2163)\n" +" ST_Transform(ST_GeomFromText('POINT(-72.1235 " +"42.3521)',4326),2163),\n" +" ST_Transform(ST_GeomFromText('LINESTRING(-72.1260 " +"42.45, -72.123 42.1546)', 4326),2163)\n" " ) As dist_2d;\n" "\n" " dist_3d | dist_2d\n" @@ -305,8 +362,10 @@ msgid "" "-- Same example as 3D closest point example\n" "SELECT ST_3DDistance(poly, mline) As dist3d,\n" " ST_Distance(poly, mline) As dist2d \n" -" FROM (SELECT ST_GeomFromEWKT('POLYGON((175 150 5, 20 40 5, 35 45 5, 50 60 5, 100 100 5, 175 150 5))') As poly,\n" -" ST_GeomFromEWKT('MULTILINESTRING((175 155 2, 20 40 20, 50 60 -2, 125 100 1, 175 155 1),\n" +" FROM (SELECT ST_GeomFromEWKT('POLYGON((175 150 5, 20 40 5, 35 45 5, " +"50 60 5, 100 100 5, 175 150 5))') As poly,\n" +" ST_GeomFromEWKT('MULTILINESTRING((175 155 2, 20 40 20, 50 60 " +"-2, 125 100 1, 175 155 1),\n" " (1 10 2, 5 20 1))') As mline ) As foo;\n" " dist3d | dist2d\n" "-------------------+--------\n" @@ -318,9 +377,12 @@ msgstr "" #, no-c-format msgid "" ", , , " -", ," -" " -msgstr ", , , , , " +", , " +"" +msgstr "" +", , , " +", , " +"" #. Tag: refname #: reference_measure.xml:121 @@ -343,9 +405,14 @@ msgid "" "boolean ST_3DDWithin " "geometry g1 " "geometry g2 " -"double precision " -"distance_of_srid" -msgstr "boolean ST_3DDWithin geometry g1 geometry g2 double precision distance_of_srid" +"double precision distance_of_srid" +msgstr "" +"boolean ST_3DDWithin " +"geometry g1 " +"geometry g2 " +"double precision distance_of_srid" #. Tag: para #: reference_measure.xml:145 @@ -359,16 +426,22 @@ msgstr "" #: reference_measure.xml:159 #, no-c-format msgid "" -"-- Geometry example - units in meters (SRID: 2163 US National Atlas Equal area) (3D point and line compared 2D point and line)\n" -"-- Note: currently no vertical datum support so Z is not transformed and assumed to be same units as final.\n" +"-- Geometry example - units in meters (SRID: 2163 US National Atlas Equal " +"area) (3D point and line compared 2D point and line)\n" +"-- Note: currently no vertical datum support so Z is not transformed and " +"assumed to be same units as final.\n" "SELECT ST_3DDWithin(\n" -" ST_Transform(ST_GeomFromEWKT('SRID=4326;POINT(-72.1235 42.3521 4)'),2163),\n" -" ST_Transform(ST_GeomFromEWKT('SRID=4326;LINESTRING(-72.1260 42.45 15, -72.123 42.1546 20)'),2163),\n" +" ST_Transform(ST_GeomFromEWKT('SRID=4326;" +"POINT(-72.1235 42.3521 4)'),2163),\n" +" ST_Transform(ST_GeomFromEWKT('SRID=4326;" +"LINESTRING(-72.1260 42.45 15, -72.123 42.1546 20)'),2163),\n" " 126.8\n" " ) As within_dist_3d,\n" "ST_DWithin(\n" -" ST_Transform(ST_GeomFromEWKT('SRID=4326;POINT(-72.1235 42.3521 4)'),2163),\n" -" ST_Transform(ST_GeomFromEWKT('SRID=4326;LINESTRING(-72.1260 42.45 15, -72.123 42.1546 20)'),2163),\n" +" ST_Transform(ST_GeomFromEWKT('SRID=4326;" +"POINT(-72.1235 42.3521 4)'),2163),\n" +" ST_Transform(ST_GeomFromEWKT('SRID=4326;" +"LINESTRING(-72.1260 42.45 15, -72.123 42.1546 20)'),2163),\n" " 126.8\n" " ) As within_dist_2d;\n" "\n" @@ -383,7 +456,9 @@ msgstr "" msgid "" ", , , , " -msgstr ", , , , " +msgstr "" +", , , , " #. Tag: refname #: reference_measure.xml:171 @@ -406,19 +481,24 @@ msgid "" "boolean ST_3DDFullyWithin " "geometry g1 " "geometry g2 " -"double precision " -"distance" -msgstr "boolean ST_3DDFullyWithin geometry g1 geometry g2 double precision distance" +"double precision distance" +msgstr "" +"boolean ST_3DDFullyWithin " +"geometry g1 " +"geometry g2 " +"double precision distance" #. Tag: para #: reference_measure.xml:197 #, no-c-format msgid "" -"Returns true if the 3D geometries are fully within the specified distance of" -" one another. The distance is specified in units defined by the spatial " +"Returns true if the 3D geometries are fully within the specified distance of " +"one another. The distance is specified in units defined by the spatial " "reference system of the geometries. For this function to make sense, the " -"source geometries must both be of the same coordinate projection, having the" -" same SRID." +"source geometries must both be of the same coordinate projection, having the " +"same SRID." msgstr "" #. Tag: para @@ -427,21 +507,25 @@ msgstr "" #: reference_measure.xml:1923 reference_measure.xml:2095 #, no-c-format msgid "" -"This function call will automatically include a bounding box comparison that" -" will make use of any indexes that are available on the geometries." +"This function call will automatically include a bounding box comparison that " +"will make use of any indexes that are available on the geometries." msgstr "" #. Tag: programlisting #: reference_measure.xml:218 #, no-c-format msgid "" -"-- This compares the difference between fully within and distance within as well\n" -" -- as the distance fully within for the 2D footprint of the line/point vs. the 3d fully within\n" -" SELECT ST_3DDFullyWithin(geom_a, geom_b, 10) as D3DFullyWithin10, ST_3DDWithin(geom_a, geom_b, 10) as D3DWithin10, \n" +"-- This compares the difference between fully within and distance within as " +"well\n" +" -- as the distance fully within for the 2D footprint of the " +"line/point vs. the 3d fully within\n" +" SELECT ST_3DDFullyWithin(geom_a, geom_b, 10) as " +"D3DFullyWithin10, ST_3DDWithin(geom_a, geom_b, 10) as D3DWithin10, \n" " ST_DFullyWithin(geom_a, geom_b, 20) as D2DFullyWithin20, \n" " ST_3DDFullyWithin(geom_a, geom_b, 20) as D3DFullyWithin20 from \n" " (select ST_GeomFromEWKT('POINT(1 1 2)') as geom_a,\n" -" ST_GeomFromEWKT('LINESTRING(1 5 2, 2 7 20, 1 9 100, 14 12 3)') as geom_b) t1;\n" +" ST_GeomFromEWKT('LINESTRING(1 5 2, 2 7 20, 1 9 100, 14 12 " +"3)') as geom_b) t1;\n" " d3dfullywithin10 | d3dwithin10 | d2dfullywithin20 | d3dfullywithin20\n" "------------------+-------------+------------------+------------------\n" " f | t | t | f" @@ -453,7 +537,9 @@ msgstr "" msgid "" ", , , " -msgstr ", , , " +msgstr "" +", , , " #. Tag: refname #: reference_measure.xml:230 @@ -476,7 +562,10 @@ msgid "" "boolean ST_3DIntersects " "geometry geomA " "geometry geomB " -msgstr "boolean ST_3DIntersects geometry geomA geometry geomB " +msgstr "" +"boolean ST_3DIntersects " +"geometry geomA " +"geometry geomB " #. Tag: para #: reference_measure.xml:253 reference_measure.xml:2083 @@ -511,7 +600,14 @@ msgid "" "-----------------+---------------\n" " f | t\n" "(1 row)" -msgstr "SELECT ST_3DIntersects(pt, line), ST_Intersects(pt,line) \n FROM (SELECT 'POINT(0 0 2)'::geometry As pt, \n 'LINESTRING (0 0 1, 0 2 3 )'::geometry As line) As foo;\n st_3dintersects | st_intersects\n-----------------+---------------\n f | t\n(1 row)" +msgstr "" +"SELECT ST_3DIntersects(pt, line), ST_Intersects(pt,line) \n" +" FROM (SELECT 'POINT(0 0 2)'::geometry As pt, \n" +" 'LINESTRING (0 0 1, 0 2 3 )'::geometry As line) As foo;\n" +" st_3dintersects | st_intersects\n" +"-----------------+---------------\n" +" f | t\n" +"(1 row)" #. Tag: refname #: reference_measure.xml:282 @@ -532,7 +628,10 @@ msgid "" "geometry ST_3DLongestLine " "geometry g1 " "geometry g2" -msgstr "geometry ST_3DLongestLine geometry g1 geometry g2" +msgstr "" +"geometry ST_3DLongestLine " +"geometry g1 " +"geometry g2" #. Tag: para #: reference_measure.xml:304 @@ -541,8 +640,8 @@ msgid "" "Returns the 3-dimensional longest line between two geometries. The function " "will only return the first longest line if more than one. The line returned " "will always start in g1 and end in g2. The 3D length of the line this " -"function returns will always be the same as returns for g1 and g2." +"function returns will always be the same as returns for g1 and g2." msgstr "" #. Tag: para @@ -558,14 +657,26 @@ msgid "" "SELECT ST_AsEWKT(ST_3DLongestLine(line,pt)) AS lol3d_line_pt, \n" " ST_AsEWKT(ST_LongestLine(line,pt)) As lol2d_line_pt\n" " FROM (SELECT 'POINT(100 100 30)'::geometry As pt, \n" -" 'LINESTRING (20 80 20, 98 190 1, 110 180 3, 50 75 1000)'::geometry As line\n" +" 'LINESTRING (20 80 20, 98 190 1, 110 180 3, 50 75 " +"1000)'::geometry As line\n" +" ) As foo;\n" +" \n" +" \n" +" lol3d_line_pt | lol2d_line_pt\n" +"-----------------------------------+----------------------------\n" +" LINESTRING(50 75 1000,100 100 30) | LINESTRING(98 190,100 100)" +msgstr "" +"SELECT ST_AsEWKT(ST_3DLongestLine(line,pt)) AS lol3d_line_pt, \n" +" ST_AsEWKT(ST_LongestLine(line,pt)) As lol2d_line_pt\n" +" FROM (SELECT 'POINT(100 100 30)'::geometry As pt, \n" +" 'LINESTRING (20 80 20, 98 190 1, 110 180 3, 50 75 " +"1000)'::geometry As line\n" " ) As foo;\n" " \n" " \n" " lol3d_line_pt | lol2d_line_pt\n" "-----------------------------------+----------------------------\n" " LINESTRING(50 75 1000,100 100 30) | LINESTRING(98 190,100 100)" -msgstr "SELECT ST_AsEWKT(ST_3DLongestLine(line,pt)) AS lol3d_line_pt, \n ST_AsEWKT(ST_LongestLine(line,pt)) As lol2d_line_pt\n FROM (SELECT 'POINT(100 100 30)'::geometry As pt, \n 'LINESTRING (20 80 20, 98 190 1, 110 180 3, 50 75 1000)'::geometry As line\n ) As foo;\n \n \n lol3d_line_pt | lol2d_line_pt\n-----------------------------------+----------------------------\n LINESTRING(50 75 1000,100 100 30) | LINESTRING(98 190,100 100)" #. Tag: para #: reference_measure.xml:327 @@ -580,14 +691,26 @@ msgid "" "SELECT ST_AsEWKT(ST_3DLongestLine(line,pt)) AS lol3d_line_pt, \n" " ST_AsEWKT(ST_LongestLine(line,pt)) As lol2d_line_pt\n" " FROM (SELECT 'MULTIPOINT(100 100 30, 50 74 1000)'::geometry As pt, \n" -" 'LINESTRING (20 80 20, 98 190 1, 110 180 3, 50 75 900)'::geometry As line\n" +" 'LINESTRING (20 80 20, 98 190 1, 110 180 3, 50 75 " +"900)'::geometry As line\n" +" ) As foo;\n" +" \n" +" \n" +" lol3d_line_pt | lol2d_line_pt\n" +"---------------------------------+--------------------------\n" +" LINESTRING(98 190 1,50 74 1000) | LINESTRING(98 190,50 74)" +msgstr "" +"SELECT ST_AsEWKT(ST_3DLongestLine(line,pt)) AS lol3d_line_pt, \n" +" ST_AsEWKT(ST_LongestLine(line,pt)) As lol2d_line_pt\n" +" FROM (SELECT 'MULTIPOINT(100 100 30, 50 74 1000)'::geometry As pt, \n" +" 'LINESTRING (20 80 20, 98 190 1, 110 180 3, 50 75 " +"900)'::geometry As line\n" " ) As foo;\n" " \n" " \n" " lol3d_line_pt | lol2d_line_pt\n" "---------------------------------+--------------------------\n" " LINESTRING(98 190 1,50 74 1000) | LINESTRING(98 190,50 74)" -msgstr "SELECT ST_AsEWKT(ST_3DLongestLine(line,pt)) AS lol3d_line_pt, \n ST_AsEWKT(ST_LongestLine(line,pt)) As lol2d_line_pt\n FROM (SELECT 'MULTIPOINT(100 100 30, 50 74 1000)'::geometry As pt, \n 'LINESTRING (20 80 20, 98 190 1, 110 180 3, 50 75 900)'::geometry As line\n ) As foo;\n \n \n lol3d_line_pt | lol2d_line_pt\n---------------------------------+--------------------------\n LINESTRING(98 190 1,50 74 1000) | LINESTRING(98 190,50 74)" #. Tag: para #: reference_measure.xml:332 @@ -601,13 +724,25 @@ msgstr "" msgid "" "SELECT ST_AsEWKT(ST_3DLongestLine(poly, mline)) As lol3d,\n" " ST_AsEWKT(ST_LongestLine(poly, mline)) As lol2d \n" -" FROM (SELECT ST_GeomFromEWKT('POLYGON((175 150 5, 20 40 5, 35 45 5, 50 60 5, 100 100 5, 175 150 5))') As poly,\n" -" ST_GeomFromEWKT('MULTILINESTRING((175 155 2, 20 40 20, 50 60 -2, 125 100 1, 175 155 1),\n" +" FROM (SELECT ST_GeomFromEWKT('POLYGON((175 150 5, 20 40 5, 35 45 5, " +"50 60 5, 100 100 5, 175 150 5))') As poly,\n" +" ST_GeomFromEWKT('MULTILINESTRING((175 155 2, 20 40 20, 50 60 " +"-2, 125 100 1, 175 155 1),\n" +" (1 10 2, 5 20 1))') As mline ) As foo;\n" +" lol3d | lol2d\n" +"------------------------------+--------------------------\n" +" LINESTRING(175 150 5,1 10 2) | LINESTRING(175 150,1 10)" +msgstr "" +"SELECT ST_AsEWKT(ST_3DLongestLine(poly, mline)) As lol3d,\n" +" ST_AsEWKT(ST_LongestLine(poly, mline)) As lol2d \n" +" FROM (SELECT ST_GeomFromEWKT('POLYGON((175 150 5, 20 40 5, 35 45 5, " +"50 60 5, 100 100 5, 175 150 5))') As poly,\n" +" ST_GeomFromEWKT('MULTILINESTRING((175 155 2, 20 40 20, 50 60 " +"-2, 125 100 1, 175 155 1),\n" " (1 10 2, 5 20 1))') As mline ) As foo;\n" " lol3d | lol2d\n" "------------------------------+--------------------------\n" " LINESTRING(175 150 5,1 10 2) | LINESTRING(175 150,1 10)" -msgstr "SELECT ST_AsEWKT(ST_3DLongestLine(poly, mline)) As lol3d,\n ST_AsEWKT(ST_LongestLine(poly, mline)) As lol2d \n FROM (SELECT ST_GeomFromEWKT('POLYGON((175 150 5, 20 40 5, 35 45 5, 50 60 5, 100 100 5, 175 150 5))') As poly,\n ST_GeomFromEWKT('MULTILINESTRING((175 155 2, 20 40 20, 50 60 -2, 125 100 1, 175 155 1),\n (1 10 2, 5 20 1))') As mline ) As foo;\n lol3d | lol2d\n------------------------------+--------------------------\n LINESTRING(175 150 5,1 10 2) | LINESTRING(175 150,1 10)" #. Tag: para #: reference_measure.xml:345 @@ -615,7 +750,9 @@ msgstr "SELECT ST_AsEWKT(ST_3DLongestLine(poly, mline)) As lol3d,\n ST_AsEWKT msgid "" ", , , " ", " -msgstr ", , , , " +msgstr "" +", , , " +", " #. Tag: refname #: reference_measure.xml:351 @@ -638,7 +775,10 @@ msgid "" "float ST_3DMaxDistance " "geometry g1 " "geometry g2" -msgstr "float ST_3DMaxDistance geometry g1 geometry g2" +msgstr "" +"float ST_3DMaxDistance " +"geometry g1 " +"geometry g2" #. Tag: para #: reference_measure.xml:373 @@ -652,15 +792,21 @@ msgstr "" #: reference_measure.xml:386 #, no-c-format msgid "" -"-- Geometry example - units in meters (SRID: 2163 US National Atlas Equal area) (3D point and line compared 2D point and line)\n" -"-- Note: currently no vertical datum support so Z is not transformed and assumed to be same units as final.\n" +"-- Geometry example - units in meters (SRID: 2163 US National Atlas Equal " +"area) (3D point and line compared 2D point and line)\n" +"-- Note: currently no vertical datum support so Z is not transformed and " +"assumed to be same units as final.\n" "SELECT ST_3DMaxDistance(\n" -" ST_Transform(ST_GeomFromEWKT('SRID=4326;POINT(-72.1235 42.3521 10000)'),2163),\n" -" ST_Transform(ST_GeomFromEWKT('SRID=4326;LINESTRING(-72.1260 42.45 15, -72.123 42.1546 20)'),2163)\n" +" ST_Transform(ST_GeomFromEWKT('SRID=4326;" +"POINT(-72.1235 42.3521 10000)'),2163),\n" +" ST_Transform(ST_GeomFromEWKT('SRID=4326;" +"LINESTRING(-72.1260 42.45 15, -72.123 42.1546 20)'),2163)\n" " ) As dist_3d,\n" " ST_MaxDistance(\n" -" ST_Transform(ST_GeomFromEWKT('SRID=4326;POINT(-72.1235 42.3521 10000)'),2163),\n" -" ST_Transform(ST_GeomFromEWKT('SRID=4326;LINESTRING(-72.1260 42.45 15, -72.123 42.1546 20)'),2163)\n" +" ST_Transform(ST_GeomFromEWKT('SRID=4326;" +"POINT(-72.1235 42.3521 10000)'),2163),\n" +" ST_Transform(ST_GeomFromEWKT('SRID=4326;" +"LINESTRING(-72.1260 42.45 15, -72.123 42.1546 20)'),2163)\n" " ) As dist_2d;\n" "\n" " dist_3d | dist_2d\n" @@ -674,7 +820,9 @@ msgstr "" msgid "" ", , , " "" -msgstr ", , , " +msgstr "" +", , , " +"" #. Tag: refname #: reference_measure.xml:397 @@ -695,18 +843,21 @@ msgid "" "geometry ST_3DShortestLine " "geometry g1 " "geometry g2" -msgstr "geometry ST_3DShortestLine geometry g1 geometry g2" +msgstr "" +"geometry ST_3DShortestLine " +"geometry g1 " +"geometry g2" #. Tag: para #: reference_measure.xml:419 #, no-c-format msgid "" -"Returns the 3-dimensional shortest line between two geometries. The function" -" will only return the first shortest line if more than one, that the " -"function finds. If g1 and g2 intersects in just one point the function will " -"return a line with both start and end in that intersection-point. If g1 and " -"g2 are intersecting with more than one point the function will return a line" -" with start and end in the same point but it can be any of the intersecting " +"Returns the 3-dimensional shortest line between two geometries. The function " +"will only return the first shortest line if more than one, that the function " +"finds. If g1 and g2 intersects in just one point the function will return a " +"line with both start and end in that intersection-point. If g1 and g2 are " +"intersecting with more than one point the function will return a line with " +"start and end in the same point but it can be any of the intersecting " "points. The line returned will always start in g1 and end in g2. The 3D " "length of the line this function returns will always be the same as returns for g1 and g2." @@ -725,14 +876,32 @@ msgid "" "SELECT ST_AsEWKT(ST_3DShortestLine(line,pt)) AS shl3d_line_pt, \n" " ST_AsEWKT(ST_ShortestLine(line,pt)) As shl2d_line_pt\n" " FROM (SELECT 'POINT(100 100 30)'::geometry As pt, \n" -" 'LINESTRING (20 80 20, 98 190 1, 110 180 3, 50 75 1000)'::geometry As line\n" +" 'LINESTRING (20 80 20, 98 190 1, 110 180 3, 50 75 " +"1000)'::geometry As line\n" " ) As foo;\n" " \n" " \n" -" shl3d_line_pt | shl2d_line_pt\n" -"----------------------------------------------------------------------------+------------------------------------------------------\n" -" LINESTRING(54.6993798867619 128.935022917228 11.5475869506606,100 100 30) | LINESTRING(73.0769230769231 115.384615384615,100 100)" -msgstr "SELECT ST_AsEWKT(ST_3DShortestLine(line,pt)) AS shl3d_line_pt, \n ST_AsEWKT(ST_ShortestLine(line,pt)) As shl2d_line_pt\n FROM (SELECT 'POINT(100 100 30)'::geometry As pt, \n 'LINESTRING (20 80 20, 98 190 1, 110 180 3, 50 75 1000)'::geometry As line\n ) As foo;\n \n \n shl3d_line_pt | shl2d_line_pt\n----------------------------------------------------------------------------+------------------------------------------------------\n LINESTRING(54.6993798867619 128.935022917228 11.5475869506606,100 100 30) | LINESTRING(73.0769230769231 115.384615384615,100 100)" +" shl3d_line_pt " +"| shl2d_line_pt\n" +"----------------------------------------------------------------------------" +"+------------------------------------------------------\n" +" LINESTRING(54.6993798867619 128.935022917228 11.5475869506606,100 100 30) " +"| LINESTRING(73.0769230769231 115.384615384615,100 100)" +msgstr "" +"SELECT ST_AsEWKT(ST_3DShortestLine(line,pt)) AS shl3d_line_pt, \n" +" ST_AsEWKT(ST_ShortestLine(line,pt)) As shl2d_line_pt\n" +" FROM (SELECT 'POINT(100 100 30)'::geometry As pt, \n" +" 'LINESTRING (20 80 20, 98 190 1, 110 180 3, 50 75 " +"1000)'::geometry As line\n" +" ) As foo;\n" +" \n" +" \n" +" shl3d_line_pt " +"| shl2d_line_pt\n" +"----------------------------------------------------------------------------" +"+------------------------------------------------------\n" +" LINESTRING(54.6993798867619 128.935022917228 11.5475869506606,100 100 30) " +"| LINESTRING(73.0769230769231 115.384615384615,100 100)" #. Tag: para #: reference_measure.xml:446 @@ -747,14 +916,32 @@ msgid "" "SELECT ST_AsEWKT(ST_3DShortestLine(line,pt)) AS shl3d_line_pt, \n" " ST_AsEWKT(ST_ShortestLine(line,pt)) As shl2d_line_pt\n" " FROM (SELECT 'MULTIPOINT(100 100 30, 50 74 1000)'::geometry As pt, \n" -" 'LINESTRING (20 80 20, 98 190 1, 110 180 3, 50 75 900)'::geometry As line\n" +" 'LINESTRING (20 80 20, 98 190 1, 110 180 3, 50 75 " +"900)'::geometry As line\n" " ) As foo;\n" " \n" " \n" -" shl3d_line_pt | shl2d_line_pt\n" -"---------------------------------------------------------------------------+------------------------\n" -" LINESTRING(54.6993798867619 128.935022917228 11.5475869506606,100 100 30) | LINESTRING(50 75,50 74)" -msgstr "SELECT ST_AsEWKT(ST_3DShortestLine(line,pt)) AS shl3d_line_pt, \n ST_AsEWKT(ST_ShortestLine(line,pt)) As shl2d_line_pt\n FROM (SELECT 'MULTIPOINT(100 100 30, 50 74 1000)'::geometry As pt, \n 'LINESTRING (20 80 20, 98 190 1, 110 180 3, 50 75 900)'::geometry As line\n ) As foo;\n \n \n shl3d_line_pt | shl2d_line_pt\n---------------------------------------------------------------------------+------------------------\n LINESTRING(54.6993798867619 128.935022917228 11.5475869506606,100 100 30) | LINESTRING(50 75,50 74)" +" shl3d_line_pt | " +"shl2d_line_pt\n" +"---------------------------------------------------------------------------" +"+------------------------\n" +" LINESTRING(54.6993798867619 128.935022917228 11.5475869506606,100 100 30) | " +"LINESTRING(50 75,50 74)" +msgstr "" +"SELECT ST_AsEWKT(ST_3DShortestLine(line,pt)) AS shl3d_line_pt, \n" +" ST_AsEWKT(ST_ShortestLine(line,pt)) As shl2d_line_pt\n" +" FROM (SELECT 'MULTIPOINT(100 100 30, 50 74 1000)'::geometry As pt, \n" +" 'LINESTRING (20 80 20, 98 190 1, 110 180 3, 50 75 " +"900)'::geometry As line\n" +" ) As foo;\n" +" \n" +" \n" +" shl3d_line_pt | " +"shl2d_line_pt\n" +"---------------------------------------------------------------------------" +"+------------------------\n" +" LINESTRING(54.6993798867619 128.935022917228 11.5475869506606,100 100 30) | " +"LINESTRING(50 75,50 74)" #. Tag: para #: reference_measure.xml:451 @@ -768,13 +955,31 @@ msgstr "" msgid "" "SELECT ST_AsEWKT(ST_3DShortestLine(poly, mline)) As shl3d,\n" " ST_AsEWKT(ST_ShortestLine(poly, mline)) As shl2d \n" -" FROM (SELECT ST_GeomFromEWKT('POLYGON((175 150 5, 20 40 5, 35 45 5, 50 60 5, 100 100 5, 175 150 5))') As poly,\n" -" ST_GeomFromEWKT('MULTILINESTRING((175 155 2, 20 40 20, 50 60 -2, 125 100 1, 175 155 1),\n" +" FROM (SELECT ST_GeomFromEWKT('POLYGON((175 150 5, 20 40 5, 35 45 5, " +"50 60 5, 100 100 5, 175 150 5))') As poly,\n" +" ST_GeomFromEWKT('MULTILINESTRING((175 155 2, 20 40 20, 50 60 " +"-2, 125 100 1, 175 155 1),\n" " (1 10 2, 5 20 1))') As mline ) As foo;\n" -" shl3d | shl2d\n" -"---------------------------------------------------------------------------------------------------+------------------------\n" -" LINESTRING(39.993580415989 54.1889925532825 5,40.4078575708294 53.6052383805529 5.03423778139177) | LINESTRING(20 40,20 40)" -msgstr "SELECT ST_AsEWKT(ST_3DShortestLine(poly, mline)) As shl3d,\n ST_AsEWKT(ST_ShortestLine(poly, mline)) As shl2d \n FROM (SELECT ST_GeomFromEWKT('POLYGON((175 150 5, 20 40 5, 35 45 5, 50 60 5, 100 100 5, 175 150 5))') As poly,\n ST_GeomFromEWKT('MULTILINESTRING((175 155 2, 20 40 20, 50 60 -2, 125 100 1, 175 155 1),\n (1 10 2, 5 20 1))') As mline ) As foo;\n shl3d | shl2d\n---------------------------------------------------------------------------------------------------+------------------------\n LINESTRING(39.993580415989 54.1889925532825 5,40.4078575708294 53.6052383805529 5.03423778139177) | LINESTRING(20 40,20 40)" +" shl3d " +"| shl2d\n" +"---------------------------------------------------------------------------------------------------" +"+------------------------\n" +" LINESTRING(39.993580415989 54.1889925532825 5,40.4078575708294 " +"53.6052383805529 5.03423778139177) | LINESTRING(20 40,20 40)" +msgstr "" +"SELECT ST_AsEWKT(ST_3DShortestLine(poly, mline)) As shl3d,\n" +" ST_AsEWKT(ST_ShortestLine(poly, mline)) As shl2d \n" +" FROM (SELECT ST_GeomFromEWKT('POLYGON((175 150 5, 20 40 5, 35 45 5, " +"50 60 5, 100 100 5, 175 150 5))') As poly,\n" +" ST_GeomFromEWKT('MULTILINESTRING((175 155 2, 20 40 20, 50 60 " +"-2, 125 100 1, 175 155 1),\n" +" (1 10 2, 5 20 1))') As mline ) As foo;\n" +" shl3d " +"| shl2d\n" +"---------------------------------------------------------------------------------------------------" +"+------------------------\n" +" LINESTRING(39.993580415989 54.1889925532825 5,40.4078575708294 " +"53.6052383805529 5.03423778139177) | LINESTRING(20 40,20 40)" #. Tag: para #: reference_measure.xml:464 @@ -782,7 +987,9 @@ msgstr "SELECT ST_AsEWKT(ST_3DShortestLine(poly, mline)) As shl3d,\n ST_AsEWK msgid "" ", , , " ", " -msgstr ", , , , " +msgstr "" +", , , " +", " #. Tag: refname #: reference_measure.xml:469 @@ -795,8 +1002,8 @@ msgstr "ST_Area" #, no-c-format msgid "" "Returns the area of the surface if it is a polygon or multi-polygon. For " -"\"geometry\" type area is in SRID units. For \"geography\" area is in square" -" meters." +"\"geometry\" type area is in SRID units. For \"geography\" area is in square " +"meters." msgstr "" #. Tag: funcsynopsis @@ -804,24 +1011,29 @@ msgstr "" #, no-c-format msgid "" " float ST_Area " -"geometry g1 " -" float " -"ST_Area geography " -"geog boolean " -"use_spheroid=true " -msgstr " float ST_Area geometry g1 float ST_Area geography geog boolean use_spheroid=true " +"geometry g1 float ST_Area geography geog boolean use_spheroid=true " +msgstr "" +" float ST_Area " +"geometry g1 float ST_Area geography geog boolean use_spheroid=true " #. Tag: para #: reference_measure.xml:491 #, no-c-format msgid "" -"Returns the area of the geometry if it is a polygon or multi-polygon. Return" -" the area measurement of an ST_Surface or ST_MultiSurface value. For " -"geometry Area is in the units of the srid. For geography area is in square " -"meters and defaults to measuring about the spheroid of the geography " -"(currently only WGS84). To measure around the faster but less accurate " -"sphere -- ST_Area(geog,false)." +"Returns the area of the geometry if it is a polygon or multi-polygon. Return " +"the area measurement of an ST_Surface or ST_MultiSurface value. For geometry " +"Area is in the units of the srid. For geography area is in square meters and " +"defaults to measuring about the spheroid of the geography (currently only " +"WGS84). To measure around the faster but less accurate sphere -- " +"ST_Area(geog,false)." msgstr "" #. Tag: para @@ -857,8 +1069,8 @@ msgstr "" #, no-c-format msgid "" "Return area in square feet for a plot of Massachusetts land and multiply by " -"conversion to get square meters. Note this is in square feet because 2249 is" -" Mass State Plane Feet" +"conversion to get square meters. Note this is in square feet because 2249 is " +"Mass State Plane Feet" msgstr "" #. Tag: programlisting @@ -868,11 +1080,20 @@ msgid "" "SELECT ST_Area(the_geom) As sqft, ST_Area(the_geom)*POWER(0.3048,2) As sqm\n" " FROM (SELECT\n" " ST_GeomFromText('POLYGON((743238 2967416,743238 2967450,\n" -" 743265 2967450,743265.625 2967416,743238 2967416))',2249) ) As foo(the_geom);\n" +" 743265 2967450,743265.625 2967416,743238 " +"2967416))',2249) ) As foo(the_geom);\n" +" sqft | sqm\n" +"---------+-------------\n" +" 928.625 | 86.27208552" +msgstr "" +"SELECT ST_Area(the_geom) As sqft, ST_Area(the_geom)*POWER(0.3048,2) As sqm\n" +" FROM (SELECT\n" +" ST_GeomFromText('POLYGON((743238 2967416,743238 2967450,\n" +" 743265 2967450,743265.625 2967416,743238 " +"2967416))',2249) ) As foo(the_geom);\n" " sqft | sqm\n" "---------+-------------\n" " 928.625 | 86.27208552" -msgstr "SELECT ST_Area(the_geom) As sqft, ST_Area(the_geom)*POWER(0.3048,2) As sqm\n FROM (SELECT\n ST_GeomFromText('POLYGON((743238 2967416,743238 2967450,\n 743265 2967450,743265.625 2967416,743238 2967416))',2249) ) As foo(the_geom);\n sqft | sqm\n---------+-------------\n 928.625 | 86.27208552" #. Tag: para #: reference_measure.xml:510 @@ -888,14 +1109,25 @@ msgstr "" #: reference_measure.xml:513 #, no-c-format msgid "" -"SELECT ST_Area(the_geom) As sqft, ST_Area(ST_Transform(the_geom,26986)) As sqm\n" +"SELECT ST_Area(the_geom) As sqft, ST_Area(ST_Transform(the_geom,26986)) As " +"sqm\n" +" FROM (SELECT\n" +" ST_GeomFromText('POLYGON((743238 2967416,743238 2967450,\n" +" 743265 2967450,743265.625 2967416,743238 " +"2967416))',2249) ) As foo(the_geom);\n" +" sqft | sqm\n" +"---------+------------------\n" +" 928.625 | 86.2724304199219" +msgstr "" +"SELECT ST_Area(the_geom) As sqft, ST_Area(ST_Transform(the_geom,26986)) As " +"sqm\n" " FROM (SELECT\n" " ST_GeomFromText('POLYGON((743238 2967416,743238 2967450,\n" -" 743265 2967450,743265.625 2967416,743238 2967416))',2249) ) As foo(the_geom);\n" +" 743265 2967450,743265.625 2967416,743238 " +"2967416))',2249) ) As foo(the_geom);\n" " sqft | sqm\n" "---------+------------------\n" " 928.625 | 86.2724304199219" -msgstr "SELECT ST_Area(the_geom) As sqft, ST_Area(ST_Transform(the_geom,26986)) As sqm\n FROM (SELECT\n ST_GeomFromText('POLYGON((743238 2967416,743238 2967450,\n 743265 2967450,743265.625 2967416,743238 2967416))',2249) ) As foo(the_geom);\n sqft | sqm\n---------+------------------\n 928.625 | 86.2724304199219" #. Tag: para #: reference_measure.xml:515 @@ -903,20 +1135,22 @@ msgstr "SELECT ST_Area(the_geom) As sqft, ST_Area(ST_Transform(the_geom,26986)) msgid "" "Return area square feet and square meters using Geography data type. Note " "that we transform to our geometry to geography (before you can do that make " -"sure your geometry is in WGS 84 long lat 4326). Geography always measures in" -" meters. This is just for demonstration to compare. Normally your table will" -" be stored in geography data type already." +"sure your geometry is in WGS 84 long lat 4326). Geography always measures in " +"meters. This is just for demonstration to compare. Normally your table will " +"be stored in geography data type already." msgstr "" #. Tag: programlisting #: reference_measure.xml:518 #, no-c-format msgid "" -"SELECT ST_Area(the_geog)/POWER(0.3048,2) As sqft_spheroid, ST_Area(the_geog,false)/POWER(0.3048,2) As sqft_sphere, ST_Area(the_geog) As sqm_spheroid\n" +"SELECT ST_Area(the_geog)/POWER(0.3048,2) As sqft_spheroid, ST_Area(the_geog," +"false)/POWER(0.3048,2) As sqft_sphere, ST_Area(the_geog) As sqm_spheroid\n" " FROM (SELECT\n" " geography(\n" " ST_Transform(\n" -" ST_GeomFromText('POLYGON((743238 2967416,743238 2967450,743265 2967450,743265.625 2967416,743238 2967416))',\n" +" ST_GeomFromText('POLYGON((743238 2967416,743238 " +"2967450,743265 2967450,743265.625 2967416,743238 2967416))',\n" " 2249\n" " ) ,4326\n" " )\n" @@ -927,9 +1161,30 @@ msgid "" "928.684405217197 | 927.186481558724 | 86.2776044452694\n" "\n" " --if your data is in geography already\n" -" SELECT ST_Area(the_geog)/POWER(0.3048,2) As sqft, ST_Area(the_geog) As sqm\n" +" SELECT ST_Area(the_geog)/POWER(0.3048,2) As sqft, ST_Area(the_geog) As " +"sqm\n" +" FROM somegeogtable;" +msgstr "" +"SELECT ST_Area(the_geog)/POWER(0.3048,2) As sqft_spheroid, ST_Area(the_geog," +"false)/POWER(0.3048,2) As sqft_sphere, ST_Area(the_geog) As sqm_spheroid\n" +" FROM (SELECT\n" +" geography(\n" +" ST_Transform(\n" +" ST_GeomFromText('POLYGON((743238 2967416,743238 " +"2967450,743265 2967450,743265.625 2967416,743238 2967416))',\n" +" 2249\n" +" ) ,4326\n" +" )\n" +" )\n" +" ) As foo(the_geog);\n" +" sqft_spheroid | sqft_sphere | sqm_spheroid\n" +"-----------------+------------------+------------------\n" +"928.684405217197 | 927.186481558724 | 86.2776044452694\n" +"\n" +" --if your data is in geography already\n" +" SELECT ST_Area(the_geog)/POWER(0.3048,2) As sqft, ST_Area(the_geog) As " +"sqm\n" " FROM somegeogtable;" -msgstr "SELECT ST_Area(the_geog)/POWER(0.3048,2) As sqft_spheroid, ST_Area(the_geog,false)/POWER(0.3048,2) As sqft_sphere, ST_Area(the_geog) As sqm_spheroid\n FROM (SELECT\n geography(\n ST_Transform(\n ST_GeomFromText('POLYGON((743238 2967416,743238 2967450,743265 2967450,743265.625 2967416,743238 2967416))',\n 2249\n ) ,4326\n )\n )\n ) As foo(the_geog);\n sqft_spheroid | sqft_sphere | sqm_spheroid\n-----------------+------------------+------------------\n928.684405217197 | 927.186481558724 | 86.2776044452694\n\n --if your data is in geography already\n SELECT ST_Area(the_geog)/POWER(0.3048,2) As sqft, ST_Area(the_geog) As sqm\n FROM somegeogtable;" #. Tag: para #: reference_measure.xml:522 @@ -937,7 +1192,9 @@ msgstr "SELECT ST_Area(the_geog)/POWER(0.3048,2) As sqft_spheroid, ST_Area(the_ msgid "" ", , , " "" -msgstr ", , , " +msgstr "" +", , , " +"" #. Tag: refname #: reference_measure.xml:528 @@ -960,21 +1217,27 @@ msgstr "" msgid "" " float ST_Azimuth " "geometry pointA " -"geometry pointB " -" float " -"ST_Azimuth geography " -"pointA geography " -"pointB " -msgstr " float ST_Azimuth geometry pointA geometry pointB float ST_Azimuth geography pointA geography pointB " +"geometry pointB float ST_Azimuth geography pointA geography pointB " +msgstr "" +" float ST_Azimuth " +"geometry pointA " +"geometry pointB float ST_Azimuth geography pointA geography pointB " #. Tag: para #: reference_measure.xml:549 #, no-c-format msgid "" -"Returns the azimuth of the segment defined by the given Point geometries, or" -" NULL if the two points are coincident. Return value is in radians. Angle is" -" computed clockwise from down-to-up: on the clock: 12=0; 3=PI/2; 6=PI; " -"9=3PI/2" +"Returns the azimuth of the segment defined by the given Point geometries, or " +"NULL if the two points are coincident. Return value is in radians. Angle is " +"computed clockwise from down-to-up: on the clock: 12=0; 3=PI/2; 6=PI; 9=3PI/2" msgstr "" #. Tag: para @@ -1002,9 +1265,9 @@ msgstr "" #, no-c-format msgid "" "Azimuth is especially useful in conjunction with ST_Translate for shifting " -"an object along its perpendicular axis. See upgis_lineshift Plpgsqlfunctions" -" PostGIS wiki section for example of this." +"an object along its perpendicular axis. See upgis_lineshift Plpgsqlfunctions PostGIS wiki section for example of this." msgstr "" #. Tag: para @@ -1018,12 +1281,15 @@ msgstr "" #, no-c-format msgid "" "SELECT ST_Azimuth(ST_Point(25,45), ST_Point(75,100))/(2*pi())*360 as degAz,\n" -" ST_Azimuth(ST_Point(75,100), ST_Point(25,45))/(2*pi())*360 As degAzrev;\n" +" ST_Azimuth(ST_Point(75,100), ST_Point(25,45))/(2*pi())*360 As " +"degAzrev;\n" " \n" -"-- NOTE easier to remember syntax using PostgreSQL built-in degrees function --\n" +"-- NOTE easier to remember syntax using PostgreSQL built-in degrees function " +"--\n" "-- Both yield same answer --\n" "SELECT degrees( ST_Azimuth(ST_Point(25,45), ST_Point(75,100)) ) as degAz,\n" -" degrees( ST_Azimuth(ST_Point(75,100), ST_Point(25,45)) ) As degAzrev;\n" +" degrees( ST_Azimuth(ST_Point(75,100), ST_Point(25,45)) ) As " +"degAzrev;\n" "\n" " degaz | degazrev\n" "------------------+------------------\n" @@ -1044,8 +1310,8 @@ msgstr "" #, no-c-format msgid "" "degAzrev is azimuth curve shown, horizontal line (which starts at the start " -"point and ends where we want the end point to fall) and points (start point:" -" 75,100 is in green)" +"point and ends where we want the end point to fall) and points (start point: " +"75,100 is in green)" msgstr "" #. Tag: para @@ -1072,22 +1338,23 @@ msgstr "" msgid "" "geometry ST_Centroid " "geometry g1" -msgstr "geometry ST_Centroid geometry g1" +msgstr "" +"geometry ST_Centroid " +"geometry g1" #. Tag: para #: reference_measure.xml:623 #, no-c-format msgid "" "Computes the geometric center of a geometry, or equivalently, the center of " -"mass of the geometry as a POINT. For " -"[MULTI]POINTs, this is computed as the" -" arithmetric mean of the input coordinates. For " -"[MULTI]LINESTRINGs, this is computed " -"as the weighted length of each line segment. For " -"[MULTI]POLYGONs, \"weight\" is thought" -" in terms of area. If an empty geometry is supplied, an empty " -"GEOMETRYCOLLECTION is returned. If " -"NULL is supplied, NULL is returned." +"mass of the geometry as a POINT. For [MULTI]POINTs, this is computed as the arithmetric mean " +"of the input coordinates. For [MULTI]LINESTRINGs, this is computed as the weighted length of each line segment. For " +"[MULTI]POLYGONs, \"weight\" is thought " +"in terms of area. If an empty geometry is supplied, an empty " +"GEOMETRYCOLLECTION is returned. If NULL is supplied, NULL is returned." msgstr "" #. Tag: para @@ -1117,8 +1384,8 @@ msgstr "" #: reference_measure.xml:649 #, 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 blue dot represents the centroid " +"of the source geometry." msgstr "" #. Tag: para @@ -1149,12 +1416,19 @@ msgstr "" #: reference_measure.xml:706 #, no-c-format msgid "" -"SELECT ST_AsText(ST_Centroid('MULTIPOINT ( -1 0, -1 2, -1 3, -1 4, -1 7, 0 1, 0 3, 1 1, 2 0, 6 0, 7 8, 9 8, 10 6 )'));\n" +"SELECT ST_AsText(ST_Centroid('MULTIPOINT ( -1 0, -1 2, -1 3, -1 4, -1 7, 0 " +"1, 0 3, 1 1, 2 0, 6 0, 7 8, 9 8, 10 6 )'));\n" +" st_astext\n" +"------------------------------------------\n" +" POINT(2.30769230769231 3.30769230769231)\n" +"(1 row)" +msgstr "" +"SELECT ST_AsText(ST_Centroid('MULTIPOINT ( -1 0, -1 2, -1 3, -1 4, -1 7, 0 " +"1, 0 3, 1 1, 2 0, 6 0, 7 8, 9 8, 10 6 )'));\n" " st_astext\n" "------------------------------------------\n" " POINT(2.30769230769231 3.30769230769231)\n" "(1 row)" -msgstr "SELECT ST_AsText(ST_Centroid('MULTIPOINT ( -1 0, -1 2, -1 3, -1 4, -1 7, 0 1, 0 3, 1 1, 2 0, 6 0, 7 8, 9 8, 10 6 )'));\n st_astext\n------------------------------------------\n POINT(2.30769230769231 3.30769230769231)\n(1 row)" #. Tag: refname #: reference_measure.xml:718 @@ -1177,7 +1451,10 @@ msgid "" "geometry ST_ClosestPoint " "geometry g1 " "geometry g2" -msgstr "geometry ST_ClosestPoint geometry g1 geometry g2" +msgstr "" +"geometry ST_ClosestPoint " +"geometry g1 " +"geometry g2" #. Tag: para #: reference_measure.xml:741 @@ -1191,8 +1468,8 @@ msgstr "" #: reference_measure.xml:744 #, no-c-format msgid "" -"If you have a 3D Geometry, you may prefer to use ." +"If you have a 3D Geometry, you may prefer to use ." msgstr "" #. Tag: para @@ -1218,14 +1495,26 @@ msgid "" "SELECT ST_AsText(ST_ClosestPoint(pt,line)) AS cp_pt_line, \n" " ST_AsText(ST_ClosestPoint(line,pt)) As cp_line_pt\n" "FROM (SELECT 'POINT(100 100)'::geometry As pt, \n" -" 'LINESTRING (20 80, 98 190, 110 180, 50 75 )'::geometry As line\n" +" 'LINESTRING (20 80, 98 190, 110 180, 50 75 )'::geometry As " +"line\n" +" ) As foo;\n" +"\n" +" \n" +" cp_pt_line | cp_line_pt\n" +"----------------+------------------------------------------\n" +" POINT(100 100) | POINT(73.0769230769231 115.384615384615)" +msgstr "" +"SELECT ST_AsText(ST_ClosestPoint(pt,line)) AS cp_pt_line, \n" +" ST_AsText(ST_ClosestPoint(line,pt)) As cp_line_pt\n" +"FROM (SELECT 'POINT(100 100)'::geometry As pt, \n" +" 'LINESTRING (20 80, 98 190, 110 180, 50 75 )'::geometry As " +"line\n" " ) As foo;\n" "\n" " \n" " cp_pt_line | cp_line_pt\n" "----------------+------------------------------------------\n" " POINT(100 100) | POINT(73.0769230769231 115.384615384615)" -msgstr "SELECT ST_AsText(ST_ClosestPoint(pt,line)) AS cp_pt_line, \n ST_AsText(ST_ClosestPoint(line,pt)) As cp_line_pt\nFROM (SELECT 'POINT(100 100)'::geometry As pt, \n 'LINESTRING (20 80, 98 190, 110 180, 50 75 )'::geometry As line\n ) As foo;\n\n \n cp_pt_line | cp_line_pt\n----------------+------------------------------------------\n POINT(100 100) | POINT(73.0769230769231 115.384615384615)" #. Tag: para #: reference_measure.xml:771 @@ -1239,7 +1528,20 @@ msgstr "" msgid "" "SELECT ST_AsText(\n" " ST_ClosestPoint(\n" -" ST_GeomFromText('POLYGON((175 150, 20 40, 50 60, 125 100, 175 150))'),\n" +" ST_GeomFromText('POLYGON((175 150, 20 40, 50 60, 125 " +"100, 175 150))'),\n" +" ST_Buffer(ST_GeomFromText('POINT(110 170)'), 20)\n" +" ) \n" +" ) As ptwkt;\n" +" \n" +" ptwkt\n" +"------------------------------------------\n" +" POINT(140.752120669087 125.695053378061)" +msgstr "" +"SELECT ST_AsText(\n" +" ST_ClosestPoint(\n" +" ST_GeomFromText('POLYGON((175 150, 20 40, 50 60, 125 " +"100, 175 150))'),\n" " ST_Buffer(ST_GeomFromText('POINT(110 170)'), 20)\n" " ) \n" " ) As ptwkt;\n" @@ -1247,7 +1549,6 @@ msgid "" " ptwkt\n" "------------------------------------------\n" " POINT(140.752120669087 125.695053378061)" -msgstr "SELECT ST_AsText(\n ST_ClosestPoint(\n ST_GeomFromText('POLYGON((175 150, 20 40, 50 60, 125 100, 175 150))'),\n ST_Buffer(ST_GeomFromText('POINT(110 170)'), 20)\n ) \n ) As ptwkt;\n \n ptwkt\n------------------------------------------\n POINT(140.752120669087 125.695053378061)" #. Tag: para #: reference_measure.xml:786 @@ -1255,7 +1556,9 @@ msgstr "SELECT ST_AsText(\n ST_ClosestPoint(\n msgid "" ",, , , " -msgstr ",, , , " +msgstr "" +",, , , " #. Tag: refname #: reference_measure.xml:792 @@ -1278,7 +1581,10 @@ msgid "" "boolean ST_Contains " "geometry geomA " "geometry geomB" -msgstr "boolean ST_Contains geometry geomA geometry geomB" +msgstr "" +"boolean ST_Contains " +"geometry geomA " +"geometry geomB" #. Tag: para #: reference_measure.xml:814 @@ -1288,8 +1594,8 @@ msgid "" "exterior of A, and at least one point of the interior of B lies in the " "interior of A. An important subtlety of this definition is that A does not " "contain its boundary, but A does contain itself. Contrast that to where geometry A does not Contain Properly" -" itself." +"linkend=\"ST_ContainsProperly\"/> where geometry A does not Contain Properly " +"itself." msgstr "" #. Tag: para @@ -1319,8 +1625,7 @@ msgstr "" #: reference_measure.xml:1239 reference_measure.xml:1494 #: reference_measure.xml:3108 reference_measure.xml:3230 #, no-c-format -msgid "" -"Do not call with a GEOMETRYCOLLECTION as an argument" +msgid "Do not call with a GEOMETRYCOLLECTION as an argument" msgstr "" #. Tag: para @@ -1337,9 +1642,9 @@ msgstr "" #: reference_measure.xml:833 #, no-c-format msgid "" -"This function call will automatically include a bounding box comparison that" -" will make use of any indexes that are available on the geometries. To avoid" -" index use, use the function _ST_Contains." +"This function call will automatically include a bounding box comparison that " +"will make use of any indexes that are available on the geometries. To avoid " +"index use, use the function _ST_Contains." msgstr "" #. Tag: para @@ -1374,16 +1679,16 @@ msgstr "" msgid "" "There are certain subtleties to ST_Contains and ST_Within that are not " "intuitively obvious. For details check out Subtleties of OGC Covers, Contains, Within" +"inking.blogspot.com/2007/06/subtleties-of-ogc-covers-spatial.html" +"\">Subtleties of OGC Covers, Contains, Within" msgstr "" #. Tag: para #: reference_measure.xml:852 #, no-c-format msgid "" -"The ST_Contains predicate returns " -"TRUE in all the following illustrations." +"The ST_Contains predicate returns TRUE in all the following illustrations." msgstr "" #. Tag: para @@ -1416,8 +1721,8 @@ msgstr "" #: reference_measure.xml:903 #, no-c-format msgid "" -"The ST_Contains predicate returns " -"FALSE in all the following illustrations." +"The ST_Contains predicate returns FALSE in all the following illustrations." msgstr "" #. Tag: para @@ -1438,23 +1743,30 @@ msgid "" " ST_Covers(bigc, ST_ExteriorRing(bigc)) As bigcoversexterior,\n" " ST_Contains(bigc, ST_ExteriorRing(bigc)) As bigcontainsexterior\n" "FROM (SELECT ST_Buffer(ST_GeomFromText('POINT(1 2)'), 10) As smallc,\n" -" ST_Buffer(ST_GeomFromText('POINT(1 2)'), 20) As bigc) As foo;\n" +" ST_Buffer(ST_GeomFromText('POINT(1 2)'), 20) As " +"bigc) As foo;\n" "\n" "-- Result\n" -" smallcontainsbig | bigcontainssmall | bigcontainsunion | bigisunion | bigcoversexterior | bigcontainsexterior\n" -"------------------+------------------+------------------+------------+-------------------+---------------------\n" -" f | t | t | t | t | f\n" +" smallcontainsbig | bigcontainssmall | bigcontainsunion | bigisunion | " +"bigcoversexterior | bigcontainsexterior\n" +"------------------+------------------+------------------+------------" +"+-------------------+---------------------\n" +" f | t | t | t | " +"t | f\n" "\n" "-- Example demonstrating difference between contains and contains properly\n" -"SELECT ST_GeometryType(geomA) As geomtype, ST_Contains(geomA,geomA) AS acontainsa, ST_ContainsProperly(geomA, geomA) AS acontainspropa,\n" -" ST_Contains(geomA, ST_Boundary(geomA)) As acontainsba, ST_ContainsProperly(geomA, ST_Boundary(geomA)) As acontainspropba\n" +"SELECT ST_GeometryType(geomA) As geomtype, ST_Contains(geomA,geomA) AS " +"acontainsa, ST_ContainsProperly(geomA, geomA) AS acontainspropa,\n" +" ST_Contains(geomA, ST_Boundary(geomA)) As acontainsba, " +"ST_ContainsProperly(geomA, ST_Boundary(geomA)) As acontainspropba\n" "FROM (VALUES ( ST_Buffer(ST_Point(1,1), 5,1) ),\n" " ( ST_MakeLine(ST_Point(1,1), ST_Point(-1,-1) ) ),\n" " ( ST_Point(1,1) )\n" " ) As foo(geomA);\n" "\n" " geomtype | acontainsa | acontainspropa | acontainsba | acontainspropba\n" -"--------------+------------+----------------+-------------+-----------------\n" +"--------------+------------+----------------+-------------" +"+-----------------\n" "ST_Polygon | t | f | f | f\n" "ST_LineString | t | f | f | f\n" "ST_Point | t | t | f | f" @@ -1467,7 +1779,10 @@ msgid "" ", , , " ", , " -msgstr ", , , , , " +msgstr "" +", , , " +", , " #. Tag: refname #: reference_measure.xml:944 @@ -1490,7 +1805,10 @@ msgid "" "boolean ST_ContainsProperly " "geometry geomA " "geometry geomB" -msgstr "boolean ST_ContainsProperly geometry geomA geometry geomB" +msgstr "" +"boolean ST_ContainsProperly " +"geometry geomA " +"geometry geomB" #. Tag: para #: reference_measure.xml:966 @@ -1546,9 +1864,9 @@ msgstr "" #: reference_measure.xml:995 #, no-c-format msgid "" -"This function call will automatically include a bounding box comparison that" -" will make use of any indexes that are available on the geometries. To avoid" -" index use, use the function _ST_ContainsProperly." +"This function call will automatically include a bounding box comparison that " +"will make use of any indexes that are available on the geometries. To avoid " +"index use, use the function _ST_ContainsProperly." msgstr "" #. Tag: programlisting @@ -1558,27 +1876,36 @@ msgid "" "--a circle within a circle\n" " SELECT ST_ContainsProperly(smallc, bigc) As smallcontainspropbig,\n" " ST_ContainsProperly(bigc,smallc) As bigcontainspropsmall,\n" -" ST_ContainsProperly(bigc, ST_Union(smallc, bigc)) as bigcontainspropunion,\n" +" ST_ContainsProperly(bigc, ST_Union(smallc, bigc)) as " +"bigcontainspropunion,\n" " ST_Equals(bigc, ST_Union(smallc, bigc)) as bigisunion,\n" " ST_Covers(bigc, ST_ExteriorRing(bigc)) As bigcoversexterior,\n" -" ST_ContainsProperly(bigc, ST_ExteriorRing(bigc)) As bigcontainsexterior\n" -" FROM (SELECT ST_Buffer(ST_GeomFromText('POINT(1 2)'), 10) As smallc,\n" +" ST_ContainsProperly(bigc, ST_ExteriorRing(bigc)) As " +"bigcontainsexterior\n" +" FROM (SELECT ST_Buffer(ST_GeomFromText('POINT(1 2)'), 10) As " +"smallc,\n" " ST_Buffer(ST_GeomFromText('POINT(1 2)'), 20) As bigc) As foo;\n" " --Result\n" -" smallcontainspropbig | bigcontainspropsmall | bigcontainspropunion | bigisunion | bigcoversexterior | bigcontainsexterior\n" -"------------------+------------------+------------------+------------+-------------------+---------------------\n" -" f | t | f | t | t | f\n" +" smallcontainspropbig | bigcontainspropsmall | bigcontainspropunion | " +"bigisunion | bigcoversexterior | bigcontainsexterior\n" +"------------------+------------------+------------------+------------" +"+-------------------+---------------------\n" +" f | t | f | " +"t | t | f\n" "\n" " --example demonstrating difference between contains and contains properly\n" -" SELECT ST_GeometryType(geomA) As geomtype, ST_Contains(geomA,geomA) AS acontainsa, ST_ContainsProperly(geomA, geomA) AS acontainspropa,\n" -" ST_Contains(geomA, ST_Boundary(geomA)) As acontainsba, ST_ContainsProperly(geomA, ST_Boundary(geomA)) As acontainspropba\n" +" SELECT ST_GeometryType(geomA) As geomtype, ST_Contains(geomA,geomA) AS " +"acontainsa, ST_ContainsProperly(geomA, geomA) AS acontainspropa,\n" +" ST_Contains(geomA, ST_Boundary(geomA)) As acontainsba, " +"ST_ContainsProperly(geomA, ST_Boundary(geomA)) As acontainspropba\n" " FROM (VALUES ( ST_Buffer(ST_Point(1,1), 5,1) ),\n" " ( ST_MakeLine(ST_Point(1,1), ST_Point(-1,-1) ) ),\n" " ( ST_Point(1,1) )\n" " ) As foo(geomA);\n" "\n" " geomtype | acontainsa | acontainspropa | acontainsba | acontainspropba\n" -"--------------+------------+----------------+-------------+-----------------\n" +"--------------+------------+----------------+-------------" +"+-----------------\n" "ST_Polygon | t | f | f | f\n" "ST_LineString | t | f | f | f\n" "ST_Point | t | t | f | f" @@ -1589,10 +1916,12 @@ msgstr "" #, no-c-format msgid "" ", , , , , , , " -msgstr ", , , , , , , " +"linkend=\"ST_Covers\"/>, , , , " +msgstr "" +", , , , , , , " #. Tag: refname #: reference_measure.xml:1015 @@ -1612,19 +1941,26 @@ msgstr "" msgid "" " boolean ST_Covers " "geometry geomA " -"geometry geomB " -" boolean " -"ST_Covers geography " -"geogpolyA geography " -" geogpointB " -msgstr " boolean ST_Covers geometry geomA geometry geomB boolean ST_Covers geography geogpolyA geography geogpointB " +"geometry geomB boolean ST_Covers geography geogpolyA geography " +"geogpointB " +msgstr "" +" boolean ST_Covers " +"geometry geomA " +"geometry geomB boolean ST_Covers geography geogpolyA geography " +"geogpointB " #. Tag: para #: reference_measure.xml:1047 #, no-c-format msgid "" -"Returns 1 (TRUE) if no point in Geometry/Geography B is outside " -"Geometry/Geography A" +"Returns 1 (TRUE) if no point in Geometry/Geography B is outside Geometry/" +"Geography A" msgstr "" #. Tag: para @@ -1637,9 +1973,9 @@ msgstr "" #: reference_measure.xml:1064 #, no-c-format msgid "" -"This function call will automatically include a bounding box comparison that" -" will make use of any indexes that are available on the geometries. To avoid" -" index use, use the function _ST_Covers." +"This function call will automatically include a bounding box comparison that " +"will make use of any indexes that are available on the geometries. To avoid " +"index use, use the function _ST_Covers." msgstr "" #. Tag: para @@ -1694,11 +2030,14 @@ msgstr "" #: reference_measure.xml:1085 #, no-c-format msgid "" -"-- a point with a 300 meter buffer compared to a point, a point and its 10 meter buffer\n" +"-- a point with a 300 meter buffer compared to a point, a point and its 10 " +"meter buffer\n" "SELECT ST_Covers(geog_poly, geog_pt) As poly_covers_pt, \n" " ST_Covers(ST_Buffer(geog_pt,10), geog_pt) As buff_10m_covers_cent\n" -" FROM (SELECT ST_Buffer(ST_GeogFromText('SRID=4326;POINT(-99.327 31.4821)'), 300) As geog_poly,\n" -" ST_GeogFromText('SRID=4326;POINT(-99.33 31.483)') As geog_pt ) As foo;\n" +" FROM (SELECT ST_Buffer(ST_GeogFromText('SRID=4326;POINT(-99.327 " +"31.4821)'), 300) As geog_poly,\n" +" ST_GeogFromText('SRID=4326;POINT(-99.33 " +"31.483)') As geog_pt ) As foo;\n" " \n" " poly_covers_pt | buff_10m_covers_cent\n" "----------------+------------------\n" @@ -1729,14 +2068,21 @@ msgstr "" #: reference_measure.xml:1103 #, no-c-format msgid "" -" boolean ST_CoveredBy" -" geometry geomA " -"geometry geomB " -" boolean " -"ST_CoveredBy geography " -" geogA geography " -" geogB " -msgstr " boolean ST_CoveredBy geometry geomA geometry geomB boolean ST_CoveredBy geography geogA geography geogB " +" boolean ST_CoveredBy " +"geometry geomA " +"geometry geomB boolean ST_CoveredBy geography geogA geography geogB " +msgstr "" +" boolean ST_CoveredBy " +"geometry geomA " +"geometry geomB boolean ST_CoveredBy geography geogA geography geogB " #. Tag: para #: reference_measure.xml:1129 @@ -1750,9 +2096,9 @@ msgstr "" #: reference_measure.xml:1142 #, no-c-format msgid "" -"This function call will automatically include a bounding box comparison that" -" will make use of any indexes that are available on the geometries. To avoid" -" index use, use the function _ST_CoveredBy." +"This function call will automatically include a bounding box comparison that " +"will make use of any indexes that are available on the geometries. To avoid " +"index use, use the function _ST_CoveredBy." msgstr "" #. Tag: programlisting @@ -1768,7 +2114,8 @@ msgid "" " ST_Buffer(ST_GeomFromText('POINT(1 2)'), 20) As bigc) As foo;\n" " --Result\n" " smallinsmall | smallcoveredbybig | exteriorcoveredbybig | exeriorwithinbig\n" -"--------------+-------------------+----------------------+------------------\n" +"--------------+-------------------+----------------------" +"+------------------\n" " t | t | t | f\n" "(1 row)" msgstr "" @@ -1779,7 +2126,9 @@ msgstr "" msgid "" ", , , " -msgstr ", , , " +msgstr "" +", , , " #. Tag: refname #: reference_measure.xml:1168 @@ -1802,7 +2151,10 @@ msgid "" "boolean ST_Crosses " "geometry g1 " "geometry g2" -msgstr "boolean ST_Crosses geometry g1 geometry g2" +msgstr "" +"boolean ST_Crosses " +"geometry g1 " +"geometry g2" #. Tag: para #: reference_measure.xml:1189 @@ -1828,8 +2180,8 @@ msgstr "" #: reference_measure.xml:1200 #, no-c-format msgid "" -"TODO: Insert appropriate MathML markup here or use a gif. Simple HTML markup" -" does not work well in both IE and Firefox." +"TODO: Insert appropriate MathML markup here or use a gif. Simple HTML markup " +"does not work well in both IE and Firefox." msgstr "" #. Tag: para @@ -1963,7 +2315,10 @@ msgid "" "SELECT roads.id\n" "FROM roads, highways\n" "WHERE ST_Crosses(roads.the_geom, highways.the_geom);" -msgstr "SELECT roads.id\nFROM roads, highways\nWHERE ST_Crosses(roads.the_geom, highways.the_geom);" +msgstr "" +"SELECT roads.id\n" +"FROM roads, highways\n" +"WHERE ST_Crosses(roads.the_geom, highways.the_geom);" #. Tag: refname #: reference_measure.xml:1337 @@ -1975,8 +2330,8 @@ msgstr "ST_LineCrossingDirection" #: reference_measure.xml:1339 #, no-c-format msgid "" -"Given 2 linestrings, returns a number between -3 and 3 denoting what kind of" -" crossing behavior. 0 is no crossing." +"Given 2 linestrings, returns a number between -3 and 3 denoting what kind of " +"crossing behavior. 0 is no crossing." msgstr "" #. Tag: funcprototype @@ -1984,17 +2339,17 @@ msgstr "" #, no-c-format msgid "" "integer ST_LineCrossingDirection " -"geometry " -"linestringA geometry " -" linestringB" +"geometry linestringA geometry linestringB" msgstr "" #. Tag: para #: reference_measure.xml:1355 #, no-c-format msgid "" -"Given 2 linestrings, returns a number between -3 and 3 denoting what kind of" -" crossing behavior. 0 is no crossing. This is only supported for " +"Given 2 linestrings, returns a number between -3 and 3 denoting what kind of " +"crossing behavior. 0 is no crossing. This is only supported for " "LINESTRING" msgstr "" @@ -2095,7 +2450,8 @@ msgid "" "FROM (\n" " SELECT\n" " ST_GeomFromText('LINESTRING(25 169,89 114,40 70,86 43)') As line1,\n" -" ST_GeomFromText('LINESTRING (171 154, 20 140, 71 74, 2.99 90.16)') As line2\n" +" ST_GeomFromText('LINESTRING (171 154, 20 140, 71 74, 2.99 90.16)') As " +"line2\n" ") As foo;\n" "\n" " l1_cross_l2 | l2_cross_l1\n" @@ -2129,7 +2485,8 @@ msgid "" " ST_LineCrossingDirection(foo.line2, foo.line1) As l2_cross_l1\n" "FROM (SELECT\n" " ST_GeomFromText('LINESTRING(25 169,89 114,40 70,86 43)') As line1,\n" -" ST_GeomFromText('LINESTRING(2.99 90.16,71 74,20 140,171 154)') As line2\n" +" ST_GeomFromText('LINESTRING(2.99 90.16,71 74,20 140,171 154)') As " +"line2\n" " ) As foo;\n" "\n" " l1_cross_l2 | l2_cross_l1\n" @@ -2142,7 +2499,8 @@ msgstr "" #, no-c-format msgid "" "SELECT s1.gid, s2.gid, ST_LineCrossingDirection(s1.the_geom, s2.the_geom)\n" -" FROM streets s1 CROSS JOIN streets s2 ON (s1.gid != s2.gid AND s1.the_geom && s2.the_geom )\n" +" FROM streets s1 CROSS JOIN streets s2 ON (s1.gid != s2.gid AND s1." +"the_geom && s2.the_geom )\n" "WHERE ST_CrossingDirection(s1.the_geom, s2.the_geom) > 0;" msgstr "" @@ -2167,7 +2525,10 @@ msgid "" "boolean ST_Disjoint " "geometry A " "geometry B " -msgstr "boolean ST_Disjoint geometry A geometry B " +msgstr "" +"boolean ST_Disjoint " +"geometry A " +"geometry B " #. Tag: para #: reference_measure.xml:1489 @@ -2200,17 +2561,31 @@ msgstr "" #: reference_measure.xml:1513 #, no-c-format msgid "" -"SELECT ST_Disjoint('POINT(0 0)'::geometry, 'LINESTRING ( 2 0, 0 2 )'::geometry);\n" +"SELECT ST_Disjoint('POINT(0 0)'::geometry, 'LINESTRING ( 2 0, 0 2 )'::" +"geometry);\n" " st_disjoint\n" "---------------\n" " t\n" "(1 row)\n" -"SELECT ST_Disjoint('POINT(0 0)'::geometry, 'LINESTRING ( 0 0, 0 2 )'::geometry);\n" +"SELECT ST_Disjoint('POINT(0 0)'::geometry, 'LINESTRING ( 0 0, 0 2 )'::" +"geometry);\n" +" st_disjoint\n" +"---------------\n" +" f\n" +"(1 row)" +msgstr "" +"SELECT ST_Disjoint('POINT(0 0)'::geometry, 'LINESTRING ( 2 0, 0 2 )'::" +"geometry);\n" +" st_disjoint\n" +"---------------\n" +" t\n" +"(1 row)\n" +"SELECT ST_Disjoint('POINT(0 0)'::geometry, 'LINESTRING ( 0 0, 0 2 )'::" +"geometry);\n" " st_disjoint\n" "---------------\n" " f\n" "(1 row)" -msgstr "SELECT ST_Disjoint('POINT(0 0)'::geometry, 'LINESTRING ( 2 0, 0 2 )'::geometry);\n st_disjoint\n---------------\n t\n(1 row)\nSELECT ST_Disjoint('POINT(0 0)'::geometry, 'LINESTRING ( 0 0, 0 2 )'::geometry);\n st_disjoint\n---------------\n f\n(1 row)" #. Tag: para #: reference_measure.xml:1518 @@ -2240,27 +2615,37 @@ msgstr "" msgid "" " float ST_Distance " "geometry g1 " -"geometry g2 " -" float " -"ST_Distance geography " -" gg1 geography " -"gg2 " -"float ST_Distance " -"geography gg1 " -"geography gg2 " -"boolean " +"geometry g2 float ST_Distance geography gg1 geography gg2 float " +"ST_Distance geography " +"gg1 geography " +"gg2 boolean " +"use_spheroid " +msgstr "" +" float ST_Distance " +"geometry g1 " +"geometry g2 float ST_Distance geography gg1 geography gg2 float " +"ST_Distance geography " +"gg1 geography " +"gg2 boolean " "use_spheroid " -msgstr " float ST_Distance geometry g1 geometry g2 float ST_Distance geography gg1 geography gg2 float ST_Distance geography gg1 geography gg2 boolean use_spheroid " #. Tag: para #: reference_measure.xml:1568 #, no-c-format msgid "" "For geometry type returns the 2-dimensional minimum cartesian distance " -"between two geometries in projected units (spatial ref units). For geography" -" type defaults to return the minimum distance around WGS 84 spheroid between" -" two geographies in meters. Pass in false to return answer in sphere instead" -" of spheroid." +"between two geometries in projected units (spatial ref units). For geography " +"type defaults to return the minimum distance around WGS 84 spheroid between " +"two geographies in meters. Pass in false to return answer in sphere instead " +"of spheroid." msgstr "" #. Tag: para @@ -2281,48 +2666,59 @@ msgstr "" #: reference_measure.xml:1576 reference_measure.xml:1939 #, no-c-format msgid "" -"Enhanced: 2.1.0 improved speed for geography. See Making " -"Geography faster for details." +"Enhanced: 2.1.0 improved speed for geography. See Making Geography faster for details." msgstr "" #. Tag: programlisting #: reference_measure.xml:1582 #, no-c-format msgid "" -"--Geometry example - units in planar degrees 4326 is WGS 84 long lat unit=degrees\n" +"--Geometry example - units in planar degrees 4326 is WGS 84 long lat " +"unit=degrees\n" "SELECT ST_Distance(\n" " ST_GeomFromText('POINT(-72.1235 42.3521)',4326),\n" -" ST_GeomFromText('LINESTRING(-72.1260 42.45, -72.123 42.1546)', 4326)\n" +" ST_GeomFromText('LINESTRING(-72.1260 42.45, -72.123 " +"42.1546)', 4326)\n" " );\n" "st_distance\n" "-----------------\n" "0.00150567726382282\n" "\n" -"-- Geometry example - units in meters (SRID: 26986 Massachusetts state plane meters) (most accurate for Massachusetts)\n" +"-- Geometry example - units in meters (SRID: 26986 Massachusetts state plane " +"meters) (most accurate for Massachusetts)\n" "SELECT ST_Distance(\n" -" ST_Transform(ST_GeomFromText('POINT(-72.1235 42.3521)',4326),26986),\n" -" ST_Transform(ST_GeomFromText('LINESTRING(-72.1260 42.45, -72.123 42.1546)', 4326),26986)\n" +" ST_Transform(ST_GeomFromText('POINT(-72.1235 " +"42.3521)',4326),26986),\n" +" ST_Transform(ST_GeomFromText('LINESTRING(-72.1260 " +"42.45, -72.123 42.1546)', 4326),26986)\n" " );\n" "st_distance\n" "-----------------\n" "123.797937878454\n" "\n" -"-- Geometry example - units in meters (SRID: 2163 US National Atlas Equal area) (least accurate)\n" +"-- Geometry example - units in meters (SRID: 2163 US National Atlas Equal " +"area) (least accurate)\n" "SELECT ST_Distance(\n" -" ST_Transform(ST_GeomFromText('POINT(-72.1235 42.3521)',4326),2163),\n" -" ST_Transform(ST_GeomFromText('LINESTRING(-72.1260 42.45, -72.123 42.1546)', 4326),2163)\n" +" ST_Transform(ST_GeomFromText('POINT(-72.1235 " +"42.3521)',4326),2163),\n" +" ST_Transform(ST_GeomFromText('LINESTRING(-72.1260 " +"42.45, -72.123 42.1546)', 4326),2163)\n" " );\n" "\n" "st_distance\n" "------------------\n" "126.664256056812\n" "\n" -"-- Geography example -- same but note units in meters - use sphere for slightly faster less accurate\n" -"SELECT ST_Distance(gg1, gg2) As spheroid_dist, ST_Distance(gg1, gg2, false) As sphere_dist \n" +"-- Geography example -- same but note units in meters - use sphere for " +"slightly faster less accurate\n" +"SELECT ST_Distance(gg1, gg2) As spheroid_dist, ST_Distance(gg1, gg2, false) " +"As sphere_dist \n" "FROM (SELECT\n" " ST_GeographyFromText('SRID=4326;POINT(-72.1235 42.3521)') As gg1,\n" -" ST_GeographyFromText('SRID=4326;LINESTRING(-72.1260 42.45, -72.123 42.1546)') As gg2\n" +" ST_GeographyFromText('SRID=4326;LINESTRING(-72.1260 42.45, -72.123 " +"42.1546)') As gg2\n" " ) As foo ;\n" "\n" " spheroid_dist | sphere_dist\n" @@ -2335,9 +2731,12 @@ msgstr "" #, no-c-format msgid "" ", , , " -", , " -msgstr ", , , , , " +", , " +msgstr "" +", , , " +", , " #. Tag: refname #: reference_measure.xml:1594 @@ -2350,37 +2749,44 @@ msgstr "ST_HausdorffDistance" #, no-c-format msgid "" "Returns the Hausdorff distance between two geometries. Basically a measure " -"of how similar or dissimilar 2 geometries are. Units are in the units of the" -" spatial reference system of the geometries." +"of how similar or dissimilar 2 geometries are. Units are in the units of the " +"spatial reference system of the geometries." msgstr "" #. Tag: funcsynopsis #: reference_measure.xml:1601 #, no-c-format msgid "" -" float " -"ST_HausdorffDistance geometry" -" g1 geometry " -" g2 " -" float " -"ST_HausdorffDistance geometry" -" g1 geometry " -" g2 float " +" float ST_HausdorffDistance geometry g1 geometry g2 float " +"ST_HausdorffDistance geometry " +" g1 geometry g2 float " +"densifyFrac " +msgstr "" +" float ST_HausdorffDistance geometry g1 geometry g2 float " +"ST_HausdorffDistance geometry " +" g1 geometry g2 float " "densifyFrac " -msgstr " float ST_HausdorffDistance geometry g1 geometry g2 float ST_HausdorffDistance geometry g1 geometry g2 float densifyFrac " #. Tag: para #: reference_measure.xml:1629 #, no-c-format msgid "" -"Implements algorithm for computing a distance metric which can be thought of" -" as the \"Discrete Hausdorff Distance\". This is the Hausdorff distance " -"restricted to discrete points for one of the geometries. Wikipedia article on" -" Hausdorff distance Martin " -"Davis note on how Hausdorff Distance calculation was used to prove " -"correctness of the CascadePolygonUnion approach." +"Implements algorithm for computing a distance metric which can be thought of " +"as the \"Discrete Hausdorff Distance\". This is the Hausdorff distance " +"restricted to discrete points for one of the geometries. Wikipedia article on Hausdorff " +"distance Martin Davis note on how Hausdorff " +"Distance calculation was used to prove correctness of the " +"CascadePolygonUnion approach." msgstr "" #. Tag: para @@ -2398,8 +2804,8 @@ msgstr "" #: reference_measure.xml:1637 #, no-c-format msgid "" -"The current implementation supports only vertices as the discrete locations." -" This could be extended to allow an arbitrary density of points to be used." +"The current implementation supports only vertices as the discrete locations. " +"This could be extended to allow an arbitrary density of points to be used." msgstr "" #. Tag: para @@ -2430,18 +2836,32 @@ msgid "" " ----------------------\n" " 1\n" "(1 row)" -msgstr "postgis=# SELECT st_HausdorffDistance(\n 'LINESTRING (0 0, 2 0)'::geometry,\n 'MULTIPOINT (0 1, 1 0, 2 1)'::geometry);\n st_hausdorffdistance\n ----------------------\n 1\n(1 row)" +msgstr "" +"postgis=# SELECT st_HausdorffDistance(\n" +" 'LINESTRING (0 0, 2 0)'::geometry,\n" +" 'MULTIPOINT (0 1, 1 0, 2 1)'::geometry);\n" +" st_hausdorffdistance\n" +" ----------------------\n" +" 1\n" +"(1 row)" #. Tag: programlisting #: reference_measure.xml:1655 #, no-c-format msgid "" -"postgis=# SELECT st_hausdorffdistance('LINESTRING (130 0, 0 0, 0 150)'::geometry, 'LINESTRING (10 10, 10 150, 130 10)'::geometry, 0.5);\n" +"postgis=# SELECT st_hausdorffdistance('LINESTRING (130 0, 0 0, 0 150)'::" +"geometry, 'LINESTRING (10 10, 10 150, 130 10)'::geometry, 0.5);\n" +" st_hausdorffdistance\n" +" ----------------------\n" +" 70\n" +"(1 row)" +msgstr "" +"postgis=# SELECT st_hausdorffdistance('LINESTRING (130 0, 0 0, 0 150)'::" +"geometry, 'LINESTRING (10 10, 10 150, 130 10)'::geometry, 0.5);\n" " st_hausdorffdistance\n" " ----------------------\n" " 70\n" "(1 row)" -msgstr "postgis=# SELECT st_hausdorffdistance('LINESTRING (130 0, 0 0, 0 150)'::geometry, 'LINESTRING (10 10, 10 150, 130 10)'::geometry, 0.5);\n st_hausdorffdistance\n ----------------------\n 70\n(1 row)" #. Tag: refname #: reference_measure.xml:1662 @@ -2464,7 +2884,10 @@ msgid "" "float ST_MaxDistance " "geometry g1 " "geometry g2" -msgstr "float ST_MaxDistance geometry g1 geometry g2" +msgstr "" +"float ST_MaxDistance " +"geometry g1 " +"geometry g2" #. Tag: para #: reference_measure.xml:1681 @@ -2486,18 +2909,33 @@ msgstr "" #: reference_measure.xml:1695 #, no-c-format msgid "" -"postgis=# SELECT ST_MaxDistance('POINT(0 0)'::geometry, 'LINESTRING ( 2 0, 0 2 )'::geometry);\n" +"postgis=# SELECT ST_MaxDistance('POINT(0 0)'::geometry, 'LINESTRING ( 2 0, 0 " +"2 )'::geometry);\n" " st_maxdistance\n" "-----------------\n" " 2\n" "(1 row)\n" "\n" -"postgis=# SELECT ST_MaxDistance('POINT(0 0)'::geometry, 'LINESTRING ( 2 2, 2 2 )'::geometry);\n" +"postgis=# SELECT ST_MaxDistance('POINT(0 0)'::geometry, 'LINESTRING ( 2 2, 2 " +"2 )'::geometry);\n" +" st_maxdistance \n" +"------------------\n" +" 2.82842712474619\n" +"(1 row)" +msgstr "" +"postgis=# SELECT ST_MaxDistance('POINT(0 0)'::geometry, 'LINESTRING ( 2 0, 0 " +"2 )'::geometry);\n" +" st_maxdistance\n" +"-----------------\n" +" 2\n" +"(1 row)\n" +"\n" +"postgis=# SELECT ST_MaxDistance('POINT(0 0)'::geometry, 'LINESTRING ( 2 2, 2 " +"2 )'::geometry);\n" " st_maxdistance \n" "------------------\n" " 2.82842712474619\n" "(1 row)" -msgstr "postgis=# SELECT ST_MaxDistance('POINT(0 0)'::geometry, 'LINESTRING ( 2 0, 0 2 )'::geometry);\n st_maxdistance\n-----------------\n 2\n(1 row)\n\npostgis=# SELECT ST_MaxDistance('POINT(0 0)'::geometry, 'LINESTRING ( 2 2, 2 2 )'::geometry);\n st_maxdistance \n------------------\n 2.82842712474619\n(1 row)" #. Tag: para #: reference_measure.xml:1701 @@ -2526,9 +2964,9 @@ msgstr "" #, no-c-format msgid "" "float ST_Distance_Sphere " -"geometry " -"geomlonlatA geometry " -" geomlonlatB" +"geometry geomlonlatA geometry geomlonlatB" msgstr "" #. Tag: para @@ -2536,9 +2974,9 @@ msgstr "" #, no-c-format msgid "" "Returns minimum distance in meters between two lon/lat points. Uses a " -"spherical earth and radius of 6370986 meters. Faster than , but less accurate. PostGIS Versions " -"prior to 1.5 only implemented for points." +"spherical earth and radius of 6370986 meters. Faster than , but less accurate. PostGIS Versions prior to 1.5 " +"only implemented for points." msgstr "" #. Tag: para @@ -2562,17 +3000,25 @@ msgstr "" #: reference_measure.xml:1743 #, no-c-format msgid "" -"SELECT round(CAST(ST_Distance_Sphere(ST_Centroid(the_geom), ST_GeomFromText('POINT(-118 38)',4326)) As numeric),2) As dist_meters,\n" +"SELECT round(CAST(ST_Distance_Sphere(ST_Centroid(the_geom), " +"ST_GeomFromText('POINT(-118 38)',4326)) As numeric),2) As dist_meters,\n" "round(CAST(ST_Distance(ST_Transform(ST_Centroid(the_geom),32611),\n" -" ST_Transform(ST_GeomFromText('POINT(-118 38)', 4326),32611)) As numeric),2) As dist_utm11_meters,\n" -"round(CAST(ST_Distance(ST_Centroid(the_geom), ST_GeomFromText('POINT(-118 38)', 4326)) As numeric),5) As dist_degrees,\n" +" ST_Transform(ST_GeomFromText('POINT(-118 38)', 4326),32611)) " +"As numeric),2) As dist_utm11_meters,\n" +"round(CAST(ST_Distance(ST_Centroid(the_geom), ST_GeomFromText('POINT(-118 " +"38)', 4326)) As numeric),5) As dist_degrees,\n" "round(CAST(ST_Distance(ST_Transform(the_geom,32611),\n" -" ST_Transform(ST_GeomFromText('POINT(-118 38)', 4326),32611)) As numeric),2) As min_dist_line_point_meters\n" +" ST_Transform(ST_GeomFromText('POINT(-118 38)', 4326),32611)) " +"As numeric),2) As min_dist_line_point_meters\n" "FROM\n" -" (SELECT ST_GeomFromText('LINESTRING(-118.584 38.374,-118.583 38.5)', 4326) As the_geom) as foo;\n" -" dist_meters | dist_utm11_meters | dist_degrees | min_dist_line_point_meters\n" -" -------------+-------------------+--------------+----------------------------\n" -" 70424.47 | 70438.00 | 0.72900 | 65871.18" +" (SELECT ST_GeomFromText('LINESTRING(-118.584 38.374,-118.583 38.5)', " +"4326) As the_geom) as foo;\n" +" dist_meters | dist_utm11_meters | dist_degrees | " +"min_dist_line_point_meters\n" +" -------------+-------------------+--------------" +"+----------------------------\n" +" 70424.47 | 70438.00 | 0.72900 " +"| 65871.18" msgstr "" #. Tag: para @@ -2600,12 +3046,16 @@ msgstr "" #, no-c-format msgid "" "float ST_Distance_Spheroid " -"geometry " -"geomlonlatA geometry " -" geomlonlatB " -"spheroid " +"geometry geomlonlatA geometry geomlonlatB spheroid " +"measurement_spheroid" +msgstr "" +"float ST_Distance_Spheroid " +"geometry geomlonlatA geometry geomlonlatB spheroid " "measurement_spheroid" -msgstr "float ST_Distance_Spheroid geometry geomlonlatA geometry geomlonlatB spheroid measurement_spheroid" #. Tag: para #: reference_measure.xml:1777 @@ -2631,17 +3081,40 @@ msgstr "" #, no-c-format msgid "" "SELECT round(CAST(\n" -" ST_Distance_Spheroid(ST_Centroid(the_geom), ST_GeomFromText('POINT(-118 38)',4326), 'SPHEROID[\"WGS 84\",6378137,298.257223563]')\n" +" ST_Distance_Spheroid(ST_Centroid(the_geom), " +"ST_GeomFromText('POINT(-118 38)',4326), 'SPHEROID[\"WGS " +"84\",6378137,298.257223563]')\n" " As numeric),2) As dist_meters_spheroid,\n" -" round(CAST(ST_Distance_Sphere(ST_Centroid(the_geom), ST_GeomFromText('POINT(-118 38)',4326)) As numeric),2) As dist_meters_sphere,\n" +" round(CAST(ST_Distance_Sphere(ST_Centroid(the_geom), " +"ST_GeomFromText('POINT(-118 38)',4326)) As numeric),2) As " +"dist_meters_sphere,\n" "round(CAST(ST_Distance(ST_Transform(ST_Centroid(the_geom),32611),\n" -" ST_Transform(ST_GeomFromText('POINT(-118 38)', 4326),32611)) As numeric),2) As dist_utm11_meters\n" +" ST_Transform(ST_GeomFromText('POINT(-118 38)', 4326),32611)) " +"As numeric),2) As dist_utm11_meters\n" "FROM\n" -" (SELECT ST_GeomFromText('LINESTRING(-118.584 38.374,-118.583 38.5)', 4326) As the_geom) as foo;\n" +" (SELECT ST_GeomFromText('LINESTRING(-118.584 38.374,-118.583 38.5)', " +"4326) As the_geom) as foo;\n" +" dist_meters_spheroid | dist_meters_sphere | dist_utm11_meters\n" +"----------------------+--------------------+-------------------\n" +" 70454.92 | 70424.47 | 70438.00" +msgstr "" +"SELECT round(CAST(\n" +" ST_Distance_Spheroid(ST_Centroid(the_geom), " +"ST_GeomFromText('POINT(-118 38)',4326), 'SPHEROID[\"WGS " +"84\",6378137,298.257223563]')\n" +" As numeric),2) As dist_meters_spheroid,\n" +" round(CAST(ST_Distance_Sphere(ST_Centroid(the_geom), " +"ST_GeomFromText('POINT(-118 38)',4326)) As numeric),2) As " +"dist_meters_sphere,\n" +"round(CAST(ST_Distance(ST_Transform(ST_Centroid(the_geom),32611),\n" +" ST_Transform(ST_GeomFromText('POINT(-118 38)', 4326),32611)) " +"As numeric),2) As dist_utm11_meters\n" +"FROM\n" +" (SELECT ST_GeomFromText('LINESTRING(-118.584 38.374,-118.583 38.5)', " +"4326) As the_geom) as foo;\n" " dist_meters_spheroid | dist_meters_sphere | dist_utm11_meters\n" "----------------------+--------------------+-------------------\n" " 70454.92 | 70424.47 | 70438.00" -msgstr "SELECT round(CAST(\n ST_Distance_Spheroid(ST_Centroid(the_geom), ST_GeomFromText('POINT(-118 38)',4326), 'SPHEROID[\"WGS 84\",6378137,298.257223563]')\n As numeric),2) As dist_meters_spheroid,\n round(CAST(ST_Distance_Sphere(ST_Centroid(the_geom), ST_GeomFromText('POINT(-118 38)',4326)) As numeric),2) As dist_meters_sphere,\nround(CAST(ST_Distance(ST_Transform(ST_Centroid(the_geom),32611),\n ST_Transform(ST_GeomFromText('POINT(-118 38)', 4326),32611)) As numeric),2) As dist_utm11_meters\nFROM\n (SELECT ST_GeomFromText('LINESTRING(-118.584 38.374,-118.583 38.5)', 4326) As the_geom) as foo;\n dist_meters_spheroid | dist_meters_sphere | dist_utm11_meters\n----------------------+--------------------+-------------------\n 70454.92 | 70424.47 | 70438.00" #. Tag: para #: reference_measure.xml:1798 @@ -2670,33 +3143,51 @@ msgid "" "boolean ST_DFullyWithin " "geometry g1 " "geometry g2 " -"double precision " -"distance" -msgstr "boolean ST_DFullyWithin geometry g1 geometry g2 double precision distance" +"double precision distance" +msgstr "" +"boolean ST_DFullyWithin " +"geometry g1 " +"geometry g2 " +"double precision distance" #. Tag: para #: reference_measure.xml:1830 #, no-c-format msgid "" -"Returns true if the geometries is fully within the specified distance of one" -" another. The distance is specified in units defined by the spatial " -"reference system of the geometries. For this function to make sense, the " -"source geometries must both be of the same coordinate projection, having the" -" same SRID." +"Returns true if the geometries is fully within the specified distance of one " +"another. The distance is specified in units defined by the spatial reference " +"system of the geometries. For this function to make sense, the source " +"geometries must both be of the same coordinate projection, having the same " +"SRID." msgstr "" #. Tag: programlisting #: reference_measure.xml:1847 #, no-c-format msgid "" -"postgis=# SELECT ST_DFullyWithin(geom_a, geom_b, 10) as DFullyWithin10, ST_DWithin(geom_a, geom_b, 10) as DWithin10, ST_DFullyWithin(geom_a, geom_b, 20) as DFullyWithin20 from \n" -" (select ST_GeomFromText('POINT(1 1)') as geom_a,ST_GeomFromText('LINESTRING(1 5, 2 7, 1 9, 14 12)') as geom_b) t1;\n" +"postgis=# SELECT ST_DFullyWithin(geom_a, geom_b, 10) as DFullyWithin10, " +"ST_DWithin(geom_a, geom_b, 10) as DWithin10, ST_DFullyWithin(geom_a, geom_b, " +"20) as DFullyWithin20 from \n" +" (select ST_GeomFromText('POINT(1 1)') as geom_a," +"ST_GeomFromText('LINESTRING(1 5, 2 7, 1 9, 14 12)') as geom_b) t1;\n" +" \n" +"-----------------\n" +" DFullyWithin10 | DWithin10 | DFullyWithin20 |\n" +"---------------+----------+---------------+\n" +" f | t | t |" +msgstr "" +"postgis=# SELECT ST_DFullyWithin(geom_a, geom_b, 10) as DFullyWithin10, " +"ST_DWithin(geom_a, geom_b, 10) as DWithin10, ST_DFullyWithin(geom_a, geom_b, " +"20) as DFullyWithin20 from \n" +" (select ST_GeomFromText('POINT(1 1)') as geom_a," +"ST_GeomFromText('LINESTRING(1 5, 2 7, 1 9, 14 12)') as geom_b) t1;\n" " \n" "-----------------\n" " DFullyWithin10 | DWithin10 | DFullyWithin20 |\n" "---------------+----------+---------------+\n" " f | t | t |" -msgstr "postgis=# SELECT ST_DFullyWithin(geom_a, geom_b, 10) as DFullyWithin10, ST_DWithin(geom_a, geom_b, 10) as DWithin10, ST_DFullyWithin(geom_a, geom_b, 20) as DFullyWithin20 from \n (select ST_GeomFromText('POINT(1 1)') as geom_a,ST_GeomFromText('LINESTRING(1 5, 2 7, 1 9, 14 12)') as geom_b) t1;\n \n-----------------\n DFullyWithin10 | DWithin10 | DFullyWithin20 |\n---------------+----------+---------------+\n f | t | t |" #. Tag: para #: reference_measure.xml:1853 @@ -2728,20 +3219,34 @@ msgid "" " boolean ST_DWithin " "geometry g1 " "geometry g2 " -"double precision " -"distance_of_srid " +"double precision distance_of_srid boolean " +"ST_DWithin geography " +"gg1 geography " +"gg2 double precision distance_meters " " boolean ST_DWithin " "geography gg1 " "geography gg2 " -"double precision " -"distance_meters " +"double precision distance_meters boolean " +"use_spheroid " +msgstr "" +" boolean ST_DWithin " +"geometry g1 " +"geometry g2 " +"double precision distance_of_srid boolean " +"ST_DWithin geography " +"gg1 geography " +"gg2 double precision distance_meters " " boolean ST_DWithin " "geography gg1 " "geography gg2 " -"double precision " -"distance_meters boolean " -" use_spheroid " -msgstr " boolean ST_DWithin geometry g1 geometry g2 double precision distance_of_srid boolean ST_DWithin geography gg1 geography gg2 double precision distance_meters boolean ST_DWithin geography gg1 geography gg2 double precision distance_meters boolean use_spheroid " +"double precision distance_meters boolean " +"use_spheroid " #. Tag: para #: reference_measure.xml:1912 @@ -2757,8 +3262,8 @@ msgstr "" msgid "" "For Geometries: The distance is specified in units defined by the spatial " "reference system of the geometries. For this function to make sense, the " -"source geometries must both be of the same coordinate projection, having the" -" same SRID." +"source geometries must both be of the same coordinate projection, having the " +"same SRID." msgstr "" #. Tag: para @@ -2774,8 +3279,8 @@ msgstr "" #: reference_measure.xml:1929 #, no-c-format msgid "" -"Prior to 1.3, ST_Expand was commonly used in conjunction with && and" -" ST_Distance to achieve the same effect and in pre-1.3.4 this function was " +"Prior to 1.3, ST_Expand was commonly used in conjunction with && and " +"ST_Distance to achieve the same effect and in pre-1.3.4 this function was " "basically short-hand for that construct. From 1.3.4, ST_DWithin uses a more " "short-circuit distance function which should make it more efficient than " "prior versions for larger buffer regions." @@ -2801,18 +3306,23 @@ msgid "" "--that is within 3000 units of the school.\n" "-- We do an ST_DWithin search to utilize indexes to limit our search list\n" "-- that the non-indexable ST_Distance needs to process\n" -"--If the units of the spatial reference is meters then units would be meters\n" -"SELECT DISTINCT ON (s.gid) s.gid, s.school_name, s.the_geom, h.hospital_name\n" +"--If the units of the spatial reference is meters then units would be " +"meters\n" +"SELECT DISTINCT ON (s.gid) s.gid, s.school_name, s.the_geom, h." +"hospital_name\n" " FROM schools s\n" -" LEFT JOIN hospitals h ON ST_DWithin(s.the_geom, h.the_geom, 3000)\n" +" LEFT JOIN hospitals h ON ST_DWithin(s.the_geom, h.the_geom, " +"3000)\n" " ORDER BY s.gid, ST_Distance(s.the_geom, h.the_geom);\n" "\n" "--The schools with no close hospitals\n" "--Find all schools with no hospital within 3000 units\n" -"--away from the school. Units is in units of spatial ref (e.g. meters, feet, degrees)\n" +"--away from the school. Units is in units of spatial ref (e.g. meters, " +"feet, degrees)\n" "SELECT s.gid, s.school_name\n" " FROM schools s\n" -" LEFT JOIN hospitals h ON ST_DWithin(s.the_geom, h.the_geom, 3000)\n" +" LEFT JOIN hospitals h ON ST_DWithin(s.the_geom, h.the_geom, " +"3000)\n" " WHERE h.gid IS NULL;" msgstr "" @@ -2843,14 +3353,17 @@ msgid "" "boolean ST_Equals " "geometry A " "geometry B" -msgstr "boolean ST_Equals geometry A geometry B" +msgstr "" +"boolean ST_Equals " +"geometry A " +"geometry B" #. Tag: para #: reference_measure.xml:1975 #, no-c-format msgid "" -"Returns TRUE if the given Geometries are \"spatially equal\". Use this for a" -" 'better' answer than '='. Note by spatially equal we mean ST_Within(A,B) = " +"Returns TRUE if the given Geometries are \"spatially equal\". Use this for a " +"'better' answer than '='. Note by spatially equal we mean ST_Within(A,B) = " "true and ST_Within(B,A) = true and also mean ordering of points can be " "different but represent the same geometry structure. To verify the order of " "points is consistent, use ST_OrderingEquals (it must be noted " @@ -2903,7 +3416,9 @@ msgstr "" msgid "" ", , , " "" -msgstr ", , , " +msgstr "" +", , , " +"" #. Tag: refname #: reference_measure.xml:2007 @@ -2925,7 +3440,9 @@ msgstr "" msgid "" "boolean ST_HasArc " "geometry geomA" -msgstr "boolean ST_HasArc geometry geomA" +msgstr "" +"boolean ST_HasArc " +"geometry geomA" #. Tag: para #: reference_measure.xml:2024 @@ -2951,11 +3468,17 @@ msgstr "" #: reference_measure.xml:2035 #, no-c-format msgid "" -"SELECT ST_HasArc(ST_Collect('LINESTRING(1 2, 3 4, 5 6)', 'CIRCULARSTRING(1 1, 2 3, 4 5, 6 7, 5 6)'));\n" +"SELECT ST_HasArc(ST_Collect('LINESTRING(1 2, 3 4, 5 6)', 'CIRCULARSTRING(1 " +"1, 2 3, 4 5, 6 7, 5 6)'));\n" +" st_hasarc\n" +" --------\n" +" t" +msgstr "" +"SELECT ST_HasArc(ST_Collect('LINESTRING(1 2, 3 4, 5 6)', 'CIRCULARSTRING(1 " +"1, 2 3, 4 5, 6 7, 5 6)'));\n" " st_hasarc\n" " --------\n" " t" -msgstr "SELECT ST_HasArc(ST_Collect('LINESTRING(1 2, 3 4, 5 6)', 'CIRCULARSTRING(1 1, 2 3, 4 5, 6 7, 5 6)'));\n st_hasarc\n --------\n t" #. Tag: para #: reference_measure.xml:2042 @@ -2983,16 +3506,21 @@ msgstr "" #: reference_measure.xml:2056 #, no-c-format msgid "" -" boolean " -"ST_Intersects " -"geometry geomA " -"geometry geomB " -" boolean " -"ST_Intersects " -"geography geogA " -"geography geogB " -"" -msgstr " boolean ST_Intersects geometry geomA geometry geomB boolean ST_Intersects geography geogA geography geogB " +" boolean ST_Intersects geometry geomA geometry geomB boolean " +"ST_Intersects geography geogA geography geogB " +msgstr "" +" boolean ST_Intersects geometry geomA geometry geomB boolean " +"ST_Intersects geography geogA geography geogB " #. Tag: para #: reference_measure.xml:2088 @@ -3041,12 +3569,14 @@ msgstr "" #: reference_measure.xml:2114 #, no-c-format msgid "" -"SELECT ST_Intersects('POINT(0 0)'::geometry, 'LINESTRING ( 2 0, 0 2 )'::geometry);\n" +"SELECT ST_Intersects('POINT(0 0)'::geometry, 'LINESTRING ( 2 0, 0 2 )'::" +"geometry);\n" " st_intersects\n" "---------------\n" " f\n" "(1 row)\n" -"SELECT ST_Intersects('POINT(0 0)'::geometry, 'LINESTRING ( 0 0, 0 2 )'::geometry);\n" +"SELECT ST_Intersects('POINT(0 0)'::geometry, 'LINESTRING ( 0 0, 0 2 )'::" +"geometry);\n" " st_intersects\n" "---------------\n" " t\n" @@ -3064,14 +3594,26 @@ msgstr "" #, no-c-format msgid "" "SELECT ST_Intersects(\n" -" ST_GeographyFromText('SRID=4326;LINESTRING(-43.23456 72.4567,-43.23456 72.4568)'),\n" -" ST_GeographyFromText('SRID=4326;POINT(-43.23456 72.4567772)')\n" +" ST_GeographyFromText('SRID=4326;LINESTRING(-43.23456 " +"72.4567,-43.23456 72.4568)'),\n" +" ST_GeographyFromText('SRID=4326;POINT(-43.23456 " +"72.4567772)')\n" +" );\n" +"\n" +" st_intersects\n" +"---------------\n" +"t" +msgstr "" +"SELECT ST_Intersects(\n" +" ST_GeographyFromText('SRID=4326;LINESTRING(-43.23456 " +"72.4567,-43.23456 72.4568)'),\n" +" ST_GeographyFromText('SRID=4326;POINT(-43.23456 " +"72.4567772)')\n" " );\n" "\n" " st_intersects\n" "---------------\n" "t" -msgstr "SELECT ST_Intersects(\n ST_GeographyFromText('SRID=4326;LINESTRING(-43.23456 72.4567,-43.23456 72.4568)'),\n ST_GeographyFromText('SRID=4326;POINT(-43.23456 72.4567772)')\n );\n\n st_intersects\n---------------\nt" #. Tag: para #: reference_measure.xml:2122 @@ -3099,13 +3641,20 @@ msgstr "" #, no-c-format msgid "" " float ST_Length " -"geometry " -"a_2dlinestring " +"geometry a_2dlinestring float " +"ST_Length geography geog boolean use_spheroid=true " +"" +msgstr "" " float ST_Length " -"geography geog " -"boolean " -"use_spheroid=true " -msgstr " float ST_Length geometry a_2dlinestring float ST_Length geography geog boolean use_spheroid=true " +"geometry a_2dlinestring float " +"ST_Length geography geog boolean use_spheroid=true " +"" #. Tag: para #: reference_measure.xml:2147 @@ -3123,19 +3672,19 @@ msgstr "" #: reference_measure.xml:2151 #, no-c-format msgid "" -"Currently for geometry this is an alias for ST_Length2D, but this may change" -" to support higher dimensions." +"Currently for geometry this is an alias for ST_Length2D, but this may change " +"to support higher dimensions." msgstr "" #. Tag: para #: reference_measure.xml:2152 #, no-c-format msgid "" -"Changed: 2.0.0 Breaking change -- in prior versions applying this to a " -"MULTI/POLYGON of type geography would give you the perimeter of the " -"POLYGON/MULTIPOLYGON. In 2.0.0 this was changed to return 0 to be in line " -"with geometry behavior. Please use ST_Perimeter if you want the perimeter of" -" a polygon" +"Changed: 2.0.0 Breaking change -- in prior versions applying this to a MULTI/" +"POLYGON of type geography would give you the perimeter of the POLYGON/" +"MULTIPOLYGON. In 2.0.0 this was changed to return 0 to be in line with " +"geometry behavior. Please use ST_Perimeter if you want the perimeter of a " +"polygon" msgstr "" #. Tag: para @@ -3176,7 +3725,8 @@ msgstr "" #: reference_measure.xml:2164 #, no-c-format msgid "" -"SELECT ST_Length(ST_GeomFromText('LINESTRING(743238 2967416,743238 2967450,743265 2967450,\n" +"SELECT ST_Length(ST_GeomFromText('LINESTRING(743238 2967416,743238 " +"2967450,743265 2967450,\n" "743265.625 2967416,743238 2967416)',2249));\n" "st_length\n" "---------\n" @@ -3186,7 +3736,8 @@ msgid "" "--Transforming WGS 84 linestring to Massachusetts state plane meters\n" "SELECT ST_Length(\n" " ST_Transform(\n" -" ST_GeomFromEWKT('SRID=4326;LINESTRING(-72.1260 42.45, -72.1240 42.45666, -72.123 42.1546)'),\n" +" ST_GeomFromEWKT('SRID=4326;LINESTRING(-72.1260 42.45, " +"-72.1240 42.45666, -72.123 42.1546)'),\n" " 26986\n" " )\n" ");\n" @@ -3206,9 +3757,11 @@ msgstr "" #, no-c-format msgid "" "-- default calculation is using a sphere rather than spheroid\n" -"SELECT ST_Length(the_geog) As length_spheroid, ST_Length(the_geog,false) As length_sphere\n" +"SELECT ST_Length(the_geog) As length_spheroid, ST_Length(the_geog,false) As " +"length_sphere\n" "FROM (SELECT ST_GeographyFromText(\n" -"'SRID=4326;LINESTRING(-72.1260 42.45, -72.1240 42.45666, -72.123 42.1546)') As the_geog)\n" +"'SRID=4326;LINESTRING(-72.1260 42.45, -72.1240 42.45666, -72.123 42.1546)') " +"As the_geog)\n" " As foo;\n" " length_spheroid | length_sphere\n" "------------------+------------------\n" @@ -3220,10 +3773,11 @@ msgstr "" #: reference_measure.xml:2173 #, no-c-format msgid "" -", , , , " -msgstr ", , , , " +", , , , " +msgstr "" +", , , , " #. Tag: refname #: reference_measure.xml:2179 @@ -3236,8 +3790,8 @@ msgstr "ST_Length2D" #, no-c-format msgid "" "Returns the 2-dimensional length of the geometry if it is a " -"linestring or multi-linestring. This is an alias for " -"ST_Length" +"linestring or multi-linestring. This is an alias for ST_Length" msgstr "" #. Tag: funcprototype @@ -3245,17 +3799,19 @@ msgstr "" #, no-c-format msgid "" "float ST_Length2D " -"geometry " -"a_2dlinestring" -msgstr "float ST_Length2D geometry a_2dlinestring" +"geometry a_2dlinestring" +msgstr "" +"float ST_Length2D " +"geometry a_2dlinestring" #. Tag: para #: reference_measure.xml:2197 #, no-c-format msgid "" -"Returns the 2-dimensional length of the geometry if it is a linestring" -" or multi-linestring. This is an alias for " -"ST_Length" +"Returns the 2-dimensional length of the geometry if it is a linestring " +"or multi-linestring. This is an alias for ST_Length" msgstr "" #. Tag: para @@ -3274,8 +3830,8 @@ msgstr "ST_3DLength" #: reference_measure.xml:2214 #, no-c-format msgid "" -"Returns the 3-dimensional or 2-dimensional length of the geometry if it is a" -" linestring or multi-linestring." +"Returns the 3-dimensional or 2-dimensional length of the geometry if it is a " +"linestring or multi-linestring." msgstr "" #. Tag: funcprototype @@ -3283,16 +3839,19 @@ msgstr "" #, no-c-format msgid "" "float ST_3DLength " -"geometry " -"a_3dlinestring" -msgstr "float ST_3DLength geometry a_3dlinestring" +"geometry a_3dlinestring" +msgstr "" +"float ST_3DLength " +"geometry a_3dlinestring" #. Tag: para #: reference_measure.xml:2230 #, no-c-format msgid "" -"Returns the 3-dimensional or 2-dimensional length of the geometry if it is a" -" linestring or multi-linestring. For 2-d lines it will just return the 2-d " +"Returns the 3-dimensional or 2-dimensional length of the geometry if it is a " +"linestring or multi-linestring. For 2-d lines it will just return the 2-d " "length (same as ST_Length and ST_Length2D)" msgstr "" @@ -3314,12 +3873,19 @@ msgstr "" #: reference_measure.xml:2242 #, no-c-format msgid "" -"SELECT ST_3DLength(ST_GeomFromText('LINESTRING(743238 2967416 1,743238 2967450 1,743265 2967450 3,\n" +"SELECT ST_3DLength(ST_GeomFromText('LINESTRING(743238 2967416 1,743238 " +"2967450 1,743265 2967450 3,\n" +"743265.625 2967416 3,743238 2967416 3)',2249));\n" +"ST_3DLength\n" +"-----------\n" +"122.704716741457" +msgstr "" +"SELECT ST_3DLength(ST_GeomFromText('LINESTRING(743238 2967416 1,743238 " +"2967450 1,743265 2967450 3,\n" "743265.625 2967416 3,743238 2967416 3)',2249));\n" "ST_3DLength\n" "-----------\n" "122.704716741457" -msgstr "SELECT ST_3DLength(ST_GeomFromText('LINESTRING(743238 2967416 1,743238 2967450 1,743265 2967450 3,\n743265.625 2967416 3,743238 2967416 3)',2249));\nST_3DLength\n-----------\n122.704716741457" #. Tag: para #: reference_measure.xml:2249 @@ -3347,10 +3913,14 @@ msgstr "" #, no-c-format msgid "" "float ST_Length_Spheroid " -"geometry " -"a_linestring spheroid " -" a_spheroid" -msgstr "float ST_Length_Spheroid geometry a_linestring spheroid a_spheroid" +"geometry a_linestring spheroid a_spheroid" +msgstr "" +"float ST_Length_Spheroid " +"geometry a_linestring spheroid a_spheroid" #. Tag: para #: reference_measure.xml:2275 @@ -3393,9 +3963,11 @@ msgid "" "SELECT ST_Length_Spheroid( the_geom, sph_m ) As tot_len,\n" "ST_Length_Spheroid(ST_GeometryN(the_geom,1), sph_m) As len_line1,\n" "ST_Length_Spheroid(ST_GeometryN(the_geom,2), sph_m) As len_line2\n" -" FROM (SELECT ST_GeomFromText('MULTILINESTRING((-118.584 38.374,-118.583 38.5),\n" +" FROM (SELECT " +"ST_GeomFromText('MULTILINESTRING((-118.584 38.374,-118.583 38.5),\n" " (-71.05957 42.3589 , -71.061 43))') As the_geom,\n" -"CAST('SPHEROID[\"GRS_1980\",6378137,298.257222101]' As spheroid) As sph_m) as foo;\n" +"CAST('SPHEROID[\"GRS_1980\",6378137,298.257222101]' As spheroid) As sph_m) " +"as foo;\n" " tot_len | len_line1 | len_line2\n" "------------------+------------------+------------------\n" " 85204.5207562955 | 13986.8725229309 | 71217.6482333646\n" @@ -3404,9 +3976,11 @@ msgid "" "SELECT ST_Length_Spheroid( the_geom, sph_m ) As tot_len,\n" "ST_Length_Spheroid(ST_GeometryN(the_geom,1), sph_m) As len_line1,\n" "ST_Length_Spheroid(ST_GeometryN(the_geom,2), sph_m) As len_line2\n" -" FROM (SELECT ST_GeomFromEWKT('MULTILINESTRING((-118.584 38.374 20,-118.583 38.5 30),\n" +" FROM (SELECT " +"ST_GeomFromEWKT('MULTILINESTRING((-118.584 38.374 20,-118.583 38.5 30),\n" " (-71.05957 42.3589 75, -71.061 43 90))') As the_geom,\n" -"CAST('SPHEROID[\"GRS_1980\",6378137,298.257222101]' As spheroid) As sph_m) as foo;\n" +"CAST('SPHEROID[\"GRS_1980\",6378137,298.257222101]' As spheroid) As sph_m) " +"as foo;\n" "\n" " tot_len | len_line1 | len_line2\n" "------------------+-----------------+------------------\n" @@ -3416,8 +3990,10 @@ msgstr "" #. Tag: para #: reference_measure.xml:2301 #, no-c-format -msgid ", , " -msgstr ", , " +msgid "" +", , " +msgstr "" +", , " #. Tag: refname #: reference_measure.xml:2307 @@ -3439,10 +4015,14 @@ msgstr "" #, no-c-format msgid "" "float ST_Length2D_Spheroid " -"geometry " -"a_linestring spheroid " -" a_spheroid" -msgstr "float ST_Length2D_Spheroid geometry a_linestring spheroid a_spheroid" +"geometry a_linestring spheroid a_spheroid" +msgstr "" +"float ST_Length2D_Spheroid " +"geometry a_linestring spheroid a_spheroid" #. Tag: para #: reference_measure.xml:2327 @@ -3458,9 +4038,9 @@ msgstr "" #: reference_measure.xml:2338 #, no-c-format msgid "" -"This is much like and except it will throw away the Z " -"coordinate in calculations." +"This is much like and except it will throw away the Z coordinate in " +"calculations." msgstr "" #. Tag: programlisting @@ -3474,9 +4054,11 @@ msgid "" "SELECT ST_Length2D_Spheroid( the_geom, sph_m ) As tot_len,\n" "ST_Length2D_Spheroid(ST_GeometryN(the_geom,1), sph_m) As len_line1,\n" "ST_Length2D_Spheroid(ST_GeometryN(the_geom,2), sph_m) As len_line2\n" -" FROM (SELECT ST_GeomFromText('MULTILINESTRING((-118.584 38.374,-118.583 38.5),\n" +" FROM (SELECT " +"ST_GeomFromText('MULTILINESTRING((-118.584 38.374,-118.583 38.5),\n" " (-71.05957 42.3589 , -71.061 43))') As the_geom,\n" -"CAST('SPHEROID[\"GRS_1980\",6378137,298.257222101]' As spheroid) As sph_m) as foo;\n" +"CAST('SPHEROID[\"GRS_1980\",6378137,298.257222101]' As spheroid) As sph_m) " +"as foo;\n" " tot_len | len_line1 | len_line2\n" "------------------+------------------+------------------\n" " 85204.5207562955 | 13986.8725229309 | 71217.6482333646\n" @@ -3485,9 +4067,11 @@ msgid "" "SELECT ST_Length2D_Spheroid( the_geom, sph_m ) As tot_len,\n" "ST_Length2D_Spheroid(ST_GeometryN(the_geom,1), sph_m) As len_line1,\n" "ST_Length2D_Spheroid(ST_GeometryN(the_geom,2), sph_m) As len_line2\n" -" FROM (SELECT ST_GeomFromEWKT('MULTILINESTRING((-118.584 38.374 20,-118.583 38.5 30),\n" +" FROM (SELECT " +"ST_GeomFromEWKT('MULTILINESTRING((-118.584 38.374 20,-118.583 38.5 30),\n" " (-71.05957 42.3589 75, -71.061 43 90))') As the_geom,\n" -"CAST('SPHEROID[\"GRS_1980\",6378137,298.257222101]' As spheroid) As sph_m) as foo;\n" +"CAST('SPHEROID[\"GRS_1980\",6378137,298.257222101]' As spheroid) As sph_m) " +"as foo;\n" "\n" " tot_len | len_line1 | len_line2\n" "------------------+------------------+------------------\n" @@ -3498,9 +4082,11 @@ msgstr "" #: reference_measure.xml:2353 #, no-c-format msgid "" -", , " -msgstr ", , " +", , " +msgstr "" +", , " #. Tag: refname #: reference_measure.xml:2359 @@ -3513,8 +4099,8 @@ msgstr "ST_3DLength_Spheroid" #, no-c-format msgid "" "Calculates the length of a geometry on an ellipsoid, taking the " -"elevation into account. This is just an alias for " -"ST_Length_Spheroid." +"elevation into account. This is just an alias for ST_Length_Spheroid." msgstr "" #. Tag: funcprototype @@ -3522,10 +4108,14 @@ msgstr "" #, no-c-format msgid "" "float ST_3DLength_Spheroid " -"geometry " -"a_linestring spheroid " -" a_spheroid" -msgstr "float ST_3DLength_Spheroid geometry a_linestring spheroid a_spheroid" +"geometry a_linestring spheroid a_spheroid" +msgstr "" +"float ST_3DLength_Spheroid " +"geometry a_linestring spheroid a_spheroid" #. Tag: para #: reference_measure.xml:2378 @@ -3540,8 +4130,8 @@ msgstr "" #, no-c-format msgid "" "Changed: 2.0.0 In prior versions this used to return 0 for anything that is " -"not a MULTILINESTRING or LINESTRING and in 2.0.0 on returns the perimeter of" -" if given a polgon." +"not a MULTILINESTRING or LINESTRING and in 2.0.0 on returns the perimeter of " +"if given a polgon." msgstr "" #. Tag: para @@ -3567,7 +4157,8 @@ msgstr "Voir ST_Length_Spheroid" #: reference_measure.xml:2399 #, no-c-format msgid ", , " -msgstr ", , " +msgstr "" +", , " #. Tag: refname #: reference_measure.xml:2405 @@ -3581,8 +4172,8 @@ msgstr "ST_LongestLine" msgid "" "Returns the 2-dimensional longest line points of two geometries. The " "function will only return the first longest line if more than one, that the " -"function finds. The line returned will always start in g1 and end in g2. The" -" length of the line this function returns will always be the same as " +"function finds. The line returned will always start in g1 and end in g2. The " +"length of the line this function returns will always be the same as " "st_maxdistance returns for g1 and g2." msgstr "" @@ -3593,7 +4184,10 @@ msgid "" "geometry ST_LongestLine " "geometry g1 " "geometry g2" -msgstr "geometry ST_LongestLine geometry g1 geometry g2" +msgstr "" +"geometry ST_LongestLine " +"geometry g1 " +"geometry g2" #. Tag: para #: reference_measure.xml:2430 @@ -3621,7 +4215,16 @@ msgid "" " lline\n" "-----------------\n" "LINESTRING(100 100,98 190)" -msgstr "SELECT ST_AsText(\n ST_LongestLine('POINT(100 100)'::geometry, \n 'LINESTRING (20 80, 98 190, 110 180, 50 75 )'::geometry)\n ) As lline;\n\n \n lline\n-----------------\nLINESTRING(100 100,98 190)" +msgstr "" +"SELECT ST_AsText(\n" +" ST_LongestLine('POINT(100 100)'::geometry, \n" +" 'LINESTRING (20 80, 98 190, 110 180, 50 75 )'::geometry)\n" +" ) As lline;\n" +"\n" +" \n" +" lline\n" +"-----------------\n" +"LINESTRING(100 100,98 190)" #. Tag: para #: reference_measure.xml:2459 @@ -3644,7 +4247,18 @@ msgid "" " lline\n" "-----------------\n" "LINESTRING(20 40,121.111404660392 186.629392246051)" -msgstr "SELECT ST_AsText(\n ST_LongestLine(\n ST_GeomFromText('POLYGON((175 150, 20 40, \n 50 60, 125 100, 175 150))'),\n ST_Buffer(ST_GeomFromText('POINT(110 170)'), 20)\n ) \n ) As llinewkt;\n \n lline\n-----------------\nLINESTRING(20 40,121.111404660392 186.629392246051)" +msgstr "" +"SELECT ST_AsText(\n" +" ST_LongestLine(\n" +" ST_GeomFromText('POLYGON((175 150, 20 40, \n" +" 50 60, 125 100, 175 150))'),\n" +" ST_Buffer(ST_GeomFromText('POINT(110 170)'), 20)\n" +" ) \n" +" ) As llinewkt;\n" +" \n" +" lline\n" +"-----------------\n" +"LINESTRING(20 40,121.111404660392 186.629392246051)" #. Tag: para #: reference_measure.xml:2478 @@ -3662,7 +4276,22 @@ msgid "" " ST_MaxDistance(c.the_geom,c.the_geom) As max_dist, \n" " ST_Length(ST_LongestLine(c.the_geom, c.the_geom)) As lenll \n" "FROM (SELECT ST_BuildArea(ST_Collect(the_geom)) As the_geom\n" -" FROM (SELECT ST_Translate(ST_SnapToGrid(ST_Buffer(ST_Point(50 ,generate_series(50,190, 50) \n" +" FROM (SELECT ST_Translate(ST_SnapToGrid(ST_Buffer(ST_Point(50 ," +"generate_series(50,190, 50) \n" +" ),40, 'quad_segs=2'),1), x, 0) As the_geom \n" +" FROM generate_series(1,100,50) As x) AS foo\n" +") As c;\n" +" \n" +" llinewkt | max_dist | lenll\n" +"---------------------------+------------------+------------------\n" +" LINESTRING(23 22,129 178) | 188.605408193933 | 188.605408193933" +msgstr "" +"SELECT ST_AsText(ST_LongestLine(c.the_geom, c.the_geom)) As llinewkt, \n" +" ST_MaxDistance(c.the_geom,c.the_geom) As max_dist, \n" +" ST_Length(ST_LongestLine(c.the_geom, c.the_geom)) As lenll \n" +"FROM (SELECT ST_BuildArea(ST_Collect(the_geom)) As the_geom\n" +" FROM (SELECT ST_Translate(ST_SnapToGrid(ST_Buffer(ST_Point(50 ," +"generate_series(50,190, 50) \n" " ),40, 'quad_segs=2'),1), x, 0) As the_geom \n" " FROM generate_series(1,100,50) As x) AS foo\n" ") As c;\n" @@ -3670,12 +4299,12 @@ msgid "" " llinewkt | max_dist | lenll\n" "---------------------------+------------------+------------------\n" " LINESTRING(23 22,129 178) | 188.605408193933 | 188.605408193933" -msgstr "SELECT ST_AsText(ST_LongestLine(c.the_geom, c.the_geom)) As llinewkt, \n ST_MaxDistance(c.the_geom,c.the_geom) As max_dist, \n ST_Length(ST_LongestLine(c.the_geom, c.the_geom)) As lenll \nFROM (SELECT ST_BuildArea(ST_Collect(the_geom)) As the_geom\n FROM (SELECT ST_Translate(ST_SnapToGrid(ST_Buffer(ST_Point(50 ,generate_series(50,190, 50) \n ),40, 'quad_segs=2'),1), x, 0) As the_geom \n FROM generate_series(1,100,50) As x) AS foo\n) As c;\n \n llinewkt | max_dist | lenll\n---------------------------+------------------+------------------\n LINESTRING(23 22,129 178) | 188.605408193933 | 188.605408193933" #. Tag: para #: reference_measure.xml:2493 #, no-c-format -msgid ", , " +msgid "" +", , " msgstr "" #. Tag: refname @@ -3706,17 +4335,17 @@ msgstr "" #, no-c-format msgid "" "ST_OrderingEquals compares two geometries and returns t (TRUE) if the " -"geometries are equal and the coordinates are in the same order; otherwise it" -" returns f (FALSE)." +"geometries are equal and the coordinates are in the same order; otherwise it " +"returns f (FALSE)." msgstr "" #. Tag: para #: reference_measure.xml:2523 #, no-c-format msgid "" -"This function is implemented as per the ArcSDE SQL specification rather than" -" SQL-MM. " -"http://edndoc.esri.com/arcsde/9.1/sql_api/sqlapi3.htm#ST_OrderingEquals" +"This function is implemented as per the ArcSDE SQL specification rather than " +"SQL-MM. http://edndoc.esri.com/arcsde/9.1/sql_api/sqlapi3." +"htm#ST_OrderingEquals" msgstr "" #. Tag: para @@ -3743,7 +4372,8 @@ msgid "" " t\n" "(1 row)\n" "\n" -"SELECT ST_OrderingEquals(ST_Reverse(ST_GeomFromText('LINESTRING(0 0, 10 10)')),\n" +"SELECT ST_OrderingEquals(ST_Reverse(ST_GeomFromText('LINESTRING(0 0, 10 " +"10)')),\n" " ST_GeomFromText('LINESTRING(0 0, 0 0, 10 10)'));\n" " st_orderingequals\n" "-----------\n" @@ -3778,7 +4408,10 @@ msgid "" "boolean ST_Overlaps " "geometry A " "geometry B" -msgstr "boolean ST_Overlaps geometry A geometry B" +msgstr "" +"boolean ST_Overlaps " +"geometry A " +"geometry B" #. Tag: para #: reference_measure.xml:2561 @@ -3799,9 +4432,9 @@ msgstr "" #: reference_measure.xml:2568 #, no-c-format msgid "" -"This function call will automatically include a bounding box comparison that" -" will make use of any indexes that are available on the geometries. To avoid" -" index use, use the function _ST_Overlaps." +"This function call will automatically include a bounding box comparison that " +"will make use of any indexes that are available on the geometries. To avoid " +"index use, use the function _ST_Overlaps." msgstr "" #. Tag: para @@ -3827,46 +4460,59 @@ msgstr "" #: reference_measure.xml:2617 #, no-c-format msgid "" -"--a point on a line is contained by the line and is of a lower dimension, and therefore does not overlap the line\n" +"--a point on a line is contained by the line and is of a lower dimension, " +"and therefore does not overlap the line\n" " nor crosses\n" "\n" "SELECT ST_Overlaps(a,b) As a_overlap_b,\n" " ST_Crosses(a,b) As a_crosses_b,\n" -" ST_Intersects(a, b) As a_intersects_b, ST_Contains(b,a) As b_contains_a\n" -"FROM (SELECT ST_GeomFromText('POINT(1 0.5)') As a, ST_GeomFromText('LINESTRING(1 0, 1 1, 3 5)') As b)\n" +" ST_Intersects(a, b) As a_intersects_b, ST_Contains(b,a) As " +"b_contains_a\n" +"FROM (SELECT ST_GeomFromText('POINT(1 0.5)') As a, " +"ST_GeomFromText('LINESTRING(1 0, 1 1, 3 5)') As b)\n" " As foo\n" "\n" "a_overlap_b | a_crosses_b | a_intersects_b | b_contains_a\n" "------------+-------------+----------------+--------------\n" "f | f | t | t\n" "\n" -"--a line that is partly contained by circle, but not fully is defined as intersecting and crossing,\n" +"--a line that is partly contained by circle, but not fully is defined as " +"intersecting and crossing,\n" "-- but since of different dimension it does not overlap\n" "SELECT ST_Overlaps(a,b) As a_overlap_b, ST_Crosses(a,b) As a_crosses_b,\n" " ST_Intersects(a, b) As a_intersects_b,\n" " ST_Contains(a,b) As a_contains_b\n" -"FROM (SELECT ST_Buffer(ST_GeomFromText('POINT(1 0.5)'), 3) As a, ST_GeomFromText('LINESTRING(1 0, 1 1, 3 5)') As b)\n" +"FROM (SELECT ST_Buffer(ST_GeomFromText('POINT(1 0.5)'), 3) As a, " +"ST_GeomFromText('LINESTRING(1 0, 1 1, 3 5)') As b)\n" " As foo;\n" "\n" " a_overlap_b | a_crosses_b | a_intersects_b | a_contains_b\n" "-------------+-------------+----------------+--------------\n" " f | t | t | f\n" "\n" -" -- a 2-dimensional bent hot dog (aka buffered line string) that intersects a circle,\n" -" -- but is not fully contained by the circle is defined as overlapping since they are of the same dimension,\n" -"-- but it does not cross, because the intersection of the 2 is of the same dimension\n" +" -- a 2-dimensional bent hot dog (aka buffered line string) that intersects " +"a circle,\n" +" -- but is not fully contained by the circle is defined as " +"overlapping since they are of the same dimension,\n" +"-- but it does not cross, because the intersection of the 2 is of the " +"same dimension\n" "-- as the maximum dimension of the 2\n" "\n" -"SELECT ST_Overlaps(a,b) As a_overlap_b, ST_Crosses(a,b) As a_crosses_b, ST_Intersects(a, b) As a_intersects_b,\n" +"SELECT ST_Overlaps(a,b) As a_overlap_b, ST_Crosses(a,b) As a_crosses_b, " +"ST_Intersects(a, b) As a_intersects_b,\n" "ST_Contains(b,a) As b_contains_a,\n" -"ST_Dimension(a) As dim_a, ST_Dimension(b) as dim_b, ST_Dimension(ST_Intersection(a,b)) As dima_intersection_b\n" +"ST_Dimension(a) As dim_a, ST_Dimension(b) as dim_b, " +"ST_Dimension(ST_Intersection(a,b)) As dima_intersection_b\n" "FROM (SELECT ST_Buffer(ST_GeomFromText('POINT(1 0.5)'), 3) As a,\n" " ST_Buffer(ST_GeomFromText('LINESTRING(1 0, 1 1, 3 5)'),0.5) As b)\n" " As foo;\n" "\n" -" a_overlap_b | a_crosses_b | a_intersects_b | b_contains_a | dim_a | dim_b | dima_intersection_b\n" -"-------------+-------------+----------------+--------------+-------+-------+---------------------\n" -" t | f | t | f | 2 | 2 | 2" +" a_overlap_b | a_crosses_b | a_intersects_b | b_contains_a | dim_a | dim_b | " +"dima_intersection_b\n" +"-------------+-------------+----------------+--------------+-------+-------" +"+---------------------\n" +" t | f | t | f | 2 | 2 " +"| 2" msgstr "" #. Tag: para @@ -3875,7 +4521,9 @@ msgstr "" msgid "" ", , , " -msgstr ", , , " +msgstr "" +", , , " #. Tag: refname #: reference_measure.xml:2630 @@ -3890,7 +4538,11 @@ msgid "" "Return the length measurement of the boundary of an ST_Surface or " "ST_MultiSurface geometry or geography. (Polygon, Multipolygon). geometry " "measurement is in units of spatial reference and geography is in meters." -msgstr "Retourne la mesure de la longueur du bord d'un object ST_Surface, ST_MultiSurface, geometry ou geography (Polygon, Multipolygon). La mesure de géométrie (type geometry) est faite dans les unités du système de projection, et pour les objets geography en mètres." +msgstr "" +"Retourne la mesure de la longueur du bord d'un object ST_Surface, " +"ST_MultiSurface, geometry ou geography (Polygon, Multipolygon). La mesure de " +"géométrie (type geometry) est faite dans les unités du système de " +"projection, et pour les objets geography en mètres." #. Tag: funcprototype #: reference_measure.xml:2637 @@ -3898,7 +4550,9 @@ msgstr "Retourne la mesure de la longueur du bord d'un object ST_Surface, ST_Mul msgid "" "float ST_Perimeter " "geometry g1" -msgstr "float ST_Perimeter geometry g1" +msgstr "" +"float ST_Perimeter " +"geometry g1" #. Tag: funcprototype #: reference_measure.xml:2643 @@ -3906,9 +4560,13 @@ msgstr "float ST_Perimeter float ST_Perimeter " "geography geog " -"boolean " -"use_spheroid=true" -msgstr "float ST_Perimeter geography geog boolean use_spheroid=true" +"boolean use_spheroid=true" +msgstr "" +"float ST_Perimeter " +"geography geog " +"boolean use_spheroid=true" #. Tag: para #: reference_measure.xml:2653 @@ -3918,8 +4576,8 @@ msgid "" "ST_MultiSurface (Polygon, Multipolygon). 0 is returned for non-areal " "geometries. For linestrings use ST_Length. Measurements for geometry are in " "the units of the spatial reference system of the geometry. Measurements for " -"geography are in meters. If use_spheroid is set to false," -" then will model earth as a sphere instead of a spheroid." +"geography are in meters. If use_spheroid is set to false, " +"then will model earth as a sphere instead of a spheroid." msgstr "" #. Tag: para @@ -3960,14 +4618,41 @@ msgstr "" #: reference_measure.xml:2669 #, no-c-format msgid "" -"SELECT ST_Perimeter(ST_GeomFromText('POLYGON((743238 2967416,743238 2967450,743265 2967450,\n" +"SELECT ST_Perimeter(ST_GeomFromText('POLYGON((743238 2967416,743238 " +"2967450,743265 2967450,\n" "743265.625 2967416,743238 2967416))', 2249));\n" "st_perimeter\n" "---------\n" " 122.630744000095\n" "(1 row)\n" "\n" -"SELECT ST_Perimeter(ST_GeomFromText('MULTIPOLYGON(((763104.471273676 2949418.44119003,\n" +"SELECT ST_Perimeter(ST_GeomFromText('MULTIPOLYGON(((763104.471273676 " +"2949418.44119003,\n" +"763104.477769673 2949418.42538203,\n" +"763104.189609677 2949418.22343004,763104.471273676 2949418.44119003)),\n" +"((763104.471273676 2949418.44119003,763095.804579742 2949436.33850239,\n" +"763086.132105649 2949451.46730207,763078.452329651 2949462.11549407,\n" +"763075.354136904 2949466.17407812,763064.362142565 2949477.64291974,\n" +"763059.953961626 2949481.28983009,762994.637609571 2949532.04103014,\n" +"762990.568508415 2949535.06640477,762986.710889563 2949539.61421415,\n" +"763117.237897679 2949709.50493431,763235.236617789 2949617.95619822,\n" +"763287.718121842 2949562.20592617,763111.553321674 2949423.91664605,\n" +"763104.471273676 2949418.44119003)))', 2249));\n" +"st_perimeter\n" +"---------\n" +" 845.227713366825\n" +"(1 row)" +msgstr "" +"SELECT ST_Perimeter(ST_GeomFromText('POLYGON((743238 2967416,743238 " +"2967450,743265 2967450,\n" +"743265.625 2967416,743238 2967416))', 2249));\n" +"st_perimeter\n" +"---------\n" +" 122.630744000095\n" +"(1 row)\n" +"\n" +"SELECT ST_Perimeter(ST_GeomFromText('MULTIPOLYGON(((763104.471273676 " +"2949418.44119003,\n" "763104.477769673 2949418.42538203,\n" "763104.189609677 2949418.22343004,763104.471273676 2949418.44119003)),\n" "((763104.471273676 2949418.44119003,763095.804579742 2949436.33850239,\n" @@ -3982,7 +4667,6 @@ msgid "" "---------\n" " 845.227713366825\n" "(1 row)" -msgstr "SELECT ST_Perimeter(ST_GeomFromText('POLYGON((743238 2967416,743238 2967450,743265 2967450,\n743265.625 2967416,743238 2967416))', 2249));\nst_perimeter\n---------\n 122.630744000095\n(1 row)\n\nSELECT ST_Perimeter(ST_GeomFromText('MULTIPOLYGON(((763104.471273676 2949418.44119003,\n763104.477769673 2949418.42538203,\n763104.189609677 2949418.22343004,763104.471273676 2949418.44119003)),\n((763104.471273676 2949418.44119003,763095.804579742 2949436.33850239,\n763086.132105649 2949451.46730207,763078.452329651 2949462.11549407,\n763075.354136904 2949466.17407812,763064.362142565 2949477.64291974,\n763059.953961626 2949481.28983009,762994.637609571 2949532.04103014,\n762990.568508415 2949535.06640477,762986.710889563 2949539.61421415,\n763117.237897679 2949709.50493431,763235.236617789 2949617.95619822,\n763287.718121842 2949562.20592617,763111.553321674 2949423.91664605,\n763104.471273676 2949418.44119003)))', 2249));\nst_perimeter\n---------\n 845.227713366825\n(1 row)" #. Tag: title #: reference_measure.xml:2672 @@ -4002,9 +4686,12 @@ msgstr "" #: reference_measure.xml:2674 #, no-c-format msgid "" -"SELECT ST_Perimeter(geog) As per_meters, ST_Perimeter(geog)/0.3048 As per_ft \n" -"FROM ST_GeogFromText('POLYGON((-71.1776848522251 42.3902896512902,-71.1776843766326 42.3903829478009,\n" -"-71.1775844305465 42.3903826677917,-71.1775825927231 42.3902893647987,-71.1776848522251 42.3902896512902))') As geog;\n" +"SELECT ST_Perimeter(geog) As per_meters, ST_Perimeter(geog)/0.3048 As " +"per_ft \n" +"FROM ST_GeogFromText('POLYGON((-71.1776848522251 " +"42.3902896512902,-71.1776843766326 42.3903829478009,\n" +"-71.1775844305465 42.3903826677917,-71.1775825927231 " +"42.3902893647987,-71.1776848522251 42.3902896512902))') As geog;\n" "\n" " per_meters | per_ft\n" "-----------------+------------------\n" @@ -4012,15 +4699,21 @@ msgid "" "\n" "\n" "-- Multipolygon example --\n" -"SELECT ST_Perimeter(geog) As per_meters, ST_Perimeter(geog,false) As per_sphere_meters, ST_Perimeter(geog)/0.3048 As per_ft \n" -"FROM ST_GeogFromText('MULTIPOLYGON(((-71.1044543107478 42.340674480411,-71.1044542869917 42.3406744369506,\n" +"SELECT ST_Perimeter(geog) As per_meters, ST_Perimeter(geog,false) As " +"per_sphere_meters, ST_Perimeter(geog)/0.3048 As per_ft \n" +"FROM ST_GeogFromText('MULTIPOLYGON(((-71.1044543107478 " +"42.340674480411,-71.1044542869917 42.3406744369506,\n" "-71.1044553562977 42.340673886454,-71.1044543107478 42.340674480411)),\n" -"((-71.1044543107478 42.340674480411,-71.1044860600303 42.3407237015564,-71.1045215770124 42.3407653385914,\n" -"-71.1045498002983 42.3407946553165,-71.1045611902745 42.3408058316308,-71.1046016507427 42.340837442371,\n" -"-71.104617893173 42.3408475056957,-71.1048586153981 42.3409875993595,-71.1048736143677 42.3409959528211,\n" +"((-71.1044543107478 42.340674480411,-71.1044860600303 " +"42.3407237015564,-71.1045215770124 42.3407653385914,\n" +"-71.1045498002983 42.3407946553165,-71.1045611902745 " +"42.3408058316308,-71.1046016507427 42.340837442371,\n" +"-71.104617893173 42.3408475056957,-71.1048586153981 " +"42.3409875993595,-71.1048736143677 42.3409959528211,\n" "-71.1048878050242 42.3410084812078,-71.1044020965803 42.3414730072048,\n" "-71.1039672113619 42.3412202916693,-71.1037740497748 42.3410666421308,\n" -"-71.1044280218456 42.3406894151355,-71.1044543107478 42.340674480411)))') As geog;\n" +"-71.1044280218456 42.3406894151355,-71.1044543107478 42.340674480411)))') As " +"geog;\n" "\n" " per_meters | per_sphere_meters | per_ft\n" "------------------+-------------------+------------------\n" @@ -4053,7 +4746,9 @@ msgstr "" msgid "" "float ST_Perimeter2D " "geometry geomA" -msgstr "float ST_Perimeter2D geometry geomA" +msgstr "" +"float ST_Perimeter2D " +"geometry geomA" #. Tag: para #: reference_measure.xml:2702 @@ -4067,8 +4762,8 @@ msgstr "" #: reference_measure.xml:2707 #, no-c-format msgid "" -"This is currently an alias for ST_Perimeter. In future versions ST_Perimeter" -" may return the highest dimension perimeter for a geometry. This is still " +"This is currently an alias for ST_Perimeter. In future versions ST_Perimeter " +"may return the highest dimension perimeter for a geometry. This is still " "under consideration" msgstr "" @@ -4092,7 +4787,9 @@ msgstr "" msgid "" "float ST_3DPerimeter " "geometry geomA" -msgstr "float ST_3DPerimeter geometry geomA" +msgstr "" +"float ST_3DPerimeter " +"geometry geomA" #. Tag: para #: reference_measure.xml:2739 @@ -4121,14 +4818,25 @@ msgstr "" #: reference_measure.xml:2749 #, no-c-format msgid "" -"SELECT ST_3DPerimeter(the_geom), ST_Perimeter2d(the_geom), ST_Perimeter(the_geom) FROM\n" -" (SELECT ST_GeomFromEWKT('SRID=2249;POLYGON((743238 2967416 2,743238 2967450 1,\n" +"SELECT ST_3DPerimeter(the_geom), ST_Perimeter2d(the_geom), " +"ST_Perimeter(the_geom) FROM\n" +" (SELECT ST_GeomFromEWKT('SRID=2249;POLYGON((743238 " +"2967416 2,743238 2967450 1,\n" +"743265.625 2967416 1,743238 2967416 2))') As the_geom) As foo;\n" +"\n" +" ST_3DPerimeter | st_perimeter2d | st_perimeter\n" +"------------------+------------------+------------------\n" +" 105.465793597674 | 105.432997272188 | 105.432997272188" +msgstr "" +"SELECT ST_3DPerimeter(the_geom), ST_Perimeter2d(the_geom), " +"ST_Perimeter(the_geom) FROM\n" +" (SELECT ST_GeomFromEWKT('SRID=2249;POLYGON((743238 " +"2967416 2,743238 2967450 1,\n" "743265.625 2967416 1,743238 2967416 2))') As the_geom) As foo;\n" "\n" " ST_3DPerimeter | st_perimeter2d | st_perimeter\n" "------------------+------------------+------------------\n" " 105.465793597674 | 105.432997272188 | 105.432997272188" -msgstr "SELECT ST_3DPerimeter(the_geom), ST_Perimeter2d(the_geom), ST_Perimeter(the_geom) FROM\n (SELECT ST_GeomFromEWKT('SRID=2249;POLYGON((743238 2967416 2,743238 2967450 1,\n743265.625 2967416 1,743238 2967416 2))') As the_geom) As foo;\n\n ST_3DPerimeter | st_perimeter2d | st_perimeter\n------------------+------------------+------------------\n 105.465793597674 | 105.432997272188 | 105.432997272188" #. Tag: para #: reference_measure.xml:2756 @@ -4154,7 +4862,9 @@ msgstr "" msgid "" "geometry ST_PointOnSurface " "geometry g1" -msgstr "geometry ST_PointOnSurface geometry g1" +msgstr "" +"geometry ST_PointOnSurface " +"geometry g1" #. Tag: para #: reference_measure.xml:2781 @@ -4196,13 +4906,15 @@ msgid "" " POINT(0 5)\n" "(1 row)\n" "\n" -"SELECT ST_AsText(ST_PointOnSurface('POLYGON((0 0, 0 5, 5 5, 5 0, 0 0))'::geometry));\n" +"SELECT ST_AsText(ST_PointOnSurface('POLYGON((0 0, 0 5, 5 5, 5 0, 0 0))'::" +"geometry));\n" " st_astext\n" "----------------\n" " POINT(2.5 2.5)\n" "(1 row)\n" "\n" -"SELECT ST_AsEWKT(ST_PointOnSurface(ST_GeomFromEWKT('LINESTRING(0 5 1, 0 0 1, 0 10 2)')));\n" +"SELECT ST_AsEWKT(ST_PointOnSurface(ST_GeomFromEWKT('LINESTRING(0 5 1, 0 0 1, " +"0 10 2)')));\n" " st_asewkt\n" "----------------\n" " POINT(0 0 1)\n" @@ -4260,9 +4972,9 @@ msgstr "" #: reference_measure.xml:2830 #, no-c-format msgid "" -"The azimuth is sometimes called the heading or the bearing in navigation. It" -" is measured relative to true north (azimuth zero). East is azimuth 90, " -"south is azimuth 180, west is azimuth 270." +"The azimuth is sometimes called the heading or the bearing in navigation. It " +"is measured relative to true north (azimuth zero). East is azimuth 90, south " +"is azimuth 180, west is azimuth 270." msgstr "" #. Tag: para @@ -4299,9 +5011,9 @@ msgstr "" #, no-c-format msgid "" "Returns true if this Geometry is spatially related to anotherGeometry, by " -"testing for intersections between the Interior, Boundary and Exterior of the" -" two geometries as specified by the values in the intersectionMatrixPattern." -" If no intersectionMatrixPattern is passed in, then returns the maximum " +"testing for intersections between the Interior, Boundary and Exterior of the " +"two geometries as specified by the values in the intersectionMatrixPattern. " +"If no intersectionMatrixPattern is passed in, then returns the maximum " "intersectionMatrixPattern that relates the 2 geometries." msgstr "" @@ -4312,16 +5024,16 @@ msgid "" " boolean ST_Relate " "geometry geomA " "geometry geomB " -"text " -"intersectionMatrixPattern " -" text ST_Relate " -"geometry geomA " -"geometry geomB " -" text " +"text intersectionMatrixPattern text " "ST_Relate geometry " "geomA geometry " -"geomB int " -"BoundaryNodeRule " +"geomB " +"text ST_Relate " +"geometry geomA " +"geometry geomB " +"int BoundaryNodeRule " msgstr "" #. Tag: para @@ -4331,8 +5043,8 @@ msgid "" "Version 1: Takes geomA, geomB, intersectionMatrix and Returns 1 (TRUE) if " "this Geometry is spatially related to anotherGeometry, by testing for " "intersections between the Interior, Boundary and Exterior of the two " -"geometries as specified by the values in the DE-9IM matrix pattern." +"geometries as specified by the values in the DE-9IM matrix pattern." msgstr "" #. Tag: para @@ -4371,8 +5083,8 @@ msgstr "" #: reference_measure.xml:2904 #, no-c-format msgid "" -"Version 3: same as version 2 bu allows to specify a boundary node rule " -"(1:OGC/MOD2, 2:Endpoint, 3:MultivalentEndpoint, 4:MonovalentEndpoint)" +"Version 3: same as version 2 bu allows to specify a boundary node rule (1:" +"OGC/MOD2, 2:Endpoint, 3:MultivalentEndpoint, 4:MonovalentEndpoint)" msgstr "" #. Tag: para @@ -4399,30 +5111,35 @@ msgstr "" #: reference_measure.xml:2921 #, no-c-format msgid "" -"--Find all compounds that intersect and not touch a poly (interior intersects)\n" +"--Find all compounds that intersect and not touch a poly (interior " +"intersects)\n" "SELECT l.* , b.name As poly_name\n" " FROM polys As b\n" "INNER JOIN compounds As l\n" "ON (p.the_geom && b.the_geom\n" "AND ST_Relate(l.the_geom, b.the_geom,'T********'));\n" "\n" -"SELECT ST_Relate(ST_GeometryFromText('POINT(1 2)'), ST_Buffer(ST_GeometryFromText('POINT(1 2)'),2));\n" +"SELECT ST_Relate(ST_GeometryFromText('POINT(1 2)'), " +"ST_Buffer(ST_GeometryFromText('POINT(1 2)'),2));\n" "st_relate\n" "-----------\n" "0FFFFF212\n" "\n" -"SELECT ST_Relate(ST_GeometryFromText('LINESTRING(1 2, 3 4)'), ST_GeometryFromText('LINESTRING(5 6, 7 8)'));\n" +"SELECT ST_Relate(ST_GeometryFromText('LINESTRING(1 2, 3 4)'), " +"ST_GeometryFromText('LINESTRING(5 6, 7 8)'));\n" "st_relate\n" "-----------\n" "FF1FF0102\n" "\n" "\n" -"SELECT ST_Relate(ST_GeometryFromText('POINT(1 2)'), ST_Buffer(ST_GeometryFromText('POINT(1 2)'),2), '0FFFFF212');\n" +"SELECT ST_Relate(ST_GeometryFromText('POINT(1 2)'), " +"ST_Buffer(ST_GeometryFromText('POINT(1 2)'),2), '0FFFFF212');\n" "st_relate\n" "-----------\n" "t\n" "\n" -"SELECT ST_Relate(ST_GeometryFromText('POINT(1 2)'), ST_Buffer(ST_GeometryFromText('POINT(1 2)'),2), '*FF*FF212');\n" +"SELECT ST_Relate(ST_GeometryFromText('POINT(1 2)'), " +"ST_Buffer(ST_GeometryFromText('POINT(1 2)'),2), '*FF*FF212');\n" "st_relate\n" "-----------\n" "t" @@ -4432,8 +5149,8 @@ msgstr "" #: reference_measure.xml:2928 #, no-c-format msgid "" -", , , , " +", , , , " msgstr "" #. Tag: refname @@ -4455,9 +5172,9 @@ msgstr "" #, no-c-format msgid "" "boolean ST_RelateMatch " -"text " -"intersectionMatrix text " -" intersectionMatrixPattern" +"text intersectionMatrix text intersectionMatrixPattern" msgstr "" #. Tag: para @@ -4483,7 +5200,8 @@ msgid "" "-- result --\n" "t\n" "--example of common intersection matrix patterns and example matrices\n" -"-- comparing relationships of involving one invalid geometry and ( a line and polygon that intersect at interior and boundary)\n" +"-- comparing relationships of involving one invalid geometry and ( a line " +"and polygon that intersect at interior and boundary)\n" "SELECT mat.name, pat.name, ST_RelateMatch(mat.val, pat.val) As satisfied\n" " FROM \n" " ( VALUES ('Equality', 'T1FF1FFF1'),\n" @@ -4528,12 +5246,12 @@ msgstr "" #: reference_measure.xml:2995 #, no-c-format msgid "" -"Returns the 2-dimensional shortest line between two geometries. The function" -" will only return the first shortest line if more than one, that the " -"function finds. If g1 and g2 intersects in just one point the function will " -"return a line with both start and end in that intersection-point. If g1 and " -"g2 are intersecting with more than one point the function will return a line" -" with start and end in the same point but it can be any of the intersecting " +"Returns the 2-dimensional shortest line between two geometries. The function " +"will only return the first shortest line if more than one, that the function " +"finds. If g1 and g2 intersects in just one point the function will return a " +"line with both start and end in that intersection-point. If g1 and g2 are " +"intersecting with more than one point the function will return a line with " +"start and end in the same point but it can be any of the intersecting " "points. The line returned will always start in g1 and end in g2. The length " "of the line this function returns will always be the same as st_distance " "returns for g1 and g2." @@ -4572,20 +5290,22 @@ msgstr "" msgid "" "SELECT ST_AsText(\n" " ST_ShortestLine(\n" -" ST_GeomFromText('POLYGON((175 150, 20 40, 50 60, 125 100, 175 150))'),\n" +" ST_GeomFromText('POLYGON((175 150, 20 40, 50 60, 125 " +"100, 175 150))'),\n" " ST_Buffer(ST_GeomFromText('POINT(110 170)'), 20)\n" " ) \n" " ) As slinewkt;\n" " \n" -" LINESTRING(140.752120669087 125.695053378061,121.111404660392 153.370607753949)" +" LINESTRING(140.752120669087 125.695053378061,121.111404660392 " +"153.370607753949)" msgstr "" #. Tag: para #: reference_measure.xml:3045 #, no-c-format msgid "" -", , , " +", , , " msgstr "" #. Tag: refname @@ -4598,8 +5318,8 @@ msgstr "" #: reference_measure.xml:3053 #, no-c-format msgid "" -"Returns TRUE if the geometries have at least one point in" -" common, but their interiors do not intersect." +"Returns TRUE if the geometries have at least one point in " +"common, but their interiors do not intersect." msgstr "" #. Tag: funcprototype @@ -4618,8 +5338,8 @@ msgid "" "Returns TRUE if the only points in common between " "g1 and g2 lie in the union of " "the boundaries of g1 and g2. " -"The ST_Touches relation applies to all Area/Area, " -"Line/Line, Line/Area, Point/Area and Point/Line pairs of relationships, but " +"The ST_Touches relation applies to all Area/Area, Line/" +"Line, Line/Area, Point/Area and Point/Line pairs of relationships, but " "not to the Point/Point pair." msgstr "" @@ -4657,9 +5377,9 @@ msgstr "" #: reference_measure.xml:3112 #, no-c-format msgid "" -"This function call will automatically include a bounding box comparison that" -" will make use of any indexes that are available on the geometries. To avoid" -" using an index, use _ST_Touches instead." +"This function call will automatically include a bounding box comparison that " +"will make use of any indexes that are available on the geometries. To avoid " +"using an index, use _ST_Touches instead." msgstr "" #. Tag: para @@ -4672,21 +5392,23 @@ msgstr "" #: reference_measure.xml:3124 #, no-c-format msgid "" -"The ST_Touches predicate returns " -"TRUE in all the following illustrations." +"The ST_Touches predicate returns TRUE in all the following illustrations." msgstr "" #. Tag: programlisting #: reference_measure.xml:3194 #, no-c-format msgid "" -"SELECT ST_Touches('LINESTRING(0 0, 1 1, 0 2)'::geometry, 'POINT(1 1)'::geometry);\n" +"SELECT ST_Touches('LINESTRING(0 0, 1 1, 0 2)'::geometry, 'POINT(1 1)'::" +"geometry);\n" " st_touches\n" "------------\n" " f\n" "(1 row)\n" "\n" -"SELECT ST_Touches('LINESTRING(0 0, 1 1, 0 2)'::geometry, 'POINT(0 2)'::geometry);\n" +"SELECT ST_Touches('LINESTRING(0 0, 1 1, 0 2)'::geometry, 'POINT(0 2)'::" +"geometry);\n" " st_touches\n" "------------\n" " t\n" @@ -4729,9 +5451,9 @@ msgstr "" #: reference_measure.xml:3237 #, no-c-format msgid "" -"This function call will automatically include a bounding box comparison that" -" will make use of any indexes that are available on the geometries. To avoid" -" index use, use the function _ST_Within." +"This function call will automatically include a bounding box comparison that " +"will make use of any indexes that are available on the geometries. To avoid " +"index use, use the function _ST_Within." msgstr "" #. Tag: para @@ -4762,8 +5484,10 @@ msgid "" "SELECT ST_Buffer(ST_GeomFromText('POINT(50 50)'), 20) As smallc,\n" " ST_Buffer(ST_GeomFromText('POINT(50 50)'), 40) As bigc) As foo;\n" "--Result\n" -" smallinsmall | smallinbig | biginsmall | unioninbig | biginunion | bigisunion\n" -"--------------+------------+------------+------------+------------+------------\n" +" smallinsmall | smallinbig | biginsmall | unioninbig | biginunion | " +"bigisunion\n" +"--------------+------------+------------+------------+------------" +"+------------\n" " t | t | f | t | t | t\n" "(1 row)" msgstr "" diff --git a/doc/po/fr/reference_misc.xml.po b/doc/po/fr/reference_misc.xml.po index bf715403b..903473a09 100644 --- a/doc/po/fr/reference_misc.xml.po +++ b/doc/po/fr/reference_misc.xml.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# +# # Translators: # vpicavet , 2013 msgid "" @@ -9,11 +9,12 @@ msgstr "" "POT-Creation-Date: 2012-09-14 17:50+0000\n" "PO-Revision-Date: 2013-12-03 19:55+0000\n" "Last-Translator: vpicavet \n" -"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/" +"language/fr/)\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. Tag: title @@ -39,8 +40,8 @@ msgstr "" #, no-c-format msgid "" "geometry[] ST_Accum " -"geometry set " -"geomfield" +"geometry set geomfield" msgstr "" #. Tag: title @@ -110,14 +111,18 @@ msgstr "" #: reference_misc.xml:36 #, no-c-format msgid "" -"SELECT (ST_Accum(the_geom)) As all_em, ST_AsText((ST_Accum(the_geom))[1]) As grabone,\n" +"SELECT (ST_Accum(the_geom)) As all_em, ST_AsText((ST_Accum(the_geom))[1]) As " +"grabone,\n" "(ST_Accum(the_geom))[2:4] as grab_rest\n" -" FROM (SELECT ST_MakePoint(a*CAST(random()*10 As integer), a*CAST(random()*10 As integer), a*CAST(random()*10 As integer)) As the_geom\n" +" FROM (SELECT ST_MakePoint(a*CAST(random()*10 As " +"integer), a*CAST(random()*10 As integer), a*CAST(random()*10 As integer)) As " +"the_geom\n" " FROM generate_series(1,4) a) As foo;\n" "\n" "all_em|grabone | grab_rest\n" "\n" -"-------------------------------------------------------------------------------+\n" +"-------------------------------------------------------------------------------" +"+\n" "\n" " {0101000080000000000000144000000000000024400000000000001040:\n" " 0101000080000000000\n" @@ -149,24 +154,26 @@ msgstr "Box2D" #: reference_misc.xml:51 #, no-c-format msgid "" -"Returns a BOX2D representing the maximum extents of the " -"geometry." +"Returns a BOX2D representing the maximum extents of the geometry." +"" msgstr "" #. Tag: funcprototype #: reference_misc.xml:56 #, no-c-format msgid "" -"box2d Box2D geometry" -" geomA" -msgstr "box2d Box2D geometry geomA" +"box2d Box2D geometry " +" geomA" +msgstr "" +"box2d Box2D geometry " +" geomA" #. Tag: para #: reference_misc.xml:66 #, no-c-format msgid "" -"Returns a BOX2D representing the maximum extents of the " -"geometry." +"Returns a BOX2D representing the maximum extents of the geometry." msgstr "" #. Tag: programlisting @@ -178,7 +185,8 @@ msgid "" " ---------\n" " BOX(1 2,5 6)\n" "\n" -" SELECT Box2D(ST_GeomFromText('CIRCULARSTRING(220268 150415,220227 150505,220227 150406)'));\n" +" SELECT Box2D(ST_GeomFromText('CIRCULARSTRING(220268 150415,220227 " +"150505,220227 150406)'));\n" " box2d\n" " --------\n" " BOX(220186.984375 150406,220288.25 150506.140625)" @@ -200,24 +208,26 @@ msgstr "Box3D" #: reference_misc.xml:93 #, no-c-format msgid "" -"Returns a BOX3D representing the maximum extents of the " -"geometry." +"Returns a BOX3D representing the maximum extents of the geometry." +"" msgstr "" #. Tag: funcprototype #: reference_misc.xml:98 #, no-c-format msgid "" -"box3d Box3D geometry" -" geomA" -msgstr "box3d Box3D geometry geomA" +"box3d Box3D geometry " +" geomA" +msgstr "" +"box3d Box3D geometry " +" geomA" #. Tag: para #: reference_misc.xml:108 #, no-c-format msgid "" -"Returns a BOX3D representing the maximum extents of the " -"geometry." +"Returns a BOX3D representing the maximum extents of the geometry." msgstr "" #. Tag: programlisting @@ -229,7 +239,8 @@ msgid "" " ---------\n" " BOX3D(1 2 3,5 6 5)\n" "\n" -" SELECT Box3D(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 1,220227 150406 1)'));\n" +" SELECT Box3D(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 " +"150505 1,220227 150406 1)'));\n" " Box3d\n" " --------\n" " BOX3D(220227 150406 1,220268 150415 1)" @@ -252,32 +263,39 @@ msgstr "ST_EstimatedExtent" #, no-c-format msgid "" "Return the 'estimated' extent of the given spatial table. The " -"estimated is taken from the geometry column's statistics. The current schema" -" will be used if not specified." +"estimated is taken from the geometry column's statistics. The current schema " +"will be used if not specified." msgstr "" #. Tag: funcsynopsis #: reference_misc.xml:141 #, no-c-format msgid "" -" box2d " -"ST_EstimatedExtent text " -" schema_name text " -" table_name text " -" geocolumn_name " -" box2d " -"ST_EstimatedExtent text " -" table_name text " -" geocolumn_name " -msgstr " box2d ST_EstimatedExtent text schema_name text table_name text geocolumn_name box2d ST_EstimatedExtent text table_name text geocolumn_name " +" box2d ST_EstimatedExtent text schema_name text table_name text geocolumn_name box2d " +"ST_EstimatedExtent text table_name text geocolumn_name " +msgstr "" +" box2d ST_EstimatedExtent text schema_name text table_name text geocolumn_name box2d " +"ST_EstimatedExtent text table_name text geocolumn_name " #. Tag: para #: reference_misc.xml:160 #, no-c-format msgid "" "Return the 'estimated' extent of the given spatial table. The " -"estimated is taken from the geometry column's statistics. The current schema" -" will be used if not specified." +"estimated is taken from the geometry column's statistics. The current schema " +"will be used if not specified." msgstr "" #. Tag: para @@ -339,8 +357,8 @@ msgstr "ST_Expand" #: reference_misc.xml:203 #, no-c-format msgid "" -"Returns bounding box expanded in all directions from the bounding box of the" -" input geometry. Uses double-precision" +"Returns bounding box expanded in all directions from the bounding box of the " +"input geometry. Uses double-precision" msgstr "" #. Tag: funcsynopsis @@ -349,17 +367,27 @@ msgstr "" msgid "" " geometry ST_Expand " "geometry g1 " -"float " +"float units_to_expand box2d " +"ST_Expand box2d " +"g1 float " "units_to_expand " -" box2d ST_Expand " -"box2d g1 " -"float " +" box3d ST_Expand " +"box3d g1 " +"float units_to_expand " +msgstr "" +" geometry ST_Expand " +"geometry g1 " +"float units_to_expand box2d " +"ST_Expand box2d " +"g1 float " "units_to_expand " " box3d ST_Expand " "box3d g1 " -"float " -"units_to_expand " -msgstr " geometry ST_Expand geometry g1 float units_to_expand box2d ST_Expand box2d g1 float units_to_expand box3d ST_Expand box3d g1 float units_to_expand " +"float units_to_expand " #. Tag: para #: reference_misc.xml:231 @@ -376,25 +404,25 @@ msgstr "" #, no-c-format msgid "" "There are 3 variants of this. The one that takes a geometry will return a " -"POLYGON geometry representation of the bounding box and is the most commonly" -" used variant." +"POLYGON geometry representation of the bounding box and is the most commonly " +"used variant." msgstr "" #. Tag: para #: reference_misc.xml:237 #, no-c-format msgid "" -"ST_Expand is similar in concept to ST_Buffer except while buffer expands the" -" geometry in all directions, ST_Expand expands the bounding box an x,y,z " -"unit amount." +"ST_Expand is similar in concept to ST_Buffer except while buffer expands the " +"geometry in all directions, ST_Expand expands the bounding box an x,y,z unit " +"amount." msgstr "" #. Tag: para #: reference_misc.xml:239 #, no-c-format msgid "" -"Units are in the units of the spatial reference system in use denoted by the" -" SRID" +"Units are in the units of the spatial reference system in use denoted by the " +"SRID" msgstr "" #. Tag: para @@ -402,17 +430,17 @@ msgstr "" #, no-c-format msgid "" "Pre 1.3, ST_Expand was used in conjunction with distance to do indexable " -"queries. Something of the form the_geom && ST_Expand('POINT(10" -" 20)', 10) AND ST_Distance(the_geom, 'POINT(10 20)') < 10 Post " -"1.2, this was replaced with the easier ST_DWithin construct." +"queries. Something of the form the_geom && ST_Expand('POINT(10 " +"20)', 10) AND ST_Distance(the_geom, 'POINT(10 20)') < 10 Post 1.2, " +"this was replaced with the easier ST_DWithin construct." msgstr "" #. Tag: para #: reference_misc.xml:248 #, no-c-format msgid "" -"Bounding boxes of all geometries are currently 2-d even if they are " -"3-dimensional geometries." +"Bounding boxes of all geometries are currently 2-d even if they are 3-" +"dimensional geometries." msgstr "" #. Tag: para @@ -427,8 +455,8 @@ msgstr "" #: reference_misc.xml:263 #, no-c-format msgid "" -"Examples below use US National Atlas Equal Area (SRID=2163) which is a meter" -" projection" +"Examples below use US National Atlas Equal Area (SRID=2163) which is a meter " +"projection" msgstr "" #. Tag: programlisting @@ -437,22 +465,26 @@ msgstr "" msgid "" "\n" "--10 meter expanded box around bbox of a linestring\n" -"SELECT CAST(ST_Expand(ST_GeomFromText('LINESTRING(2312980 110676,2312923 110701,2312892 110714)', 2163),10) As box2d);\n" +"SELECT CAST(ST_Expand(ST_GeomFromText('LINESTRING(2312980 110676,2312923 " +"110701,2312892 110714)', 2163),10) As box2d);\n" " st_expand\n" "------------------------------------\n" " BOX(2312882 110666,2312990 110724)\n" "\n" "--10 meter expanded 3d box of a 3d box\n" -"SELECT ST_Expand(CAST('BOX3D(778783 2951741 1,794875 2970042.61545891 10)' As box3d),10)\n" +"SELECT ST_Expand(CAST('BOX3D(778783 2951741 1,794875 2970042.61545891 10)' " +"As box3d),10)\n" " st_expand\n" "-----------------------------------------------------\n" " BOX3D(778773 2951731 -9,794885 2970052.61545891 20)\n" "\n" " --10 meter geometry astext rep of a expand box around a point geometry\n" -" SELECT ST_AsEWKT(ST_Expand(ST_GeomFromEWKT('SRID=2163;POINT(2312980 110676)'),10));\n" +" SELECT ST_AsEWKT(ST_Expand(ST_GeomFromEWKT('SRID=2163;POINT(2312980 " +"110676)'),10));\n" " st_asewkt\n" "-------------------------------------------------------------------------------------------------\n" -" SRID=2163;POLYGON((2312970 110666,2312970 110686,2312990 110686,2312990 110666,2312970 110666))" +" SRID=2163;POLYGON((2312970 110666,2312970 110686,2312990 110686,2312990 " +"110666,2312970 110666))" msgstr "" #. Tag: para @@ -462,7 +494,10 @@ msgid "" ", , , , , " -msgstr ", , , , , " +msgstr "" +", , , , , " #. Tag: refname #: reference_misc.xml:275 @@ -483,9 +518,12 @@ msgstr "" #, no-c-format msgid "" "box2d ST_Extent " -"geometry set " -"geomfield" -msgstr "box2d ST_Extent geometry set geomfield" +"geometry set geomfield" +msgstr "" +"box2d ST_Extent " +"geometry set geomfield" #. Tag: para #: reference_misc.xml:291 @@ -525,8 +563,8 @@ msgstr "" #: reference_misc.xml:302 #, no-c-format msgid "" -"ST_Extent will return boxes with only an x and y component even with (x,y,z)" -" coordinate geometries. To maintain x,y,z use ST_3DExtent instead." +"ST_Extent will return boxes with only an x and y component even with (x,y,z) " +"coordinate geometries. To maintain x,y,z use ST_3DExtent instead." msgstr "" #. Tag: para @@ -556,7 +594,8 @@ msgid "" "FROM sometable\n" "GROUP BY category ORDER BY category;\n" "\n" -" bextent | name\n" +" bextent " +"| name\n" "----------------------------------------------------+----------------\n" " BOX(778783.5625 2951741.25,794875.8125 2970042.75) | A\n" " BOX(751315.8125 2919164.75,765202.6875 2935417.25) | B\n" @@ -568,7 +607,8 @@ msgid "" "\n" " bextent\n" "--------------------------------------------------------------------------------\n" -" SRID=2249;POLYGON((739651.875 2908247.25,739651.875 2970042.75,794875.8125 2970042.75,\n" +" SRID=2249;POLYGON((739651.875 2908247.25,739651.875 2970042.75,794875.8125 " +"2970042.75,\n" " 794875.8125 2908247.25,739651.875 2908247.25))" msgstr "" @@ -578,7 +618,9 @@ msgstr "" msgid "" ", , , " -msgstr ", , , " +msgstr "" +", , , " #. Tag: refname #: reference_misc.xml:329 @@ -599,9 +641,12 @@ msgstr "" #, no-c-format msgid "" "box3d ST_3DExtent " -"geometry set " -"geomfield" -msgstr "box3d ST_3DExtent geometry set geomfield" +"geometry set geomfield" +msgstr "" +"box3d ST_3DExtent " +"geometry set geomfield" #. Tag: para #: reference_misc.xml:345 @@ -643,7 +688,9 @@ msgid "" "\n" "--Get the extent of various elevated circular strings\n" "SELECT ST_3DExtent(foo.the_geom) As b3extent\n" -"FROM (SELECT ST_Translate(ST_Force_3DZ(ST_LineToCurve(ST_Buffer(ST_MakePoint(x,y),1))),0,0,z) As the_geom\n" +"FROM (SELECT " +"ST_Translate(ST_Force_3DZ(ST_LineToCurve(ST_Buffer(ST_MakePoint(x," +"y),1))),0,0,z) As the_geom\n" " FROM generate_series(1,3) As x\n" " CROSS JOIN generate_series(1,2) As y\n" " CROSS JOIN generate_series(0,2) As Z) As foo;\n" @@ -679,12 +726,16 @@ msgstr "" #, no-c-format msgid "" "integer Find_SRID " -"varchar " -"a_schema_name varchar " -" a_table_name " -"varchar " +"varchar a_schema_name varchar a_table_name varchar " +"a_geomfield_name" +msgstr "" +"integer Find_SRID " +"varchar a_schema_name varchar a_table_name varchar " "a_geomfield_name" -msgstr "integer Find_SRID varchar a_schema_name varchar a_table_name varchar a_geomfield_name" #. Tag: para #: reference_misc.xml:398 @@ -692,8 +743,8 @@ msgstr "integer Find_SRID Returns the amount of space (in bytes) the geometry " -"takes." +"Returns the amount of space (in bytes) the geometry takes." msgstr "" #. Tag: funcprototype @@ -727,13 +778,14 @@ msgstr "" msgid "" "integer ST_Mem_Size " "geometry geomA" -msgstr "integer ST_Mem_Size geometry geomA" +msgstr "" +"integer ST_Mem_Size " +"geometry geomA" #. Tag: para #: reference_misc.xml:440 #, no-c-format -msgid "" -"Returns the amount of space (in bytes) the geometry takes." +msgid "Returns the amount of space (in bytes) the geometry takes." msgstr "" #. Tag: para @@ -767,8 +819,10 @@ msgstr "" msgid "" "--Return how much byte space Boston takes up in our Mass data set\n" "SELECT pg_size_pretty(SUM(ST_Mem_Size(the_geom))) as totgeomsum,\n" -"pg_size_pretty(SUM(CASE WHEN town = 'BOSTON' THEN st_mem_size(the_geom) ELSE 0 END)) As bossum,\n" -"CAST(SUM(CASE WHEN town = 'BOSTON' THEN st_mem_size(the_geom) ELSE 0 END)*1.00 /\n" +"pg_size_pretty(SUM(CASE WHEN town = 'BOSTON' THEN st_mem_size(the_geom) ELSE " +"0 END)) As bossum,\n" +"CAST(SUM(CASE WHEN town = 'BOSTON' THEN st_mem_size(the_geom) ELSE 0 " +"END)*1.00 /\n" " SUM(st_mem_size(the_geom))*100 As numeric(10,2)) As perbos\n" "FROM towns;\n" "\n" @@ -777,14 +831,17 @@ msgid "" "1522 kB 30 kB 1.99\n" "\n" "\n" -"SELECT ST_Mem_Size(ST_GeomFromText('CIRCULARSTRING(220268 150415,220227 150505,220227 150406)'));\n" +"SELECT ST_Mem_Size(ST_GeomFromText('CIRCULARSTRING(220268 150415,220227 " +"150505,220227 150406)'));\n" "\n" "---\n" "73\n" "\n" "--What percentage of our table is taken up by just the geometry\n" -"SELECT pg_total_relation_size('public.neighborhoods') As fulltable_size, sum(ST_Mem_Size(the_geom)) As geomsize,\n" -"sum(ST_Mem_Size(the_geom))*1.00/pg_total_relation_size('public.neighborhoods')*100 As pergeom\n" +"SELECT pg_total_relation_size('public.neighborhoods') As fulltable_size, " +"sum(ST_Mem_Size(the_geom)) As geomsize,\n" +"sum(ST_Mem_Size(the_geom))*1.00/pg_total_relation_size('public." +"neighborhoods')*100 As pergeom\n" "FROM neighborhoods;\n" "fulltable_size geomsize pergeom\n" "------------------------------------------------\n" @@ -813,16 +870,21 @@ msgid "" "float center_x " "float center_y " "float radius" -msgstr "boolean ST_Point_Inside_Circle geometry a_point float center_x float center_y float radius" +msgstr "" +"boolean ST_Point_Inside_Circle " +"geometry a_point " +"float center_x " +"float center_y " +"float radius" #. Tag: para #: reference_misc.xml:490 #, no-c-format msgid "" -"The syntax for this functions is " -"point_inside_circle(<geometry>,<circle_center_x>,<circle_center_y>,<radius>)." -" Returns the true if the geometry is a point and is inside the circle. " -"Returns false otherwise." +"The syntax for this functions is point_inside_circle(<geometry>,<" +"circle_center_x>,<circle_center_y>,<radius>). Returns the " +"true if the geometry is a point and is inside the circle. Returns false " +"otherwise." msgstr "" #. Tag: para diff --git a/doc/po/fr/reference_operator.xml.po b/doc/po/fr/reference_operator.xml.po index 0405a1c88..af440ff11 100644 --- a/doc/po/fr/reference_operator.xml.po +++ b/doc/po/fr/reference_operator.xml.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# +# # Translators: # Guy BARA , 2014 msgid "" @@ -9,11 +9,12 @@ msgstr "" "POT-Creation-Date: 2012-09-14 17:50+0000\n" "PO-Revision-Date: 2014-01-15 22:03+0000\n" "Last-Translator: Guy BARA \n" -"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/" +"language/fr/)\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. Tag: title @@ -34,7 +35,9 @@ msgstr "&&" msgid "" "Returns TRUE if A's 2D bounding box intersects B's 2D " "bounding box." -msgstr "Renvoi VRAI si la boite englobante 2D de A intersecte la boite englobante 2D de B." +msgstr "" +"Renvoi VRAI si la boite englobante 2D de A intersecte la " +"boite englobante 2D de B." #. Tag: funcsynopsis #: reference_operator.xml:12 @@ -42,12 +45,19 @@ msgstr "Renvoi VRAI si la boite englobante 2D de A intersecte msgid "" " boolean && " " geometry A " -" geometry B " -" boolean " -"&& geography " -" A geography " -"B " -msgstr " booléen && geometry A geometry B booléen && geography A geography B " +" geometry B boolean && geography A geography B " +msgstr "" +" booléen && " +" geometry A " +" geometry B booléen && geography A geography B " #. Tag: title #: reference_operator.xml:50 reference_operator.xml:111 @@ -69,7 +79,10 @@ msgid "" "The && operator returns TRUE " "if the 2D bounding box of geometry A intersects the 2D bounding box of " "geometry B." -msgstr "L'opérateur && renvoi VRAI si la boite englobante 2D de la géométrie A intersecte la boite englobante 2D de la géométrie B." +msgstr "" +"L'opérateur && renvoi VRAI si " +"la boite englobante 2D de la géométrie A intersecte la boite englobante 2D " +"de la géométrie B." #. Tag: para #: reference_operator.xml:54 reference_operator.xml:115 @@ -89,7 +102,8 @@ msgstr "" #: reference_operator.xml:57 #, no-c-format msgid "Enhanced: 2.0.0 support for Polyhedral surfaces was introduced." -msgstr "Amélioration: la version 2.0.0 introduit le support des surfaces Polyédrique." +msgstr "" +"Amélioration: la version 2.0.0 introduit le support des surfaces Polyédrique." #. Tag: para #: reference_operator.xml:58 @@ -129,7 +143,8 @@ msgstr "Exemples" #: reference_operator.xml:66 #, no-c-format msgid "" -"SELECT tbl1.column1, tbl2.column1, tbl1.column2 && tbl2.column2 AS overlaps\n" +"SELECT tbl1.column1, tbl2.column1, tbl1.column2 && tbl2.column2 AS " +"overlaps\n" "FROM ( VALUES\n" " (1, 'LINESTRING(0 0, 3 3)'::geometry),\n" " (2, 'LINESTRING(0 1, 0 5)'::geometry)) AS tbl1,\n" @@ -160,10 +175,9 @@ msgstr "Voir Aussi" #: reference_operator.xml:73 #, no-c-format msgid "" -", , , , ," -" " +", , , , , " msgstr "" #. Tag: refname @@ -178,7 +192,9 @@ msgstr "" msgid "" "Returns TRUE if A's 3D bounding box intersects B's 3D " "bounding box." -msgstr "Renvoi VRAI si la boite englobante 3D de A intersecte la boite englobante 3D de B." +msgstr "" +"Renvoi VRAI si la boite englobante 3D de A intersecte la " +"boite englobante 3D de B." #. Tag: funcprototype #: reference_operator.xml:92 @@ -193,9 +209,9 @@ msgstr "" #: reference_operator.xml:113 #, no-c-format msgid "" -"The &&& operator returns " -"TRUE if the n-D bounding box of geometry A intersects the" -" n-D bounding box of geometry B." +"The &&& operator returns TRUE if the n-D bounding box of geometry A intersects the n-D bounding " +"box of geometry B." msgstr "" #. Tag: para @@ -226,8 +242,10 @@ msgstr "" #: reference_operator.xml:128 #, no-c-format msgid "" -"SELECT tbl1.column1, tbl2.column1, tbl1.column2 &&& tbl2.column2 AS overlaps_3d, \n" -" tbl1.column2 && tbl2.column2 AS overlaps_2d\n" +"SELECT tbl1.column1, tbl2.column1, tbl1.column2 &&& tbl2.column2 " +"AS overlaps_3d, \n" +" tbl1.column2 && tbl2.column2 AS " +"overlaps_2d\n" "FROM ( VALUES\n" " (1, 'LINESTRING Z(0 0 1, 3 3 2)'::geometry),\n" " (2, 'LINESTRING Z(1 2 0, 0 5 -1)'::geometry)) AS tbl1,\n" @@ -250,8 +268,10 @@ msgstr "" #: reference_operator.xml:134 #, no-c-format msgid "" -"SELECT tbl1.column1, tbl2.column1, tbl1.column2 &&& tbl2.column2 AS overlaps_3zm, \n" -" tbl1.column2 && tbl2.column2 AS overlaps_2d\n" +"SELECT tbl1.column1, tbl2.column1, tbl1.column2 &&& tbl2.column2 " +"AS overlaps_3zm, \n" +" tbl1.column2 && tbl2.column2 AS " +"overlaps_2d\n" "FROM ( VALUES\n" " (1, 'LINESTRING M(0 0 1, 3 3 2)'::geometry),\n" " (2, 'LINESTRING M(1 2 0, 0 5 -1)'::geometry)) AS tbl1,\n" @@ -291,8 +311,8 @@ msgstr "" #: reference_operator.xml:178 #, no-c-format msgid "" -"The &< operator returns TRUE if" -" the bounding box of geometry A overlaps or is to the left of the bounding " +"The &< operator returns TRUE if " +"the bounding box of geometry A overlaps or is to the left of the bounding " "box of geometry B, or more accurately, overlaps or is NOT to the right of " "the bounding box of geometry B." msgstr "" @@ -301,7 +321,8 @@ msgstr "" #: reference_operator.xml:189 #, no-c-format msgid "" -"SELECT tbl1.column1, tbl2.column1, tbl1.column2 &< tbl2.column2 AS overleft\n" +"SELECT tbl1.column1, tbl2.column1, tbl1.column2 &< tbl2.column2 AS " +"overleft\n" "FROM\n" " ( VALUES\n" " (1, 'LINESTRING(1 2, 4 6)'::geometry)) AS tbl1,\n" @@ -322,9 +343,8 @@ msgstr "" #: reference_operator.xml:195 #, no-c-format msgid "" -", , , " +", , , " msgstr "" #. Tag: refname @@ -337,8 +357,7 @@ msgstr "" #: reference_operator.xml:207 #, no-c-format msgid "" -"Returns TRUE if A's bounding box overlaps or is below " -"B's." +"Returns TRUE if A's bounding box overlaps or is below B's." msgstr "" #. Tag: funcprototype @@ -356,15 +375,16 @@ msgstr "" msgid "" "The &<| operator returns TRUE " "if the bounding box of geometry A overlaps or is below of the bounding box " -"of geometry B, or more accurately, overlaps or is NOT above the bounding box" -" of geometry B." +"of geometry B, or more accurately, overlaps or is NOT above the bounding box " +"of geometry B." msgstr "" #. Tag: programlisting #: reference_operator.xml:250 #, no-c-format msgid "" -"SELECT tbl1.column1, tbl2.column1, tbl1.column2 &<| tbl2.column2 AS overbelow\n" +"SELECT tbl1.column1, tbl2.column1, tbl1.column2 &<| tbl2.column2 AS " +"overbelow\n" "FROM\n" " ( VALUES\n" " (1, 'LINESTRING(6 0, 6 4)'::geometry)) AS tbl1,\n" @@ -385,9 +405,8 @@ msgstr "" #: reference_operator.xml:256 #, no-c-format msgid "" -", , , " +", , , " msgstr "" #. Tag: refname @@ -417,17 +436,18 @@ msgstr "" #: reference_operator.xml:297 #, no-c-format msgid "" -"The &> operator returns TRUE if" -" the bounding box of geometry A overlaps or is to the right of the bounding " -"box of geometry B, or more accurately, overlaps or is NOT to the left of the" -" bounding box of geometry B." +"The &> operator returns TRUE if " +"the bounding box of geometry A overlaps or is to the right of the bounding " +"box of geometry B, or more accurately, overlaps or is NOT to the left of the " +"bounding box of geometry B." msgstr "" #. Tag: programlisting #: reference_operator.xml:308 #, no-c-format msgid "" -"SELECT tbl1.column1, tbl2.column1, tbl1.column2 &> tbl2.column2 AS overright\n" +"SELECT tbl1.column1, tbl2.column1, tbl1.column2 &> tbl2.column2 AS " +"overright\n" "FROM\n" " ( VALUES\n" " (1, 'LINESTRING(1 2, 4 6)'::geometry)) AS tbl1,\n" @@ -448,9 +468,8 @@ msgstr "" #: reference_operator.xml:314 #, no-c-format msgid "" -", , , " +", , , " msgstr "" #. Tag: refname @@ -489,7 +508,8 @@ msgstr "" #: reference_operator.xml:365 #, no-c-format msgid "" -"SELECT tbl1.column1, tbl2.column1, tbl1.column2 << tbl2.column2 AS left\n" +"SELECT tbl1.column1, tbl2.column1, tbl1.column2 << tbl2.column2 AS " +"left\n" "FROM\n" " ( VALUES\n" " (1, 'LINESTRING (1 2, 1 5)'::geometry)) AS tbl1,\n" @@ -509,7 +529,9 @@ msgstr "" #. Tag: para #: reference_operator.xml:371 reference_operator.xml:564 #, no-c-format -msgid ", , " +msgid "" +", , " msgstr "" #. Tag: refname @@ -538,8 +560,8 @@ msgstr "" #: reference_operator.xml:408 #, no-c-format msgid "" -"The <<| operator returns TRUE if" -" the bounding box of geometry A is strictly below the bounding box of " +"The <<| operator returns TRUE if " +"the bounding box of geometry A is strictly below the bounding box of " "geometry B." msgstr "" @@ -547,7 +569,8 @@ msgstr "" #: reference_operator.xml:418 #, no-c-format msgid "" -"SELECT tbl1.column1, tbl2.column1, tbl1.column2 <<| tbl2.column2 AS below\n" +"SELECT tbl1.column1, tbl2.column1, tbl1.column2 <<| tbl2.column2 AS " +"below\n" "FROM\n" " ( VALUES\n" " (1, 'LINESTRING (0 0, 4 3)'::geometry)) AS tbl1,\n" @@ -567,7 +590,9 @@ msgstr "" #. Tag: para #: reference_operator.xml:424 #, no-c-format -msgid ", , " +msgid "" +", , " msgstr "" #. Tag: refname @@ -580,8 +605,8 @@ msgstr "" #: reference_operator.xml:432 #, no-c-format msgid "" -"Returns TRUE if A's bounding box is the same as B's. Uses" -" double precision bounding box." +"Returns TRUE if A's bounding box is the same as B's. Uses " +"double precision bounding box." msgstr "" #. Tag: funcsynopsis @@ -590,19 +615,19 @@ msgstr "" msgid "" " boolean = " " geometry A " -" geometry B " -" boolean " -"= geography " -"A geography " -"B " +" geometry B boolean = geography A geography B " msgstr "" #. Tag: para #: reference_operator.xml:477 #, no-c-format msgid "" -"The = operator returns TRUE if the" -" bounding box of geometry/geography A is the same as the bounding box of " +"The = operator returns TRUE if the " +"bounding box of geometry/geography A is the same as the bounding box of " "geometry/geography B. PostgreSQL uses the =, <, and > operators " "defined for geometries to perform internal orderings and comparison of " "geometries (ie. in a GROUP BY or ORDER BY clause)." @@ -612,10 +637,10 @@ msgstr "" #: reference_operator.xml:482 #, no-c-format msgid "" -"This is cause for a lot of confusion. When you compare geometryA = geometryB" -" it will return true even when the geometries are clearly different IF their" -" bounding boxes are the same. To check for true equality use or " +"This is cause for a lot of confusion. When you compare geometryA = geometryB " +"it will return true even when the geometries are clearly different IF their " +"bounding boxes are the same. To check for true equality use or " msgstr "" #. Tag: para @@ -632,8 +657,8 @@ msgstr "" msgid "" "Changed: 2.0.0 , the bounding box of geometries was changed to use double " "precision instead of float4 precision of prior. The side effect of this is " -"that in particular points in prior versions that were a little different may" -" have returned true in prior versions and false in 2.0+ since their float4 " +"that in particular points in prior versions that were a little different may " +"have returned true in prior versions and false in 2.0+ since their float4 " "boxes would be the same but there float8 (double precision), would be " "different." msgstr "" @@ -642,7 +667,8 @@ msgstr "" #: reference_operator.xml:504 #, no-c-format msgid "" -"SELECT 'LINESTRING(0 0, 0 1, 1 0)'::geometry = 'LINESTRING(1 1, 0 0)'::geometry;\n" +"SELECT 'LINESTRING(0 0, 0 1, 1 0)'::geometry = 'LINESTRING(1 1, 0 0)'::" +"geometry;\n" " ?column?\n" "----------\n" " t\n" @@ -693,8 +719,8 @@ msgstr "" #: reference_operator.xml:519 #, no-c-format msgid "" -"Returns TRUE if A's bounding box is strictly to the right" -" of B's." +"Returns TRUE if A's bounding box is strictly to the right " +"of B's." msgstr "" #. Tag: funcprototype @@ -719,7 +745,8 @@ msgstr "" #: reference_operator.xml:558 #, no-c-format msgid "" -"SELECT tbl1.column1, tbl2.column1, tbl1.column2 >> tbl2.column2 AS right\n" +"SELECT tbl1.column1, tbl2.column1, tbl1.column2 >> tbl2.column2 AS " +"right\n" "FROM\n" " ( VALUES\n" " (1, 'LINESTRING (2 3, 5 6)'::geometry)) AS tbl1,\n" @@ -754,8 +781,8 @@ msgstr "" #, no-c-format msgid "" "boolean @ geometry " -" A geometry " -" B " +" A geometry B " msgstr "" #. Tag: para @@ -804,8 +831,7 @@ msgstr "" #: reference_operator.xml:627 #, no-c-format msgid "" -"Returns TRUE if A's bounding box overlaps or is above " -"B's." +"Returns TRUE if A's bounding box overlaps or is above B's." msgstr "" #. Tag: funcprototype @@ -823,15 +849,16 @@ msgstr "" msgid "" "The |&> operator returns TRUE " "if the bounding box of geometry A overlaps or is above the bounding box of " -"geometry B, or more accurately, overlaps or is NOT below the bounding box of" -" geometry B." +"geometry B, or more accurately, overlaps or is NOT below the bounding box of " +"geometry B." msgstr "" #. Tag: programlisting #: reference_operator.xml:667 #, no-c-format msgid "" -"SELECT tbl1.column1, tbl2.column1, tbl1.column2 |&> tbl2.column2 AS overabove\n" +"SELECT tbl1.column1, tbl2.column1, tbl1.column2 |&> tbl2.column2 AS " +"overabove\n" "FROM\n" " ( VALUES\n" " (1, 'LINESTRING(6 0, 6 4)'::geometry)) AS tbl1,\n" @@ -852,9 +879,8 @@ msgstr "" #: reference_operator.xml:673 #, no-c-format msgid "" -", , , " +", , , " msgstr "" #. Tag: refname @@ -883,16 +909,17 @@ msgstr "" #: reference_operator.xml:714 #, no-c-format msgid "" -"The |>> operator returns TRUE if" -" the bounding box of geometry A is strictly to the right of the bounding box" -" of geometry B." +"The |>> operator returns TRUE if " +"the bounding box of geometry A is strictly to the right of the bounding box " +"of geometry B." msgstr "" #. Tag: programlisting #: reference_operator.xml:724 #, no-c-format msgid "" -"SELECT tbl1.column1, tbl2.column1, tbl1.column2 |>> tbl2.column2 AS above\n" +"SELECT tbl1.column1, tbl2.column1, tbl1.column2 |>> tbl2.column2 AS " +"above\n" "FROM\n" " ( VALUES\n" " (1, 'LINESTRING (1 4, 1 7)'::geometry)) AS tbl1,\n" @@ -912,7 +939,9 @@ msgstr "" #. Tag: para #: reference_operator.xml:730 #, no-c-format -msgid ", , " +msgid "" +", , " msgstr "" #. Tag: refname @@ -932,8 +961,8 @@ msgstr "" #, no-c-format msgid "" "boolean ~ geometry " -" A geometry " -" B " +" A geometry B " msgstr "" #. Tag: para @@ -975,17 +1004,16 @@ msgstr "" #. Tag: refpurpose #: reference_operator.xml:791 #, no-c-format -msgid "" -"Returns TRUE if A's bounding box is the same as B's." +msgid "Returns TRUE if A's bounding box is the same as B's." msgstr "" #. Tag: funcprototype #: reference_operator.xml:796 #, no-c-format msgid "" -"boolean ~= geometry" -" A geometry " -" B " +"boolean ~= geometry " +" A geometry B " msgstr "" #. Tag: para @@ -1008,20 +1036,21 @@ msgstr "" #, no-c-format msgid "" "This operator has changed behavior in PostGIS 1.5 from testing for actual " -"geometric equality to only checking for bounding box equality. To complicate" -" things it also depends on if you have done a hard or soft upgrade which " -"behavior your database has. To find out which behavior your database has you" -" can run the query below. To check for true equality use or and to " -"check for bounding box equality ; operator" -" is a safer option." +"geometric equality to only checking for bounding box equality. To complicate " +"things it also depends on if you have done a hard or soft upgrade which " +"behavior your database has. To find out which behavior your database has you " +"can run the query below. To check for true equality use or and to check for " +"bounding box equality ; operator is a " +"safer option." msgstr "" #. Tag: programlisting #: reference_operator.xml:844 #, no-c-format msgid "" -"select 'LINESTRING(0 0, 1 1)'::geometry ~= 'LINESTRING(0 1, 1 0)'::geometry as equality;\n" +"select 'LINESTRING(0 0, 1 1)'::geometry ~= 'LINESTRING(0 1, 1 0)'::geometry " +"as equality;\n" " equality |\n" "-----------------+\n" " t |" @@ -1038,7 +1067,8 @@ msgstr "" #. Tag: para #: reference_operator.xml:849 #, no-c-format -msgid ", , " +msgid "" +", , " msgstr "" #. Tag: refname @@ -1074,8 +1104,8 @@ msgid "" "The <-> operator returns distance between two " "points read from the spatial index for points (float precision). For other " "geometries it returns the distance from centroid of bounding box of " -"geometries. Useful for doing nearest neighbor approximate distance ordering." +"geometries. Useful for doing nearest neighbor approximate distance ordering." msgstr "" #. Tag: para @@ -1083,8 +1113,8 @@ msgstr "" #, no-c-format msgid "" "This operand will make use of any indexes that may be available on the " -"geometries. It is different from other operators that use spatial indexes in" -" that the spatial index is only used when the operator is in the ORDER BY " +"geometries. It is different from other operators that use spatial indexes in " +"that the spatial index is only used when the operator is in the ORDER BY " "clause." msgstr "" @@ -1093,8 +1123,8 @@ msgstr "" #, no-c-format msgid "" "Index only kicks in if one of the geometries is a constant (not in a " -"subquery/cte). e.g. 'SRID=3005;POINT(1011102 450541)'::geometry instead of " -"a.geom" +"subquery/cte). e.g. 'SRID=3005;POINT(1011102 450541)'::geometry instead of a." +"geom" msgstr "" #. Tag: para @@ -1107,7 +1137,8 @@ msgstr "" #: reference_operator.xml:900 #, no-c-format msgid "" -"\n" "\n" @@ -1136,7 +1167,8 @@ msgstr "" #: reference_operator.xml:904 #, no-c-format msgid "" -" 'SRID=3005;POINT(1011102 450541)'::geometry limit 10;]]>\n" "\n" @@ -1174,7 +1206,8 @@ msgstr "" #, no-c-format msgid "" " 'SRID=3005;POINT(1011102 450541)'::geometry LIMIT 100) \n" " SELECT * \n" @@ -1199,7 +1232,8 @@ msgstr "" #. Tag: para #: reference_operator.xml:916 #, no-c-format -msgid ", , " +msgid "" +", , " msgstr "" #. Tag: refname @@ -1212,8 +1246,8 @@ msgstr "" #: reference_operator.xml:924 #, no-c-format msgid "" -"Returns the distance between bounding box of 2 geometries. For point / point" -" checks it's almost the same as distance (though may be different since the " +"Returns the distance between bounding box of 2 geometries. For point / point " +"checks it's almost the same as distance (though may be different since the " "bounding box is at floating point accuracy and geometries are double " "precision). Useful for doing distance ordering and nearest neighbor limits " "using KNN gist functionality." @@ -1234,8 +1268,8 @@ msgstr "" msgid "" "The <#> KNN GIST operator returns distance between " "two floating point bounding boxes read from the spatial index if available. " -"Useful for doing nearest neighbor approximate distance ordering." +"Useful for doing nearest neighbor approximate distance ordering." msgstr "" #. Tag: para @@ -1253,10 +1287,12 @@ msgid "" " ST_GeomFromText('LINESTRING(746149 2948672,745954 2948576,\n" +" b.geom <#> ST_GeomFromText('LINESTRING(746149 2948672,745954 " +"2948576,\n" " 745787 2948499,745740 2948468,745712 2948438,\n" " 745690 2948384,745677 2948319)',2249) As b_dist, \n" -" ST_Distance(b.geom, ST_GeomFromText('LINESTRING(746149 2948672,745954 2948576,\n" +" ST_Distance(b.geom, ST_GeomFromText('LINESTRING(746149 " +"2948672,745954 2948576,\n" " 745787 2948499,745740 2948468,745712 2948438,\n" " 745690 2948384,745677 2948319)',2249)) As act_dist\n" " FROM bos_roads As b \n" @@ -1283,6 +1319,6 @@ msgstr "" #: reference_operator.xml:968 #, no-c-format msgid "" -", , " +", , " msgstr "" diff --git a/doc/po/fr/reference_output.xml.po b/doc/po/fr/reference_output.xml.po index 40ef941e5..40369dcf6 100644 --- a/doc/po/fr/reference_output.xml.po +++ b/doc/po/fr/reference_output.xml.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# +# # Translators: # vpicavet , 2013 msgid "" @@ -9,11 +9,12 @@ msgstr "" "POT-Creation-Date: 2014-10-14 21:54+0000\n" "PO-Revision-Date: 2014-10-14 22:36+0000\n" "Last-Translator: Sandro Santilli \n" -"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/" +"language/fr/)\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. Tag: title @@ -41,18 +42,30 @@ msgstr "" #, no-c-format msgid "" " bytea ST_AsBinary " -"geometry g1 " -" bytea " -"ST_AsBinary geometry " -"g1 text " -"NDR_or_XDR " +"geometry g1 bytea ST_AsBinary geometry g1 text NDR_or_XDR bytea " +"ST_AsBinary geography " +"g1 " +"bytea ST_AsBinary " +"geography g1 " +"text NDR_or_XDR " +msgstr "" " bytea ST_AsBinary " +"geometry g1 bytea ST_AsBinary geometry g1 text NDR_or_XDR bytea " +"ST_AsBinary geography " +"g1 " +"bytea ST_AsBinary " "geography g1 " -" bytea " -"ST_AsBinary geography " -" g1 text " -"NDR_or_XDR " -msgstr " bytea ST_AsBinary geometry g1 bytea ST_AsBinary geometry g1 text NDR_or_XDR bytea ST_AsBinary geography g1 bytea ST_AsBinary geography g1 text NDR_or_XDR " +"text NDR_or_XDR " #. Tag: title #: reference_output.xml:35 reference_output.xml:109 reference_output.xml:162 @@ -105,9 +118,9 @@ msgstr "" #, no-c-format msgid "" "The default behavior in PostgreSQL 9.0 has been changed to output bytea in " -"hex encoding. ST_AsBinary is the reverse of for geometry. If your GUI tools require the old" -" behavior, then SET bytea_output='escape' in your database." +"hex encoding. ST_AsBinary is the reverse of for geometry. If your GUI tools require the old behavior, then SET " +"bytea_output='escape' in your database." msgstr "" #. Tag: para @@ -219,22 +232,51 @@ msgid "" "\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\n" "\\000\\000\\000\\000\\000\\000\\000\\000\n" "(1 row)" -msgstr "SELECT ST_AsBinary(ST_GeomFromText('POLYGON((0 0,0 1,1 1,1 0,0 0))',4326));\n\n st_asbinary\n--------------------------------\n\\001\\003\\000\\000\\000\\001\\000\\000\\000\\005\n\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\n\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\n\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\n\\000\\000\\000\\360?\\000\\000\\000\\000\\000\\000\n\\360?\\000\\000\\000\\000\\000\\000\\360?\\000\\000\n\\000\\000\\000\\000\\360?\\000\\000\\000\\000\\000\n\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\n\\000\\000\\000\\000\\000\\000\\000\\000\n(1 row)" +msgstr "" +"SELECT ST_AsBinary(ST_GeomFromText('POLYGON((0 0,0 1,1 1,1 0,0 0))',4326));\n" +"\n" +" st_asbinary\n" +"--------------------------------\n" +"\\001\\003\\000\\000\\000\\001\\000\\000\\000\\005\n" +"\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\n" +"\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\n" +"\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\n" +"\\000\\000\\000\\360?\\000\\000\\000\\000\\000\\000\n" +"\\360?\\000\\000\\000\\000\\000\\000\\360?\\000\\000\n" +"\\000\\000\\000\\000\\360?\\000\\000\\000\\000\\000\n" +"\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\n" +"\\000\\000\\000\\000\\000\\000\\000\\000\n" +"(1 row)" #. Tag: programlisting #: reference_output.xml:74 #, no-c-format msgid "" -"SELECT ST_AsBinary(ST_GeomFromText('POLYGON((0 0,0 1,1 1,1 0,0 0))',4326), 'XDR');\n" +"SELECT ST_AsBinary(ST_GeomFromText('POLYGON((0 0,0 1,1 1,1 0,0 0))',4326), " +"'XDR');\n" +" st_asbinary\n" +"--------------------------------\n" +"\\000\\000\\000\\000\\003\\000\\000\\000\\001\\000\\000\\000\\005\\000\\000\\000\\000\\000\n" +"\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\n" +"\\000?\\360\\000\\000\\000\\000\\000\\000?" +"\\360\\000\\000\\000\\000\\000\\000?\\360\\000\\000\n" +"\\000\\000\\000\\000?" +"\\360\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\n" +"\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\n" +"(1 row)" +msgstr "" +"SELECT ST_AsBinary(ST_GeomFromText('POLYGON((0 0,0 1,1 1,1 0,0 0))',4326), " +"'XDR');\n" " st_asbinary\n" "--------------------------------\n" "\\000\\000\\000\\000\\003\\000\\000\\000\\001\\000\\000\\000\\005\\000\\000\\000\\000\\000\n" "\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\n" -"\\000?\\360\\000\\000\\000\\000\\000\\000?\\360\\000\\000\\000\\000\\000\\000?\\360\\000\\000\n" -"\\000\\000\\000\\000?\\360\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\n" +"\\000?\\360\\000\\000\\000\\000\\000\\000?" +"\\360\\000\\000\\000\\000\\000\\000?\\360\\000\\000\n" +"\\000\\000\\000\\000?" +"\\360\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\n" "\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\n" "(1 row)" -msgstr "SELECT ST_AsBinary(ST_GeomFromText('POLYGON((0 0,0 1,1 1,1 0,0 0))',4326), 'XDR');\n st_asbinary\n--------------------------------\n\\000\\000\\000\\000\\003\\000\\000\\000\\001\\000\\000\\000\\005\\000\\000\\000\\000\\000\n\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\n\\000?\\360\\000\\000\\000\\000\\000\\000?\\360\\000\\000\\000\\000\\000\\000?\\360\\000\\000\n\\000\\000\\000\\000?\\360\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\n\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\n(1 row)" #. Tag: title #: reference_output.xml:79 reference_output.xml:138 reference_output.xml:191 @@ -272,12 +314,18 @@ msgstr "" #, no-c-format msgid "" " bytea ST_AsEWKB " -"geometry g1 " -" bytea " -"ST_AsEWKB geometry " -"g1 text " -"NDR_or_XDR " -msgstr " bytea ST_AsEWKB geometry g1 bytea ST_AsEWKB geometry g1 text NDR_or_XDR " +"geometry g1 bytea ST_AsEWKB geometry g1 text NDR_or_XDR " +msgstr "" +" bytea ST_AsEWKB " +"geometry g1 bytea ST_AsEWKB geometry g1 text NDR_or_XDR " #. Tag: para #: reference_output.xml:110 @@ -330,15 +378,31 @@ msgstr "" #: reference_output.xml:133 #, no-c-format msgid "" -"SELECT ST_AsEWKB(ST_GeomFromText('POLYGON((0 0,0 1,1 1,1 0,0 0))',4326), 'XDR');\n" +"SELECT ST_AsEWKB(ST_GeomFromText('POLYGON((0 0,0 1,1 1,1 0,0 0))',4326), " +"'XDR');\n" " st_asewkb\n" "--------------------------------\n" -"\\000 \\000\\000\\003\\000\\000\\020\\346\\000\\000\\000\\001\\000\\000\\000\\005\\000\\000\\000\\000\\\n" +"\\000 " +"\\000\\000\\003\\000\\000\\020\\346\\000\\000\\000\\001\\000\\000\\000\\005\\000\\000\\000\\000\\\n" "000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000?\n" -"\\360\\000\\000\\000\\000\\000\\000?\\360\\000\\000\\000\\000\\000\\000?\\360\\000\\000\\000\\000\n" -"\\000\\000?\\360\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\n" +"\\360\\000\\000\\000\\000\\000\\000?\\360\\000\\000\\000\\000\\000\\000?" +"\\360\\000\\000\\000\\000\n" +"\\000\\000?" +"\\360\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\n" +"\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000" +msgstr "" +"SELECT ST_AsEWKB(ST_GeomFromText('POLYGON((0 0,0 1,1 1,1 0,0 0))',4326), " +"'XDR');\n" +" st_asewkb\n" +"--------------------------------\n" +"\\000 " +"\\000\\000\\003\\000\\000\\020\\346\\000\\000\\000\\001\\000\\000\\000\\005\\000\\000\\000\\000\\\n" +"000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000?\n" +"\\360\\000\\000\\000\\000\\000\\000?\\360\\000\\000\\000\\000\\000\\000?" +"\\360\\000\\000\\000\\000\n" +"\\000\\000?" +"\\360\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\n" "\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000" -msgstr "SELECT ST_AsEWKB(ST_GeomFromText('POLYGON((0 0,0 1,1 1,1 0,0 0))',4326), 'XDR');\n st_asewkb\n--------------------------------\n\\000 \\000\\000\\003\\000\\000\\020\\346\\000\\000\\000\\001\\000\\000\\000\\005\\000\\000\\000\\000\\\n000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000?\n\\360\\000\\000\\000\\000\\000\\000?\\360\\000\\000\\000\\000\\000\\000?\\360\\000\\000\\000\\000\n\\000\\000?\\360\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\n\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000" #. Tag: para #: reference_output.xml:139 @@ -346,7 +410,9 @@ msgstr "SELECT ST_AsEWKB(ST_GeomFromText('POLYGON((0 0,0 1,1 1,1 0,0 0))',4326), msgid "" ", , , , " -msgstr ", , , , " +msgstr "" +", , , , " #. Tag: refname #: reference_output.xml:144 @@ -367,18 +433,23 @@ msgstr "" #, no-c-format msgid "" " text ST_AsEWKT " -"geometry g1 " -" text " -"ST_AsEWKT geography " -"g1 " -msgstr " text ST_AsEWKT geometry g1 text ST_AsEWKT geography g1 " +"geometry g1 text ST_AsEWKT geography g1 " +msgstr "" +" text ST_AsEWKT " +"geometry g1 text ST_AsEWKT geography g1 " #. Tag: para #: reference_output.xml:164 #, no-c-format msgid "" -"Returns the Well-Known Text representation of the geometry prefixed with the" -" SRID." +"Returns the Well-Known Text representation of the geometry prefixed with the " +"SRID." msgstr "" #. Tag: para @@ -421,20 +492,40 @@ msgid "" "SELECT ST_AsEWKT('0103000020E61000000100000005000000000000\n" " 000000000000000000000000000000000000000000000000000000\n" " F03F000000000000F03F000000000000F03F000000000000F03\n" -" F000000000000000000000000000000000000000000000000'::geometry);\n" +" F000000000000000000000000000000000000000000000000'::" +"geometry);\n" +"\n" +" st_asewkt\n" +"--------------------------------\n" +"SRID=4326;POLYGON((0 0,0 1,1 1,1 0,0 0))\n" +"(1 row)\n" +"\n" +"SELECT " +"ST_AsEWKT('0108000080030000000000000060E30A4100000000785C0241000000000000F03F0000000018\n" +"E20A4100000000485F024100000000000000400000000018\n" +"E20A4100000000305C02410000000000000840')\n" +"\n" +"--st_asewkt---\n" +"CIRCULARSTRING(220268 150415 1,220227 150505 2,220227 150406 3)" +msgstr "" +"SELECT ST_AsEWKT('0103000020E61000000100000005000000000000\n" +" 000000000000000000000000000000000000000000000000000000\n" +" F03F000000000000F03F000000000000F03F000000000000F03\n" +" F000000000000000000000000000000000000000000000000'::" +"geometry);\n" "\n" " st_asewkt\n" "--------------------------------\n" "SRID=4326;POLYGON((0 0,0 1,1 1,1 0,0 0))\n" "(1 row)\n" "\n" -"SELECT ST_AsEWKT('0108000080030000000000000060E30A4100000000785C0241000000000000F03F0000000018\n" +"SELECT " +"ST_AsEWKT('0108000080030000000000000060E30A4100000000785C0241000000000000F03F0000000018\n" "E20A4100000000485F024100000000000000400000000018\n" "E20A4100000000305C02410000000000000840')\n" "\n" "--st_asewkt---\n" "CIRCULARSTRING(220268 150415 1,220227 150505 2,220227 150406 3)" -msgstr "SELECT ST_AsEWKT('0103000020E61000000100000005000000000000\n 000000000000000000000000000000000000000000000000000000\n F03F000000000000F03F000000000000F03F000000000000F03\n F000000000000000000000000000000000000000000000000'::geometry);\n\n st_asewkt\n--------------------------------\nSRID=4326;POLYGON((0 0,0 1,1 1,1 0,0 0))\n(1 row)\n\nSELECT ST_AsEWKT('0108000080030000000000000060E30A4100000000785C0241000000000000F03F0000000018\nE20A4100000000485F024100000000000000400000000018\nE20A4100000000305C02410000000000000840')\n\n--st_asewkt---\nCIRCULARSTRING(220268 150415 1,220227 150505 2,220227 150406 3)" #. Tag: para #: reference_output.xml:192 @@ -463,30 +554,50 @@ msgid "" " text ST_AsGeoJSON " "geometry geom " "integer " -"maxdecimaldigits=15 integer " -"options=0 " -" text ST_AsGeoJSON " -"geography geog " -"integer " -"maxdecimaldigits=15 integer " -"options=0 " -" text ST_AsGeoJSON " -"integer gj_version" -" geometry geom " -"integer " -"maxdecimaldigits=15 integer " -"options=0 " -" text ST_AsGeoJSON " -"integer gj_version" -" geography geog " +"maxdecimaldigits=15 integer options=0 text ST_AsGeoJSON geography geog integer " +"maxdecimaldigits=15 integer options=0 text ST_AsGeoJSON integer gj_version geometry geom integer " +"maxdecimaldigits=15 integer options=0 text ST_AsGeoJSON integer gj_version geography geog integer " +"maxdecimaldigits=15 integer options=0 " +msgstr "" +" text ST_AsGeoJSON " +"geometry geom " "integer " -"maxdecimaldigits=15 integer " -"options=0 " -msgstr " text ST_AsGeoJSON geometry geom integer maxdecimaldigits=15 integer options=0 text ST_AsGeoJSON geography geog integer maxdecimaldigits=15 integer options=0 text ST_AsGeoJSON integer gj_version geometry geom integer maxdecimaldigits=15 integer options=0 text ST_AsGeoJSON integer gj_version geography geog integer maxdecimaldigits=15 integer options=0 " +"maxdecimaldigits=15 integer options=0 text ST_AsGeoJSON geography geog integer " +"maxdecimaldigits=15 integer options=0 text ST_AsGeoJSON integer gj_version geometry geom integer " +"maxdecimaldigits=15 integer options=0 text ST_AsGeoJSON integer gj_version geography geog integer " +"maxdecimaldigits=15 integer options=0 " #. Tag: para #: reference_output.xml:240 @@ -600,9 +711,8 @@ msgstr "" msgid "" "GeoJSON format is generally more efficient than other formats for use in " "ajax mapping. One popular javascript client that supports this is Open " -"Layers. Example of its use is OpenLayers " -"GeoJSON Example" +"Layers. Example of its use is OpenLayers GeoJSON Example" msgstr "" #. Tag: programlisting @@ -613,7 +723,23 @@ msgid "" " st_asgeojson\n" "-----------------------------------------------------------------------------------------------------------\n" "\n" -"{\"type\":\"MultiLineString\",\"coordinates\":[[[-89.734634999999997,31.492072000000000],\n" +"{\"type\":\"MultiLineString\",\"coordinates\":" +"[[[-89.734634999999997,31.492072000000000],\n" +"[-89.734955999999997,31.492237999999997]]]}\n" +"(1 row)\n" +"--3d point\n" +"SELECT ST_AsGeoJSON('LINESTRING(1 2 3, 4 5 6)');\n" +"\n" +"st_asgeojson\n" +"-----------------------------------------------------------------------------------------\n" +" {\"type\":\"LineString\",\"coordinates\":[[1,2,3],[4,5,6]]}" +msgstr "" +"SELECT ST_AsGeoJSON(the_geom) from fe_edges limit 1;\n" +" st_asgeojson\n" +"-----------------------------------------------------------------------------------------------------------\n" +"\n" +"{\"type\":\"MultiLineString\",\"coordinates\":" +"[[[-89.734634999999997,31.492072000000000],\n" "[-89.734955999999997,31.492237999999997]]]}\n" "(1 row)\n" "--3d point\n" @@ -622,7 +748,6 @@ msgid "" "st_asgeojson\n" "-----------------------------------------------------------------------------------------\n" " {\"type\":\"LineString\",\"coordinates\":[[1,2,3],[4,5,6]]}" -msgstr "SELECT ST_AsGeoJSON(the_geom) from fe_edges limit 1;\n st_asgeojson\n-----------------------------------------------------------------------------------------------------------\n\n{\"type\":\"MultiLineString\",\"coordinates\":[[[-89.734634999999997,31.492072000000000],\n[-89.734955999999997,31.492237999999997]]]}\n(1 row)\n--3d point\nSELECT ST_AsGeoJSON('LINESTRING(1 2 3, 4 5 6)');\n\nst_asgeojson\n-----------------------------------------------------------------------------------------\n {\"type\":\"LineString\",\"coordinates\":[[1,2,3],[4,5,6]]}" #. Tag: refname #: reference_output.xml:296 @@ -643,37 +768,31 @@ msgid "" " text ST_AsGML " "geometry geom " "integer " -"maxdecimaldigits=15 integer " -"options=0 " -" text ST_AsGML " -"geography geog " -"integer " -"maxdecimaldigits=15 integer " -"options=0 " -" text ST_AsGML " +"maxdecimaldigits=15 integer options=0 text ST_AsGML geography geog integer " +"maxdecimaldigits=15 integer options=0 text ST_AsGML integer version geometry geom integer " +"maxdecimaldigits=15 integer options=0 " +"text nprefix=null text " +"id=null " +"text ST_AsGML " "integer version " -"geometry geom " +"geography geog " "integer " -"maxdecimaldigits=15 integer " -"options=0 text " -"nprefix=null text id=null " -" text " -"ST_AsGML integer " -"version geography " -"geog integer " -"maxdecimaldigits=15 integer " -"options=0 text " -"nprefix=null text id=null " -"" +"maxdecimaldigits=15 integer options=0 " +"text nprefix=null text " +"id=null " msgstr "" #. Tag: para @@ -795,11 +914,21 @@ msgstr "" #: reference_output.xml:396 #, no-c-format msgid "" -"0,0 0,1 1,1 1,0 0,0]]>" +msgstr "" +"0,0 0,1 1,1 1,0 0,0]]>" -msgstr "0,0 0,1 1,1 1,0 0,0]]>" +" 0,0 0,1 1,1 1,0 0,0]]>" #. Tag: title #: reference_output.xml:399 @@ -812,10 +941,12 @@ msgstr "" #, no-c-format msgid "" "-- Flip coordinates and output extended EPSG (16 | 1)--\n" -"6.34535 5.23423]]>" +" 6.34535 5.23423]]>" msgstr "" #. Tag: programlisting @@ -823,7 +954,8 @@ msgstr "" #, no-c-format msgid "" "-- Output the envelope (32) --\n" -"\n" @@ -836,8 +968,10 @@ msgstr "" #: reference_output.xml:403 #, no-c-format msgid "" -"-- Output the envelope (32) , reverse (lat lon instead of lon lat) (16), long srs (1)= 32 | 16 | 1 = 49 --\n" -"\n" @@ -851,10 +985,13 @@ msgstr "" #, no-c-format msgid "" "-- Polyhedral Example --\n" -"SELECT ST_AsGML(3, ST_GeomFromEWKT('POLYHEDRALSURFACE( ((0 0 0, 0 0 1, 0 1 1, 0 1 0, 0 0 0)), \n" -"((0 0 0, 0 1 0, 1 1 0, 1 0 0, 0 0 0)), ((0 0 0, 1 0 0, 1 0 1, 0 0 1, 0 0 0)), \n" +"SELECT ST_AsGML(3, ST_GeomFromEWKT('POLYHEDRALSURFACE( ((0 0 0, 0 0 1, 0 1 " +"1, 0 1 0, 0 0 0)), \n" +"((0 0 0, 0 1 0, 1 1 0, 1 0 0, 0 0 0)), ((0 0 0, 1 0 0, 1 0 1, 0 0 1, 0 0 " +"0)), \n" "((1 1 0, 1 1 1, 1 0 1, 1 0 0, 1 1 0)), \n" -"((0 1 0, 0 1 1, 1 1 1, 1 1 0, 0 1 0)), ((0 0 1, 1 0 1, 1 1 1, 0 1 1, 0 0 1)) )'));\n" +"((0 1 0, 0 1 1, 1 1 1, 1 1 0, 0 1 0)), ((0 0 1, 1 0 1, 1 1 1, 0 1 1, 0 0 " +"1)) )'));\n" " st_asgml\n" " --------\n" "\n" @@ -862,42 +999,48 @@ msgid "" " \n" " \n" " \n" -" 0 0 0 0 0 1 0 1 1 0 1 0 0 0 0\n" +" 0 0 0 0 0 " +"1 0 1 1 0 1 0 0 0 0\n" " \n" " \n" " \n" " \n" " \n" " \n" -" 0 0 0 0 1 0 1 1 0 1 0 0 0 0 0\n" +" 0 0 0 0 1 " +"0 1 1 0 1 0 0 0 0 0\n" " \n" " \n" " \n" " \n" " \n" " \n" -" 0 0 0 1 0 0 1 0 1 0 0 1 0 0 0\n" +" 0 0 0 1 0 " +"0 1 0 1 0 0 1 0 0 0\n" " \n" " \n" " \n" " \n" " \n" " \n" -" 1 1 0 1 1 1 1 0 1 1 0 0 1 1 0\n" +" 1 1 0 1 1 " +"1 1 0 1 1 0 0 1 1 0\n" " \n" " \n" " \n" " \n" " \n" " \n" -" 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0\n" +" 0 1 0 0 1 " +"1 1 1 1 1 1 0 0 1 0\n" " \n" " \n" " \n" " \n" " \n" " \n" -" 0 0 1 1 0 1 1 1 1 0 1 1 0 0 1\n" +" 0 0 1 1 0 " +"1 1 1 1 0 1 1 0 0 1\n" " \n" " \n" " \n" @@ -925,19 +1068,25 @@ msgstr "" msgid "" " text ST_AsHEXEWKB " "geometry g1 " -"text NDRorXDR " -" text " -"ST_AsHEXEWKB geometry " -" g1 " -msgstr " text ST_AsHEXEWKB geometry g1 text NDRorXDR text ST_AsHEXEWKB geometry g1 " +"text NDRorXDR text ST_AsHEXEWKB geometry g1 " +msgstr "" +" text ST_AsHEXEWKB " +"geometry g1 " +"text NDRorXDR text ST_AsHEXEWKB geometry g1 " #. Tag: para #: reference_output.xml:442 #, no-c-format msgid "" "Returns a Geometry in HEXEWKB format (as text) using either little-endian " -"(NDR) or big-endian (XDR) encoding. If no encoding is specified, then NDR is" -" used." +"(NDR) or big-endian (XDR) encoding. If no encoding is specified, then NDR is " +"used." msgstr "" #. Tag: para @@ -950,10 +1099,12 @@ msgstr "" #: reference_output.xml:454 #, no-c-format msgid "" -"SELECT ST_AsHEXEWKB(ST_GeomFromText('POLYGON((0 0,0 1,1 1,1 0,0 0))',4326));\n" +"SELECT ST_AsHEXEWKB(ST_GeomFromText('POLYGON((0 0,0 1,1 1,1 0,0 " +"0))',4326));\n" " which gives same answer as\n" "\n" -" SELECT ST_GeomFromText('POLYGON((0 0,0 1,1 1,1 0,0 0))',4326)::text;\n" +" SELECT ST_GeomFromText('POLYGON((0 0,0 1,1 1,1 0,0 " +"0))',4326)::text;\n" "\n" " st_ashexewkb\n" " --------\n" @@ -994,17 +1145,37 @@ msgid "" "integer version " "geometry geom " "integer " -"maxdecimaldigits=15 text " -"nprefix=NULL " +"maxdecimaldigits=15 text nprefix=NULL text ST_AsKML integer version geography geog integer " +"maxdecimaldigits=15 text nprefix=NULL " +msgstr "" +" text ST_AsKML " +"geometry geom " +"integer " +"maxdecimaldigits=15 " " text ST_AsKML " -"integer version " "geography geog " "integer " -"maxdecimaldigits=15 text " -"nprefix=NULL " -msgstr " text ST_AsKML geometry geom integer maxdecimaldigits=15 text ST_AsKML geography geog integer maxdecimaldigits=15 text ST_AsKML integer version geometry geom integer maxdecimaldigits=15 text nprefix=NULL text ST_AsKML integer version geography geog integer maxdecimaldigits=15 text nprefix=NULL " +"maxdecimaldigits=15 " +" text ST_AsKML " +"integer version " +"geometry geom " +"integer " +"maxdecimaldigits=15 text nprefix=NULL text ST_AsKML integer version geography geog integer " +"maxdecimaldigits=15 text nprefix=NULL " #. Tag: para #: reference_output.xml:498 @@ -1036,17 +1207,15 @@ msgstr "" #: reference_output.xml:506 #, no-c-format msgid "" -"Requires PostGIS be compiled with Proj support. Use to confirm you have proj support compiled" -" in." +"Requires PostGIS be compiled with Proj support. Use to confirm you have proj support compiled in." msgstr "" #. Tag: para #: reference_output.xml:510 #, no-c-format msgid "" -"Availability: 1.2.2 - later variants that include version param came in " -"1.3.2" +"Availability: 1.2.2 - later variants that include version param came in 1.3.2" msgstr "" #. Tag: para @@ -1071,17 +1240,33 @@ msgstr "" #: reference_output.xml:528 #, no-c-format msgid "" -"0,0 0,1 " +"1,1 1,0 0,0\n" +"\n" +" --3d linestring\n" +" SELECT ST_AsKML('SRID=4326;LINESTRING(1 2 3, 4 5 6)');\n" +" 1,2,3 4,5,6\n" +" ]]>" +msgstr "" +"0,0 0,1 1,1 1,0 0,0\n" +" 0,0 0,1 " +"1,1 1,0 0,0\n" "\n" " --3d linestring\n" " SELECT ST_AsKML('SRID=4326;LINESTRING(1 2 3, 4 5 6)');\n" -" 1,2,3 4,5,6\n" +" 1,2,3 4,5,6\n" " ]]>" -msgstr "0,0 0,1 1,1 1,0 0,0\n\n --3d linestring\n SELECT ST_AsKML('SRID=4326;LINESTRING(1 2 3, 4 5 6)');\n 1,2,3 4,5,6\n ]]>" #. Tag: para #: reference_output.xml:533 @@ -1108,17 +1293,25 @@ msgstr "" msgid "" " text ST_AsSVG " "geometry geom " -"integer " -"rel=0 integer " +"integer rel=0 integer " "maxdecimaldigits=15 " " text ST_AsSVG " "geography geog " -"integer " -"rel=0 integer " +"integer rel=0 integer " +"maxdecimaldigits=15 " +msgstr "" +" text ST_AsSVG " +"geometry geom " +"integer rel=0 integer " +"maxdecimaldigits=15 " +" text ST_AsSVG " +"geography geog " +"integer rel=0 integer " "maxdecimaldigits=15 " -msgstr " text ST_AsSVG geometry geom integer rel=0 integer maxdecimaldigits=15 text ST_AsSVG geography geog integer rel=0 integer maxdecimaldigits=15 " #. Tag: para #: reference_output.xml:563 @@ -1126,10 +1319,10 @@ msgstr " text ST_AsSVG

http://www.w3.org/TR/SVG/paths.html#PathDataBNF" +"Availability: 1.2.2. Availability: 1.4.0 Changed in PostGIS 1.4.0 to include " +"L command in absolute path to conform to http://www.w3.org/TR/SVG/paths." +"html#PathDataBNF" msgstr "" #. Tag: para @@ -1157,7 +1351,12 @@ msgid "" " st_assvg\n" " --------\n" " M 0 0 L 0 -1 1 -1 1 0 Z" -msgstr "SELECT ST_AsSVG(ST_GeomFromText('POLYGON((0 0,0 1,1 1,1 0,0 0))',4326));\n\n st_assvg\n --------\n M 0 0 L 0 -1 1 -1 1 0 Z" +msgstr "" +"SELECT ST_AsSVG(ST_GeomFromText('POLYGON((0 0,0 1,1 1,1 0,0 0))',4326));\n" +"\n" +" st_assvg\n" +" --------\n" +" M 0 0 L 0 -1 1 -1 1 0 Z" #. Tag: refname #: reference_output.xml:587 @@ -1169,8 +1368,8 @@ msgstr "ST_AsX3D" #: reference_output.xml:589 #, no-c-format msgid "" -"Returns a Geometry in X3D xml node element format: ISO-IEC-19776-1.2" -"-X3DEncodings-XML" +"Returns a Geometry in X3D xml node element format: ISO-IEC-19776-1.2-" +"X3DEncodings-XML" msgstr "" #. Tag: funcprototype @@ -1180,19 +1379,23 @@ msgid "" "text ST_AsX3D " "geometry g1 " "integer " -"maxdecimaldigits=15 integer " -"options=0" -msgstr "text ST_AsX3D geometry g1 integer maxdecimaldigits=15 integer options=0" +"maxdecimaldigits=15 integer options=0" +msgstr "" +"text ST_AsX3D " +"geometry g1 " +"integer " +"maxdecimaldigits=15 integer options=0" #. Tag: para #: reference_output.xml:606 #, no-c-format msgid "" -"Returns a geometry as an X3D xml formatted node element http://www.web3d.org/standards/number/19776-1." -" If maxdecimaldigits (precision) is not specified then " -"defaults to 15." +"Returns a geometry as an X3D xml formatted node element http://www.web3d.org/standards/" +"number/19776-1. If maxdecimaldigits (precision) " +"is not specified then defaults to 15." msgstr "" #. Tag: para @@ -1202,9 +1405,9 @@ msgid "" "There are various options for translating PostGIS geometries to X3D since " "X3D geometry types don't map directly to PostGIS geometry types and some " "newer X3D types that might be better mappings we ahve avoided since most " -"rendering tools don't currently support them. These are the mappings we have" -" settled on. Feel free to post a bug ticket if you have thoughts on the idea" -" or ways we can allow people to denote their preferred mappings." +"rendering tools don't currently support them. These are the mappings we have " +"settled on. Feel free to post a bug ticket if you have thoughts on the idea " +"or ways we can allow people to denote their preferred mappings." msgstr "" #. Tag: para @@ -1339,9 +1542,9 @@ msgstr "" #: reference_output.xml:657 #, no-c-format msgid "" -"Lots of advancements happening in 3D space particularly with X3D" -" Integration with HTML5" +"Lots of advancements happening in 3D space particularly with X3D Integration with HTML5" msgstr "" #. Tag: para @@ -1349,20 +1552,19 @@ msgstr "" #, no-c-format msgid "" "There is also a nice open source X3D viewer you can use to view rendered " -"geometries. Free Wrl http://freewrl.sourceforge.net/" -" binaries available for Mac, Linux, and Windows. Use the FreeWRL_Launcher " -"packaged to view the geometries." +"geometries. Free Wrl http://" +"freewrl.sourceforge.net/ binaries available for Mac, Linux, and " +"Windows. Use the FreeWRL_Launcher packaged to view the geometries." msgstr "" #. Tag: para #: reference_output.xml:659 #, no-c-format msgid "" -"Also check out PostGIS minimalist X3D " -"viewer that utilizes this function and x3dDom html/js open source toolkit." +"Also check out PostGIS minimalist X3D viewer that utilizes this function and " +"x3dDom html/js open source toolkit." msgstr "" #. Tag: para @@ -1384,7 +1586,8 @@ msgstr "" #, no-c-format msgid "" "\n" -"\n" +"\n" "\n" " \n" " \n" @@ -1392,10 +1595,13 @@ msgid "" " \n" " \n" " ' || \n" -" ST_AsX3D( ST_GeomFromEWKT('POLYHEDRALSURFACE( ((0 0 0, 0 0 1, 0 1 1, 0 1 0, 0 0 0)), \n" -"((0 0 0, 0 1 0, 1 1 0, 1 0 0, 0 0 0)), ((0 0 0, 1 0 0, 1 0 1, 0 0 1, 0 0 0)), \n" +" ST_AsX3D( ST_GeomFromEWKT('POLYHEDRALSURFACE( ((0 0 0, 0 0 1, 0 1 1, " +"0 1 0, 0 0 0)), \n" +"((0 0 0, 0 1 0, 1 1 0, 1 0 0, 0 0 0)), ((0 0 0, 1 0 0, 1 0 1, 0 0 1, 0 0 " +"0)), \n" "((1 1 0, 1 1 1, 1 0 1, 1 0 0, 1 1 0)), \n" -"((0 1 0, 0 1 1, 1 1 1, 1 1 0, 0 1 0)), ((0 0 1, 1 0 1, 1 1 1, 0 1 1, 0 0 1)) )')) ||\n" +"((0 1 0, 0 1 1, 1 1 1, 1 1 0, 0 1 0)), ((0 0 1, 1 0 1, 1 1 1, 0 1 1, 0 0 " +"1)) )')) ||\n" " '\n" " \n" " \n" @@ -1404,7 +1610,8 @@ msgid "" " x3ddoc\n" " --------\n" "\n" -"\n" +"\n" "\n" " \n" " \n" @@ -1412,8 +1619,11 @@ msgid "" " \n" " \n" " \n" -" \n" -" \n" +" \n" +" \n" " \n" " \n" " \n" @@ -1441,7 +1651,8 @@ msgid "" "x3dfrag\n" "--------\n" "\n" -" \n" +" \n" "]]>" msgstr "" @@ -1470,7 +1681,8 @@ msgid "" "\n" " x3dfrag\n" " --------\n" -"]]>" +"]]>" msgstr "" #. Tag: title @@ -1484,14 +1696,19 @@ msgstr "" #, no-c-format msgid "" "\n" "\n" " x3dfrag\n" " --------\n" -"\n" -" \n" +"\n" +" \n" " ]]>" msgstr "" @@ -1515,18 +1732,21 @@ msgid "" "geometry geom " "integer " "maxchars=full_precision_of_point" -msgstr "text ST_GeoHash geometry geom integer maxchars=full_precision_of_point" +msgstr "" +"text ST_GeoHash " +"geometry geom " +"integer " +"maxchars=full_precision_of_point" #. Tag: para #: reference_output.xml:709 #, no-c-format msgid "" -"Return a GeoHash representation (http://en.wikipedia.org/wiki/Geohash)" -" of the geometry. A GeoHash encodes a point into a text form that is " -"sortable and searchable based on prefixing. A shorter GeoHash is a less " -"precise representation of a point. It can also be thought of as a box, that " -"contains the actual point." +"Return a GeoHash representation (http://en.wikipedia.org/wiki/Geohash) of the geometry. A " +"GeoHash encodes a point into a text form that is sortable and searchable " +"based on prefixing. A shorter GeoHash is a less precise representation of a " +"point. It can also be thought of as a box, that contains the actual point." msgstr "" #. Tag: para @@ -1536,8 +1756,8 @@ msgid "" "If no maxchars is specficified ST_GeoHash returns a " "GeoHash based on full precision of the input geometry type. Points return a " "GeoHash with 20 characters of precision (about enough to hold the full " -"double precision of the input). Other types return a GeoHash with a variable" -" amount of precision, based on the size of the feature. Larger features are " +"double precision of the input). Other types return a GeoHash with a variable " +"amount of precision, based on the size of the feature. Larger features are " "represented with less precision, smaller features with more precision. The " "idea is that the box implied by the GeoHash will always contain the input " "feature." @@ -1563,8 +1783,8 @@ msgstr "" #: reference_output.xml:718 #, no-c-format msgid "" -"ST_GeoHash will not work with geometries that are not in geographic " -"(lon/lat) coordinates." +"ST_GeoHash will not work with geometries that are not in geographic (lon/" +"lat) coordinates." msgstr "" #. Tag: programlisting @@ -1583,7 +1803,19 @@ msgid "" "------------\n" " c0w3h\n" " ]]>" -msgstr "" +msgstr "" +"" #. Tag: refname #: reference_output.xml:737 @@ -1604,11 +1836,16 @@ msgstr "" #, no-c-format msgid "" " text ST_AsText " -"geometry g1 " -" text " -"ST_AsText geography " -"g1 " -msgstr " text ST_AsText geometry g1 text ST_AsText geography g1 " +"geometry g1 text ST_AsText geography g1 " +msgstr "" +" text ST_AsText " +"geometry g1 text ST_AsText geography g1 " #. Tag: para #: reference_output.xml:757 @@ -1620,8 +1857,8 @@ msgstr "" #: reference_output.xml:760 #, no-c-format msgid "" -"The WKT spec does not include the SRID. To get the SRID as part of the data," -" use the non-standard PostGIS " +"The WKT spec does not include the SRID. To get the SRID as part of the data, " +"use the non-standard PostGIS " msgstr "" #. Tag: para @@ -1658,7 +1895,16 @@ msgid "" "--------------------------------\n" " POLYGON((0 0,0 1,1 1,1 0,0 0))\n" "(1 row)" -msgstr "SELECT ST_AsText('01030000000100000005000000000000000000\n000000000000000000000000000000000000000000000000\nF03F000000000000F03F000000000000F03F000000000000F03\nF000000000000000000000000000000000000000000000000');\n\n st_astext\n--------------------------------\n POLYGON((0 0,0 1,1 1,1 0,0 0))\n(1 row)" +msgstr "" +"SELECT ST_AsText('01030000000100000005000000000000000000\n" +"000000000000000000000000000000000000000000000000\n" +"F03F000000000000F03F000000000000F03F000000000000F03\n" +"F000000000000000000000000000000000000000000000000');\n" +"\n" +" st_astext\n" +"--------------------------------\n" +" POLYGON((0 0,0 1,1 1,1 0,0 0))\n" +"(1 row)" #. Tag: para #: reference_output.xml:787 @@ -1666,7 +1912,9 @@ msgstr "SELECT ST_AsText('01030000000100000005000000000000000000\n00000000000000 msgid "" ", , , " -msgstr ", , , " +msgstr "" +", , , " #. Tag: refname #: reference_output.xml:794 @@ -1677,21 +1925,26 @@ msgstr "ST_AsLatLonText" #. Tag: refpurpose #: reference_output.xml:795 #, no-c-format -msgid "" -"Return the Degrees, Minutes, Seconds representation of the given point." +msgid "Return the Degrees, Minutes, Seconds representation of the given point." msgstr "" #. Tag: funcsynopsis #: reference_output.xml:799 #, no-c-format msgid "" -" text ST_AsLatLonText" -" geometry pt " -" text " -"ST_AsLatLonText geometry " -" pt text " -"format " -msgstr " text ST_AsLatLonText geometry pt text ST_AsLatLonText geometry pt text format " +" text ST_AsLatLonText " +"geometry pt text ST_AsLatLonText geometry pt text format " +msgstr "" +" text ST_AsLatLonText " +"geometry pt text ST_AsLatLonText geometry pt text format " #. Tag: para #: reference_output.xml:815 @@ -1723,8 +1976,8 @@ msgstr "" #: reference_output.xml:826 #, no-c-format msgid "" -"\"M\", \"S\", and \"C\" are optional. If \"C\" is omitted, degrees are shown" -" with a \"-\" sign if south or west. If \"S\" is omitted, minutes will be " +"\"M\", \"S\", and \"C\" are optional. If \"C\" is omitted, degrees are shown " +"with a \"-\" sign if south or west. If \"S\" is omitted, minutes will be " "shown as decimal with as many digits of precision as you specify. If \"M\" " "is also omitted, degrees are shown as decimal with as many digits precision " "as you specify." @@ -1758,7 +2011,11 @@ msgid "" " st_aslatlontext \n" "----------------------------\n" " 2°19'29.928\"S 3°14'3.243\"W" -msgstr "SELECT (ST_AsLatLonText('POINT (-3.2342342 -2.32498)'));\n st_aslatlontext \n----------------------------\n 2°19'29.928\"S 3°14'3.243\"W" +msgstr "" +"SELECT (ST_AsLatLonText('POINT (-3.2342342 -2.32498)'));\n" +" st_aslatlontext \n" +"----------------------------\n" +" 2°19'29.928\"S 3°14'3.243\"W" #. Tag: para #: reference_output.xml:845 @@ -1774,7 +2031,11 @@ msgid "" " st_aslatlontext \n" "----------------------------\n" " 2°19'29.928\"S 3°14'3.243\"W" -msgstr "SELECT (ST_AsLatLonText('POINT (-3.2342342 -2.32498)', 'D°M''S.SSS\"C'));\n st_aslatlontext \n----------------------------\n 2°19'29.928\"S 3°14'3.243\"W" +msgstr "" +"SELECT (ST_AsLatLonText('POINT (-3.2342342 -2.32498)', 'D°M''S.SSS\"C'));\n" +" st_aslatlontext \n" +"----------------------------\n" +" 2°19'29.928\"S 3°14'3.243\"W" #. Tag: para #: reference_output.xml:847 @@ -1786,11 +2047,19 @@ msgstr "" #: reference_output.xml:848 #, no-c-format msgid "" -"SELECT (ST_AsLatLonText('POINT (-3.2342342 -2.32498)', 'D degrees, M minutes, S seconds to the C'));\n" +"SELECT (ST_AsLatLonText('POINT (-3.2342342 -2.32498)', 'D degrees, M " +"minutes, S seconds to the C'));\n" +" st_aslatlontext \n" +"--------------------------------------------------------------------------------------\n" +" 2 degrees, 19 minutes, 30 seconds to the S 3 degrees, 14 minutes, 3 seconds " +"to the W" +msgstr "" +"SELECT (ST_AsLatLonText('POINT (-3.2342342 -2.32498)', 'D degrees, M " +"minutes, S seconds to the C'));\n" " st_aslatlontext \n" "--------------------------------------------------------------------------------------\n" -" 2 degrees, 19 minutes, 30 seconds to the S 3 degrees, 14 minutes, 3 seconds to the W" -msgstr "SELECT (ST_AsLatLonText('POINT (-3.2342342 -2.32498)', 'D degrees, M minutes, S seconds to the C'));\n st_aslatlontext \n--------------------------------------------------------------------------------------\n 2 degrees, 19 minutes, 30 seconds to the S 3 degrees, 14 minutes, 3 seconds to the W" +" 2 degrees, 19 minutes, 30 seconds to the S 3 degrees, 14 minutes, 3 seconds " +"to the W" #. Tag: para #: reference_output.xml:849 @@ -1806,7 +2075,11 @@ msgid "" " st_aslatlontext \n" "----------------------------\n" " -2°19'29.928\" -3°14'3.243\"" -msgstr "SELECT (ST_AsLatLonText('POINT (-3.2342342 -2.32498)', 'D°M''S.SSS\"'));\n st_aslatlontext \n----------------------------\n -2°19'29.928\" -3°14'3.243\"" +msgstr "" +"SELECT (ST_AsLatLonText('POINT (-3.2342342 -2.32498)', 'D°M''S.SSS\"'));\n" +" st_aslatlontext \n" +"----------------------------\n" +" -2°19'29.928\" -3°14'3.243\"" #. Tag: para #: reference_output.xml:851 @@ -1818,11 +2091,17 @@ msgstr "" #: reference_output.xml:852 #, no-c-format msgid "" -"SELECT (ST_AsLatLonText('POINT (-3.2342342 -2.32498)', 'D.DDDD degrees C'));\n" +"SELECT (ST_AsLatLonText('POINT (-3.2342342 -2.32498)', 'D.DDDD degrees " +"C'));\n" +" st_aslatlontext \n" +"-----------------------------------\n" +" 2.3250 degrees S 3.2342 degrees W" +msgstr "" +"SELECT (ST_AsLatLonText('POINT (-3.2342342 -2.32498)', 'D.DDDD degrees " +"C'));\n" " st_aslatlontext \n" "-----------------------------------\n" " 2.3250 degrees S 3.2342 degrees W" -msgstr "SELECT (ST_AsLatLonText('POINT (-3.2342342 -2.32498)', 'D.DDDD degrees C'));\n st_aslatlontext \n-----------------------------------\n 2.3250 degrees S 3.2342 degrees W" #. Tag: para #: reference_output.xml:853 @@ -1838,7 +2117,11 @@ msgid "" " st_aslatlontext \n" "-------------------------------\n" " 72°19'29.928\"S 57°45'56.757\"E" -msgstr "SELECT (ST_AsLatLonText('POINT (-302.2342342 -792.32498)'));\n st_aslatlontext \n-------------------------------\n 72°19'29.928\"S 57°45'56.757\"E" +msgstr "" +"SELECT (ST_AsLatLonText('POINT (-302.2342342 -792.32498)'));\n" +" st_aslatlontext \n" +"-------------------------------\n" +" 72°19'29.928\"S 57°45'56.757\"E" #. Tag: refname #: reference_output.xml:862 @@ -1858,12 +2141,11 @@ msgstr "" msgid "" "bytea ST_AsTWKB " "geometry g1 " -"integer " -"decimaldigits int8 " -" geometryID=null boolean " -" include sizes=false " -"boolean include bounding " -"boxes=false" +"integer decimaldigits int8 geometryID=null boolean include " +"sizes=false boolean " +"include bounding boxes=false" msgstr "" #. Tag: para @@ -1901,10 +2183,10 @@ msgstr "" #: reference_output.xml:885 #, no-c-format msgid "" -"TWKB is still a moving target. The format is described https://github.com/TWKB/Specification" -" , and code for building a client can be found https://github.com/TWKB/twkb.js" +"TWKB is still a moving target. The format is described https://github.com/TWKB/Specification , and code for building a client can be found https://github.com/TWKB/twkb.js" msgstr "" #. Tag: para @@ -1957,27 +2239,25 @@ msgstr "" msgid "" " bytea ST_AsTWKBAgg " "geometry set g1 " -"integer " -"decimaldigits " -" bytea ST_AsTWKBAgg " -"geometry set g1 " -"integer " -"decimaldigits int8 " -" geometryID " +"integer decimaldigits bytea " +"ST_AsTWKBAgg geometry set g1 integer " +"decimaldigits int8 " +"geometryID " " bytea ST_AsTWKBAgg " "geometry set g1 " -"integer " -"decimaldigits int8 " -" geometryID boolean " -" include sizes " -" bytea ST_AsTWKBAgg " -"geometry set g1 " -"integer " -"decimaldigits int8 " -" geometryID boolean " -" include sizes " -"boolean include bounding " -"boxes " +"integer decimaldigits int8 geometryID boolean include sizes bytea " +"ST_AsTWKBAgg geometry set g1 integer " +"decimaldigits int8 " +"geometryID boolean " +"include sizes boolean include bounding boxes " msgstr "" #. Tag: para @@ -1993,10 +2273,10 @@ msgstr "" #: reference_output.xml:952 #, no-c-format msgid "" -"TWKB is still a moving target. The format is described https://github.com/nicklasaven/TWKB" -" , and code for building a client can be found https://github.com/nicklasaven/twkb_web" +"TWKB is still a moving target. The format is described https://github.com/nicklasaven/TWKB , " +"and code for building a client can be found https://github.com/nicklasaven/twkb_web" msgstr "" #. Tag: programlisting @@ -2030,8 +2310,8 @@ msgstr "" msgid "" "text ST_AsEncodedPolyline " "geometry geom " -"integer " -"precision=5" +"integer precision=5" msgstr "" #. Tag: para @@ -2044,7 +2324,8 @@ msgstr "" #: reference_output.xml:998 #, no-c-format msgid "" -"ST_AsEncodedPolyline(GeomFromEWKT('SRID=4326;LINESTRING(-120.2 38.5,-120.95 40.7,-126.453 43.252)'));\n" +"ST_AsEncodedPolyline(GeomFromEWKT('SRID=4326;LINESTRING(-120.2 38.5,-120.95 " +"40.7,-126.453 43.252)'));\n" "--result--\n" "|_p~iF~ps|U_ulLnnqC_mqNvxq`@" msgstr "" diff --git a/doc/po/fr/reference_processing.xml.po b/doc/po/fr/reference_processing.xml.po index 333497dc7..9d4f0834b 100644 --- a/doc/po/fr/reference_processing.xml.po +++ b/doc/po/fr/reference_processing.xml.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# +# # Translators: # vpicavet , 2013 msgid "" @@ -9,11 +9,12 @@ msgstr "" "POT-Creation-Date: 2012-09-14 17:50+0000\n" "PO-Revision-Date: 2013-12-17 19:33+0000\n" "Last-Translator: vpicavet \n" -"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/" +"language/fr/)\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. Tag: title @@ -36,8 +37,8 @@ msgid "" "distance from this Geometry is less than or equal to distance. Calculations " "are in the Spatial Reference System of this Geometry. For geography: Uses a " "planar transform wrapper. Introduced in 1.5 support for different end cap " -"and mitre settings to control shape. buffer_style options: " -"quad_segs=#,endcap=round|flat|square,join=round|mitre|bevel,mitre_limit=#.#" +"and mitre settings to control shape. buffer_style options: quad_segs=#," +"endcap=round|flat|square,join=round|mitre|bevel,mitre_limit=#.#" msgstr "" #. Tag: funcsynopsis @@ -46,24 +47,39 @@ msgstr "" msgid "" " geometry ST_Buffer " "geometry g1 " -"float " -"radius_of_buffer " +"float radius_of_buffer geometry " +"ST_Buffer geometry " +"g1 float " +"radius_of_buffer integer num_seg_quarter_circle geometry ST_Buffer geometry g1 float " +"radius_of_buffer text buffer_style_parameters geography ST_Buffer geography g1 float " +"radius_of_buffer_in_meters " +msgstr "" " geometry ST_Buffer " "geometry g1 " -"float " -"radius_of_buffer integer " -" num_seg_quarter_circle " -" geometry " +"float radius_of_buffer geometry " "ST_Buffer geometry " "g1 float " -"radius_of_buffer text " -" buffer_style_parameters " -" geography " -"ST_Buffer geography " -"g1 float " -"radius_of_buffer_in_meters " -"" -msgstr " geometry ST_Buffer geometry g1 float radius_of_buffer geometry ST_Buffer geometry g1 float radius_of_buffer integer num_seg_quarter_circle geometry ST_Buffer geometry g1 float radius_of_buffer text buffer_style_parameters geography ST_Buffer geography g1 float radius_of_buffer_in_meters " +"radius_of_buffer integer num_seg_quarter_circle geometry ST_Buffer geometry g1 float " +"radius_of_buffer text buffer_style_parameters geography ST_Buffer geography g1 float " +"radius_of_buffer_in_meters " #. Tag: title #: reference_processing.xml:47 reference_processing.xml:221 @@ -115,8 +131,8 @@ msgstr "" #, no-c-format msgid "" "Geography: For geography this is really a thin wrapper around the geometry " -"implementation. It first determines the best SRID that fits the bounding box" -" of the geography object (favoring UTM, Lambert Azimuthal Equal Area (LAEA) " +"implementation. It first determines the best SRID that fits the bounding box " +"of the geography object (favoring UTM, Lambert Azimuthal Equal Area (LAEA) " "north/south pole, and falling back on mercator in worst case scenario) and " "then buffers in that planar spatial ref and retransforms back to WGS84 " "geography." @@ -137,16 +153,16 @@ msgid "" "Availability: 1.5 - ST_Buffer was enhanced to support different endcaps and " "join types. These are useful for example to convert road linestrings into " "polygon roads with flat or square edges instead of rounded edges. Thin " -"wrapper for geography was added. - requires GEOS >= 3.2 to take advantage" -" of advanced geometry functionality." +"wrapper for geography was added. - requires GEOS >= 3.2 to take advantage " +"of advanced geometry functionality." msgstr "" #. Tag: para #: reference_processing.xml:62 #, no-c-format msgid "" -"The optional third parameter (currently only applies to geometry) can either" -" specify number of segments used to approximate a quarter circle (integer " +"The optional third parameter (currently only applies to geometry) can either " +"specify number of segments used to approximate a quarter circle (integer " "case, defaults to 8) or a list of blank-separated key=value pairs (string " "case) to tweak operations as follows:" msgstr "" @@ -172,9 +188,9 @@ msgstr "" #: reference_processing.xml:72 #, no-c-format msgid "" -"'join=round|mitre|bevel' : join style (defaults to \"round\", needs GEOS-3.2" -" or higher for a different value). 'miter' is also accepted as a synonym for" -" 'mitre'." +"'join=round|mitre|bevel' : join style (defaults to \"round\", needs GEOS-3.2 " +"or higher for a different value). 'miter' is also accepted as a synonym for " +"'mitre'." msgstr "" #. Tag: para @@ -234,8 +250,8 @@ msgstr "" #, no-c-format msgid "" "People often make the mistake of using this function to try to do radius " -"searches. Creating a buffer to to a radius search is slow and pointless. Use" -" instead." +"searches. Creating a buffer to to a radius search is slow and pointless. Use " +" instead." msgstr "" #. Tag: title @@ -386,8 +402,10 @@ msgid "" "--A buffered point approximates a circle\n" "-- A buffered point forcing approximation of (see diagram)\n" "-- 2 points per circle is poly with 8 sides (see diagram)\n" -"SELECT ST_NPoints(ST_Buffer(ST_GeomFromText('POINT(100 90)'), 50)) As promisingcircle_pcount,\n" -"ST_NPoints(ST_Buffer(ST_GeomFromText('POINT(100 90)'), 50, 2)) As lamecircle_pcount;\n" +"SELECT ST_NPoints(ST_Buffer(ST_GeomFromText('POINT(100 90)'), 50)) As " +"promisingcircle_pcount,\n" +"ST_NPoints(ST_Buffer(ST_GeomFromText('POINT(100 90)'), 50, 2)) As " +"lamecircle_pcount;\n" "\n" "promisingcircle_pcount | lamecircle_pcount\n" "------------------------+-------------------\n" @@ -403,9 +421,12 @@ msgid "" "ST_SetSRID(ST_MakePoint(-71.063526, 42.35785),4269), 26986)\n" ",100,2)) As octagon;\n" "----------------------\n" -"POLYGON((236057.59057465 900908.759918696,236028.301252769 900838.049240578,235\n" -"957.59057465 900808.759918696,235886.879896532 900838.049240578,235857.59057465\n" -"900908.759918696,235886.879896532 900979.470596815,235957.59057465 901008.759918\n" +"POLYGON((236057.59057465 900908.759918696,236028.301252769 " +"900838.049240578,235\n" +"957.59057465 900808.759918696,235886.879896532 " +"900838.049240578,235857.59057465\n" +"900908.759918696,235886.879896532 900979.470596815,235957.59057465 " +"901008.759918\n" "696,236028.301252769 900979.470596815,236057.59057465 900908.759918696))" msgstr "" @@ -456,7 +477,9 @@ msgstr "" msgid "" "geometry ST_BuildArea " "geometry A" -msgstr "geometry ST_BuildArea geometry A" +msgstr "" +"geometry ST_BuildArea " +"geometry A" #. Tag: para #: reference_processing.xml:223 @@ -538,8 +561,8 @@ msgstr "" #: reference_processing.xml:274 #, no-c-format msgid "" -", , ," -" wrappers to this function with " +", , , " +"wrappers to this function with " "standard OGC interface" msgstr "" @@ -561,15 +584,24 @@ msgstr "" #, no-c-format msgid "" " geometry ST_Collect " -"geometry set " -"g1field " +"geometry set g1field geometry " +"ST_Collect geometry " +"g1 geometry " +"g2 " +"geometry ST_Collect " +"geometry[] g1_array " +"" +msgstr "" +" geometry ST_Collect " +"geometry set g1field geometry " +"ST_Collect geometry " +"g1 geometry " +"g2 " "geometry ST_Collect " -"geometry g1 " -"geometry g2 " -" geometry " -"ST_Collect geometry[] " -"g1_array " -msgstr " geometry ST_Collect geometry set g1field geometry ST_Collect geometry g1 geometry g2 geometry ST_Collect geometry[] g1_array " +"geometry[] g1_array " +"" #. Tag: para #: reference_processing.xml:308 @@ -585,12 +617,11 @@ msgstr "" #, no-c-format msgid "" "Aggregate version: This function returns a GEOMETRYCOLLECTION or a MULTI " -"object from a set of geometries. The ST_Collect() function is an " -"\"aggregate\" function in the terminology of PostgreSQL. That means that it " -"operates on rows of data, in the same way the SUM() and AVG() functions do. " -"For example, \"SELECT ST_Collect(GEOM) FROM GEOMTABLE GROUP BY ATTRCOLUMN\" " -"will return a separate GEOMETRYCOLLECTION for each distinct value of " -"ATTRCOLUMN." +"object from a set of geometries. The ST_Collect() function is an \"aggregate" +"\" function in the terminology of PostgreSQL. That means that it operates on " +"rows of data, in the same way the SUM() and AVG() functions do. For example, " +"\"SELECT ST_Collect(GEOM) FROM GEOMTABLE GROUP BY ATTRCOLUMN\" will return a " +"separate GEOMETRYCOLLECTION for each distinct value of ATTRCOLUMN." msgstr "" #. Tag: para @@ -598,8 +629,7 @@ msgstr "" #, no-c-format msgid "" "Non-Aggregate version: This function returns a geometry being a collection " -"of two input geometries. Output type can be a MULTI* or a " -"GEOMETRYCOLLECTION." +"of two input geometries. Output type can be a MULTI* or a GEOMETRYCOLLECTION." msgstr "" #. Tag: para @@ -607,15 +637,14 @@ msgstr "" #, no-c-format msgid "" "ST_Collect and ST_Union are often interchangeable. ST_Collect is in general " -"orders of magnitude faster than ST_Union because it does not try to dissolve" -" boundaries or validate that a constructed MultiPolgon doesn't have " +"orders of magnitude faster than ST_Union because it does not try to dissolve " +"boundaries or validate that a constructed MultiPolgon doesn't have " "overlapping regions. It merely rolls up single geometries into MULTI and " "MULTI or mixed geometry types into Geometry Collections. Unfortunately " "geometry collections are not well-supported by GIS tools. To prevent " "ST_Collect from returning a Geometry Collection when collecting MULTI " -"geometries, one can use the below trick that utilizes to expand the MULTIs out to singles and then regroup " -"them." +"geometries, one can use the below trick that utilizes to expand the MULTIs out to singles and then regroup them." msgstr "" #. Tag: para @@ -652,10 +681,9 @@ msgstr "" #: reference_processing.xml:344 #, no-c-format msgid "" -"Aggregate example (http://postgis.refractions.net/pipermail" -"/postgis-users/2008-June/020331.html)" +"Aggregate example (http://postgis.refractions.net/" +"pipermail/postgis-users/2008-June/020331.html)" msgstr "" #. Tag: programlisting @@ -704,18 +732,22 @@ msgid "" " MULTIPOINT(1 2 3,1 2 4)\n" "\n" " --Example with curves\n" -"SELECT ST_AsText(ST_Collect(ST_GeomFromText('CIRCULARSTRING(220268 150415,220227 150505,220227 150406)'),\n" -"ST_GeomFromText('CIRCULARSTRING(220227 150406,2220227 150407,220227 150406)')));\n" +"SELECT ST_AsText(ST_Collect(ST_GeomFromText('CIRCULARSTRING(220268 " +"150415,220227 150505,220227 150406)'),\n" +"ST_GeomFromText('CIRCULARSTRING(220227 150406,2220227 150407,220227 " +"150406)')));\n" " st_astext\n" "------------------------------------------------------------------------------------\n" -" GEOMETRYCOLLECTION(CIRCULARSTRING(220268 150415,220227 150505,220227 150406),\n" +" GEOMETRYCOLLECTION(CIRCULARSTRING(220268 150415,220227 150505,220227 " +"150406),\n" " CIRCULARSTRING(220227 150406,2220227 150407,220227 150406))\n" "\n" "--New ST_Collect array construct\n" "SELECT ST_Collect(ARRAY(SELECT the_geom FROM sometable));\n" "\n" "SELECT ST_AsText(ST_Collect(ARRAY[ST_GeomFromText('LINESTRING(1 2, 3 4)'),\n" -" ST_GeomFromText('LINESTRING(3 4, 4 5)')])) As wktcollect;\n" +" ST_GeomFromText('LINESTRING(3 4, 4 5)')])) As " +"wktcollect;\n" "\n" "--wkt collect --\n" "MULTILINESTRING((1 2,3 4),(3 4,4 5))" @@ -748,11 +780,15 @@ msgstr "" msgid "" "geometry ST_ConcaveHull " "geometry geomA " -"float " -"target_percent boolean " +"float target_percent boolean " +"allow_holes=false" +msgstr "" +"geometry ST_ConcaveHull " +"geometry geomA " +"float target_percent boolean " "allow_holes=false" -msgstr "geometry ST_ConcaveHull geometry geomA float target_percent boolean allow_holes=false" #. Tag: para #: reference_processing.xml:374 @@ -772,8 +808,8 @@ msgid "" "the concave hull as the geometry you get by vacuum sealing a set of " "geometries. The target_percent of 1 will give you the same answer as the " "convex hull. A target_percent between 0 and 0.99 will give you something " -"that should have a smaller area than the convex hull. This is different from" -" a convex hull which is more like wrapping a rubber band around the set of " +"that should have a smaller area than the convex hull. This is different from " +"a convex hull which is more like wrapping a rubber band around the set of " "geometries." msgstr "" @@ -817,17 +853,16 @@ msgstr "" #, no-c-format msgid "" "Note - The smaller you make the target percent, the longer it takes to " -"process the concave hull and more likely to run into topological exceptions." -" Also the more floating points and number of points you accrue. First try a " +"process the concave hull and more likely to run into topological exceptions. " +"Also the more floating points and number of points you accrue. First try a " "0.99 which does a first hop, is usually very fast, sometimes as fast as " "computing the convex hull, and usually gives much better than 99% of shrink " -"since it almost always overshoots. Second hope of 0.98 it slower, others get" -" slower usually quadratically. To reduce precision and float points, use " -" or after ST_ConcaveHull. ST_SnapToGrid is a bit " -"faster, but could result in invalid geometries where as " -"ST_SimplifyPreserveTopology almost always preserves the validity of the " -"geometry." +"since it almost always overshoots. Second hope of 0.98 it slower, others get " +"slower usually quadratically. To reduce precision and float points, use " +" or after ST_ConcaveHull. ST_SnapToGrid is a bit faster, but " +"could result in invalid geometries where as ST_SimplifyPreserveTopology " +"almost always preserves the validity of the geometry." msgstr "" #. Tag: para @@ -835,8 +870,8 @@ msgstr "" #, no-c-format msgid "" "More real world examples and brief explanation of the technique are shown " -"http://www.bostongis.com/postgis_concavehull.snippet" +"http://" +"www.bostongis.com/postgis_concavehull.snippet" msgstr "" #. Tag: para @@ -844,13 +879,12 @@ msgstr "" #, no-c-format msgid "" "Also check out Simon Greener's article on demonstrating ConcaveHull " -"introduced in Oracle 11G R2. http://www.spatialdbadvisor.com/oracle_spatial_tips_tricks/172" -"/concave-hull-geometries-in-oracle-11gr2. The solution we get at " -"0.75 target percent of convex hull is similar to the shape Simon gets with " -"Oracle SDO_CONCAVEHULL_BOUNDARY." +"introduced in Oracle 11G R2. http://www.spatialdbadvisor.com/" +"oracle_spatial_tips_tricks/172/concave-hull-geometries-in-oracle-11gr2. The solution we get at 0.75 target percent of convex hull is similar " +"to the shape Simon gets with Oracle SDO_CONCAVEHULL_BOUNDARY." msgstr "" #. Tag: para @@ -874,8 +908,7 @@ msgstr "" #. Tag: para #: reference_processing.xml:422 #, no-c-format -msgid "" -"ST_ConcaveHull of 2 polygons encased in target 100% shrink concave hull" +msgid "ST_ConcaveHull of 2 polygons encased in target 100% shrink concave hull" msgstr "" #. Tag: programlisting @@ -883,7 +916,8 @@ msgstr "" #, no-c-format msgid "" "-- geometries overlaid with concavehull \n" -"-- at target 100% shrink (this is the same as convex hull - since no shrink)\n" +"-- at target 100% shrink (this is the same as convex hull - since no " +"shrink)\n" "SELECT \n" " ST_ConcaveHull(\n" " ST_Union(ST_GeomFromText('POLYGON((175 150, 20 40, \n" @@ -977,15 +1011,16 @@ msgstr "" #: reference_processing.xml:487 #, no-c-format msgid "" -"multilinestring with overlaid with Concave hull of linestrings at 99% target" -" -- first hop" +"multilinestring with overlaid with Concave hull of linestrings at 99% target " +"-- first hop" msgstr "" #. Tag: programlisting #: reference_processing.xml:491 #, no-c-format msgid "" -"SELECT ST_ConcaveHull(ST_GeomFromText('MULTILINESTRING((106 164,30 112,74 70,82 112,130 94,\n" +"SELECT ST_ConcaveHull(ST_GeomFromText('MULTILINESTRING((106 164,30 112,74 " +"70,82 112,130 94,\n" " 130 62,122 40,156 32,162 76,172 88),\n" "(132 178,134 148,128 136,96 128,132 108,150 130,\n" "170 142,174 110,156 96,158 90,158 88),\n" @@ -999,8 +1034,8 @@ msgstr "" #: reference_processing.xml:501 #, no-c-format msgid "" -", , , " +", , , " msgstr "" #. Tag: refname @@ -1023,7 +1058,9 @@ msgstr "" msgid "" "geometry ST_ConvexHull " "geometry geomA" -msgstr "geometry ST_ConvexHull geometry geomA" +msgstr "" +"geometry ST_ConvexHull " +"geometry geomA" #. Tag: para #: reference_processing.xml:523 @@ -1090,8 +1127,10 @@ msgstr "" msgid "" "SELECT ST_AsText(ST_ConvexHull(\n" " ST_Collect(\n" -" ST_GeomFromText('MULTILINESTRING((100 190,10 8),(150 10, 20 30))'),\n" -" ST_GeomFromText('MULTIPOINT(50 5, 150 30, 50 10, 10 10)')\n" +" ST_GeomFromText('MULTILINESTRING((100 190,10 8),(150 10, 20 " +"30))'),\n" +" ST_GeomFromText('MULTIPOINT(50 5, 150 30, 50 10, 10 " +"10)')\n" " )) );\n" "---st_astext--\n" "POLYGON((50 5,10 8,10 10,100 190,150 30,150 10,50 5))" @@ -1101,8 +1140,8 @@ msgstr "" #: reference_processing.xml:564 #, no-c-format msgid "" -", , " +", , " msgstr "" #. Tag: refname @@ -1121,23 +1160,29 @@ msgstr "" #: reference_processing.xml:576 #, no-c-format msgid "" -" geometry " -"ST_CurveToLine " -"geometry curveGeom " -" geometry " -"ST_CurveToLine " -"geometry curveGeom " -"integer " -"segments_per_qtr_circle " -msgstr " geometry ST_CurveToLine geometry curveGeom geometry ST_CurveToLine geometry curveGeom integer segments_per_qtr_circle " +" geometry ST_CurveToLine geometry curveGeom geometry " +"ST_CurveToLine geometry curveGeom integer segments_per_qtr_circle " +msgstr "" +" geometry ST_CurveToLine geometry curveGeom geometry " +"ST_CurveToLine geometry curveGeom integer segments_per_qtr_circle " #. Tag: para #: reference_processing.xml:592 #, no-c-format msgid "" -"Converst a CIRCULAR STRING to regular LINESTRING or CURVEPOLYGON to POLYGON." -" Useful for outputting to devices that can't support CIRCULARSTRING geometry" -" types" +"Converst a CIRCULAR STRING to regular LINESTRING or CURVEPOLYGON to POLYGON. " +"Useful for outputting to devices that can't support CIRCULARSTRING geometry " +"types" msgstr "" #. Tag: para @@ -1179,60 +1224,106 @@ msgstr "" #: reference_processing.xml:606 #, no-c-format msgid "" -"SELECT ST_AsText(ST_CurveToLine(ST_GeomFromText('CIRCULARSTRING(220268 150415,220227 150505,220227 150406)')));\n" +"SELECT ST_AsText(ST_CurveToLine(ST_GeomFromText('CIRCULARSTRING(220268 " +"150415,220227 150505,220227 150406)')));\n" "\n" "--Result --\n" -" LINESTRING(220268 150415,220269.95064912 150416.539364228,220271.823415575 150418.17258804,220273.613787707 150419.895736857,\n" -" 220275.317452352 150421.704659462,220276.930305234 150423.594998003,220278.448460847 150425.562198489,\n" -" 220279.868261823 150427.60152176,220281.186287736 150429.708054909,220282.399363347 150431.876723113,\n" -" 220283.50456625 150434.10230186,220284.499233914 150436.379429536,220285.380970099 150438.702620341,220286.147650624 150441.066277505,\n" -" 220286.797428488 150443.464706771,220287.328738321 150445.892130112,220287.740300149 150448.342699654,\n" -" 220288.031122486 150450.810511759,220288.200504713 150453.289621251,220288.248038775 150455.77405574,\n" -" 220288.173610157 150458.257830005,220287.977398166 150460.734960415,220287.659875492 150463.199479347,\n" -" 220287.221807076 150465.64544956,220286.664248262 150468.066978495,220285.988542259 150470.458232479,220285.196316903 150472.81345077,\n" -" 220284.289480732 150475.126959442,220283.270218395 150477.39318505,220282.140985384 150479.606668057,\n" -" 220280.90450212 150481.762075989,220279.5637474 150483.85421628,220278.12195122 150485.87804878,\n" -" 220276.582586992 150487.828697901,220274.949363179 150489.701464356,220273.226214362 150491.491836488,\n" -" 220271.417291757 150493.195501133,220269.526953216 150494.808354014,220267.559752731 150496.326509628,\n" -" 220265.520429459 150497.746310603,220263.41389631 150499.064336517,220261.245228106 150500.277412127,\n" -" 220259.019649359 150501.38261503,220256.742521683 150502.377282695,220254.419330878 150503.259018879,\n" -" 220252.055673714 150504.025699404,220249.657244448 150504.675477269,220247.229821107 150505.206787101,\n" -" 220244.779251566 150505.61834893,220242.311439461 150505.909171266,220239.832329968 150506.078553494,\n" -" 220237.347895479 150506.126087555,220234.864121215 150506.051658938,220232.386990804 150505.855446946,\n" -" 220229.922471872 150505.537924272,220227.47650166 150505.099855856,220225.054972724 150504.542297043,\n" +" LINESTRING(220268 150415,220269.95064912 150416.539364228,220271.823415575 " +"150418.17258804,220273.613787707 150419.895736857,\n" +" 220275.317452352 150421.704659462,220276.930305234 " +"150423.594998003,220278.448460847 150425.562198489,\n" +" 220279.868261823 150427.60152176,220281.186287736 " +"150429.708054909,220282.399363347 150431.876723113,\n" +" 220283.50456625 150434.10230186,220284.499233914 " +"150436.379429536,220285.380970099 150438.702620341,220286.147650624 " +"150441.066277505,\n" +" 220286.797428488 150443.464706771,220287.328738321 " +"150445.892130112,220287.740300149 150448.342699654,\n" +" 220288.031122486 150450.810511759,220288.200504713 " +"150453.289621251,220288.248038775 150455.77405574,\n" +" 220288.173610157 150458.257830005,220287.977398166 " +"150460.734960415,220287.659875492 150463.199479347,\n" +" 220287.221807076 150465.64544956,220286.664248262 " +"150468.066978495,220285.988542259 150470.458232479,220285.196316903 " +"150472.81345077,\n" +" 220284.289480732 150475.126959442,220283.270218395 " +"150477.39318505,220282.140985384 150479.606668057,\n" +" 220280.90450212 150481.762075989,220279.5637474 " +"150483.85421628,220278.12195122 150485.87804878,\n" +" 220276.582586992 150487.828697901,220274.949363179 " +"150489.701464356,220273.226214362 150491.491836488,\n" +" 220271.417291757 150493.195501133,220269.526953216 " +"150494.808354014,220267.559752731 150496.326509628,\n" +" 220265.520429459 150497.746310603,220263.41389631 " +"150499.064336517,220261.245228106 150500.277412127,\n" +" 220259.019649359 150501.38261503,220256.742521683 " +"150502.377282695,220254.419330878 150503.259018879,\n" +" 220252.055673714 150504.025699404,220249.657244448 " +"150504.675477269,220247.229821107 150505.206787101,\n" +" 220244.779251566 150505.61834893,220242.311439461 " +"150505.909171266,220239.832329968 150506.078553494,\n" +" 220237.347895479 150506.126087555,220234.864121215 " +"150506.051658938,220232.386990804 150505.855446946,\n" +" 220229.922471872 150505.537924272,220227.47650166 " +"150505.099855856,220225.054972724 150504.542297043,\n" " 220222.663718741 150503.86659104,220220.308500449 150503.074365683,\n" " 220217.994991777 150502.167529512,220215.72876617 150501.148267175,\n" " 220213.515283163 150500.019034164,220211.35987523 150498.7825509,\n" " 220209.267734939 150497.441796181,220207.243902439 150496,\n" -" 220205.293253319 150494.460635772,220203.420486864 150492.82741196,220201.630114732 150491.104263143,\n" -" 220199.926450087 150489.295340538,220198.313597205 150487.405001997,220196.795441592 150485.437801511,\n" -" 220195.375640616 150483.39847824,220194.057614703 150481.291945091,220192.844539092 150479.123276887,220191.739336189 150476.89769814,\n" -" 220190.744668525 150474.620570464,220189.86293234 150472.297379659,220189.096251815 150469.933722495,\n" -" 220188.446473951 150467.535293229,220187.915164118 150465.107869888,220187.50360229 150462.657300346,\n" -" 220187.212779953 150460.189488241,220187.043397726 150457.710378749,220186.995863664 150455.22594426,\n" -" 220187.070292282 150452.742169995,220187.266504273 150450.265039585,220187.584026947 150447.800520653,\n" -" 220188.022095363 150445.35455044,220188.579654177 150442.933021505,220189.25536018 150440.541767521,\n" -" 220190.047585536 150438.18654923,220190.954421707 150435.873040558,220191.973684044 150433.60681495,\n" -" 220193.102917055 150431.393331943,220194.339400319 150429.237924011,220195.680155039 150427.14578372,220197.12195122 150425.12195122,\n" -" 220198.661315447 150423.171302099,220200.29453926 150421.298535644,220202.017688077 150419.508163512,220203.826610682 150417.804498867,\n" -" 220205.716949223 150416.191645986,220207.684149708 150414.673490372,220209.72347298 150413.253689397,220211.830006129 150411.935663483,\n" -" 220213.998674333 150410.722587873,220216.22425308 150409.61738497,220218.501380756 150408.622717305,220220.824571561 150407.740981121,\n" -" 220223.188228725 150406.974300596,220225.586657991 150406.324522731,220227 150406)\n" +" 220205.293253319 150494.460635772,220203.420486864 " +"150492.82741196,220201.630114732 150491.104263143,\n" +" 220199.926450087 150489.295340538,220198.313597205 " +"150487.405001997,220196.795441592 150485.437801511,\n" +" 220195.375640616 150483.39847824,220194.057614703 " +"150481.291945091,220192.844539092 150479.123276887,220191.739336189 " +"150476.89769814,\n" +" 220190.744668525 150474.620570464,220189.86293234 " +"150472.297379659,220189.096251815 150469.933722495,\n" +" 220188.446473951 150467.535293229,220187.915164118 " +"150465.107869888,220187.50360229 150462.657300346,\n" +" 220187.212779953 150460.189488241,220187.043397726 " +"150457.710378749,220186.995863664 150455.22594426,\n" +" 220187.070292282 150452.742169995,220187.266504273 " +"150450.265039585,220187.584026947 150447.800520653,\n" +" 220188.022095363 150445.35455044,220188.579654177 " +"150442.933021505,220189.25536018 150440.541767521,\n" +" 220190.047585536 150438.18654923,220190.954421707 " +"150435.873040558,220191.973684044 150433.60681495,\n" +" 220193.102917055 150431.393331943,220194.339400319 " +"150429.237924011,220195.680155039 150427.14578372,220197.12195122 " +"150425.12195122,\n" +" 220198.661315447 150423.171302099,220200.29453926 " +"150421.298535644,220202.017688077 150419.508163512,220203.826610682 " +"150417.804498867,\n" +" 220205.716949223 150416.191645986,220207.684149708 " +"150414.673490372,220209.72347298 150413.253689397,220211.830006129 " +"150411.935663483,\n" +" 220213.998674333 150410.722587873,220216.22425308 " +"150409.61738497,220218.501380756 150408.622717305,220220.824571561 " +"150407.740981121,\n" +" 220223.188228725 150406.974300596,220225.586657991 150406.324522731,220227 " +"150406)\n" "\n" "--3d example\n" -"SELECT ST_AsEWKT(ST_CurveToLine(ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 2,220227 150406 3)')));\n" +"SELECT ST_AsEWKT(ST_CurveToLine(ST_GeomFromEWKT('CIRCULARSTRING(220268 " +"150415 1,220227 150505 2,220227 150406 3)')));\n" "Output\n" "------\n" -" LINESTRING(220268 150415 1,220269.95064912 150416.539364228 1.0181172856673,\n" -" 220271.823415575 150418.17258804 1.03623457133459,220273.613787707 150419.895736857 1.05435185700189,....AD INFINITUM ....\n" +" LINESTRING(220268 150415 1,220269.95064912 150416.539364228 " +"1.0181172856673,\n" +" 220271.823415575 150418.17258804 1.03623457133459,220273.613787707 " +"150419.895736857 1.05435185700189,....AD INFINITUM ....\n" " 220225.586657991 150406.324522731 1.32611114201132,220227 150406 3)\n" "\n" "--use only 2 segments to approximate quarter circle\n" -"SELECT ST_AsText(ST_CurveToLine(ST_GeomFromText('CIRCULARSTRING(220268 150415,220227 150505,220227 150406)'),2));\n" +"SELECT ST_AsText(ST_CurveToLine(ST_GeomFromText('CIRCULARSTRING(220268 " +"150415,220227 150505,220227 150406)'),2));\n" "st_astext\n" "------------------------------\n" -" LINESTRING(220268 150415,220287.740300149 150448.342699654,220278.12195122 150485.87804878,\n" -" 220244.779251566 150505.61834893,220207.243902439 150496,220187.50360229 150462.657300346,\n" +" LINESTRING(220268 150415,220287.740300149 150448.342699654,220278.12195122 " +"150485.87804878,\n" +" 220244.779251566 150505.61834893,220207.243902439 150496,220187.50360229 " +"150462.657300346,\n" " 220197.12195122 150425.12195122,220227 150406)" msgstr "" @@ -1256,17 +1347,20 @@ msgid "" "geometry g1 " "float tolerance " "int4 flags" -msgstr "geometry ST_DelaunayTriangles geometry g1 float tolerance int4 flags" +msgstr "" +"geometry ST_DelaunayTriangles " +"geometry g1 " +"float tolerance " +"int4 flags" #. Tag: para #: reference_processing.xml:640 #, no-c-format msgid "" -"Return a Delaunay " -"triangulation around the vertices of the input geometry. Output is a" -" COLLECTION of polygons (for flags=0) or a MULTILINESTRING (for flags=1). " -"The tolerance, if any, is used to snap input vertices togheter." +"Return a Delaunay triangulation around the vertices of the input geometry. " +"Output is a COLLECTION of polygons (for flags=0) or a MULTILINESTRING (for " +"flags=1). The tolerance, if any, is used to snap input vertices togheter." msgstr "" #. Tag: para @@ -1302,8 +1396,8 @@ msgstr "" #: reference_processing.xml:674 #, no-c-format msgid "" -"ST_DelaunayTriangles of 2 polygons: delaunay triangle polygons each triangle" -" themed in different color" +"ST_DelaunayTriangles of 2 polygons: delaunay triangle polygons each triangle " +"themed in different color" msgstr "" #. Tag: programlisting @@ -1420,7 +1514,10 @@ msgid "" "geometry ST_Difference " "geometry geomA " "geometry geomB" -msgstr "geometry ST_Difference geometry geomA geometry geomB" +msgstr "" +"geometry ST_Difference " +"geometry geomA " +"geometry geomB" #. Tag: para #: reference_processing.xml:738 @@ -1474,7 +1571,8 @@ msgstr "" #: reference_processing.xml:787 #, no-c-format msgid "" -"--Safe for 2d. This is same geometries as what is shown for st_symdifference\n" +"--Safe for 2d. This is same geometries as what is shown for " +"st_symdifference\n" "SELECT ST_AsText(\n" " ST_Difference(\n" " ST_GeomFromText('LINESTRING(50 100, 50 200)'),\n" @@ -1492,7 +1590,9 @@ msgstr "" #, no-c-format msgid "" "--When used in 3d doesn't quite do the right thing\n" -"SELECT ST_AsEWKT(ST_Difference(ST_GeomFromEWKT('MULTIPOINT(-118.58 38.38 5,-118.60 38.329 6,-118.614 38.281 7)'), ST_GeomFromEWKT('POINT(-118.614 38.281 5)')));\n" +"SELECT ST_AsEWKT(ST_Difference(ST_GeomFromEWKT('MULTIPOINT(-118.58 38.38 " +"5,-118.60 38.329 6,-118.614 38.281 7)'), ST_GeomFromEWKT('POINT(-118.614 " +"38.281 5)')));\n" "st_asewkt\n" "---------\n" "MULTIPOINT(-118.6 38.329 6,-118.58 38.38 5)" @@ -1517,7 +1617,9 @@ msgstr "" msgid "" "geometry_dump[] ST_Dump " "geometry g1" -msgstr "geometry_dump[] ST_Dump geometry g1" +msgstr "" +"geometry_dump[] ST_Dump " +"geometry g1" #. Tag: para #: reference_processing.xml:817 @@ -1527,9 +1629,9 @@ msgid "" "rows, formed by a geometry (geom) and an array of integers (path). When the " "input geometry is a simple type (POINT,LINESTRING,POLYGON) a single record " "will be returned with an empty path array and the input geometry as geom. " -"When the input geometry is a collection or multi it will return a record for" -" each of the collection components, and the path will express the position " -"of the component inside the collection." +"When the input geometry is a collection or multi it will return a record for " +"each of the collection components, and the path will express the position of " +"the component inside the collection." msgstr "" #. Tag: para @@ -1592,10 +1694,12 @@ msgid "" " (ST_Dump(sometable.the_geom)).geom AS the_geom\n" "FROM sometable;\n" "\n" -"-- Break a compound curve into its constituent linestrings and circularstrings\n" +"-- Break a compound curve into its constituent linestrings and " +"circularstrings\n" "SELECT ST_AsEWKT(a.geom), ST_HasArc(a.geom)\n" " FROM ( SELECT (ST_Dump(p_geom)).geom AS geom\n" -" FROM (SELECT ST_GeomFromEWKT('COMPOUNDCURVE(CIRCULARSTRING(0 0, 1 1, 1 0),(1 0, 0 1))') AS p_geom) AS b\n" +" FROM (SELECT ST_GeomFromEWKT('COMPOUNDCURVE(CIRCULARSTRING(0 0, 1 " +"1, 1 0),(1 0, 0 1))') AS p_geom) AS b\n" " ) AS a;\n" " st_asewkt | st_hasarc\n" "-----------------------------+----------\n" @@ -1619,8 +1723,10 @@ msgid "" "SELECT (a.p_geom).path[1] As path, ST_AsEWKT((a.p_geom).geom) As geom_ewkt\n" " FROM (SELECT ST_Dump(ST_GeomFromEWKT('POLYHEDRALSURFACE( \n" "((0 0 0, 0 0 1, 0 1 1, 0 1 0, 0 0 0)), \n" -"((0 0 0, 0 1 0, 1 1 0, 1 0 0, 0 0 0)), ((0 0 0, 1 0 0, 1 0 1, 0 0 1, 0 0 0)), ((1 1 0, 1 1 1, 1 0 1, 1 0 0, 1 1 0)), \n" -"((0 1 0, 0 1 1, 1 1 1, 1 1 0, 0 1 0)), ((0 0 1, 1 0 1, 1 1 1, 0 1 1, 0 0 1)) \n" +"((0 0 0, 0 1 0, 1 1 0, 1 0 0, 0 0 0)), ((0 0 0, 1 0 0, 1 0 1, 0 0 1, 0 0 " +"0)), ((1 1 0, 1 1 1, 1 0 1, 1 0 0, 1 1 0)), \n" +"((0 1 0, 0 1 1, 1 1 1, 1 1 0, 0 1 0)), ((0 0 1, 1 0 1, 1 1 1, 0 1 1, 0 0 " +"1)) \n" ")') ) AS p_geom ) AS a;\n" "\n" " path | geom_ewkt\n" @@ -1665,9 +1771,9 @@ msgstr "" #: reference_processing.xml:854 #, no-c-format msgid "" -", , , , " +", , , , " msgstr "" #. Tag: refname @@ -1680,8 +1786,8 @@ msgstr "" #: reference_processing.xml:861 #, no-c-format msgid "" -"Returns a set of geometry_dump (geom,path) rows of all points that make up a" -" geometry." +"Returns a set of geometry_dump (geom,path) rows of all points that make up a " +"geometry." msgstr "" #. Tag: funcprototype @@ -1690,41 +1796,42 @@ msgstr "" msgid "" "geometry_dump[]ST_DumpPoints " "geometry geom" -msgstr "geometry_dump[]ST_DumpPoints geometry geom" +msgstr "" +"geometry_dump[]ST_DumpPoints " +"geometry geom" #. Tag: para #: reference_processing.xml:875 #, no-c-format msgid "" -"This set-returning function (SRF) returns a set of " -"geometry_dump rows formed by a geometry " -"(geom) and an array of integers " -"(path)." +"This set-returning function (SRF) returns a set of geometry_dump rows formed by a geometry (geom) and an array of " +"integers (path)." msgstr "" #. Tag: para #: reference_processing.xml:878 #, no-c-format msgid "" -"The geom component of " -"geometry_dump are all the POINTs that " -"make up the supplied geometry" +"The geom component of geometry_dump are all the POINTs that make up the supplied " +"geometry" msgstr "" #. Tag: para #: reference_processing.xml:881 #, no-c-format msgid "" -"The path component of " -"geometry_dump (an integer[]) is an " -"index reference enumerating the POINTs of the supplied " -"geometry. For example, if a LINESTRING is supplied, a " -"path of {i} is returned where i is the" -" nth coordinate in the LINESTRING. If " -"a POLYGON is supplied, a path of {i,j}" -" is returned where i is the ring number (1 is outer; " -"inner rings follow) and j enumerates the " -"POINTs (again 1-based index)." +"The path component of geometry_dump (an integer[]) is an index reference enumerating " +"the POINTs of the supplied geometry. For example, if a " +"LINESTRING is supplied, a path of {i} " +"is returned where i is the nth " +"coordinate in the LINESTRING. If a POLYGON is supplied, a path of {i,j} is returned where " +"i is the ring number (1 is outer; inner rings follow) and " +"j enumerates the POINTs (again 1-based " +"index)." msgstr "" #. Tag: para @@ -1745,10 +1852,12 @@ msgstr "" msgid "" "SELECT edge_id, (dp).path[1] As index, ST_AsText((dp).geom) As wktnode\n" "FROM (SELECT 1 As edge_id\n" -" , ST_DumpPoints(ST_GeomFromText('LINESTRING(1 2, 3 4, 10 10)')) AS dp\n" +" , ST_DumpPoints(ST_GeomFromText('LINESTRING(1 2, 3 4, 10 10)')) AS " +"dp\n" " UNION ALL\n" " SELECT 2 As edge_id\n" -" , ST_DumpPoints(ST_GeomFromText('LINESTRING(3 5, 5 6, 9 10)')) AS dp\n" +" , ST_DumpPoints(ST_GeomFromText('LINESTRING(3 5, 5 6, 9 10)')) AS " +"dp\n" " ) As foo;\n" " edge_id | index | wktnode\n" "---------+-------+--------------\n" @@ -1832,10 +1941,13 @@ msgid "" "SELECT (g.gdump).path, ST_AsEWKT((g.gdump).geom) as wkt\n" " FROM\n" " (SELECT \n" -" ST_DumpPoints(ST_GeomFromEWKT('POLYHEDRALSURFACE( ((0 0 0, 0 0 1, 0 1 1, 0 1 0, 0 0 0)), \n" -"((0 0 0, 0 1 0, 1 1 0, 1 0 0, 0 0 0)), ((0 0 0, 1 0 0, 1 0 1, 0 0 1, 0 0 0)), \n" +" ST_DumpPoints(ST_GeomFromEWKT('POLYHEDRALSURFACE( ((0 0 0, 0 0 1, 0 1 " +"1, 0 1 0, 0 0 0)), \n" +"((0 0 0, 0 1 0, 1 1 0, 1 0 0, 0 0 0)), ((0 0 0, 1 0 0, 1 0 1, 0 0 1, 0 0 " +"0)), \n" "((1 1 0, 1 1 1, 1 0 1, 1 0 0, 1 1 0)), \n" -"((0 1 0, 0 1 1, 1 1 1, 1 1 0, 0 1 0)), ((0 0 1, 1 0 1, 1 1 1, 0 1 1, 0 0 1)) )') ) AS gdump\n" +"((0 1 0, 0 1 1, 1 1 1, 1 1 0, 0 1 0)), ((0 0 1, 1 0 1, 1 1 1, 0 1 1, 0 0 " +"1)) )') ) AS gdump\n" " ) AS g;\n" "-- result --\n" " path | wkt\n" @@ -1936,8 +2048,8 @@ msgstr "" #: reference_processing.xml:921 #, no-c-format msgid "" -", , , " +", , , " msgstr "" #. Tag: refname @@ -1960,18 +2072,20 @@ msgstr "" msgid "" "geometry_dump[] ST_DumpRings " "geometry a_polygon" -msgstr "geometry_dump[] ST_DumpRings geometry a_polygon" +msgstr "" +"geometry_dump[] ST_DumpRings " +"geometry a_polygon" #. Tag: para #: reference_processing.xml:944 #, no-c-format msgid "" "This is a set-returning function (SRF). It returns a set of " -"geometry_dump rows, defined as an " -"integer[] and a geometry, aliased " -"\"path\" and \"geom\" respectively. The \"path\" field holds the polygon " -"ring index containing a single integer: 0 for the shell, >0 for holes. The " -"\"geom\" field contains the corresponding ring as a polygon." +"geometry_dump rows, defined as an integer[] and a geometry, aliased \"path\" and \"geom\" " +"respectively. The \"path\" field holds the polygon ring index containing a " +"single integer: 0 for the shell, >0 for holes. The \"geom\" field contains " +"the corresponding ring as a polygon." msgstr "" #. Tag: para @@ -1997,29 +2111,37 @@ msgid "" "\n" "SELECT ST_AsEWKT(geom) As the_geom, path\n" " FROM ST_DumpRings(\n" -" ST_GeomFromEWKT('POLYGON((-8149064 5133092 1,-8149064 5132986 1,-8148996 5132839 1,-8148972 5132767 1,-8148958 5132508 1,-8148941 5132466 1,-8148924 5132394 1,\n" -" -8148903 5132210 1,-8148930 5131967 1,-8148992 5131978 1,-8149237 5132093 1,-8149404 5132211 1,-8149647 5132310 1,-8149757 5132394 1,\n" +" ST_GeomFromEWKT('POLYGON((-8149064 5133092 1,-8149064 " +"5132986 1,-8148996 5132839 1,-8148972 5132767 1,-8148958 5132508 1,-8148941 " +"5132466 1,-8148924 5132394 1,\n" +" -8148903 5132210 1,-8148930 5131967 1,-8148992 5131978 " +"1,-8149237 5132093 1,-8149404 5132211 1,-8149647 5132310 1,-8149757 5132394 " +"1,\n" " -8150305 5132788 1,-8149064 5133092 1),\n" -" (-8149362 5132394 1,-8149446 5132501 1,-8149548 5132597 1,-8149695 5132675 1,-8149362 5132394 1))')\n" +" (-8149362 5132394 1,-8149446 5132501 1,-8149548 5132597 " +"1,-8149695 5132675 1,-8149362 5132394 1))')\n" " ) as foo;\n" " path | the_geom\n" "----------------------------------------------------------------------------------------------------------------\n" -" {0} | POLYGON((-8149064 5133092 1,-8149064 5132986 1,-8148996 5132839 1,-8148972 5132767 1,-8148958 5132508 1,\n" +" {0} | POLYGON((-8149064 5133092 1,-8149064 5132986 1,-8148996 5132839 " +"1,-8148972 5132767 1,-8148958 5132508 1,\n" " | -8148941 5132466 1,-8148924 5132394 1,\n" " | -8148903 5132210 1,-8148930 5131967 1,\n" " | -8148992 5131978 1,-8149237 5132093 1,\n" -" | -8149404 5132211 1,-8149647 5132310 1,-8149757 5132394 1,-8150305 5132788 1,-8149064 5133092 1))\n" +" | -8149404 5132211 1,-8149647 5132310 1,-8149757 5132394 " +"1,-8150305 5132788 1,-8149064 5133092 1))\n" " {1} | POLYGON((-8149362 5132394 1,-8149446 5132501 1,\n" -" | -8149548 5132597 1,-8149695 5132675 1,-8149362 5132394 1))" +" | -8149548 5132597 1,-8149695 5132675 1,-8149362 5132394 " +"1))" msgstr "" #. Tag: para #: reference_processing.xml:966 #, no-c-format msgid "" -", , , , " +", , , , " msgstr "" #. Tag: refname @@ -2042,7 +2164,9 @@ msgstr "" msgid "" "geometry ST_FlipCoordinates " "geometry geom" -msgstr "geometry ST_FlipCoordinates geometry geom" +msgstr "" +"geometry ST_FlipCoordinates " +"geometry geom" #. Tag: para #: reference_processing.xml:990 @@ -2093,16 +2217,21 @@ msgstr "" #: reference_processing.xml:1015 #, no-c-format msgid "" -" geometry " -"ST_Intersection " -"geometry geomA " -"geometry geomB " -" geography " -"ST_Intersection " -"geography geogA " -"geography geogB " -"" -msgstr " geometry ST_Intersection geometry geomA geometry geomB geography ST_Intersection geography geogA geography geogB " +" geometry ST_Intersection geometry geomA geometry geomB geography " +"ST_Intersection geography geogA geography geogB " +msgstr "" +" geometry ST_Intersection geometry geomA geometry geomB geography " +"ST_Intersection geography geogA geography geogB " #. Tag: para #: reference_processing.xml:1042 @@ -2134,8 +2263,8 @@ msgstr "" msgid "" "ST_Intersection in conjunction with ST_Intersects is very useful for " "clipping geometries such as in bounding box, buffer, region queries where " -"you only want to return that portion of a geometry that sits in a country or" -" region of interest." +"you only want to return that portion of a geometry that sits in a country or " +"region of interest." msgstr "" #. Tag: para @@ -2143,8 +2272,8 @@ msgstr "" #, no-c-format msgid "" "Geography: For geography this is really a thin wrapper around the geometry " -"implementation. It first determines the best SRID that fits the bounding box" -" of the 2 geography objects (if geography objects are within one half zone " +"implementation. It first determines the best SRID that fits the bounding box " +"of the 2 geography objects (if geography objects are within one half zone " "UTM but not same UTM will pick one of those) (favoring UTM or Lambert " "Azimuthal Equal Area (LAEA) north/south pole, and falling back on mercator " "in worst case scenario) and then intersection in that best fit planar " @@ -2154,8 +2283,7 @@ msgstr "" #. Tag: para #: reference_processing.xml:1056 #, no-c-format -msgid "" -"Do not call with a GEOMETRYCOLLECTION as an argument" +msgid "Do not call with a GEOMETRYCOLLECTION as an argument" msgstr "" #. Tag: para @@ -2174,41 +2302,52 @@ msgstr "" #: reference_processing.xml:1068 #, no-c-format msgid "" -"SELECT ST_AsText(ST_Intersection('POINT(0 0)'::geometry, 'LINESTRING ( 2 0, 0 2 )'::geometry));\n" +"SELECT ST_AsText(ST_Intersection('POINT(0 0)'::geometry, 'LINESTRING ( 2 0, " +"0 2 )'::geometry));\n" " st_astext\n" "---------------\n" "GEOMETRYCOLLECTION EMPTY\n" "(1 row)\n" -"SELECT ST_AsText(ST_Intersection('POINT(0 0)'::geometry, 'LINESTRING ( 0 0, 0 2 )'::geometry));\n" +"SELECT ST_AsText(ST_Intersection('POINT(0 0)'::geometry, 'LINESTRING ( 0 0, " +"0 2 )'::geometry));\n" " st_astext\n" "---------------\n" "POINT(0 0)\n" "(1 row)\n" "\n" -"---Clip all lines (trails) by country (here we assume country geom are POLYGON or MULTIPOLYGONS)\n" -"-- NOTE: we are only keeping intersections that result in a LINESTRING or MULTILINESTRING because we don't\n" +"---Clip all lines (trails) by country (here we assume country geom are " +"POLYGON or MULTIPOLYGONS)\n" +"-- NOTE: we are only keeping intersections that result in a LINESTRING or " +"MULTILINESTRING because we don't\n" "-- care about trails that just share a point\n" -"-- the dump is needed to expand a geometry collection into individual single MULT* parts\n" -"-- the below is fairly generic and will work for polys, etc. by just changing the where clause\n" +"-- the dump is needed to expand a geometry collection into individual single " +"MULT* parts\n" +"-- the below is fairly generic and will work for polys, etc. by just " +"changing the where clause\n" "SELECT clipped.gid, clipped.f_name, clipped_geom\n" -"FROM (SELECT trails.gid, trails.f_name, (ST_Dump(ST_Intersection(country.the_geom, trails.the_geom))).geom As clipped_geom\n" +"FROM (SELECT trails.gid, trails.f_name, (ST_Dump(ST_Intersection(country." +"the_geom, trails.the_geom))).geom As clipped_geom\n" "FROM country\n" " INNER JOIN trails\n" " ON ST_Intersects(country.the_geom, trails.the_geom)) As clipped\n" " WHERE ST_Dimension(clipped.clipped_geom) = 1 ;\n" "\n" -"--For polys e.g. polygon landmarks, you can also use the sometimes faster hack that buffering anything by 0.0\n" +"--For polys e.g. polygon landmarks, you can also use the sometimes faster " +"hack that buffering anything by 0.0\n" "-- except a polygon results in an empty geometry collection\n" "--(so a geometry collection containing polys, lines and points)\n" -"-- buffered by 0.0 would only leave the polygons and dissolve the collection shell\n" +"-- buffered by 0.0 would only leave the polygons and dissolve the collection " +"shell\n" "SELECT poly.gid, ST_Multi(ST_Buffer(\n" -" ST_Intersection(country.the_geom, poly.the_geom),\n" +" ST_Intersection(country.the_geom, poly." +"the_geom),\n" " 0.0)\n" " ) As clipped_geom\n" "FROM country\n" " INNER JOIN poly\n" " ON ST_Intersects(country.the_geom, poly.the_geom)\n" -" WHERE Not ST_IsEmpty(ST_Buffer(ST_Intersection(country.the_geom, poly.the_geom),0.0));" +" WHERE Not ST_IsEmpty(ST_Buffer(ST_Intersection(country.the_geom, " +"poly.the_geom),0.0));" msgstr "" #. Tag: para @@ -2237,9 +2376,12 @@ msgstr "" #, no-c-format msgid "" "geometry ST_LineToCurve " -"geometry " -"geomANoncircular" -msgstr "geometry ST_LineToCurve geometry geomANoncircular" +"geometry geomANoncircular" +msgstr "" +"geometry ST_LineToCurve " +"geometry geomANoncircular" #. Tag: para #: reference_processing.xml:1095 @@ -2253,21 +2395,34 @@ msgstr "" #: reference_processing.xml:1106 #, no-c-format msgid "" -"SELECT ST_AsText(ST_LineToCurve(foo.the_geom)) As curvedastext,ST_AsText(foo.the_geom) As non_curvedastext\n" -" FROM (SELECT ST_Buffer('POINT(1 3)'::geometry, 3) As the_geom) As foo;\n" +"SELECT ST_AsText(ST_LineToCurve(foo.the_geom)) As curvedastext,ST_AsText(foo." +"the_geom) As non_curvedastext\n" +" FROM (SELECT ST_Buffer('POINT(1 3)'::geometry, 3) As the_geom) As " +"foo;\n" "\n" -"curvedatext non_curvedastext\n" +"curvedatext " +"non_curvedastext\n" "--------------------------------------------------------------------|-----------------------------------------------------------------\n" -"CURVEPOLYGON(CIRCULARSTRING(4 3,3.12132034355964 0.878679656440359, | POLYGON((4 3,3.94235584120969 2.41472903395162,3.77163859753386 1.85194970290473,\n" -"1 0,-1.12132034355965 5.12132034355963,4 3)) | 3.49440883690764 1.33328930094119,3.12132034355964 0.878679656440359,\n" -" | 2.66671069905881 0.505591163092366,2.14805029709527 0.228361402466141,\n" -" | 1.58527096604839 0.0576441587903094,1 0,\n" -" | 0.414729033951621 0.0576441587903077,-0.148050297095264 0.228361402466137,\n" -" | -0.666710699058802 0.505591163092361,-1.12132034355964 0.878679656440353,\n" -" | -1.49440883690763 1.33328930094119,-1.77163859753386 1.85194970290472\n" -" | --ETC-- ,3.94235584120969 3.58527096604839,4 3))\n" +"CURVEPOLYGON(CIRCULARSTRING(4 3,3.12132034355964 0.878679656440359, | " +"POLYGON((4 3,3.94235584120969 2.41472903395162,3.77163859753386 " +"1.85194970290473,\n" +"1 0,-1.12132034355965 5.12132034355963,4 3)) | " +"3.49440883690764 1.33328930094119,3.12132034355964 0.878679656440359,\n" +" | " +"2.66671069905881 0.505591163092366,2.14805029709527 0.228361402466141,\n" +" | " +"1.58527096604839 0.0576441587903094,1 0,\n" +" | " +"0.414729033951621 0.0576441587903077,-0.148050297095264 0.228361402466137,\n" +" | " +"-0.666710699058802 0.505591163092361,-1.12132034355964 0.878679656440353,\n" +" | " +"-1.49440883690763 1.33328930094119,-1.77163859753386 1.85194970290472\n" +" | --" +"ETC-- ,3.94235584120969 3.58527096604839,4 3))\n" "--3D example\n" -"SELECT ST_AsEWKT(ST_LineToCurve(ST_GeomFromEWKT('LINESTRING(1 2 3, 3 4 8, 5 6 4, 7 8 4, 9 10 4)')));\n" +"SELECT ST_AsEWKT(ST_LineToCurve(ST_GeomFromEWKT('LINESTRING(1 2 3, 3 4 8, 5 " +"6 4, 7 8 4, 9 10 4)')));\n" "\n" " st_asewkt\n" "------------------------------------\n" @@ -2292,15 +2447,17 @@ msgstr "" msgid "" "geometry ST_MakeValid " "geometry input" -msgstr "geometry ST_MakeValid geometry input" +msgstr "" +"geometry ST_MakeValid " +"geometry input" #. Tag: para #: reference_processing.xml:1134 #, no-c-format msgid "" "The function attempts to create a valid representation of a given invalid " -"geometry without loosing any of the input vertices. Already-valid geometries" -" are returned w/out further intervention." +"geometry without loosing any of the input vertices. Already-valid geometries " +"are returned w/out further intervention." msgstr "" #. Tag: para @@ -2315,8 +2472,8 @@ msgstr "" #: reference_processing.xml:1146 #, no-c-format msgid "" -"In case of full or partial dimensional collapses, the output geometry may be" -" a collection of lower-to-equal dimension geometries or a geometry of lower " +"In case of full or partial dimensional collapses, the output geometry may be " +"a collection of lower-to-equal dimension geometries or a geometry of lower " "dimension." msgstr "" @@ -2364,9 +2521,12 @@ msgstr "" #, no-c-format msgid "" "geometry ST_MemUnion " -"geometry set " -"geomfield" -msgstr "geometry ST_MemUnion geometry set geomfield" +"geometry set geomfield" +msgstr "" +"geometry ST_MemUnion " +"geometry set geomfield" #. Tag: para #: reference_processing.xml:1194 @@ -2380,8 +2540,8 @@ msgstr "" msgid "" "Same as ST_Union, only memory-friendly (uses less memory and more processor " "time). This aggregate function works by unioning the geometries one at a " -"time to previous result as opposed to ST_Union aggregate which first creates" -" an array and then unions" +"time to previous result as opposed to ST_Union aggregate which first creates " +"an array and then unions" msgstr "" #. Tag: programlisting @@ -2412,7 +2572,11 @@ msgid "" "geometry geomA " "integer " "num_segs_per_qt_circ=48" -msgstr "geometry ST_MinimumBoundingCircle geometry geomA integer num_segs_per_qt_circ=48" +msgstr "" +"geometry ST_MinimumBoundingCircle " +"geometry geomA " +"integer " +"num_segs_per_qt_circ=48" #. Tag: para #: reference_processing.xml:1240 @@ -2425,8 +2589,8 @@ msgstr "" #, no-c-format msgid "" "The circle is approximated by a polygon with a default of 48 segments per " -"quarter circle. This number can be increased with little performance penalty" -" to obtain a more accurate result." +"quarter circle. This number can be increased with little performance penalty " +"to obtain a more accurate result." msgstr "" #. Tag: para @@ -2434,8 +2598,8 @@ msgstr "" #, no-c-format msgid "" "It is often used with MULTI and Geometry Collections. Although it is not an " -"aggregate - you can use it in conjunction with ST_Collect to get the minimum" -" bounding circle of a set of geometries. " +"aggregate - you can use it in conjunction with ST_Collect to get the minimum " +"bounding circle of a set of geometries. " "ST_MinimumBoundingCircle(ST_Collect(somepointfield))." msgstr "" @@ -2482,10 +2646,25 @@ msgid "" " )) As wktmbc;\n" "wktmbc\n" "-----------\n" -"POLYGON((135.59714732062 115,134.384753327498 102.690357210921,130.79416296937 90.8537670908995,124.963360620072 79.9451031602111,117.116420743937 70.3835792560632,107.554896839789 62.5366393799277,96.6462329091006 56.70583703063,84.8096427890789 53.115246672502,72.5000000000001 51.9028526793802,60.1903572109213 53.1152466725019,48.3537670908996 56.7058370306299,37.4451031602112 62.5366393799276,27.8835792560632 70.383579256063,20.0366393799278 79.9451031602109,14.20583703063 90.8537670908993,10.615246672502 102.690357210921,9.40285267938019 115,10.6152466725019 127.309642789079,14.2058370306299 139.1462329091,20.0366393799275 150.054896839789,27.883579256063 159.616420743937,\n" -"37.4451031602108 167.463360620072,48.3537670908992 173.29416296937,60.190357210921 176.884753327498,\n" -"72.4999999999998 178.09714732062,84.8096427890786 176.884753327498,96.6462329091003 173.29416296937,107.554896839789 167.463360620072,\n" -"117.116420743937 159.616420743937,124.963360620072 150.054896839789,130.79416296937 139.146232909101,134.384753327498 127.309642789079,135.59714732062 115))" +"POLYGON((135.59714732062 115,134.384753327498 " +"102.690357210921,130.79416296937 90.8537670908995,124.963360620072 " +"79.9451031602111,117.116420743937 70.3835792560632,107.554896839789 " +"62.5366393799277,96.6462329091006 56.70583703063,84.8096427890789 " +"53.115246672502,72.5000000000001 51.9028526793802,60.1903572109213 " +"53.1152466725019,48.3537670908996 56.7058370306299,37.4451031602112 " +"62.5366393799276,27.8835792560632 70.383579256063,20.0366393799278 " +"79.9451031602109,14.20583703063 90.8537670908993,10.615246672502 " +"102.690357210921,9.40285267938019 115,10.6152466725019 " +"127.309642789079,14.2058370306299 139.1462329091,20.0366393799275 " +"150.054896839789,27.883579256063 159.616420743937,\n" +"37.4451031602108 167.463360620072,48.3537670908992 " +"173.29416296937,60.190357210921 176.884753327498,\n" +"72.4999999999998 178.09714732062,84.8096427890786 " +"176.884753327498,96.6462329091003 173.29416296937,107.554896839789 " +"167.463360620072,\n" +"117.116420743937 159.616420743937,124.963360620072 " +"150.054896839789,130.79416296937 139.146232909101,134.384753327498 " +"127.309642789079,135.59714732062 115))" msgstr "" #. Tag: para @@ -2512,14 +2691,17 @@ msgstr "" #: reference_processing.xml:1284 #, no-c-format msgid "" -" geometry " -"ST_Polygonize geometry " -"set geomfield " -" geometry " -"ST_Polygonize " -"geometry[] " -"geom_array " -msgstr " geometry ST_Polygonize geometry set geomfield geometry ST_Polygonize geometry[] geom_array " +" geometry ST_Polygonize geometry set geomfield geometry " +"ST_Polygonize geometry[] geom_array " +msgstr "" +" geometry ST_Polygonize geometry set geomfield geometry " +"ST_Polygonize geometry[] geom_array " #. Tag: para #: reference_processing.xml:1300 @@ -2555,12 +2737,15 @@ msgstr "" #, no-c-format msgid "" "SELECT ST_AsEWKT(ST_Polygonize(the_geom_4269)) As geomtextrep\n" -"FROM (SELECT the_geom_4269 FROM ma.suffolk_edges ORDER BY tlid LIMIT 45) As foo;\n" +"FROM (SELECT the_geom_4269 FROM ma.suffolk_edges ORDER BY tlid LIMIT 45) As " +"foo;\n" "\n" "geomtextrep\n" "-------------------------------------\n" -" SRID=4269;GEOMETRYCOLLECTION(POLYGON((-71.040878 42.285678,-71.040943 42.2856,-71.04096 42.285752,-71.040878 42.285678)),\n" -" POLYGON((-71.17166 42.353675,-71.172026 42.354044,-71.17239 42.354358,-71.171794 42.354971,-71.170511 42.354855,\n" +" SRID=4269;GEOMETRYCOLLECTION(POLYGON((-71.040878 42.285678,-71.040943 " +"42.2856,-71.04096 42.285752,-71.040878 42.285678)),\n" +" POLYGON((-71.17166 42.353675,-71.172026 42.354044,-71.17239 " +"42.354358,-71.171794 42.354971,-71.170511 42.354855,\n" " -71.17112 42.354238,-71.17166 42.353675)))\n" "(1 row)\n" "\n" @@ -2572,10 +2757,13 @@ msgid "" "\n" "geomtextrep\n" "------------------------\n" -" SRID=4269;POLYGON((-71.040878 42.285678,-71.040943 42.2856,-71.04096 42.285752,\n" +" SRID=4269;POLYGON((-71.040878 42.285678,-71.040943 42.2856,-71.04096 " +"42.285752,\n" "-71.040878 42.285678))\n" -" SRID=4269;POLYGON((-71.17166 42.353675,-71.172026 42.354044,-71.17239 42.354358\n" -",-71.171794 42.354971,-71.170511 42.354855,-71.17112 42.354238,-71.17166 42.353675))\n" +" SRID=4269;POLYGON((-71.17166 42.353675,-71.172026 42.354044,-71.17239 " +"42.354358\n" +",-71.171794 42.354971,-71.170511 42.354855,-71.17112 42.354238,-71.17166 " +"42.353675))\n" "(2 rows)" msgstr "" @@ -2597,7 +2785,9 @@ msgstr "" msgid "" "geometry ST_Node " "geometry geom" -msgstr "geometry ST_Node geometry geom" +msgstr "" +"geometry ST_Node " +"geometry geom" #. Tag: para #: reference_processing.xml:1352 @@ -2626,11 +2816,13 @@ msgstr "" #, no-c-format msgid "" "SELECT ST_AsEWKT(\n" -" ST_Node('LINESTRINGZ(0 0 0, 10 10 10, 0 10 5, 10 0 3)'::geometry)\n" +" ST_Node('LINESTRINGZ(0 0 0, 10 10 10, 0 10 5, 10 0 3)'::" +"geometry)\n" " ) As output;\n" "output\n" "-----------\n" -"MULTILINESTRING((0 0 0,5 5 4.5),(5 5 4.5,10 10 10,0 10 5,5 5 4.5),(5 5 4.5,10 0 3))" +"MULTILINESTRING((0 0 0,5 5 4.5),(5 5 4.5,10 10 10,0 10 5,5 5 4.5),(5 5 " +"4.5,10 0 3))" msgstr "" #. Tag: refname @@ -2653,11 +2845,15 @@ msgstr "" msgid "" "geometry ST_OffsetCurve " "geometry line " -"float " -"signed_distance text " +"float signed_distance text " +"style_parameters=''" +msgstr "" +"geometry ST_OffsetCurve " +"geometry line " +"float signed_distance text " "style_parameters=''" -msgstr "geometry ST_OffsetCurve geometry line float signed_distance text style_parameters=''" #. Tag: para #: reference_processing.xml:1406 @@ -2673,8 +2869,8 @@ msgstr "" #, no-c-format msgid "" "For positive distance the offset will be at the left side of the input line " -"and retain the same direction. For a negative distance it'll be at the right" -" side and in the opposite direction." +"and retain the same direction. For a negative distance it'll be at the right " +"side and in the opposite direction." msgstr "" #. Tag: para @@ -2794,8 +2990,8 @@ msgstr "" #: reference_processing.xml:1489 #, no-c-format msgid "" -"double-offset to get more curvy, note the first reverses direction, so -30 +" -" 15 = -15" +"double-offset to get more curvy, note the first reverses direction, so -30 + " +"15 = -15" msgstr "" #. Tag: programlisting @@ -2803,7 +2999,8 @@ msgstr "" #, no-c-format msgid "" "SELECT ST_AsText(ST_OffsetCurve(ST_OffsetCurve(geom,\n" -" -30, 'quad_segs=4 join=round'), -15, 'quad_segs=4 join=round')) As morecurvy\n" +" -30, 'quad_segs=4 join=round'), -15, 'quad_segs=4 join=round')) As " +"morecurvy\n" " FROM ST_GeomFromText(\n" "'LINESTRING(164 16,144 16,124 16,104 16,84 16,64 16,\n" " 44 16,24 16,20 16,18 16,17 17,\n" @@ -2842,7 +3039,8 @@ msgid "" "MULTILINESTRING((164 1,18 1,12.2597485145237 2.1418070123307,\n" "7.39339828220179 5.39339828220179,5.39339828220179 7.39339828220179,\n" "2.14180701233067 12.2597485145237,1 18,1 195),\n" -"(164 31,46 31,40.2597485145236 32.1418070123307,35.3933982822018 35.3933982822018,\n" +"(164 31,46 31,40.2597485145236 32.1418070123307,35.3933982822018 " +"35.3933982822018,\n" "32.1418070123307 40.2597485145237,31 46,31 195))" msgstr "" @@ -2900,8 +3098,7 @@ msgstr "" #. Tag: refpurpose #: reference_processing.xml:1543 #, no-c-format -msgid "" -"Returns a version of the given geometry with duplicated points removed." +msgid "Returns a version of the given geometry with duplicated points removed." msgstr "" #. Tag: funcprototype @@ -2910,14 +3107,16 @@ msgstr "" msgid "" "geometry ST_RemoveRepeatedPoints " "geometry geom" -msgstr "geometry ST_RemoveRepeatedPoints geometry geom" +msgstr "" +"geometry ST_RemoveRepeatedPoints " +"geometry geom" #. Tag: para #: reference_processing.xml:1558 #, no-c-format msgid "" -"Returns a version of the given geometry with duplicated points removed. Will" -" actually do something only with (multi)lines, (multi)polygons and " +"Returns a version of the given geometry with duplicated points removed. Will " +"actually do something only with (multi)lines, (multi)polygons and " "multipoints but you can safely call it with any kind of geometry. Since " "simplification occurs on a object-by-object basis you can also feed a " "GeometryCollection to this function." @@ -2933,8 +3132,8 @@ msgstr "" #: reference_processing.xml:1579 #, no-c-format msgid "" -"Returns a collection containing paths shared by the two input " -"linestrings/multilinestrings." +"Returns a collection containing paths shared by the two input linestrings/" +"multilinestrings." msgstr "" #. Tag: funcprototype @@ -2944,7 +3143,10 @@ msgid "" "geometry ST_SharedPaths " "geometry lineal1 " "geometry lineal2" -msgstr "geometry ST_SharedPaths geometry lineal1 geometry lineal2" +msgstr "" +"geometry ST_SharedPaths " +"geometry lineal1 " +"geometry lineal2" #. Tag: para #: reference_processing.xml:1594 @@ -2952,8 +3154,8 @@ msgstr "geometry ST_SharedPaths , " +msgid "" +", , " msgstr "" #. Tag: refname @@ -3047,7 +3252,9 @@ msgstr "" msgid "" "geometry ST_Shift_Longitude " "geometry geomA" -msgstr "geometry ST_Shift_Longitude geometry geomA" +msgstr "" +"geometry ST_Shift_Longitude " +"geometry geomA" #. Tag: para #: reference_processing.xml:1672 @@ -3076,8 +3283,7 @@ msgstr "" #. Tag: para #: reference_processing.xml:1683 #, no-c-format -msgid "" -"Enhanced: 2.0.0 support for Polyhedral surfaces and TIN was introduced." +msgid "Enhanced: 2.0.0 support for Polyhedral surfaces and TIN was introduced." msgstr "" #. Tag: programlisting @@ -3085,14 +3291,17 @@ msgstr "" #, no-c-format msgid "" "--3d points\n" -"SELECT ST_AsEWKT(ST_Shift_Longitude(ST_GeomFromEWKT('SRID=4326;POINT(-118.58 38.38 10)'))) As geomA,\n" -" ST_AsEWKT(ST_Shift_Longitude(ST_GeomFromEWKT('SRID=4326;POINT(241.42 38.38 10)'))) As geomb\n" +"SELECT ST_AsEWKT(ST_Shift_Longitude(ST_GeomFromEWKT('SRID=4326;POINT(-118.58 " +"38.38 10)'))) As geomA,\n" +" ST_AsEWKT(ST_Shift_Longitude(ST_GeomFromEWKT('SRID=4326;POINT(241.42 " +"38.38 10)'))) As geomb\n" "geomA geomB\n" "---------- -----------\n" "SRID=4326;POINT(241.42 38.38 10) SRID=4326;POINT(-118.58 38.38 10)\n" "\n" "--regular line string\n" -"SELECT ST_AsText(ST_Shift_Longitude(ST_GeomFromText('LINESTRING(-118.58 38.38, -118.20 38.45)')))\n" +"SELECT ST_AsText(ST_Shift_Longitude(ST_GeomFromText('LINESTRING(-118.58 " +"38.38, -118.20 38.45)')))\n" "\n" "st_astext\n" "----------\n" @@ -3126,7 +3335,10 @@ msgid "" "geometry ST_Simplify " "geometry geomA " "float tolerance" -msgstr "geometry ST_Simplify geometry geomA float tolerance" +msgstr "" +"geometry ST_Simplify " +"geometry geomA " +"float tolerance" #. Tag: para #: reference_processing.xml:1721 @@ -3143,16 +3355,16 @@ msgstr "" #: reference_processing.xml:1728 #, no-c-format msgid "" -"Note that returned geometry might loose its simplicity (see )" +"Note that returned geometry might loose its simplicity (see )" msgstr "" #. Tag: para #: reference_processing.xml:1730 #, no-c-format msgid "" -"Note topology may not be preserved and may result in invalid geometries. Use" -" (see ) to preserve topology." +"Note topology may not be preserved and may result in invalid geometries. Use " +"(see ) to preserve topology." msgstr "" #. Tag: para @@ -3171,14 +3383,20 @@ msgstr "" #: reference_processing.xml:1739 #, no-c-format msgid "" -"SELECT ST_Npoints(the_geom) As np_before, ST_NPoints(ST_Simplify(the_geom,0.1)) As np01_notbadcircle, ST_NPoints(ST_Simplify(the_geom,0.5)) As np05_notquitecircle,\n" -"ST_NPoints(ST_Simplify(the_geom,1)) As np1_octagon, ST_NPoints(ST_Simplify(the_geom,10)) As np10_triangle,\n" +"SELECT ST_Npoints(the_geom) As np_before, " +"ST_NPoints(ST_Simplify(the_geom,0.1)) As np01_notbadcircle, " +"ST_NPoints(ST_Simplify(the_geom,0.5)) As np05_notquitecircle,\n" +"ST_NPoints(ST_Simplify(the_geom,1)) As np1_octagon, " +"ST_NPoints(ST_Simplify(the_geom,10)) As np10_triangle,\n" "(ST_Simplify(the_geom,100) is null) As np100_geometrygoesaway\n" "FROM (SELECT ST_Buffer('POINT(1 3)', 10,12) As the_geom) As foo;\n" "-result\n" -" np_before | np01_notbadcircle | np05_notquitecircle | np1_octagon | np10_triangle | np100_geometrygoesaway\n" -"-----------+-------------------+---------------------+-------------+---------------+------------------------\n" -" 49 | 33 | 17 | 9 | 4 | t" +" np_before | np01_notbadcircle | np05_notquitecircle | np1_octagon | " +"np10_triangle | np100_geometrygoesaway\n" +"-----------+-------------------+---------------------+-------------" +"+---------------+------------------------\n" +" 49 | 33 | 17 | 9 " +"| 4 | t" msgstr "" #. Tag: para @@ -3206,10 +3424,13 @@ msgstr "" #: reference_processing.xml:1757 #, no-c-format msgid "" -"geometry ST_SimplifyPreserveTopology" -" geometry geomA " +"geometry ST_SimplifyPreserveTopology " +"geometry geomA " +"float tolerance" +msgstr "" +"geometry ST_SimplifyPreserveTopology " +"geometry geomA " "float tolerance" -msgstr "geometry ST_SimplifyPreserveTopology geometry geomA float tolerance" #. Tag: para #: reference_processing.xml:1767 @@ -3218,8 +3439,8 @@ msgid "" "Returns a \"simplified\" version of the given geometry using the Douglas-" "Peucker algorithm. Will avoid creating derived geometries (polygons in " "particular) that are invalid. Will actually do something only with " -"(multi)lines and (multi)polygons but you can safely call it with any kind of" -" geometry. Since simplification occurs on a object-by-object basis you can " +"(multi)lines and (multi)polygons but you can safely call it with any kind of " +"geometry. Since simplification occurs on a object-by-object basis you can " "also feed a GeometryCollection to this function." msgstr "" @@ -3247,15 +3468,22 @@ msgstr "" #: reference_processing.xml:1783 #, no-c-format msgid "" -"SELECT ST_Npoints(the_geom) As np_before, ST_NPoints(ST_SimplifyPreserveTopology(the_geom,0.1)) As np01_notbadcircle, ST_NPoints(ST_SimplifyPreserveTopology(the_geom,0.5)) As np05_notquitecircle,\n" -"ST_NPoints(ST_SimplifyPreserveTopology(the_geom,1)) As np1_octagon, ST_NPoints(ST_SimplifyPreserveTopology(the_geom,10)) As np10_square,\n" +"SELECT ST_Npoints(the_geom) As np_before, " +"ST_NPoints(ST_SimplifyPreserveTopology(the_geom,0.1)) As np01_notbadcircle, " +"ST_NPoints(ST_SimplifyPreserveTopology(the_geom,0.5)) As " +"np05_notquitecircle,\n" +"ST_NPoints(ST_SimplifyPreserveTopology(the_geom,1)) As np1_octagon, " +"ST_NPoints(ST_SimplifyPreserveTopology(the_geom,10)) As np10_square,\n" "ST_NPoints(ST_SimplifyPreserveTopology(the_geom,100)) As np100_stillsquare\n" "FROM (SELECT ST_Buffer('POINT(1 3)', 10,12) As the_geom) As foo;\n" "\n" "--result--\n" -" np_before | np01_notbadcircle | np05_notquitecircle | np1_octagon | np10_square | np100_stillsquare\n" -"-----------+-------------------+---------------------+-------------+---------------+-------------------\n" -" 49 | 33 | 17 | 9 | 5 | 5" +" np_before | np01_notbadcircle | np05_notquitecircle | np1_octagon | " +"np10_square | np100_stillsquare\n" +"-----------+-------------------+---------------------+-------------" +"+---------------+-------------------\n" +" 49 | 33 | 17 | 9 " +"| 5 | 5" msgstr "" #. Tag: refname @@ -3277,7 +3505,10 @@ msgid "" "geometry ST_Split " "geometry input " "geometry blade" -msgstr "geometry ST_Split geometry input geometry blade" +msgstr "" +"geometry ST_Split " +"geometry input " +"geometry blade" #. Tag: para #: reference_processing.xml:1809 @@ -3318,7 +3549,8 @@ msgstr "" #: reference_processing.xml:1857 #, no-c-format msgid "" -"-- this creates a geometry collection consisting of the 2 halves of the polygon\n" +"-- this creates a geometry collection consisting of the 2 halves of the " +"polygon\n" "-- this is similar to the example we demonstrated in ST_BuildArea\n" "SELECT ST_Split(circle, line)\n" "FROM (SELECT \n" @@ -3326,7 +3558,8 @@ msgid "" " ST_Buffer(ST_GeomFromText('POINT(100 90)'), 50) As circle) As foo;\n" " \n" "-- result --\n" -" GEOMETRYCOLLECTION(POLYGON((150 90,149.039264020162 80.2454838991936,146.193976625564 70.8658283817455,..), POLYGON(..)))\n" +" GEOMETRYCOLLECTION(POLYGON((150 90,149.039264020162 " +"80.2454838991936,146.193976625564 70.8658283817455,..), POLYGON(..)))\n" " \n" "-- To convert to individual polygons, you can use ST_Dump or ST_GeometryN\n" "SELECT ST_AsText((ST_Dump(ST_Split(circle, line))).geom) As wkt\n" @@ -3338,7 +3571,8 @@ msgid "" "wkt\n" "---------------\n" "POLYGON((150 90,149.039264020162 80.2454838991936,..))\n" -"POLYGON((60.1371179574584 60.1371179574584,58.4265193848728 62.2214883490198,53.8060233744357 ..))" +"POLYGON((60.1371179574584 60.1371179574584,58.4265193848728 " +"62.2214883490198,53.8060233744357 ..))" msgstr "" #. Tag: para @@ -3353,7 +3587,8 @@ msgstr "" msgid "" "SELECT ST_AsText(ST_Split(mline, pt)) As wktcut\n" " FROM (SELECT \n" -" ST_GeomFromText('MULTILINESTRING((10 10, 190 190), (15 15, 30 30, 100 90))') As mline,\n" +" ST_GeomFromText('MULTILINESTRING((10 10, 190 190), (15 15, 30 30, 100 " +"90))') As mline,\n" " ST_Point(30,30) As pt) As foo;\n" " \n" "wktcut\n" @@ -3385,8 +3620,8 @@ msgstr "" #, no-c-format msgid "" "Returns a geometry that represents the portions of A and B that do not " -"intersect. It is called a symmetric difference because ST_SymDifference(A,B)" -" = ST_SymDifference(B,A)." +"intersect. It is called a symmetric difference because ST_SymDifference(A,B) " +"= ST_SymDifference(B,A)." msgstr "" #. Tag: funcprototype @@ -3396,15 +3631,18 @@ msgid "" "geometry ST_SymDifference " "geometry geomA " "geometry geomB" -msgstr "geometry ST_SymDifference geometry geomA geometry geomB" +msgstr "" +"geometry ST_SymDifference " +"geometry geomA " +"geometry geomB" #. Tag: para #: reference_processing.xml:1921 #, no-c-format msgid "" "Returns a geometry that represents the portions of A and B that do not " -"intersect. It is called a symmetric difference because ST_SymDifference(A,B)" -" = ST_SymDifference(B,A). One can think of this as ST_Union(geomA,geomB) - " +"intersect. It is called a symmetric difference because ST_SymDifference(A,B) " +"= ST_SymDifference(B,A). One can think of this as ST_Union(geomA,geomB) - " "ST_Intersection(A,B)." msgstr "" @@ -3448,7 +3686,8 @@ msgstr "" #, no-c-format msgid "" "--When used in 3d doesn't quite do the right thing\n" -"SELECT ST_AsEWKT(ST_SymDifference(ST_GeomFromEWKT('LINESTRING(1 2 1, 1 4 2)'),\n" +"SELECT ST_AsEWKT(ST_SymDifference(ST_GeomFromEWKT('LINESTRING(1 2 1, 1 4 " +"2)'),\n" " ST_GeomFromEWKT('LINESTRING(1 1 3, 1 3 4)')))\n" "\n" "st_astext\n" @@ -3480,15 +3719,24 @@ msgstr "" #, no-c-format msgid "" " geometry ST_Union " -"geometry set " -"g1field " +"geometry set g1field geometry " +"ST_Union geometry " +"g1 geometry " +"g2 " "geometry ST_Union " -"geometry g1 " -"geometry g2 " -" geometry " -"ST_Union geometry[] " -"g1_array " -msgstr " geometry ST_Union geometry set g1field geometry ST_Union geometry g1 geometry g2 geometry ST_Union geometry[] g1_array " +"geometry[] g1_array " +"" +msgstr "" +" geometry ST_Union " +"geometry set g1field geometry " +"ST_Union geometry " +"g1 geometry " +"g2 " +"geometry ST_Union " +"geometry[] g1_array " +"" #. Tag: para #: reference_processing.xml:2013 @@ -3506,17 +3754,17 @@ msgstr "" #, no-c-format msgid "" "Aggregate version: This function returns a MULTI geometry or NON-MULTI " -"geometry from a set of geometries. The ST_Union() function is an " -"\"aggregate\" function in the terminology of PostgreSQL. That means that it " -"operates on rows of data, in the same way the SUM() and AVG() functions do." +"geometry from a set of geometries. The ST_Union() function is an \"aggregate" +"\" function in the terminology of PostgreSQL. That means that it operates on " +"rows of data, in the same way the SUM() and AVG() functions do." msgstr "" #. Tag: para #: reference_processing.xml:2023 #, no-c-format msgid "" -"Non-Aggregate version: This function returns a geometry being a union of two" -" input geometries. Output type can be a MULTI*, NON-MULTI or " +"Non-Aggregate version: This function returns a geometry being a union of two " +"input geometries. Output type can be a MULTI*, NON-MULTI or " "GEOMETRYCOLLECTION." msgstr "" @@ -3560,8 +3808,8 @@ msgstr "" #: reference_processing.xml:2043 #, no-c-format msgid "" -"&sqlmm_compliant; SQL-MM 3: 5.1.19 the z-index (elevation) when polygons are" -" involved." +"&sqlmm_compliant; SQL-MM 3: 5.1.19 the z-index (elevation) when polygons are " +"involved." msgstr "" #. Tag: para @@ -3612,7 +3860,8 @@ msgid "" "\n" "st_asewkt\n" "---------\n" -"GEOMETRYCOLLECTION(POINT(-2 3 1),LINESTRING(5 5 5,10 10 10),POLYGON((-7 4.2 5,-7.1 4.2 5,-7.1 4.3 5,-7 4.2 5)));\n" +"GEOMETRYCOLLECTION(POINT(-2 3 1),LINESTRING(5 5 5,10 10 10),POLYGON((-7 4.2 " +"5,-7.1 4.2 5,-7.1 4.3 5,-7 4.2 5)));\n" "\n" "--3d example not mixing dimensions\n" "SELECT ST_AsEWKT(st_union(the_geom))\n" @@ -3628,13 +3877,15 @@ msgid "" "\n" "st_asewkt\n" "---------\n" -"GEOMETRYCOLLECTION(POINT(-2 3 1),LINESTRING(5 5 5,10 10 10),POLYGON((-7 4.2 2,-7.1 4.2 3,-7.1 4.3 2,-7 4.2 2)))\n" +"GEOMETRYCOLLECTION(POINT(-2 3 1),LINESTRING(5 5 5,10 10 10),POLYGON((-7 4.2 " +"2,-7.1 4.2 3,-7.1 4.3 2,-7 4.2 2)))\n" "\n" "--Examples using new Array construct\n" "SELECT ST_Union(ARRAY(SELECT the_geom FROM sometable));\n" "\n" "SELECT ST_AsText(ST_Union(ARRAY[ST_GeomFromText('LINESTRING(1 2, 3 4)'),\n" -" ST_GeomFromText('LINESTRING(3 4, 4 5)')])) As wktunion;\n" +" ST_GeomFromText('LINESTRING(3 4, 4 5)')])) As " +"wktunion;\n" "\n" "--wktunion---\n" "MULTILINESTRING((3 4,4 5),(1 2,3 4))" @@ -3658,16 +3909,18 @@ msgstr "" msgid "" "geometry ST_UnaryUnion " "geometry geom" -msgstr "geometry ST_UnaryUnion geometry geom" +msgstr "" +"geometry ST_UnaryUnion " +"geometry geom" #. Tag: para #: reference_processing.xml:2083 #, no-c-format msgid "" "Unlike ST_Union, ST_UnaryUnion does dissolve boundaries between components " -"of a multipolygon (invalid) and does perform union between the components of" -" a geometrycollection. Each components of the input geometry is assumed to " -"be valid, so you won't get a valid multipolygon out of a bow-tie polygon " +"of a multipolygon (invalid) and does perform union between the components of " +"a geometrycollection. Each components of the input geometry is assumed to be " +"valid, so you won't get a valid multipolygon out of a bow-tie polygon " "(invalid)." msgstr "" diff --git a/doc/po/fr/reference_raster.xml.po b/doc/po/fr/reference_raster.xml.po index 70522cd0b..cb5cda769 100644 --- a/doc/po/fr/reference_raster.xml.po +++ b/doc/po/fr/reference_raster.xml.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# +# # Translators: # vpicavet , 2013 msgid "" @@ -9,11 +9,12 @@ msgstr "" "POT-Creation-Date: 2012-10-11 21:39+0000\n" "PO-Revision-Date: 2013-12-17 19:32+0000\n" "Last-Translator: vpicavet \n" -"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/" +"language/fr/)\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. Tag: title @@ -44,8 +45,8 @@ msgstr "" #: reference_raster.xml:10 #, no-c-format msgid "" -"For loading rasters from raster files please refer to " +"For loading rasters from raster files please refer to " msgstr "" #. Tag: para @@ -90,16 +91,18 @@ msgid "" "),\n" "-- Raster: 5 x 5 pixels, 3 bands, PT_8BUI pixel type, NODATA = 0\n" "(2, ('01000003009A9999999999A93F9A9999999999A9BF000000E02B274A' ||\n" -"'41000000007719564100000000000000000000000000000000FFFFFFFF050005000400FDFEFDFEFEFDFEFEFDF9FAFEF' ||\n" -"'EFCF9FBFDFEFEFDFCFAFEFEFE04004E627AADD16076B4F9FE6370A9F5FE59637AB0E54F58617087040046566487A1506CA2E3FA5A6CAFFBFE4D566DA4CB3E454C5665')::raster);" +"'41000000007719564100000000000000000000000000000000FFFFFFFF050005000400FDFEFDFEFEFDFEFEFDF9FAFEF' " +"||\n" +"'EFCF9FBFDFEFEFDFCFAFEFEFE04004E627AADD16076B4F9FE6370A9F5FE59637AB0E54F58617087040046566487A1506CA2E3FA5A6CAFFBFE4D566DA4CB3E454C5665')::" +"raster);" msgstr "" #. Tag: para #: reference_raster.xml:17 #, no-c-format msgid "" -"This section lists the PostgreSQL data types specifically created to support" -" raster functionality." +"This section lists the PostgreSQL data types specifically created to support " +"raster functionality." msgstr "" #. Tag: title @@ -304,8 +307,8 @@ msgstr "pixeltype text" #: reference_raster.xml:72 #, no-c-format msgid "" -"Pixel type of the new band. One of defined pixel types as described in ." +"Pixel type of the new band. One of defined pixel types as described in ." msgstr "" #. Tag: term @@ -529,8 +532,8 @@ msgstr "pixeltype text" #: reference_raster.xml:228 #, no-c-format msgid "" -"One of defined pixel types as described in " +"One of defined pixel types as described in " msgstr "" #. Tag: term @@ -584,23 +587,22 @@ msgstr "" #, no-c-format msgid "" "A composite type used as input into the ST_Union function " -"defining the bands to be processed and behavior of the UNION " -"operation." +"defining the bands to be processed and behavior of the UNION operation." msgstr "" #. Tag: para #: reference_raster.xml:258 #, no-c-format msgid "" -"A composite type used as input into the ST_Union function defining the" -" bands to be processed and behavior of the UNION operation." +"A composite type used as input into the ST_Union function defining the " +"bands to be processed and behavior of the UNION operation." msgstr "" #. Tag: para #: reference_raster.xml:268 #, no-c-format -msgid "" -"1-based value indicating the band of each input raster to be processed." +msgid "1-based value indicating the band of each input raster to be processed." msgstr "" #. Tag: term @@ -613,8 +615,8 @@ msgstr "uniontype text" #: reference_raster.xml:280 #, no-c-format msgid "" -"Type of UNION operation. One of defined types as described in ." +"Type of UNION operation. One of defined types as described in ." msgstr "" #. Tag: title @@ -644,67 +646,109 @@ msgstr "" #: reference_raster.xml:311 #, no-c-format msgid "" -" boolean " -"AddRasterConstraints name " -" rasttable name " -" rastcolumn boolean" -" srid boolean " -" scale_x boolean " -" scale_y boolean " -" blocksize_x " -"boolean " -"blocksize_y boolean " -" same_alignment " -"boolean " -"regular_blocking boolean num_bands=true " -" boolean " -"pixel_types=true boolean " -"nodata_values=true boolean out_db=true " -" boolean " -"extent=true " -" boolean " -"AddRasterConstraints name " -" rasttable name " -" rastcolumn text[] " -" VARIADIC constraints " -" boolean " -"AddRasterConstraints name " -" rastschema name " -" rasttable name " -" rastcolumn text[] " -" VARIADIC constraints " -" boolean " -"AddRasterConstraints name " -" rastschema name " -" rasttable name " -" rastcolumn boolean " -"srid=true boolean " -"scale_x=true boolean " -"scale_y=true boolean " -"blocksize_x=true boolean " -"blocksize_y=true boolean " -"same_alignment=true boolean " -"regular_blocking=true boolean " -"num_bands=true boolean " -"pixel_types=true boolean " -"nodata_values=true boolean out_db=true " -" boolean " -"extent=true " -msgstr " boolean AddRasterConstraints name rasttable name rastcolumn boolean srid boolean scale_x boolean scale_y boolean blocksize_x boolean blocksize_y boolean same_alignment boolean regular_blocking boolean num_bands=true boolean pixel_types=true boolean nodata_values=true boolean out_db=true boolean extent=true boolean AddRasterConstraints name rasttable name rastcolumn text[] VARIADIC constraints boolean AddRasterConstraints name rastschema name rasttable name rastcolumn text[] VARIADIC constraints boolean AddRasterConstraints name rastschema name rasttable name rastcolumn boolean srid=true boolean scale_x=true boolean scale_y=true boolean blocksize_x=true boolean blocksize_y=true boolean same_alignment=true boolean regular_blocking=true boolean num_bands=true boolean pixel_types=true boolean nodata_values=true boolean out_db=true boolean extent=true " +" boolean AddRasterConstraints name rasttable name rastcolumn boolean srid boolean scale_x boolean scale_y boolean blocksize_x boolean " +"blocksize_y boolean same_alignment " +"boolean regular_blocking boolean " +"num_bands=true boolean pixel_types=true " +"boolean " +"nodata_values=true boolean out_db=true " +"boolean extent=true boolean " +"AddRasterConstraints name rasttable name rastcolumn text[] VARIADIC constraints boolean " +"AddRasterConstraints name rastschema name rasttable name rastcolumn text[] VARIADIC constraints boolean " +"AddRasterConstraints name rastschema name rasttable name rastcolumn boolean srid=true " +"boolean scale_x=true boolean " +"scale_y=true boolean blocksize_x=true " +"boolean blocksize_y=true boolean " +"same_alignment=true boolean regular_blocking=true boolean " +"num_bands=true boolean pixel_types=true " +"boolean " +"nodata_values=true boolean out_db=true " +"boolean extent=true " +msgstr "" +" boolean AddRasterConstraints name rasttable name rastcolumn boolean srid boolean scale_x boolean scale_y boolean blocksize_x boolean " +"blocksize_y boolean same_alignment " +"boolean regular_blocking boolean " +"num_bands=true boolean pixel_types=true " +"boolean " +"nodata_values=true boolean out_db=true " +"boolean extent=true boolean " +"AddRasterConstraints name rasttable name rastcolumn text[] VARIADIC constraints boolean " +"AddRasterConstraints name rastschema name rasttable name rastcolumn text[] VARIADIC constraints boolean " +"AddRasterConstraints name rastschema name rasttable name rastcolumn boolean srid=true " +"boolean scale_x=true boolean " +"scale_y=true boolean blocksize_x=true " +"boolean blocksize_y=true boolean " +"same_alignment=true boolean regular_blocking=true boolean " +"num_bands=true boolean pixel_types=true " +"boolean " +"nodata_values=true boolean out_db=true " +"boolean extent=true " #. Tag: para #: reference_raster.xml:441 @@ -721,16 +765,16 @@ msgstr "" #: reference_raster.xml:446 #, no-c-format msgid "" -"raster2pgsql loader uses this function to register raster" -" tables" +"raster2pgsql loader uses this function to register raster " +"tables" msgstr "" #. Tag: para #: reference_raster.xml:447 #, no-c-format msgid "" -"Valid constraint names to pass in: refer to for more details." +"Valid constraint names to pass in: refer to for more details." msgstr "" #. Tag: para @@ -854,19 +898,24 @@ msgstr "" msgid "" "CREATE TABLE myrasters(rid SERIAL primary key, rast raster);\n" "INSERT INTO myrasters(rast)\n" -"SELECT ST_AddBand(ST_MakeEmptyRaster(1000, 1000, 0.3, -0.3, 2, 2, 0, 0,4326), 1, '8BSI'::text, -129, NULL);\n" +"SELECT ST_AddBand(ST_MakeEmptyRaster(1000, 1000, 0.3, -0.3, 2, 2, 0, " +"0,4326), 1, '8BSI'::text, -129, NULL);\n" "\n" "SELECT AddRasterConstraints('myrasters'::name, 'rast'::name);\n" "\n" "\n" "-- verify if registered correctly in the raster_columns view --\n" -"SELECT srid, scale_x, scale_y, blocksize_x, blocksize_y, num_bands, pixel_types, nodata_values\n" +"SELECT srid, scale_x, scale_y, blocksize_x, blocksize_y, num_bands, " +"pixel_types, nodata_values\n" " FROM raster_columns\n" " WHERE r_table_name = 'myrasters';\n" " \n" -" srid | scale_x | scale_y | blocksize_x | blocksize_y | num_bands | pixel_types| nodata_values\n" -"------+---------+---------+-------------+-------------+-----------+-------------+---------------\n" -" 4326 | 2 | 2 | 1000 | 1000 | 1 | {8BSI} | {0}" +" srid | scale_x | scale_y | blocksize_x | blocksize_y | num_bands | " +"pixel_types| nodata_values\n" +"------+---------+---------+-------------+-------------+-----------" +"+-------------+---------------\n" +" 4326 | 2 | 2 | 1000 | 1000 | 1 | " +"{8BSI} | {0}" msgstr "" #. Tag: title @@ -881,12 +930,17 @@ msgstr "" msgid "" "CREATE TABLE public.myrasters2(rid SERIAL primary key, rast raster);\n" "INSERT INTO myrasters2(rast)\n" -"SELECT ST_AddBand(ST_MakeEmptyRaster(1000, 1000, 0.3, -0.3, 2, 2, 0, 0,4326), 1, '8BSI'::text, -129, NULL);\n" +"SELECT ST_AddBand(ST_MakeEmptyRaster(1000, 1000, 0.3, -0.3, 2, 2, 0, " +"0,4326), 1, '8BSI'::text, -129, NULL);\n" "\n" -"SELECT AddRasterConstraints('public'::name, 'myrasters2'::name, 'rast'::name,'regular_blocking', 'blocksize');\n" +"SELECT AddRasterConstraints('public'::name, 'myrasters2'::name, 'rast'::" +"name,'regular_blocking', 'blocksize');\n" "-- get notice--\n" "NOTICE: Adding regular blocking constraint\n" -"INFO: The regular_blocking constraint is just a flag indicating that the column \"rast\" is regularly blocked. As no function exist yet to assert that a raster column is regularly blocked, it is up to the end-user to ensure that the column is truly regularly blocked.\n" +"INFO: The regular_blocking constraint is just a flag indicating that the " +"column \"rast\" is regularly blocked. As no function exist yet to assert " +"that a raster column is regularly blocked, it is up to the end-user to " +"ensure that the column is truly regularly blocked.\n" "CONTEXT: PL/pgSQL function \"addrasterconstraints\" line 85 at assignment\n" "NOTICE: Adding blocksize-X constraint\n" "NOTICE: Adding blocksize-Y constraint" @@ -896,10 +950,9 @@ msgstr "" #: reference_raster.xml:489 #, no-c-format msgid "" -", , , , , " +", , , , , " msgstr "" #. Tag: refname @@ -912,70 +965,105 @@ msgstr "" #: reference_raster.xml:497 #, no-c-format msgid "" -"Drops PostGIS raster constraints that refer to a raster table column. Useful" -" if you need to reload data or update your raster column data." +"Drops PostGIS raster constraints that refer to a raster table column. Useful " +"if you need to reload data or update your raster column data." msgstr "" #. Tag: funcsynopsis #: reference_raster.xml:501 #, no-c-format msgid "" -" boolean " -"DropRasterConstraints name " -" rasttable name " -" rastcolumn boolean" -" srid boolean " -" scale_x boolean " -" scale_y boolean " -" blocksize_x " -"boolean " -"blocksize_y boolean " -" same_alignment " -"boolean " -"regular_blocking boolean " -"num_bands=true boolean " -"pixel_types=true boolean " -"nodata_values=true boolean out_db=true " -" boolean " -"extent=true " -" boolean " -"DropRasterConstraints name " -" rastschema name " -" rasttable name " -" rastcolumn boolean " -"srid=true boolean " -"scale_x=true boolean " -"scale_y=true boolean " -"blocksize_x=true boolean " -"blocksize_y=true boolean " -"same_alignment=true boolean " -"regular_blocking=true boolean " -"num_bands=true boolean " -"pixel_types=true boolean " -"nodata_values=true boolean out_db=true " -" boolean " -"extent=true " -" boolean " -"DropRasterConstraints name " -" rastschema name " -" rasttable name " -" rastcolumn text[] " -" constraints " -msgstr " boolean DropRasterConstraints name rasttable name rastcolumn boolean srid boolean scale_x boolean scale_y boolean blocksize_x boolean blocksize_y boolean same_alignment boolean regular_blocking boolean num_bands=true boolean pixel_types=true boolean nodata_values=true boolean out_db=true boolean extent=true boolean DropRasterConstraints name rastschema name rasttable name rastcolumn boolean srid=true boolean scale_x=true boolean scale_y=true boolean blocksize_x=true boolean blocksize_y=true boolean same_alignment=true boolean regular_blocking=true boolean num_bands=true boolean pixel_types=true boolean nodata_values=true boolean out_db=true boolean extent=true boolean DropRasterConstraints name rastschema name rasttable name rastcolumn text[] constraints " +" boolean DropRasterConstraints name rasttable name rastcolumn boolean srid boolean scale_x boolean scale_y boolean blocksize_x boolean " +"blocksize_y boolean same_alignment " +"boolean regular_blocking boolean " +"num_bands=true boolean pixel_types=true " +"boolean " +"nodata_values=true boolean out_db=true " +"boolean extent=true boolean " +"DropRasterConstraints name rastschema name rasttable name rastcolumn boolean srid=true " +"boolean scale_x=true boolean " +"scale_y=true boolean blocksize_x=true " +"boolean blocksize_y=true boolean " +"same_alignment=true boolean regular_blocking=true boolean " +"num_bands=true boolean pixel_types=true " +"boolean " +"nodata_values=true boolean out_db=true " +"boolean extent=true boolean " +"DropRasterConstraints name rastschema name rasttable name rastcolumn text[] constraints " +msgstr "" +" boolean DropRasterConstraints name rasttable name rastcolumn boolean srid boolean scale_x boolean scale_y boolean blocksize_x boolean " +"blocksize_y boolean same_alignment " +"boolean regular_blocking boolean " +"num_bands=true boolean pixel_types=true " +"boolean " +"nodata_values=true boolean out_db=true " +"boolean extent=true boolean " +"DropRasterConstraints name rastschema name rasttable name rastcolumn boolean srid=true " +"boolean scale_x=true boolean " +"scale_y=true boolean blocksize_x=true " +"boolean blocksize_y=true boolean " +"same_alignment=true boolean regular_blocking=true boolean " +"num_bands=true boolean pixel_types=true " +"boolean " +"nodata_values=true boolean out_db=true " +"boolean extent=true boolean " +"DropRasterConstraints name rastschema name rasttable name rastcolumn text[] constraints " #. Tag: para #: reference_raster.xml:614 @@ -983,8 +1071,8 @@ msgstr " boolean DropRasterConstraints. Useful if you " -"need to load more data or update your raster column data. You do not need to" -" do this if you want to get rid of a raster table or a raster column." +"need to load more data or update your raster column data. You do not need to " +"do this if you want to get rid of a raster table or a raster column." msgstr "" #. Tag: para @@ -1083,13 +1171,17 @@ msgid "" "t\n" "\n" "-- verify change in raster_columns --\n" -"SELECT srid, scale_x, scale_y, blocksize_x, blocksize_y, num_bands, pixel_types, nodata_values\n" +"SELECT srid, scale_x, scale_y, blocksize_x, blocksize_y, num_bands, " +"pixel_types, nodata_values\n" " FROM raster_columns\n" " WHERE r_table_name = 'myrasters';\n" " \n" -" srid | scale_x | scale_y | blocksize_x | blocksize_y | num_bands | pixel_types| nodata_values\n" -"------+---------+---------+-------------+-------------+-----------+-------------+---------------\n" -" 0 | | | | | | |" +" srid | scale_x | scale_y | blocksize_x | blocksize_y | num_bands | " +"pixel_types| nodata_values\n" +"------+---------+---------+-------------+-------------+-----------" +"+-------------+---------------\n" +" 0 | | | | | " +"| |" msgstr "" #. Tag: refname @@ -1110,7 +1202,9 @@ msgstr "" msgid "" "text PostGIS_Raster_Lib_Build_Date " "" -msgstr "text PostGIS_Raster_Lib_Build_Date " +msgstr "" +"text PostGIS_Raster_Lib_Build_Date " +"" #. Tag: para #: reference_raster.xml:654 @@ -1138,8 +1232,8 @@ msgstr "" #: reference_raster.xml:674 #, no-c-format msgid "" -"Reports full raster version and build configuration " -"infos." +"Reports full raster version and build configuration infos." msgstr "" #. Tag: funcprototype @@ -1148,13 +1242,14 @@ msgstr "" msgid "" "text PostGIS_Raster_Lib_Version " "" -msgstr "text PostGIS_Raster_Lib_Version " +msgstr "" +"text PostGIS_Raster_Lib_Version " +"" #. Tag: para #: reference_raster.xml:691 #, no-c-format -msgid "" -"Reports full raster version and build configuration infos." +msgid "Reports full raster version and build configuration infos." msgstr "" #. Tag: programlisting @@ -1187,24 +1282,30 @@ msgstr "" msgid "" "setof record ST_GDALDrivers " "integer OUT idx " -"text OUT " -"short_name text " -"OUT long_name text " -" OUT create_options" -msgstr "setof record ST_GDALDrivers integer OUT idx text OUT short_name text OUT long_name text OUT create_options" +"text OUT short_name text OUT long_name text OUT create_options" +msgstr "" +"setof record ST_GDALDrivers " +"integer OUT idx " +"text OUT short_name text OUT long_name text OUT create_options" #. Tag: para #: reference_raster.xml:732 #, no-c-format msgid "" -"Returns a list of raster formats short_name,long_name and creator options of" -" each format supported by your lib gdal. Use the short_name as input in the " -"format parameter of . Options vary depending on what drivers " -"your libgdal was compiled with. create_options returns an" -" xml formatted set of CreationOptionList/Option consisting of name and " -"optional type, description and set of " -"VALUE for each creator option for the specific driver." +"Returns a list of raster formats short_name,long_name and creator options of " +"each format supported by your lib gdal. Use the short_name as input in the " +"format parameter of . Options vary depending on what drivers your libgdal was compiled with. " +"create_options returns an xml formatted set of " +"CreationOptionList/Option consisting of name and optional type, description and set of VALUE " +"for each creator option for the specific driver." msgstr "" #. Tag: para @@ -1265,11 +1366,13 @@ msgstr "" #, no-c-format msgid "" "-- Output the create options XML column of JPEG as a table --\n" -"-- Note you can use these creator options in ST_AsGDALRaster options argument\n" +"-- Note you can use these creator options in ST_AsGDALRaster options " +"argument\n" "SELECT (xpath('@name', g.opt))[1]::text As oname,\n" " (xpath('@type', g.opt))[1]::text As otype,\n" " (xpath('@description', g.opt))[1]::text As descrip\n" -"FROM (SELECT unnest(xpath('/CreationOptionList/Option', create_options::xml)) As opt\n" +"FROM (SELECT unnest(xpath('/CreationOptionList/Option', create_options::" +"xml)) As opt\n" "FROM st_gdaldrivers()\n" "WHERE short_name = 'JPEG') As g;\n" "\n" @@ -1300,19 +1403,27 @@ msgid "" " CCITTFAX4\n" " DEFLATE\n" " \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" raster " +"ST_AddBand raster " +"rast text " +"pixeltype double precision initialvalue=0 double precision " +"nodataval=NULL " " raster ST_AddBand " "raster rast " +"integer index " "text pixeltype " "double precision " -"initialvalue=0 double precision " +"initialvalue=0 double precision nodataval=NULL raster " +"ST_AddBand raster " +"torast raster " +"fromrast integer fromband=1 " +"integer " +"torastindex=at_end " +" raster ST_AddBand " +"raster torast " +"raster[] fromrasts " +"integer fromband=1 integer " +"torastindex=at_end " +msgstr "" +" raster ST_AddBand " +"raster rast " +"addbandarg[] addbandargset raster " +"ST_AddBand raster " +"rast text " +"pixeltype double precision initialvalue=0 double precision " "nodataval=NULL " " raster ST_AddBand " "raster rast " "integer index " "text pixeltype " "double precision " -"initialvalue=0 double precision " -"nodataval=NULL " -" raster ST_AddBand " -"raster torast " -"raster fromrast " +"initialvalue=0 double precision nodataval=NULL raster " +"ST_AddBand raster " +"torast raster " +"fromrast integer fromband=1 " "integer " -"fromband=1 integer " "torastindex=at_end " " raster ST_AddBand " "raster torast " -"raster[] fromrasts" -" integer " -"fromband=1 integer " +"raster[] fromrasts " +"integer fromband=1 integer " "torastindex=at_end " -msgstr " raster ST_AddBand raster rast addbandarg[] addbandargset raster ST_AddBand raster rast text pixeltype double precision initialvalue=0 double precision nodataval=NULL raster ST_AddBand raster rast integer index text pixeltype double precision initialvalue=0 double precision nodataval=NULL raster ST_AddBand raster torast raster fromrast integer fromband=1 integer torastindex=at_end raster ST_AddBand raster torast raster[] fromrasts integer fromband=1 integer torastindex=at_end " #. Tag: para #: reference_raster.xml:822 @@ -1457,11 +1630,11 @@ msgid "" "type, of given initial value, and of given nodata value. If no index is " "specified, the band is added to the end. If no fromband " "is specified, band 1 is assumed. Pixel type is a string representation of " -"one of the pixel types specified in ." -" If an existing index is specified all subsequent bands >= that index are " -"incremented by 1. If an initial value greater than the max of the pixel type" -" is specified, then the initial value is set to the highest value allowed by" -" the pixel type. The last version add the fromband from " +"one of the pixel types specified in . " +"If an existing index is specified all subsequent bands >= that index are " +"incremented by 1. If an initial value greater than the max of the pixel type " +"is specified, then the initial value is set to the highest value allowed by " +"the pixel type. The last version add the fromband from " "fromrast raster to torast in position " "torastindex." msgstr "" @@ -1471,18 +1644,18 @@ msgstr "" #, no-c-format msgid "" "For the version that takes an array of , a " -"specific addbandarg's index value is relative to the raster at the time when" -" the band described by that addbandarg is being added to the raster. See the" -" Multiple New Bands example below." +"specific addbandarg's index value is relative to the raster at the time when " +"the band described by that addbandarg is being added to the raster. See the " +"Multiple New Bands example below." msgstr "" #. Tag: para #: reference_raster.xml:830 #, no-c-format msgid "" -"For the version that takes an array of bands if torast is" -" NULL, then the fromband band of each raster in the array" -" is accumulated into a new raster." +"For the version that takes an array of bands if torast is " +"NULL, then the fromband band of each raster in the array " +"is accumulated into a new raster." msgstr "" #. Tag: para @@ -1501,7 +1674,8 @@ msgstr "" #: reference_raster.xml:839 #, no-c-format msgid "" -"-- Add another band of type 8 bit unsigned integer with pixels initialized to 200\n" +"-- Add another band of type 8 bit unsigned integer with pixels initialized " +"to 200\n" "UPDATE dummy_rast\n" " SET rast = ST_AddBand(rast,'8BUI'::text,200) \n" "WHERE rid = 1;" @@ -1511,10 +1685,12 @@ msgstr "" #: reference_raster.xml:841 #, no-c-format msgid "" -"-- Create an empty raster 100x100 units, with upper left right at 0, add 2 bands (band 1 is 0/1 boolean bit switch, band2 allows values 0-15)\n" +"-- Create an empty raster 100x100 units, with upper left right at 0, add 2 " +"bands (band 1 is 0/1 boolean bit switch, band2 allows values 0-15)\n" "-- uses addbandargs\n" "INSERT INTO dummy_rast(rid,rast)\n" -" VALUES(10, ST_AddBand(ST_MakeEmptyRaster(100, 100, 0, 0, 1, -1, 0, 0, 0), \n" +" VALUES(10, ST_AddBand(ST_MakeEmptyRaster(100, 100, 0, 0, 1, -1, 0, 0, " +"0), \n" " ARRAY[\n" " ROW(1, '1BB'::text, 0, NULL),\n" " ROW(2, '4BUI'::text, 0, NULL)\n" @@ -1538,9 +1714,12 @@ msgid "" "FROM (SELECT ST_MetaData(rast) As rmd \n" " FROM dummy_rast WHERE rid = 10) AS foo;\n" "-- result --\n" -" upperleftx | upperlefty | width | height | scalex | scaley | skewx | skewy | srid | numbands\n" -"------------+------------+-------+--------+------------+------------+-------+-------+------+----------\n" -" 0 | 0 | 100 | 100 | 1 | -1 | 0 | 0 | 0 | 2" +" upperleftx | upperlefty | width | height | scalex | scaley | skewx | skewy " +"| srid | numbands\n" +"------------+------------+-------+--------+------------+------------+-------" +"+-------+------+----------\n" +" 0 | 0 | 100 | 100 | 1 | -1 | 0 | 0 " +"| 0 | 2" msgstr "" #. Tag: title @@ -1587,12 +1766,16 @@ msgstr "" #, no-c-format msgid "" "-- Aggregate the 1st band of a table of like rasters into a single raster \n" -"-- with as many bands as there are test_types and as many rows (new rasters) as there are mice\n" +"-- with as many bands as there are test_types and as many rows (new rasters) " +"as there are mice\n" "-- NOTE: The ORDER BY test_type is only supported in PostgreSQL 9.0+\n" -"-- for 8.4 and below it usually works to order your data in a subselect (but not guaranteed)\n" -"-- The resulting raster will have a band for each test_type alphabetical by test_type\n" +"-- for 8.4 and below it usually works to order your data in a subselect (but " +"not guaranteed)\n" +"-- The resulting raster will have a band for each test_type alphabetical by " +"test_type\n" "-- For mouse lovers: No mice were harmed in this exercise\n" -"SELECT mouse, ST_AddBand(NULL, array_agg(rast ORDER BY test_type), 1 ) As rast \n" +"SELECT mouse, ST_AddBand(NULL, array_agg(rast ORDER BY test_type), 1 ) As " +"rast \n" " FROM mice_studies\n" " GROUP BY mouse;" msgstr "" @@ -1601,9 +1784,9 @@ msgstr "" #: reference_raster.xml:858 #, no-c-format msgid "" -", , , , " -", " +", , , , , " msgstr "" #. Tag: refname @@ -1626,198 +1809,303 @@ msgid "" "geometry geom " "raster ref " "text pixeltype " -"double precision " -"value=1 double precision " -"nodataval=0 boolean " -"touched=false " -" raster ST_AsRaster " -"geometry geom " -"raster ref " -"text[] " -"pixeltype=ARRAY['8BUI'] double precision[] " -"value=ARRAY[1] double precision[] " -"nodataval=ARRAY[0] boolean " +"double precision value=1 double precision nodataval=0 boolean touched=false raster ST_AsRaster geometry geom raster ref text[] " +"pixeltype=ARRAY['8BUI'] double precision[] value=ARRAY[1] double precision[] nodataval=ARRAY[0] boolean touched=false raster " +"ST_AsRaster geometry " +"geom double precision scalex double " +"precision scaley " +"double precision gridx double precision gridy text pixeltype double precision value=1 double precision nodataval=0 double precision " +"skewx=0 double precision skewy=0 " +"boolean touched=false raster " +"ST_AsRaster geometry " +"geom double precision scalex double " +"precision scaley double precision gridx=NULL double precision " +"gridy=NULL text[] pixeltype=ARRAY['8BUI'] double precision[] " +"value=ARRAY[1] double precision[] nodataval=ARRAY[0] double precision skewx=0 double precision skewy=0 " +"boolean touched=false raster " +"ST_AsRaster geometry " +"geom double precision scalex double " +"precision scaley " +"text pixeltype " +"double precision value=1 double precision nodataval=0 double precision upperleftx=NULL double precision " +"upperlefty=NULL double precision skewx=0 " +"double precision skewy=0 boolean " "touched=false " " raster ST_AsRaster " "geometry geom " -"double precision " -"scalex double precision " -" scaley double " -"precision gridx " -"double precision " -"gridy text " -"pixeltype double precision " -"value=1 double precision " -"nodataval=0 double precision " -"skewx=0 double precision " -"skewy=0 boolean " +"double precision scalex double precision scaley text[] pixeltype double precision[] value=ARRAY[1] double precision[] nodataval=ARRAY[0] double precision upperleftx=NULL double precision upperlefty=NULL double precision skewx=0 double precision skewy=0 " +"boolean touched=false raster " +"ST_AsRaster geometry " +"geom integer " +"width integer " +"height double precision gridx double " +"precision gridy " +"text pixeltype " +"double precision value=1 double precision nodataval=0 double precision skewx=0 " +"double precision skewy=0 boolean " "touched=false " " raster ST_AsRaster " "geometry geom " -"double precision " -"scalex double precision " -" scaley double precision " -"gridx=NULL double precision " -"gridy=NULL text[] " -"pixeltype=ARRAY['8BUI'] double precision[] " -"value=ARRAY[1] double precision[] " -"nodataval=ARRAY[0] double precision " -"skewx=0 double precision " -"skewy=0 boolean " +"integer width " +"integer height " +"double precision " +"gridx=NULL double precision gridy=NULL text[] pixeltype=ARRAY['8BUI'] double precision[] value=ARRAY[1] double precision[] nodataval=ARRAY[0] double precision skewx=0 double precision skewy=0 " +"boolean touched=false raster " +"ST_AsRaster geometry " +"geom integer " +"width integer " +"height text " +"pixeltype double precision value=1 " +"double precision " +"nodataval=0 double precision upperleftx=NULL double precision " +"upperlefty=NULL double precision skewx=0 " +"double precision skewy=0 boolean " "touched=false " " raster ST_AsRaster " "geometry geom " -"double precision " -"scalex double precision " -" scaley text " -" pixeltype double precision " -"value=1 double precision " -"nodataval=0 double precision " -"upperleftx=NULL double precision " -"upperlefty=NULL double precision " -"skewx=0 double precision " -"skewy=0 boolean " -"touched=false " +"integer width " +"integer height " +"text[] pixeltype " +"double precision[] value=ARRAY[1] double precision[] " +"nodataval=ARRAY[0] double precision upperleftx=NULL double precision " +"upperlefty=NULL double precision skewx=0 " +"double precision skewy=0 boolean " +"touched=false " +msgstr "" " raster ST_AsRaster " "geometry geom " -"double precision " -"scalex double precision " -" scaley text[] " -" pixeltype double precision[] " -"value=ARRAY[1] double precision[] " -"nodataval=ARRAY[0] double precision " -"upperleftx=NULL double precision " -"upperlefty=NULL double precision " -"skewx=0 double precision " -"skewy=0 boolean " +"raster ref " +"text pixeltype " +"double precision value=1 double precision nodataval=0 boolean touched=false raster ST_AsRaster geometry geom raster ref text[] " +"pixeltype=ARRAY['8BUI'] double precision[] value=ARRAY[1] double precision[] nodataval=ARRAY[0] boolean touched=false raster " +"ST_AsRaster geometry " +"geom double precision scalex double " +"precision scaley " +"double precision gridx double precision gridy text pixeltype double precision value=1 double precision nodataval=0 double precision " +"skewx=0 double precision skewy=0 " +"boolean touched=false raster " +"ST_AsRaster geometry " +"geom double precision scalex double " +"precision scaley double precision gridx=NULL double precision " +"gridy=NULL text[] pixeltype=ARRAY['8BUI'] double precision[] " +"value=ARRAY[1] double precision[] nodataval=ARRAY[0] double precision skewx=0 double precision skewy=0 " +"boolean touched=false raster " +"ST_AsRaster geometry " +"geom double precision scalex double " +"precision scaley " +"text pixeltype " +"double precision value=1 double precision nodataval=0 double precision upperleftx=NULL double precision " +"upperlefty=NULL double precision skewx=0 " +"double precision skewy=0 boolean " "touched=false " " raster ST_AsRaster " "geometry geom " -"integer width " -"integer height " -"double precision " -"gridx double precision " -" gridy text " -" pixeltype double precision " -"value=1 double precision " -"nodataval=0 double precision " -"skewx=0 double precision " -"skewy=0 boolean " +"double precision scalex double precision scaley text[] pixeltype double precision[] value=ARRAY[1] double precision[] nodataval=ARRAY[0] double precision upperleftx=NULL double precision upperlefty=NULL double precision skewx=0 double precision skewy=0 " +"boolean touched=false raster " +"ST_AsRaster geometry " +"geom integer " +"width integer " +"height double precision gridx double " +"precision gridy " +"text pixeltype " +"double precision value=1 double precision nodataval=0 double precision skewx=0 " +"double precision skewy=0 boolean " "touched=false " " raster ST_AsRaster " "geometry geom " "integer width " "integer height " "double precision " -"gridx=NULL double precision " -"gridy=NULL text[] " -"pixeltype=ARRAY['8BUI'] double precision[] " -"value=ARRAY[1] double precision[] " -"nodataval=ARRAY[0] double precision " -"skewx=0 double precision " -"skewy=0 boolean " -"touched=false " -" raster ST_AsRaster " -"geometry geom " -"integer width " -"integer height " -"text pixeltype " +"gridx=NULL double precision gridy=NULL text[] pixeltype=ARRAY['8BUI'] double precision[] value=ARRAY[1] double precision[] nodataval=ARRAY[0] double precision skewx=0 double precision skewy=0 " +"boolean touched=false raster " +"ST_AsRaster geometry " +"geom integer " +"width integer " +"height text " +"pixeltype double precision value=1 " "double precision " -"value=1 double precision " -"nodataval=0 double precision " -"upperleftx=NULL double precision " -"upperlefty=NULL double precision " -"skewx=0 double precision " -"skewy=0 boolean " +"nodataval=0 double precision upperleftx=NULL double precision " +"upperlefty=NULL double precision skewx=0 " +"double precision skewy=0 boolean " "touched=false " " raster ST_AsRaster " "geometry geom " "integer width " "integer height " "text[] pixeltype " -"double precision[] " -"value=ARRAY[1] double " -"precision[] nodataval=ARRAY[0] " -"double precision " -"upperleftx=NULL double precision " -"upperlefty=NULL double precision " -"skewx=0 double precision " -"skewy=0 boolean " +"double precision[] value=ARRAY[1] double precision[] " +"nodataval=ARRAY[0] double precision upperleftx=NULL double precision " +"upperlefty=NULL double precision skewx=0 " +"double precision skewy=0 boolean " "touched=false " -msgstr " raster ST_AsRaster geometry geom raster ref text pixeltype double precision value=1 double precision nodataval=0 boolean touched=false raster ST_AsRaster geometry geom raster ref text[] pixeltype=ARRAY['8BUI'] double precision[] value=ARRAY[1] double precision[] nodataval=ARRAY[0] boolean touched=false raster ST_AsRaster geometry geom double precision scalex double precision scaley double precision gridx double precision gridy text pixeltype double precision value=1 double precision nodataval=0 double precision skewx=0 double precision skewy=0 boolean touched=false raster ST_AsRaster geometry geom double precision scalex double precision scaley double precision gridx=NULL double precision gridy=NULL text[] pixeltype=ARRAY['8BUI'] double precision[] value=ARRAY[1] double precision[] nodataval=ARRAY[0] double precision skewx=0 double precision skewy=0 boolean touched=false raster ST_AsRaster geometry geom double precision scalex double precision scaley text pixeltype double precision value=1 double precision nodataval=0 double precision upperleftx=NULL double precision upperlefty=NULL double precision skewx=0 double precision skewy=0 boolean touched=false raster ST_AsRaster geometry geom double precision scalex double precision scaley text[] pixeltype double precision[] value=ARRAY[1] double precision[] nodataval=ARRAY[0] double precision upperleftx=NULL double precision upperlefty=NULL double precision skewx=0 double precision skewy=0 boolean touched=false raster ST_AsRaster geometry geom integer width integer height double precision gridx double precision gridy text pixeltype double precision value=1 double precision nodataval=0 double precision skewx=0 double precision skewy=0 boolean touched=false raster ST_AsRaster geometry geom integer width integer height double precision gridx=NULL double precision gridy=NULL text[] pixeltype=ARRAY['8BUI'] double precision[] value=ARRAY[1] double precision[] nodataval=ARRAY[0] double precision skewx=0 double precision skewy=0 boolean touched=false raster ST_AsRaster geometry geom integer width integer height text pixeltype double precision value=1 double precision nodataval=0 double precision upperleftx=NULL double precision upperlefty=NULL double precision skewx=0 double precision skewy=0 boolean touched=false raster ST_AsRaster geometry geom integer width integer height text[] pixeltype double precision[] value=ARRAY[1] double precision[] nodataval=ARRAY[0] double precision upperleftx=NULL double precision upperlefty=NULL double precision skewx=0 double precision skewy=0 boolean touched=false " #. Tag: para #: reference_raster.xml:1024 #, no-c-format msgid "" "Converts a PostGIS geometry to a PostGIS raster. The many variants offers " -"three groups of possibilities for setting the alignment and pixelsize of the" -" resulting raster." +"three groups of possibilities for setting the alignment and pixelsize of the " +"resulting raster." msgstr "" #. Tag: para #: reference_raster.xml:1026 #, no-c-format msgid "" -"The first group, composed of the two first variants, produce a raster having" -" the same alignment (scalex, scaley, " +"The first group, composed of the two first variants, produce a raster having " +"the same alignment (scalex, scaley, " "gridx and gridy), pixel type and " "nodata value as the provided reference raster. You generally pass this " -"reference raster by joining the table containing the geometry with the table" -" containing the reference raster." +"reference raster by joining the table containing the geometry with the table " +"containing the reference raster." msgstr "" #. Tag: para @@ -1825,14 +2113,13 @@ msgstr "" #, no-c-format msgid "" "The second group, composed of four variants, let you set the dimensions of " -"the raster by providing the parameters of a pixel size " -"(scalex & scaley and " -"skewx & skewy). The " -"width & height of the resulting " -"raster will be adjusted to fit the extent of the geometry. In most cases, " -"you must cast integer scalex & " -"scaley arguments to double precision so that PostgreSQL " -"choose the right variant." +"the raster by providing the parameters of a pixel size (scalex & scaley and skewx & " +"skewy). The width & " +"height of the resulting raster will be adjusted to fit " +"the extent of the geometry. In most cases, you must cast integer " +"scalex & scaley arguments to " +"double precision so that PostgreSQL choose the right variant." msgstr "" #. Tag: para @@ -1840,11 +2127,11 @@ msgstr "" #, no-c-format msgid "" "The third group, composed of four variants, let you fix the dimensions of " -"the raster by providing the dimensions of the raster " -"(width & height). The parameters " -"of the pixel size (scalex & scaley" -" and skewx & skewy) of the " -"resulting raster will be adjusted to fit the extent of the geometry." +"the raster by providing the dimensions of the raster (width & height). The parameters of the pixel size " +"(scalex & scaley and " +"skewx & skewy) of the resulting " +"raster will be adjusted to fit the extent of the geometry." msgstr "" #. Tag: para @@ -1852,22 +2139,22 @@ msgstr "" #, no-c-format msgid "" "The two first variants of each of those two last groups let you specify the " -"alignment with an arbitrary corner of the alignment grid " -"(gridx & gridy) and the two last " -"variants takes the upper left corner (upperleftx & " -"upperlefty)." +"alignment with an arbitrary corner of the alignment grid (gridx & gridy) and the two last variants takes the " +"upper left corner (upperleftx & upperlefty)." msgstr "" #. Tag: para #: reference_raster.xml:1034 #, no-c-format msgid "" -"Each group of variant allows producing a one band raster or a multiple bands" -" raster. To produce a multiple bands raster, you must provide an array of " +"Each group of variant allows producing a one band raster or a multiple bands " +"raster. To produce a multiple bands raster, you must provide an array of " "pixel types (pixeltype[]), an array of initial values " "(value) and an array of nodata values " -"(nodataval). If not provided pixeltyped defaults to 8BUI," -" values to 1 and nodataval to 0." +"(nodataval). If not provided pixeltyped defaults to 8BUI, " +"values to 1 and nodataval to 0." msgstr "" #. Tag: para @@ -1884,8 +2171,8 @@ msgstr "" #: reference_raster.xml:1038 #, no-c-format msgid "" -"The optional touched parameter defaults to false and maps" -" to the GDAL ALL_TOUCHED rasterization option, which determines if pixels " +"The optional touched parameter defaults to false and maps " +"to the GDAL ALL_TOUCHED rasterization option, which determines if pixels " "touched by lines or polygons will be burned. Not just those on the line " "render path, or whose center point is within the polygon." msgstr "" @@ -1895,9 +2182,9 @@ msgstr "" #, no-c-format msgid "" "This is particularly useful for rendering jpegs and pngs of geometries " -"directly from the database when using in combination with and other " -"family of functions." +"directly from the database when using in combination with and other family of " +"functions." msgstr "" #. Tag: para @@ -1942,8 +2229,10 @@ msgid "" "SELECT ST_AsPNG(\n" " ST_AsRaster(\n" " ST_Buffer(\n" -" ST_GeomFromText('LINESTRING(50 50,150 150,150 50)'), 10,'join=bevel'), \n" -" 200,200,ARRAY['8BUI', '8BUI', '8BUI'], ARRAY[118,154,118], ARRAY[0,0,0]));" +" ST_GeomFromText('LINESTRING(50 50,150 150,150 50)'), " +"10,'join=bevel'), \n" +" 200,200,ARRAY['8BUI', '8BUI', '8BUI'], " +"ARRAY[118,154,118], ARRAY[0,0,0]));" msgstr "" #. Tag: para @@ -1980,13 +2269,24 @@ msgid "" "raster ST_Band " "raster rast " "text nbands " -"character " -"delimiter=, " +"character delimiter=, raster " +"ST_Band raster " +"rast integer " +"nband " +msgstr "" " raster ST_Band " "raster rast " -"integer nband " -"" -msgstr " raster ST_Band raster rast integer[] nbands = ARRAY[1] raster ST_Band raster rast text nbands character delimiter=, raster ST_Band raster rast integer nband " +"integer[] nbands = " +"ARRAY[1] " +"raster ST_Band " +"raster rast " +"text nbands " +"character delimiter=, raster " +"ST_Band raster " +"rast integer " +"nband " #. Tag: para #: reference_raster.xml:1111 @@ -2002,11 +2302,13 @@ msgstr "" #: reference_raster.xml:1120 #, no-c-format msgid "" -"-- Make 2 new rasters: 1 containing band 1 of dummy, second containing band 2 of dummy and then reclassified as a 2BUI\n" +"-- Make 2 new rasters: 1 containing band 1 of dummy, second containing band " +"2 of dummy and then reclassified as a 2BUI\n" "SELECT ST_NumBands(rast1) As numb1, ST_BandPixelType(rast1) As pix1, \n" " ST_NumBands(rast2) As numb2, ST_BandPixelType(rast2) As pix2\n" "FROM (\n" -" SELECT ST_Band(rast) As rast1, ST_Reclass(ST_Band(rast,3), '100-200):1, [200-254:2', '2BUI') As rast2\n" +" SELECT ST_Band(rast) As rast1, ST_Reclass(ST_Band(rast,3), '100-200):1, " +"[200-254:2', '2BUI') As rast2\n" " FROM dummy_rast\n" " WHERE rid = 2) As foo;\n" " \n" @@ -2066,7 +2368,8 @@ msgstr "" #. Tag: para #: reference_raster.xml:1164 #, no-c-format -msgid ", , , " +msgid "" +", , , " msgstr "" #. Tag: refname @@ -2090,29 +2393,47 @@ msgstr "" #: reference_raster.xml:1174 #, no-c-format msgid "" -" raster " -"ST_MakeEmptyRaster raster " -" rast " -" raster " -"ST_MakeEmptyRaster integer " -" width integer " -" height float8 " -" upperleftx float8 " -" upperlefty float8 " -" scalex float8 " -" scaley float8 " -" skewx float8 " -" skewy integer " -"srid=unknown " -" raster " -"ST_MakeEmptyRaster integer " -" width integer " -" height float8 " -" upperleftx float8 " -" upperlefty float8 " -" pixelsize " -msgstr " raster ST_MakeEmptyRaster raster rast raster ST_MakeEmptyRaster integer width integer height float8 upperleftx float8 upperlefty float8 scalex float8 scaley float8 skewx float8 skewy integer srid=unknown raster ST_MakeEmptyRaster integer width integer height float8 upperleftx float8 upperlefty float8 pixelsize " +" raster ST_MakeEmptyRaster raster rast raster " +"ST_MakeEmptyRaster integer width integer height float8 upperleftx float8 upperlefty float8 scalex float8 scaley float8 skewx float8 " +"skewy integer srid=unknown raster ST_MakeEmptyRaster integer width integer height float8 upperleftx float8 upperlefty float8 pixelsize " +msgstr "" +" raster ST_MakeEmptyRaster raster rast raster " +"ST_MakeEmptyRaster integer width integer height float8 upperleftx float8 upperlefty float8 scalex float8 scaley float8 skewx float8 " +"skewy integer srid=unknown raster ST_MakeEmptyRaster integer width integer height float8 upperleftx float8 upperlefty float8 pixelsize " #. Tag: para #: reference_raster.xml:1204 @@ -2147,8 +2468,8 @@ msgstr "" msgid "" "If no srid is specified it defaults to 0. After you create an empty raster " "you probably want to add bands to it and maybe edit it. Refer to to define bands and to set initial pixel values." +"linkend=\"RT_ST_AddBand\"/> to define bands and to set initial pixel values." msgstr "" #. Tag: programlisting @@ -2156,7 +2477,8 @@ msgstr "" #, no-c-format msgid "" "INSERT INTO dummy_rast(rid,rast)\n" -"VALUES(3, ST_MakeEmptyRaster( 100, 100, 0.0005, 0.0005, 1, 1, 0, 0, 4326) );\n" +"VALUES(3, ST_MakeEmptyRaster( 100, 100, 0.0005, 0.0005, 1, 1, 0, 0, " +"4326) );\n" "\n" "--use an existing raster as template for new raster\n" "INSERT INTO dummy_rast(rid,rast)\n" @@ -2170,10 +2492,14 @@ msgid "" " WHERE rid IN(3,4)) As foo;\n" " \n" "-- output --\n" -" rid | upperleftx | upperlefty | width | height | scalex | scaley | skewx | skewy | srid | numbands\n" -"-----+------------+------------+-------+--------+------------+------------+-------+-------+------+----------\n" -" 3 | 0.0005 | 0.0005 | 100 | 100 | 1 | 1 | 0 | 0 | 4326 | 0\n" -" 4 | 0.0005 | 0.0005 | 100 | 100 | 1 | 1 | 0 | 0 | 4326 | 0" +" rid | upperleftx | upperlefty | width | height | scalex | scaley | skewx | " +"skewy | srid | numbands\n" +"-----+------------+------------+-------+--------+------------+------------" +"+-------+-------+------+----------\n" +" 3 | 0.0005 | 0.0005 | 100 | 100 | 1 | 1 " +"| 0 | 0 | 4326 | 0\n" +" 4 | 0.0005 | 0.0005 | 100 | 100 | 1 | 1 " +"| 0 | 0 | 4326 | 0" msgstr "" #. Tag: para @@ -2211,18 +2537,22 @@ msgstr "" msgid "" "text ST_GeoReference " "raster rast " -"text " -"format=GDAL" -msgstr "text ST_GeoReference raster rast text format=GDAL" +"text format=GDAL" +msgstr "" +"text ST_GeoReference " +"raster rast " +"text format=GDAL" #. Tag: para #: reference_raster.xml:1250 #, no-c-format msgid "" -"Returns the georeference meta data including carriage return in GDAL or ESRI" -" format as commonly seen in a world file. Default " -"is GDAL if no type specified. type is string 'GDAL' or 'ESRI'." +"Returns the georeference meta data including carriage return in GDAL or ESRI " +"format as commonly seen in a world file. Default is GDAL if no type specified. type " +"is string 'GDAL' or 'ESRI'." msgstr "" #. Tag: para @@ -2271,7 +2601,8 @@ msgstr "" #: reference_raster.xml:1262 #, no-c-format msgid "" -"SELECT ST_GeoReference(rast, 'ESRI') As esri_ref, ST_GeoReference(rast, 'GDAL') As gdal_ref\n" +"SELECT ST_GeoReference(rast, 'ESRI') As esri_ref, ST_GeoReference(rast, " +"'GDAL') As gdal_ref\n" " FROM dummy_rast WHERE rid=1;\n" "\n" " esri_ref | gdal_ref\n" @@ -2308,7 +2639,9 @@ msgstr "" msgid "" "integer ST_Height " "raster rast" -msgstr "integer ST_Height raster rast" +msgstr "" +"integer ST_Height " +"raster rast" #. Tag: para #: reference_raster.xml:1289 @@ -2349,7 +2682,9 @@ msgstr "" msgid "" "record ST_MetaData " "raster rast" -msgstr "record ST_MetaData raster rast" +msgstr "" +"record ST_MetaData " +"raster rast" #. Tag: para #: reference_raster.xml:1323 @@ -2368,10 +2703,14 @@ msgid "" " FROM (SELECT rid, ST_MetaData(rast) As md\n" "FROM dummy_rast) As foo;\n" "\n" -" rid | upperleftx | upperlefty | width | height | scalex | scaley | skewx | skewy | srid | numbands\n" -" ----+------------+------------+-------+--------+--------+-----------+-------+-------+------+-------\n" -" 1 | 0.5 | 0.5 | 10 | 20 | 2 | 3 | 0 | 0 | 0 | 0\n" -" 2 | 3427927.75 | 5793244 | 5 | 5 | 0.05 | -0.05 | 0 | 0 | 0 | 3" +" rid | upperleftx | upperlefty | width | height | scalex | scaley | skewx | " +"skewy | srid | numbands\n" +" ----+------------+------------+-------+--------+--------+-----------+-------" +"+-------+------+-------\n" +" 1 | 0.5 | 0.5 | 10 | 20 | 2 | 3 " +"| 0 | 0 | 0 | 0\n" +" 2 | 3427927.75 | 5793244 | 5 | 5 | 0.05 | -0.05 " +"| 0 | 0 | 0 | 3" msgstr "" #. Tag: para @@ -2399,7 +2738,9 @@ msgstr "" msgid "" "integer ST_NumBands " "raster rast" -msgstr "integer ST_NumBands raster rast" +msgstr "" +"integer ST_NumBands " +"raster rast" #. Tag: para #: reference_raster.xml:1358 @@ -2439,7 +2780,9 @@ msgstr "" msgid "" "double precision ST_PixelHeight " "raster rast" -msgstr "double precision ST_PixelHeight raster rast" +msgstr "" +"double precision ST_PixelHeight " +"raster rast" #. Tag: para #: reference_raster.xml:1392 @@ -2469,7 +2812,8 @@ msgstr "" #, no-c-format msgid "" "SELECT ST_Height(rast) As rastheight, ST_PixelHeight(rast) As pixheight,\n" -" ST_ScaleX(rast) As scalex, ST_ScaleY(rast) As scaley, ST_SkewX(rast) As skewx,\n" +" ST_ScaleX(rast) As scalex, ST_ScaleY(rast) As scaley, ST_SkewX(rast) As " +"skewx,\n" " ST_SkewY(rast) As skewy\n" "FROM dummy_rast;\n" "\n" @@ -2490,7 +2834,8 @@ msgstr "" #, no-c-format msgid "" "SELECT ST_Height(rast) As rastheight, ST_PixelHeight(rast) As pixheight,\n" -" ST_ScaleX(rast) As scalex, ST_ScaleY(rast) As scaley, ST_SkewX(rast) As skewx,\n" +" ST_ScaleX(rast) As scalex, ST_ScaleY(rast) As scaley, ST_SkewX(rast) As " +"skewx,\n" " ST_SkewY(rast) As skewy\n" "FROM (SELECT ST_SetSKew(rast,0.5,0.5) As rast\n" " FROM dummy_rast) As skewed;\n" @@ -2529,7 +2874,9 @@ msgstr "" msgid "" "double precision ST_PixelWidth " "raster rast" -msgstr "double precision ST_PixelWidth raster rast" +msgstr "" +"double precision ST_PixelWidth " +"raster rast" #. Tag: para #: reference_raster.xml:1437 @@ -2563,7 +2910,8 @@ msgstr "" #, no-c-format msgid "" "SELECT ST_Width(rast) As rastwidth, ST_PixelWidth(rast) As pixwidth,\n" -" ST_ScaleX(rast) As scalex, ST_ScaleY(rast) As scaley, ST_SkewX(rast) As skewx,\n" +" ST_ScaleX(rast) As scalex, ST_ScaleY(rast) As scaley, ST_SkewX(rast) " +"As skewx,\n" " ST_SkewY(rast) As skewy\n" " FROM dummy_rast;\n" " \n" @@ -2578,13 +2926,15 @@ msgstr "" #, no-c-format msgid "" "SELECT ST_Width(rast) As rastwidth, ST_PixelWidth(rast) As pixwidth,\n" -" ST_ScaleX(rast) As scalex, ST_ScaleY(rast) As scaley, ST_SkewX(rast) As skewx,\n" +" ST_ScaleX(rast) As scalex, ST_ScaleY(rast) As scaley, ST_SkewX(rast) " +"As skewx,\n" " ST_SkewY(rast) As skewy\n" " FROM (SELECT ST_SetSkew(rast,0.5,0.5) As rast\n" " FROM dummy_rast) As skewed;\n" " \n" " rastwidth | pixwidth | scalex | scaley | skewx | skewy\n" -" -----------+-------------------+--------+--------+-------+----------\n" +" -----------+-------------------+--------+--------+-------" +"+----------\n" " 10 | 2.06155281280883 | 2 | 3 | 0.5 | 0.5\n" " 5 | 0.502493781056044 | 0.05 | -0.05 | 0.5 | 0.5" msgstr "" @@ -2609,16 +2959,17 @@ msgstr "" msgid "" "float8 ST_ScaleX " "raster rast" -msgstr "float8 ST_ScaleX raster rast" +msgstr "" +"float8 ST_ScaleX " +"raster rast" #. Tag: para #: reference_raster.xml:1491 #, no-c-format msgid "" "Returns the X component of the pixel width in units of coordinate reference " -"system. Refer to World File for more " -"details." +"system. Refer to World File for more details." msgstr "" #. Tag: para @@ -2650,8 +3001,8 @@ msgstr "" #: reference_raster.xml:1513 #, no-c-format msgid "" -"Returns the Y component of the pixel height in units of coordinate reference" -" system." +"Returns the Y component of the pixel height in units of coordinate reference " +"system." msgstr "" #. Tag: funcprototype @@ -2660,16 +3011,17 @@ msgstr "" msgid "" "float8 ST_ScaleY " "raster rast" -msgstr "float8 ST_ScaleY raster rast" +msgstr "" +"float8 ST_ScaleY " +"raster rast" #. Tag: para #: reference_raster.xml:1528 #, no-c-format msgid "" -"Returns the Y component of the pixel height in units of coordinate reference" -" system. May be negative. Refer to World File for more " -"details." +"Returns the Y component of the pixel height in units of coordinate reference " +"system. May be negative. Refer to World File for more details." msgstr "" #. Tag: para @@ -2713,7 +3065,11 @@ msgid "" "raster rast " "integer xcolumn " "integer yrow" -msgstr "record ST_Raster2WorldCoord raster rast integer xcolumn integer yrow" +msgstr "" +"record ST_Raster2WorldCoord " +"raster rast " +"integer xcolumn " +"integer yrow" #. Tag: para #: reference_raster.xml:1568 @@ -2788,8 +3144,8 @@ msgstr "" #: reference_raster.xml:1589 #, no-c-format msgid "" -", , " +", , " msgstr "" #. Tag: refname @@ -2810,27 +3166,34 @@ msgstr "" #: reference_raster.xml:1605 #, no-c-format msgid "" -" float8 " +" float8 ST_Raster2WorldCoordX raster rast integer xcolumn float8 " "ST_Raster2WorldCoordX raster " -" rast integer " -" xcolumn " -" float8 " +" rast integer xcolumn integer yrow " +msgstr "" +" float8 ST_Raster2WorldCoordX raster rast integer xcolumn float8 " "ST_Raster2WorldCoordX raster " -" rast integer " -" xcolumn integer " -" yrow " -msgstr " float8 ST_Raster2WorldCoordX raster rast integer xcolumn float8 ST_Raster2WorldCoordX raster rast integer xcolumn integer yrow " +" rast integer xcolumn integer yrow " #. Tag: para #: reference_raster.xml:1623 #, no-c-format msgid "" "Returns the upper left X coordinate of a raster column row in geometric " -"units of the georeferenced raster. Numbering of columns and rows starts at 1" -" but if you pass in a negative number or number higher than number of " -"columns in raster, it will give you coordinates outside of the raster file " -"to left or right with the assumption that the skew and pixel sizes are same " -"as selected raster." +"units of the georeferenced raster. Numbering of columns and rows starts at 1 " +"but if you pass in a negative number or number higher than number of columns " +"in raster, it will give you coordinates outside of the raster file to left " +"or right with the assumption that the skew and pixel sizes are same as " +"selected raster." msgstr "" #. Tag: para @@ -2847,7 +3210,8 @@ msgstr "" #: reference_raster.xml:1636 #, no-c-format msgid "" -"-- non-skewed raster providing column is sufficient \n" +"-- non-skewed raster providing column is " +"sufficient \n" "SELECT rid, ST_Raster2WorldCoordX(rast,1) As x1coord, \n" " ST_Raster2WorldCoordX(rast,2) As x2coord,\n" " ST_ScaleX(rast) As pixelx\n" @@ -2867,7 +3231,8 @@ msgid "" "SELECT rid, ST_Raster2WorldCoordX(rast, 1, 1) As x1coord, \n" " ST_Raster2WorldCoordX(rast, 2, 3) As x2coord,\n" " ST_ScaleX(rast) As pixelx\n" -"FROM (SELECT rid, ST_SetSkew(rast, 100.5, 0) As rast FROM dummy_rast) As foo;\n" +"FROM (SELECT rid, ST_SetSkew(rast, 100.5, 0) As rast FROM dummy_rast) As " +"foo;\n" "\n" " rid | x1coord | x2coord | pixelx\n" "-----+------------+-----------+--------\n" @@ -2879,8 +3244,8 @@ msgstr "" #: reference_raster.xml:1645 #, no-c-format msgid "" -", , , " +", , , " msgstr "" #. Tag: refname @@ -2893,35 +3258,42 @@ msgstr "" #: reference_raster.xml:1652 #, no-c-format msgid "" -"Returns the geometric Y coordinate upper left corner of a raster, column and" -" row. Numbering of columns and rows starts at 1." +"Returns the geometric Y coordinate upper left corner of a raster, column and " +"row. Numbering of columns and rows starts at 1." msgstr "" #. Tag: funcsynopsis #: reference_raster.xml:1657 #, no-c-format msgid "" -" float8 " +" float8 ST_Raster2WorldCoordY raster rast integer yrow float8 " "ST_Raster2WorldCoordY raster " -" rast integer " -" yrow " -" float8 " +" rast integer xcolumn integer yrow " +msgstr "" +" float8 ST_Raster2WorldCoordY raster rast integer yrow float8 " "ST_Raster2WorldCoordY raster " -" rast integer " -" xcolumn integer " -" yrow " -msgstr " float8 ST_Raster2WorldCoordY raster rast integer yrow float8 ST_Raster2WorldCoordY raster rast integer xcolumn integer yrow " +" rast integer xcolumn integer yrow " #. Tag: para #: reference_raster.xml:1675 #, no-c-format msgid "" "Returns the upper left Y coordinate of a raster column row in geometric " -"units of the georeferenced raster. Numbering of columns and rows starts at 1" -" but if you pass in a negative number or number higher than number of " -"columns/rows in raster, it will give you coordinates outside of the raster " -"file to left or right with the assumption that the skew and pixel sizes are " -"same as selected raster tile." +"units of the georeferenced raster. Numbering of columns and rows starts at 1 " +"but if you pass in a negative number or number higher than number of columns/" +"rows in raster, it will give you coordinates outside of the raster file to " +"left or right with the assumption that the skew and pixel sizes are same as " +"selected raster tile." msgstr "" #. Tag: para @@ -2938,7 +3310,8 @@ msgstr "" #: reference_raster.xml:1688 #, no-c-format msgid "" -"-- non-skewed raster providing row is sufficient \n" +"-- non-skewed raster providing row is " +"sufficient \n" "SELECT rid, ST_Raster2WorldCoordY(rast,1) As y1coord, \n" " ST_Raster2WorldCoordY(rast,3) As y2coord,\n" " ST_ScaleY(rast) As pixely\n" @@ -2970,8 +3343,8 @@ msgstr "" #: reference_raster.xml:1697 #, no-c-format msgid "" -", , , " +", , , " msgstr "" #. Tag: refname @@ -2992,23 +3365,25 @@ msgstr "" msgid "" "float8 ST_Rotation " "raster rast" -msgstr "float8 ST_Rotation raster rast" +msgstr "" +"float8 ST_Rotation " +"raster rast" #. Tag: para #: reference_raster.xml:1719 #, no-c-format msgid "" "Returns the uniform rotation of the raster in radian. If a raster does not " -"have uniform rotation, NaN is returned. Refer to World File for more " -"details." +"have uniform rotation, NaN is returned. Refer to World File for more details." msgstr "" #. Tag: programlisting #: reference_raster.xml:1726 #, no-c-format msgid "" -"SELECT rid, ST_Rotation(ST_SetScale(ST_SetSkew(rast, sqrt(2)), sqrt(2))) as rot FROM dummy_rast;\n" +"SELECT rid, ST_Rotation(ST_SetScale(ST_SetSkew(rast, sqrt(2)), sqrt(2))) as " +"rot FROM dummy_rast;\n" "\n" " rid | rot \n" "-----+-------------------\n" @@ -3040,14 +3415,16 @@ msgstr "" msgid "" "float8 ST_SkewX " "raster rast" -msgstr "float8 ST_SkewX raster rast" +msgstr "" +"float8 ST_SkewX " +"raster rast" #. Tag: para #: reference_raster.xml:1754 #, no-c-format msgid "" -"Returns the georeference X skew (or rotation parameter). Refer to World File for more " +"Returns the georeference X skew (or rotation parameter). Refer to World File for more " "details." msgstr "" @@ -3100,14 +3477,16 @@ msgstr "" msgid "" "float8 ST_SkewY " "raster rast" -msgstr "float8 ST_SkewY raster rast" +msgstr "" +"float8 ST_SkewY " +"raster rast" #. Tag: para #: reference_raster.xml:1790 #, no-c-format msgid "" -"Returns the georeference Y skew (or rotation parameter). Refer to World File for more " +"Returns the georeference Y skew (or rotation parameter). Refer to World File for more " "details." msgstr "" @@ -3137,7 +3516,9 @@ msgstr "" msgid "" "integer ST_SRID " "raster rast" -msgstr "integer ST_SRID raster rast" +msgstr "" +"integer ST_SRID " +"raster rast" #. Tag: para #: reference_raster.xml:1826 @@ -3187,14 +3568,16 @@ msgstr "" msgid "" "float8 ST_UpperLeftX " "raster rast" -msgstr "float8 ST_UpperLeftX raster rast" +msgstr "" +"float8 ST_UpperLeftX " +"raster rast" #. Tag: para #: reference_raster.xml:1861 #, no-c-format msgid "" -"Returns the upper left X coordinate of raster in projected spatial " -"ref." +"Returns the upper left X coordinate of raster in projected spatial ref." +"" msgstr "" #. Tag: programlisting @@ -3236,14 +3619,16 @@ msgstr "" msgid "" "float8 ST_UpperLeftY " "raster rast" -msgstr "float8 ST_UpperLeftY raster rast" +msgstr "" +"float8 ST_UpperLeftY " +"raster rast" #. Tag: para #: reference_raster.xml:1895 #, no-c-format msgid "" -"Returns the upper left Y coordinate of raster in projected spatial " -"ref." +"Returns the upper left Y coordinate of raster in projected spatial ref." +"" msgstr "" #. Tag: programlisting @@ -3277,7 +3662,9 @@ msgstr "" msgid "" "integer ST_Width " "raster rast" -msgstr "integer ST_Width raster rast" +msgstr "" +"integer ST_Width " +"raster rast" #. Tag: para #: reference_raster.xml:1929 @@ -3316,25 +3703,33 @@ msgstr "" #: reference_raster.xml:1954 #, no-c-format msgid "" -" integer " -"ST_World2RasterCoord raster " -" rast geometry " -" pt " -" integer " -"ST_World2RasterCoord raster " -" rast double " +" integer ST_World2RasterCoord raster rast geometry pt integer " +"ST_World2RasterCoord raster rast double " +"precision longitude " +"double precision latitude " +msgstr "" +" integer ST_World2RasterCoord raster rast geometry pt integer " +"ST_World2RasterCoord raster rast double " "precision longitude " -"double precision " -"latitude " -msgstr " integer ST_World2RasterCoord raster rast geometry pt integer ST_World2RasterCoord raster rast double precision longitude double precision latitude " +"double precision latitude " #. Tag: para #: reference_raster.xml:1973 #, no-c-format msgid "" "Returns the upper left corner as column and row given geometric X and Y " -"(longitude and latitude) or a point geometry. This function works regardless" -" of whether or not the geometric X and Y or point geometry is outside the " +"(longitude and latitude) or a point geometry. This function works regardless " +"of whether or not the geometric X and Y or point geometry is outside the " "extent of the raster. Geometric X and Y must be expressed in the spatial " "reference coordinate system of the raster." msgstr "" @@ -3346,7 +3741,8 @@ msgid "" "SELECT\n" " rid,\n" " (ST_World2RasterCoord(rast,3427927.8,20.5)).*,\n" -" (ST_World2RasterCoord(rast,ST_GeomFromText('POINT(3427927.8 20.5)',ST_SRID(rast)))).*\n" +" (ST_World2RasterCoord(rast,ST_GeomFromText('POINT(3427927.8 20.5)'," +"ST_SRID(rast)))).*\n" "FROM dummy_rast;\n" "\n" " rid | columnx | rowy | columnx | rowy \n" @@ -3359,9 +3755,9 @@ msgstr "" #: reference_raster.xml:1992 #, no-c-format msgid "" -", , , , " +", , , , " msgstr "" #. Tag: refname @@ -3383,31 +3779,41 @@ msgstr "" #: reference_raster.xml:2010 #, no-c-format msgid "" -" integer " -"ST_World2RasterCoordX raster " -" rast geometry " -" pt " -" integer " +" integer ST_World2RasterCoordX raster rast geometry pt integer " "ST_World2RasterCoordX raster " " rast double " "precision xw " -" integer " +" integer ST_World2RasterCoordX raster rast double precision xw double precision " +"yw " +msgstr "" +" integer ST_World2RasterCoordX raster rast geometry pt integer " "ST_World2RasterCoordX raster " " rast double " -"precision xw " -"double precision " +"precision xw " +" integer ST_World2RasterCoordX raster rast double precision xw double precision " "yw " -msgstr " integer ST_World2RasterCoordX raster rast geometry pt integer ST_World2RasterCoordX raster rast double precision xw integer ST_World2RasterCoordX raster rast double precision xw double precision yw " #. Tag: para #: reference_raster.xml:2035 #, no-c-format msgid "" "Returns the column in the raster of the point geometry (pt) or a X and Y " -"world coordinate (xw, yw). A point, or (both xw and yw world coordinates are" -" required if a raster is skewed). If a raster is not skewed then xw is " -"sufficient. World coordinates are in the spatial reference coordinate system" -" of the raster." +"world coordinate (xw, yw). A point, or (both xw and yw world coordinates are " +"required if a raster is skewed). If a raster is not skewed then xw is " +"sufficient. World coordinates are in the spatial reference coordinate system " +"of the raster." msgstr "" #. Tag: programlisting @@ -3416,7 +3822,8 @@ msgstr "" msgid "" "SELECT rid, ST_World2RasterCoordX(rast,3427927.8) As xcoord, \n" " ST_World2RasterCoordX(rast,3427927.8,20.5) As xcoord_xwyw, \n" -" ST_World2RasterCoordX(rast,ST_GeomFromText('POINT(3427927.8 20.5)',ST_SRID(rast))) As ptxcoord\n" +" ST_World2RasterCoordX(rast,ST_GeomFromText('POINT(3427927.8 " +"20.5)',ST_SRID(rast))) As ptxcoord\n" "FROM dummy_rast;\n" "\n" " rid | xcoord | xcoord_xwyw | ptxcoord\n" @@ -3428,7 +3835,9 @@ msgstr "" #. Tag: para #: reference_raster.xml:2048 reference_raster.xml:2102 #, no-c-format -msgid ", , " +msgid "" +", , " msgstr "" #. Tag: refname @@ -3449,21 +3858,31 @@ msgstr "" #: reference_raster.xml:2064 #, no-c-format msgid "" -" integer " -"ST_World2RasterCoordY raster " -" rast geometry " -" pt " -" integer " +" integer ST_World2RasterCoordY raster rast geometry pt integer " "ST_World2RasterCoordY raster " " rast double " "precision xw " -" integer " +" integer ST_World2RasterCoordY raster rast double precision xw double precision " +"yw " +msgstr "" +" integer ST_World2RasterCoordY raster rast geometry pt integer " "ST_World2RasterCoordY raster " " rast double " -"precision xw " -"double precision " +"precision xw " +" integer ST_World2RasterCoordY raster rast double precision xw double precision " "yw " -msgstr " integer ST_World2RasterCoordY raster rast geometry pt integer ST_World2RasterCoordY raster rast double precision xw integer ST_World2RasterCoordY raster rast double precision xw double precision yw " #. Tag: para #: reference_raster.xml:2089 @@ -3472,8 +3891,8 @@ msgid "" "Returns the row in the raster of the point geometry (pt) or a X and Y world " "coordinate (xw, yw). A point, or (both xw and yw world coordinates are " "required if a raster is skewed). If a raster is not skewed then xw is " -"sufficient. World coordinates are in the spatial reference coordinate system" -" of the raster." +"sufficient. World coordinates are in the spatial reference coordinate system " +"of the raster." msgstr "" #. Tag: programlisting @@ -3482,7 +3901,8 @@ msgstr "" msgid "" "SELECT rid, ST_World2RasterCoordY(rast,20.5) As ycoord, \n" " ST_World2RasterCoordY(rast,3427927.8,20.5) As ycoord_xwyw, \n" -" ST_World2RasterCoordY(rast,ST_GeomFromText('POINT(3427927.8 20.5)',ST_SRID(rast))) As ptycoord\n" +" ST_World2RasterCoordY(rast,ST_GeomFromText('POINT(3427927.8 " +"20.5)',ST_SRID(rast))) As ptycoord\n" "FROM dummy_rast;\n" "\n" " rid | ycoord | ycoord_xwyw | ptycoord\n" @@ -3511,7 +3931,9 @@ msgstr "" msgid "" "boolean ST_IsEmpty " "raster rast" -msgstr "boolean ST_IsEmpty raster rast" +msgstr "" +"boolean ST_IsEmpty " +"raster rast" #. Tag: para #: reference_raster.xml:2124 @@ -3553,8 +3975,8 @@ msgstr "" #: reference_raster.xml:2148 #, no-c-format msgid "" -"Returns basic meta data for a specific raster band. band num 1 is assumed if" -" none-specified." +"Returns basic meta data for a specific raster band. band num 1 is assumed if " +"none-specified." msgstr "" #. Tag: funcprototype @@ -3563,9 +3985,13 @@ msgstr "" msgid "" "record ST_BandMetaData " "raster rast " -"integer " -"bandnum=1" -msgstr "record ST_BandMetaData raster rast integer bandnum=1" +"integer bandnum=1" +msgstr "" +"record ST_BandMetaData " +"raster rast " +"integer bandnum=1" #. Tag: para #: reference_raster.xml:2164 @@ -3626,9 +4052,13 @@ msgstr "" msgid "" "double precision ST_BandNoDataValue " "raster rast " -"integer " -"bandnum=1" -msgstr "double precision ST_BandNoDataValue raster rast integer bandnum=1" +"integer bandnum=1" +msgstr "" +"double precision ST_BandNoDataValue " +"raster rast " +"integer bandnum=1" #. Tag: para #: reference_raster.xml:2211 reference_raster.xml:2342 @@ -3641,7 +4071,8 @@ msgstr "" #, no-c-format msgid "" "SELECT ST_BandNoDataValue(rast,1) As bnval1, \n" -" ST_BandNoDataValue(rast,2) As bnval2, ST_BandNoDataValue(rast,3) As bnval3\n" +" ST_BandNoDataValue(rast,2) As bnval2, ST_BandNoDataValue(rast,3) As " +"bnval3\n" "FROM dummy_rast\n" "WHERE rid = 2;\n" "\n" @@ -3666,18 +4097,25 @@ msgstr "" #: reference_raster.xml:2235 #, no-c-format msgid "" -" boolean " -"ST_BandIsNoData raster " -" rast integer " -" band boolean " +" boolean ST_BandIsNoData raster rast integer band boolean " +"forceChecking=true " +" boolean ST_BandIsNoData raster rast boolean " +"forceChecking=true " +msgstr "" +" boolean ST_BandIsNoData raster rast integer band boolean " "forceChecking=true " -" boolean " -"ST_BandIsNoData raster " -" rast boolean " +" boolean ST_BandIsNoData raster rast boolean " "forceChecking=true " -msgstr " boolean ST_BandIsNoData raster rast integer band boolean forceChecking=true boolean ST_BandIsNoData raster rast boolean forceChecking=true " #. Tag: para #: reference_raster.xml:2252 @@ -3695,11 +4133,11 @@ msgstr "" #, no-c-format msgid "" "If the flag is dirty (this is, the result is different using TRUE as last " -"parameter and not using it) you should update the raster to set this flag to" -" true, by using ST_SetBandIsNodata function, or ST_SetBandNodataValue " +"parameter and not using it) you should update the raster to set this flag to " +"true, by using ST_SetBandIsNodata function, or ST_SetBandNodataValue " "function with TRUE as last argument. The loader (raster2pgsql.py) currently " -"can not properly set the flag while loading raster data. See ." +"can not properly set the flag while loading raster data. See ." msgstr "" #. Tag: programlisting @@ -3709,7 +4147,8 @@ msgid "" "-- Create dummy table with one raster column\n" "create table dummy_rast (rid integer, rast raster);\n" "\n" -"-- Add raster with two bands, one pixel/band. In the first band, nodatavalue = pixel value = 3.\n" +"-- Add raster with two bands, one pixel/band. In the first band, nodatavalue " +"= pixel value = 3.\n" "-- In the second band, nodatavalue = 13, pixel value = 4\n" "insert into dummy_rast values(1,\n" "(\n" @@ -3755,17 +4194,18 @@ msgid "" ")::raster\n" ");\n" "\n" -"select st_bandisnodata(rast, 1) from dummy_rast where rid = 1; -- Expected true\n" -"select st_bandisnodata(rast, 2) from dummy_rast where rid = 1; -- Expected false" +"select st_bandisnodata(rast, 1) from dummy_rast where rid = 1; -- Expected " +"true\n" +"select st_bandisnodata(rast, 2) from dummy_rast where rid = 1; -- Expected " +"false" msgstr "" #. Tag: para #: reference_raster.xml:2281 #, no-c-format msgid "" -", , , " +", , , " msgstr "" #. Tag: refname @@ -3788,9 +4228,13 @@ msgstr "" msgid "" "text ST_BandPath " "raster rast " -"integer " -"bandnum=1" -msgstr "text ST_BandPath raster rast integer bandnum=1" +"integer bandnum=1" +msgstr "" +"text ST_BandPath " +"raster rast " +"integer bandnum=1" #. Tag: para #: reference_raster.xml:2307 @@ -3826,9 +4270,13 @@ msgstr "" msgid "" "text ST_BandPixelType " "raster rast " -"integer " -"bandnum=1" -msgstr "text ST_BandPixelType raster rast integer bandnum=1" +"integer bandnum=1" +msgstr "" +"text ST_BandPixelType " +"raster rast " +"integer bandnum=1" #. Tag: para #: reference_raster.xml:2343 @@ -3937,7 +4385,10 @@ msgid "" "boolean ST_HasNoBand " "raster rast " "integer bandnum=1" -msgstr "boolean ST_HasNoBand raster rast integer bandnum=1" +msgstr "" +"boolean ST_HasNoBand " +"raster rast " +"integer bandnum=1" #. Tag: para #: reference_raster.xml:2417 @@ -3989,7 +4440,11 @@ msgid "" "raster rast " "integer columnx " "integer rowy" -msgstr "geometry ST_PixelAsPolygon raster rast integer columnx integer rowy" +msgstr "" +"geometry ST_PixelAsPolygon " +"raster rast " +"integer columnx " +"integer rowy" #. Tag: para #: reference_raster.xml:2460 @@ -4011,20 +4466,22 @@ msgid "" "WHERE rid=2;\n" "\n" " i | j | b1pgeom\n" -"---+---+-----------------------------------------------------------------------------\n" -" 1 | 1 | POLYGON((3427927.75 5793244,3427927.8 5793244,3427927.8 5793243.95,...\n" -" 2 | 1 | POLYGON((3427927.8 5793244,3427927.85 5793244,3427927.85 5793243.95, .." +"---+---" +"+-----------------------------------------------------------------------------\n" +" 1 | 1 | POLYGON((3427927.75 5793244,3427927.8 5793244,3427927.8 " +"5793243.95,...\n" +" 2 | 1 | POLYGON((3427927.8 5793244,3427927.85 5793244,3427927.85 " +"5793243.95, .." msgstr "" #. Tag: para #: reference_raster.xml:2473 #, no-c-format msgid "" -", , , , " -", , , " +", , , , , , , " msgstr "" #. Tag: refname @@ -4047,11 +4504,15 @@ msgstr "" msgid "" "setof record ST_PixelAsPolygons " "raster rast " -"integer " -"band=1 boolean " +"integer band=1 boolean " +"exclude_nodata_value=TRUE" +msgstr "" +"setof record ST_PixelAsPolygons " +"raster rast " +"integer band=1 boolean " "exclude_nodata_value=TRUE" -msgstr "setof record ST_PixelAsPolygons raster rast integer band=1 boolean exclude_nodata_value=TRUE" #. Tag: para #: reference_raster.xml:2506 @@ -4084,7 +4545,8 @@ msgid "" "-- get raster pixel polygon\n" "SELECT (gv).x, (gv).y, (gv).val, ST_AsText((gv).geom) geom\n" "FROM (SELECT ST_PixelAsPolygons(\n" -" ST_SetValue(ST_SetValue(ST_AddBand(ST_MakeEmptyRaster(2, 2, 0, 0, 0.001, -0.001, 0.001, 0.001, 4269), \n" +" ST_SetValue(ST_SetValue(ST_AddBand(ST_MakeEmptyRaster(2, 2, " +"0, 0, 0.001, -0.001, 0.001, 0.001, 4269), \n" " '8BUI'::text, 1, 0), \n" " 2, 2, 10), \n" " 1, 1, NULL)\n" @@ -4092,10 +4554,13 @@ msgid "" ") foo;\n" "\n" " x | y | val | geom\n" -"---+---+-----------------------------------------------------------------------------\n" +"---+---" +"+-----------------------------------------------------------------------------\n" " 1 | 1 | | POLYGON((0 0,0.001 0.001,0.002 0,0.001 -0.001,0 0))\n" -" 1 | 2 | 1 | POLYGON((0.001 -0.001,0.002 0,0.003 -0.001,0.002 -0.002,0.001 -0.001))\n" -" 2 | 1 | 1 | POLYGON((0.001 0.001,0.002 0.002,0.003 0.001,0.002 0,0.001 0.001))\n" +" 1 | 2 | 1 | POLYGON((0.001 -0.001,0.002 0,0.003 -0.001,0.002 -0.002,0.001 " +"-0.001))\n" +" 2 | 1 | 1 | POLYGON((0.001 0.001,0.002 0.002,0.003 0.001,0.002 0,0.001 " +"0.001))\n" " 2 | 2 | 10 | POLYGON((0.002 0,0.003 0.001,0.004 0,0.003 -0.001,0.002 0))" msgstr "" @@ -4103,10 +4568,10 @@ msgstr "" #: reference_raster.xml:2525 #, no-c-format msgid "" -", , , , " -", , " +", , , , , , " msgstr "" #. Tag: refname @@ -4119,8 +4584,8 @@ msgstr "" #: reference_raster.xml:2540 #, no-c-format msgid "" -"Returns a point geometry of the pixel's upper-left " -"corner." +"Returns a point geometry of the pixel's upper-left corner." msgstr "" #. Tag: funcprototype @@ -4131,20 +4596,24 @@ msgid "" "raster rast " "integer columnx " "integer rowy" -msgstr "geometry ST_PixelAsPoint raster rast integer columnx integer rowy" +msgstr "" +"geometry ST_PixelAsPoint " +"raster rast " +"integer columnx " +"integer rowy" #. Tag: para #: reference_raster.xml:2557 #, no-c-format -msgid "" -"Returns a point geometry of the pixel's upper-left corner." +msgid "Returns a point geometry of the pixel's upper-left corner." msgstr "" #. Tag: programlisting #: reference_raster.xml:2563 #, no-c-format msgid "" -"SELECT ST_AsText(ST_PixelAsPoint(rast, 1, 1)) FROM dummy_rast WHERE rid = 1;\n" +"SELECT ST_AsText(ST_PixelAsPoint(rast, 1, 1)) FROM dummy_rast WHERE rid = " +"1;\n" "\n" " st_astext \n" "----------------\n" @@ -4155,11 +4624,10 @@ msgstr "" #: reference_raster.xml:2568 #, no-c-format msgid "" -", , , , , " +", , , , , " msgstr "" #. Tag: refname @@ -4174,8 +4642,8 @@ msgstr "" msgid "" "Returns a point geometry for each pixel of a raster band along " "with the value, the X and the Y raster coordinates of each pixel. The " -"coordinates of the point geometry are of the pixel's upper-left " -"corner." +"coordinates of the point geometry are of the pixel's upper-left corner." msgstr "" #. Tag: funcprototype @@ -4184,26 +4652,31 @@ msgstr "" msgid "" "geometry ST_PixelAsPoints " "raster rast " -"integer " -"band=1 boolean " +"integer band=1 boolean " +"exclude_nodata_value=TRUE" +msgstr "" +"geometry ST_PixelAsPoints " +"raster rast " +"integer band=1 boolean " "exclude_nodata_value=TRUE" -msgstr "geometry ST_PixelAsPoints raster rast integer band=1 boolean exclude_nodata_value=TRUE" #. Tag: para #: reference_raster.xml:2600 #, no-c-format msgid "" "Returns a point geometry for each pixel of a raster band along with " -"the value, the X and the Y raster coordinates of each pixel. The coordinates" -" of the point geometry are of the pixel's upper-left corner." +"the value, the X and the Y raster coordinates of each pixel. The coordinates " +"of the point geometry are of the pixel's upper-left corner." msgstr "" #. Tag: programlisting #: reference_raster.xml:2608 #, no-c-format msgid "" -"SELECT x, y, val, ST_AsText(geom) FROM (SELECT (ST_PixelAsPoints(rast, 1)).* FROM dummy_rast WHERE rid = 2) foo;\n" +"SELECT x, y, val, ST_AsText(geom) FROM (SELECT (ST_PixelAsPoints(rast, 1)).* " +"FROM dummy_rast WHERE rid = 2) foo;\n" "\n" " x | y | val | st_astext \n" "---+---+-----+------------------------------\n" @@ -4238,10 +4711,10 @@ msgstr "" #: reference_raster.xml:2613 #, no-c-format msgid "" -", , , ," -" , " +", , , , , " msgstr "" #. Tag: refname @@ -4254,8 +4727,8 @@ msgstr "" #: reference_raster.xml:2628 #, no-c-format msgid "" -"Returns the centroid (point geometry) of the area represented by" -" a pixel." +"Returns the centroid (point geometry) of the area represented by " +"a pixel." msgstr "" #. Tag: funcprototype @@ -4266,7 +4739,11 @@ msgid "" "raster rast " "integer columnx " "integer rowy" -msgstr "geometry ST_PixelAsCentroid raster rast integer columnx integer rowy" +msgstr "" +"geometry ST_PixelAsCentroid " +"raster rast " +"integer columnx " +"integer rowy" #. Tag: para #: reference_raster.xml:2645 @@ -4280,7 +4757,8 @@ msgstr "" #: reference_raster.xml:2651 #, no-c-format msgid "" -"SELECT ST_AsText(ST_PixelAsCentroid(rast, 1, 1)) FROM dummy_rast WHERE rid = 1;\n" +"SELECT ST_AsText(ST_PixelAsCentroid(rast, 1, 1)) FROM dummy_rast WHERE rid = " +"1;\n" "\n" " st_astext \n" "--------------\n" @@ -4291,10 +4769,9 @@ msgstr "" #: reference_raster.xml:2656 #, no-c-format msgid "" -", , , ," -" , " +", , , , , " msgstr "" #. Tag: refname @@ -4307,10 +4784,10 @@ msgstr "" #: reference_raster.xml:2671 #, no-c-format msgid "" -"Returns the centroid (point geometry) for each pixel of a raster" -" band along with the value, the X and the Y raster coordinates of each " -"pixel. The point geometry is the centroid of the area represented by a " -"pixel." +"Returns the centroid (point geometry) for each pixel of a raster " +"band along with the value, the X and the Y raster coordinates of each pixel. " +"The point geometry is the centroid of the area represented by a pixel." msgstr "" #. Tag: funcprototype @@ -4319,11 +4796,15 @@ msgstr "" msgid "" "geometry ST_PixelAsCentroids " "raster rast " -"integer " -"band=1 boolean " +"integer band=1 boolean " +"exclude_nodata_value=TRUE" +msgstr "" +"geometry ST_PixelAsCentroids " +"raster rast " +"integer band=1 boolean " "exclude_nodata_value=TRUE" -msgstr "geometry ST_PixelAsCentroids raster rast integer band=1 boolean exclude_nodata_value=TRUE" #. Tag: para #: reference_raster.xml:2688 @@ -4338,7 +4819,8 @@ msgstr "" #: reference_raster.xml:2696 #, no-c-format msgid "" -"SELECT x, y, val, ST_AsText(geom) FROM (SELECT (ST_PixelAsCentroids(rast, 1)).* FROM dummy_rast WHERE rid = 2) foo;\n" +"SELECT x, y, val, ST_AsText(geom) FROM (SELECT (ST_PixelAsCentroids(rast, " +"1)).* FROM dummy_rast WHERE rid = 2) foo;\n" " x | y | val | st_astext \n" "---+---+-----+--------------------------------\n" " 1 | 1 | 253 | POINT(3427927.775 5793243.975)\n" @@ -4372,10 +4854,9 @@ msgstr "" #: reference_raster.xml:2701 #, no-c-format msgid "" -", , , ," -" , " +", , , , , " msgstr "" #. Tag: refname @@ -4400,44 +4881,66 @@ msgstr "" #: reference_raster.xml:2720 #, no-c-format msgid "" -" double precision " -"ST_Value raster " -"rast geometry " -"pt boolean " -" exclude_nodata_value=true " -" double precision " -"ST_Value raster " -"rast integer " -"bandnum geometry " -"pt boolean " -" exclude_nodata_value=true " -" double precision " -"ST_Value raster " -"rast integer " -"columnx integer " -"rowy boolean " +" double precision ST_Value raster rast geometry pt boolean " +"exclude_nodata_value=true " +" double precision ST_Value raster rast integer bandnum geometry pt boolean " +"exclude_nodata_value=true " +" double precision ST_Value raster rast integer columnx integer rowy boolean " +"exclude_nodata_value=true " +" double precision ST_Value raster rast integer bandnum integer columnx integer rowy boolean " "exclude_nodata_value=true " -" double precision " -"ST_Value raster " -"rast integer " -"bandnum integer " -"columnx integer " -"rowy boolean " +msgstr "" +" double precision ST_Value raster rast geometry pt boolean " +"exclude_nodata_value=true " +" double precision ST_Value raster rast integer bandnum geometry pt boolean " +"exclude_nodata_value=true " +" double precision ST_Value raster rast integer columnx integer rowy boolean " +"exclude_nodata_value=true " +" double precision ST_Value raster rast integer bandnum integer columnx integer rowy boolean " "exclude_nodata_value=true " -msgstr " double precision ST_Value raster rast geometry pt boolean exclude_nodata_value=true double precision ST_Value raster rast integer bandnum geometry pt boolean exclude_nodata_value=true double precision ST_Value raster rast integer columnx integer rowy boolean exclude_nodata_value=true double precision ST_Value raster rast integer bandnum integer columnx integer rowy boolean exclude_nodata_value=true " #. Tag: para #: reference_raster.xml:2755 #, no-c-format msgid "" "Returns the value of a given band in a given columnx, rowy pixel or at a " -"given geometry point. Band numbers start at 1 and band is assumed to be 1 if" -" not specified. If exclude_nodata_value is set to true, " +"given geometry point. Band numbers start at 1 and band is assumed to be 1 if " +"not specified. If exclude_nodata_value is set to true, " "then only non nodata pixels are considered. If " -"exclude_nodata_value is set to false, then all pixels are" -" considered." +"exclude_nodata_value is set to false, then all pixels are " +"considered." msgstr "" #. Tag: para @@ -4452,8 +4955,10 @@ msgstr "" msgid "" "-- get raster values at particular postgis geometry points\n" "-- the srid of your geometry should be same as for your raster\n" -"SELECT rid, ST_Value(rast, foo.pt_geom) As b1pval, ST_Value(rast, 2, foo.pt_geom) As b2pval\n" -"FROM dummy_rast CROSS JOIN (SELECT ST_SetSRID(ST_Point(3427927.77, 5793243.76), 0) As pt_geom) As foo\n" +"SELECT rid, ST_Value(rast, foo.pt_geom) As b1pval, ST_Value(rast, 2, foo." +"pt_geom) As b2pval\n" +"FROM dummy_rast CROSS JOIN (SELECT ST_SetSRID(ST_Point(3427927.77, " +"5793243.76), 0) As pt_geom) As foo\n" "WHERE rid=2;\n" "\n" " rid | b1pval | b2pval\n" @@ -4509,7 +5014,8 @@ msgstr "" #: reference_raster.xml:2768 #, no-c-format msgid "" -"--- Get all values in bands 1,2,3 of each pixel same as above but returning the upper left point point of each pixel --\n" +"--- Get all values in bands 1,2,3 of each pixel same as above but returning " +"the upper left point point of each pixel --\n" "SELECT ST_AsText(ST_SetSRID(\n" " ST_Point(ST_UpperLeftX(rast) + ST_ScaleX(rast)*x, \n" " ST_UpperLeftY(rast) + ST_ScaleY(rast)*y), \n" @@ -4533,7 +5039,8 @@ msgstr "" #, no-c-format msgid "" "--- Get a polygon formed by union of all pixels \n" -" that fall in a particular value range and intersect particular polygon --\n" +" that fall in a particular value range and intersect particular " +"polygon --\n" "SELECT ST_AsText(ST_Union(pixpolyg)) As shadow\n" "FROM (SELECT ST_Translate(ST_MakeEnvelope(\n" " ST_UpperLeftX(rast), ST_UpperLeftY(rast), \n" @@ -4548,21 +5055,31 @@ msgid "" "WHERE \n" " ST_Intersects(\n" " pixpolyg, \n" -" ST_GeomFromText('POLYGON((3427928 5793244,3427927.75 5793243.75,3427928 5793243.75,3427928 5793244))',0)\n" +" ST_GeomFromText('POLYGON((3427928 5793244,3427927.75 " +"5793243.75,3427928 5793243.75,3427928 5793244))',0)\n" " ) AND b2val != 254;\n" "\n" "\n" " shadow\n" "------------------------------------------------------------------------------------\n" -" MULTIPOLYGON(((3427928 5793243.9,3427928 5793243.85,3427927.95 5793243.85,3427927.95 5793243.9,\n" -" 3427927.95 5793243.95,3427928 5793243.95,3427928.05 5793243.95,3427928.05 5793243.9,3427928 5793243.9)),((3427927.95 5793243.9,3427927.95 579324\n" -"3.85,3427927.9 5793243.85,3427927.85 5793243.85,3427927.85 5793243.9,3427927.9 5793243.9,3427927.9 5793243.95,\n" -"3427927.95 5793243.95,3427927.95 5793243.9)),((3427927.85 5793243.75,3427927.85 5793243.7,3427927.8 5793243.7,3427927.8 5793243.75\n" -",3427927.8 5793243.8,3427927.8 5793243.85,3427927.85 5793243.85,3427927.85 5793243.8,3427927.85 5793243.75)),\n" -"((3427928.05 5793243.75,3427928.05 5793243.7,3427928 5793243.7,3427927.95 5793243.7,3427927.95 5793243.75,3427927.95 5793243.8,3427\n" -"927.95 5793243.85,3427928 5793243.85,3427928 5793243.8,3427928.05 5793243.8,\n" -"3427928.05 5793243.75)),((3427927.95 5793243.75,3427927.95 5793243.7,3427927.9 5793243.7,3427927.85 5793243.7,\n" -"3427927.85 5793243.75,3427927.85 5793243.8,3427927.85 5793243.85,3427927.9 5793243.85,\n" +" MULTIPOLYGON(((3427928 5793243.9,3427928 5793243.85,3427927.95 " +"5793243.85,3427927.95 5793243.9,\n" +" 3427927.95 5793243.95,3427928 5793243.95,3427928.05 5793243.95,3427928.05 " +"5793243.9,3427928 5793243.9)),((3427927.95 5793243.9,3427927.95 579324\n" +"3.85,3427927.9 5793243.85,3427927.85 5793243.85,3427927.85 " +"5793243.9,3427927.9 5793243.9,3427927.9 5793243.95,\n" +"3427927.95 5793243.95,3427927.95 5793243.9)),((3427927.85 " +"5793243.75,3427927.85 5793243.7,3427927.8 5793243.7,3427927.8 5793243.75\n" +",3427927.8 5793243.8,3427927.8 5793243.85,3427927.85 5793243.85,3427927.85 " +"5793243.8,3427927.85 5793243.75)),\n" +"((3427928.05 5793243.75,3427928.05 5793243.7,3427928 5793243.7,3427927.95 " +"5793243.7,3427927.95 5793243.75,3427927.95 5793243.8,3427\n" +"927.95 5793243.85,3427928 5793243.85,3427928 5793243.8,3427928.05 " +"5793243.8,\n" +"3427928.05 5793243.75)),((3427927.95 5793243.75,3427927.95 " +"5793243.7,3427927.9 5793243.7,3427927.85 5793243.7,\n" +"3427927.85 5793243.75,3427927.85 5793243.8,3427927.85 5793243.85,3427927.9 " +"5793243.85,\n" "3427927.95 5793243.85,3427927.95 5793243.8,3427927.95 5793243.75)))" msgstr "" @@ -4571,9 +5088,12 @@ msgstr "" #, no-c-format msgid "" "--- Checking all the pixels of a large raster tile can take a long time.\n" -"--- You can dramatically improve speed at some lose of precision by orders of magnitude \n" -"-- by sampling pixels using the step optional parameter of generate_series. \n" -"-- This next example does the same as previous but by checking 1 for every 4 (2x2) pixels and putting in the last checked\n" +"--- You can dramatically improve speed at some lose of precision by orders " +"of magnitude \n" +"-- by sampling pixels using the step optional parameter of " +"generate_series. \n" +"-- This next example does the same as previous but by checking 1 for every " +"4 (2x2) pixels and putting in the last checked\n" "-- putting in the checked pixel as the value for subsequent 4\n" " \n" "SELECT ST_AsText(ST_Union(pixpolyg)) As shadow\n" @@ -4590,28 +5110,32 @@ msgid "" "WHERE \n" " ST_Intersects(\n" " pixpolyg, \n" -" ST_GeomFromText('POLYGON((3427928 5793244,3427927.75 5793243.75,3427928 5793243.75,3427928 5793244))',0)\n" +" ST_GeomFromText('POLYGON((3427928 5793244,3427927.75 " +"5793243.75,3427928 5793243.75,3427928 5793244))',0)\n" " ) AND b2val != 254;\n" "\n" " shadow\n" "------------------------------------------------------------------------------------\n" -" MULTIPOLYGON(((3427927.9 5793243.85,3427927.8 5793243.85,3427927.8 5793243.95,\n" -" 3427927.9 5793243.95,3427928 5793243.95,3427928.1 5793243.95,3427928.1 5793243.85,3427928 5793243.85,3427927.9 5793243.85)),\n" -" ((3427927.9 5793243.65,3427927.8 5793243.65,3427927.8 5793243.75,3427927.8 5793243.85,3427927.9 5793243.85,\n" -" 3427928 5793243.85,3427928 5793243.75,3427928.1 5793243.75,3427928.1 5793243.65,3427928 5793243.65,3427927.9 5793243.65)))" +" MULTIPOLYGON(((3427927.9 5793243.85,3427927.8 5793243.85,3427927.8 " +"5793243.95,\n" +" 3427927.9 5793243.95,3427928 5793243.95,3427928.1 5793243.95,3427928.1 " +"5793243.85,3427928 5793243.85,3427927.9 5793243.85)),\n" +" ((3427927.9 5793243.65,3427927.8 5793243.65,3427927.8 5793243.75,3427927.8 " +"5793243.85,3427927.9 5793243.85,\n" +" 3427928 5793243.85,3427928 5793243.75,3427928.1 5793243.75,3427928.1 " +"5793243.65,3427928 5793243.65,3427927.9 5793243.65)))" msgstr "" #. Tag: para #: reference_raster.xml:2776 #, no-c-format msgid "" -", , , , , " -", , " -", , , , , , , " +", , , , , , " +", , " +", , , , , , " msgstr "" #. Tag: refname @@ -4633,54 +5157,73 @@ msgstr "" #: reference_raster.xml:2793 #, no-c-format msgid "" -" double precision " -"ST_NearestValue raster " -" rast integer " -" bandnum geometry " -" pt boolean " +" double precision ST_NearestValue raster rast integer bandnum geometry pt boolean " +"exclude_nodata_value=true " +" double precision ST_NearestValue raster rast geometry pt boolean " +"exclude_nodata_value=true " +" double precision ST_NearestValue raster rast integer bandnum integer columnx integer rowy boolean " +"exclude_nodata_value=true " +" double precision ST_NearestValue raster rast integer columnx integer rowy boolean " "exclude_nodata_value=true " -" double precision " -"ST_NearestValue raster " -" rast geometry " -" pt boolean " -"exclude_nodata_value=true " -" double precision " -"ST_NearestValue raster " -" rast integer " -" bandnum integer " -" columnx integer " -" rowy boolean " -"exclude_nodata_value=true " -" double precision " -"ST_NearestValue raster " -" rast integer " -" columnx integer " -" rowy boolean " +msgstr "" +" double precision ST_NearestValue raster rast integer bandnum geometry pt boolean " +"exclude_nodata_value=true " +" double precision ST_NearestValue raster rast geometry pt boolean " +"exclude_nodata_value=true " +" double precision ST_NearestValue raster rast integer bandnum integer columnx integer rowy boolean " +"exclude_nodata_value=true " +" double precision ST_NearestValue raster rast integer columnx integer rowy boolean " "exclude_nodata_value=true " -msgstr " double precision ST_NearestValue raster rast integer bandnum geometry pt boolean exclude_nodata_value=true double precision ST_NearestValue raster rast geometry pt boolean exclude_nodata_value=true double precision ST_NearestValue raster rast integer bandnum integer columnx integer rowy boolean exclude_nodata_value=true double precision ST_NearestValue raster rast integer columnx integer rowy boolean exclude_nodata_value=true " #. Tag: para #: reference_raster.xml:2830 #, no-c-format msgid "" -"Returns the nearest non-NODATA value of a given band in a" -" given columnx, rowy pixel or at a specific geometric point. If the columnx," -" rowy pixel or the pixel at the specified geometric point is " -"NODATA, the function will find the nearest pixel to the " -"columnx, rowy pixel or geometric point whose value is not " -"NODATA." +"Returns the nearest non-NODATA value of a given band in a " +"given columnx, rowy pixel or at a specific geometric point. If the columnx, " +"rowy pixel or the pixel at the specified geometric point is NODATA, the function will find the nearest pixel to the columnx, rowy " +"pixel or geometric point whose value is not NODATA." msgstr "" #. Tag: para #: reference_raster.xml:2833 reference_raster.xml:2920 #, no-c-format msgid "" -"Band numbers start at 1 and bandnum is assumed to be 1 if" -" not specified. If exclude_nodata_value is set to false, " +"Band numbers start at 1 and bandnum is assumed to be 1 if " +"not specified. If exclude_nodata_value is set to false, " "then all pixels include nodata pixels are considered to " "intersect and return value. If exclude_nodata_value is " "not passed in then reads it from metadata of raster." @@ -4708,8 +5251,10 @@ msgid "" " ST_SetValue(\n" " ST_SetValue(\n" " ST_AddBand(\n" -" ST_MakeEmptyRaster(5, 5, -2, 2, 1, -1, 0, 0, 0),\n" -" '8BUI'::text, 1, 0\n" +" ST_MakeEmptyRaster(5, " +"5, -2, 2, 1, -1, 0, 0, 0),\n" +" '8BUI'::" +"text, 1, 0\n" " ),\n" " 1, 1, 0.\n" " ),\n" @@ -4744,8 +5289,10 @@ msgid "" " ST_SetValue(\n" " ST_SetValue(\n" " ST_AddBand(\n" -" ST_MakeEmptyRaster(5, 5, -2, 2, 1, -1, 0, 0, 0),\n" -" '8BUI'::text, 1, 0\n" +" ST_MakeEmptyRaster(5, " +"5, -2, 2, 1, -1, 0, 0, 0),\n" +" '8BUI'::" +"text, 1, 0\n" " ),\n" " 1, 1, 0.\n" " ),\n" @@ -4781,66 +5328,94 @@ msgstr "" #, no-c-format msgid "" "Returns a 2-D double precision array of the non-NODATA " -"values around a given band's pixel specified by either a columnX and rowY or" -" a geometric point expressed in the same spatial reference coordinate system" -" as the raster." +"values around a given band's pixel specified by either a columnX and rowY or " +"a geometric point expressed in the same spatial reference coordinate system " +"as the raster." msgstr "" #. Tag: funcsynopsis #: reference_raster.xml:2872 #, no-c-format msgid "" -" double precision[][] " -"ST_Neighborhood raster " -" rast integer " -" bandnum integer " -" columnX integer " -" rowY integer " -" distanceX integer " -" distanceY boolean " +" double precision[][] ST_Neighborhood raster rast integer bandnum integer columnX integer rowY integer distanceX integer distanceY boolean " +"exclude_nodata_value=true " +" double precision[][] ST_Neighborhood raster rast integer columnX integer rowY integer distanceX integer distanceY boolean " +"exclude_nodata_value=true " +" double precision[][] ST_Neighborhood raster rast integer bandnum geometry pt integer distanceX integer distanceY boolean " +"exclude_nodata_value=true " +" double precision[][] ST_Neighborhood raster rast geometry pt integer distanceX integer distanceY boolean " "exclude_nodata_value=true " -" double precision[][] " -"ST_Neighborhood raster " -" rast integer " -" columnX integer " -" rowY integer " -" distanceX integer " -" distanceY boolean " -"exclude_nodata_value=true " -" double precision[][] " -"ST_Neighborhood raster " -" rast integer " -" bandnum geometry " -" pt integer " -" distanceX integer " -" distanceY boolean " -"exclude_nodata_value=true " -" double precision[][] " -"ST_Neighborhood raster " -" rast geometry " -" pt integer " -" distanceX integer " -" distanceY boolean " +msgstr "" +" double precision[][] ST_Neighborhood raster rast integer bandnum integer columnX integer rowY integer distanceX integer distanceY boolean " +"exclude_nodata_value=true " +" double precision[][] ST_Neighborhood raster rast integer columnX integer rowY integer distanceX integer distanceY boolean " +"exclude_nodata_value=true " +" double precision[][] ST_Neighborhood raster rast integer bandnum geometry pt integer distanceX integer distanceY boolean " +"exclude_nodata_value=true " +" double precision[][] ST_Neighborhood raster rast geometry pt integer distanceX integer distanceY boolean " "exclude_nodata_value=true " -msgstr " double precision[][] ST_Neighborhood raster rast integer bandnum integer columnX integer rowY integer distanceX integer distanceY boolean exclude_nodata_value=true double precision[][] ST_Neighborhood raster rast integer columnX integer rowY integer distanceX integer distanceY boolean exclude_nodata_value=true double precision[][] ST_Neighborhood raster rast integer bandnum geometry pt integer distanceX integer distanceY boolean exclude_nodata_value=true double precision[][] ST_Neighborhood raster rast geometry pt integer distanceX integer distanceY boolean exclude_nodata_value=true " #. Tag: para #: reference_raster.xml:2917 #, no-c-format msgid "" "Returns a 2-D double precision array of the non-NODATA " -"values around a given band's pixel specified by either a columnX and rowY or" -" a geometric point expressed in the same spatial reference coordinate system" -" as the raster. The distanceX and " -"distanceY parameters define the number of pixels around " -"the specified pixel in the X and Y axes, e.g. I want all values within 3 " -"pixel distance along the X axis and 2 pixel distance along the Y axis around" -" my pixel of interest. The center value of the 2-D array will be the value " -"at the pixel specified by the columnX and rowY or the geometric point." +"values around a given band's pixel specified by either a columnX and rowY or " +"a geometric point expressed in the same spatial reference coordinate system " +"as the raster. The distanceX and distanceY parameters define the number of pixels around the specified pixel " +"in the X and Y axes, e.g. I want all values within 3 pixel distance along " +"the X axis and 2 pixel distance along the Y axis around my pixel of " +"interest. The center value of the 2-D array will be the value at the pixel " +"specified by the columnX and rowY or the geometric point." msgstr "" #. Tag: para @@ -4872,7 +5447,8 @@ msgid "" " SELECT\n" " ST_SetValues(\n" " ST_AddBand(\n" -" ST_MakeEmptyRaster(5, 5, -2, 2, 1, -1, 0, 0, 0),\n" +" ST_MakeEmptyRaster(5, 5, -2, 2, 1, -1, 0, 0, " +"0),\n" " '8BUI'::text, 1, 0\n" " ),\n" " 1, 1, 1, ARRAY[\n" @@ -4902,7 +5478,8 @@ msgid "" " SELECT\n" " ST_SetValues(\n" " ST_AddBand(\n" -" ST_MakeEmptyRaster(5, 5, -2, 2, 1, -1, 0, 0, 0),\n" +" ST_MakeEmptyRaster(5, 5, -2, 2, 1, -1, 0, 0, " +"0),\n" " '8BUI'::text, 1, 0\n" " ),\n" " 1, 1, 1, ARRAY[\n" @@ -4932,7 +5509,8 @@ msgid "" "FROM (\n" " ST_SetValues(\n" " ST_AddBand(\n" -" ST_MakeEmptyRaster(5, 5, -2, 2, 1, -1, 0, 0, 0),\n" +" ST_MakeEmptyRaster(5, 5, -2, 2, 1, -1, 0, 0, " +"0),\n" " '8BUI'::text, 1, 0\n" " ),\n" " 1, 1, 1, ARRAY[\n" @@ -4956,9 +5534,9 @@ msgstr "" #, no-c-format msgid "" ", , , , , , , " +"linkend=\"RT_ST_Sum4ma\"/>, , , , " msgstr "" #. Tag: refname @@ -4984,36 +5562,56 @@ msgid "" " raster ST_SetValue " "raster rast " "geometry pt " -"double precision " -"newvalue " -"raster ST_SetValue " -"raster rast " -"integer bandnum " -"geometry pt " -"double precision " -"newvalue " -"raster ST_SetValue " +"double precision newvalue raster " +"ST_SetValue raster " +"rast integer " +"bandnum geometry " +"pt double precision newvalue " +" raster ST_SetValue " "raster rast " "integer columnx " "integer rowy " -"double precision " -"newvalue " -"raster ST_SetValue " +"double precision newvalue raster " +"ST_SetValue raster " +"rast integer " +"bandnum integer " +"columnx integer " +"rowy double precision newvalue " +msgstr "" +" raster ST_SetValue " +"raster rast " +"geometry pt " +"double precision newvalue raster " +"ST_SetValue raster " +"rast integer " +"bandnum geometry " +"pt double precision newvalue " +" raster ST_SetValue " "raster rast " -"integer bandnum " "integer columnx " "integer rowy " -"double precision " -"newvalue " -msgstr " raster ST_SetValue raster rast geometry pt double precision newvalue raster ST_SetValue raster rast integer bandnum geometry pt double precision newvalue raster ST_SetValue raster rast integer columnx integer rowy double precision newvalue raster ST_SetValue raster rast integer bandnum integer columnx integer rowy double precision newvalue " +"double precision newvalue raster " +"ST_SetValue raster " +"rast integer " +"bandnum integer " +"columnx integer " +"rowy double precision newvalue " #. Tag: para #: reference_raster.xml:3005 #, no-c-format msgid "" "Returns modified raster resulting from setting the specified pixel value to " -"new value for the designed band given the row column location or a geometric" -" point location. If no band is specified, then band 1 is assumed." +"new value for the designed band given the row column location or a geometric " +"point location. If no band is specified, then band 1 is assumed." msgstr "" #. Tag: para @@ -5040,7 +5638,8 @@ msgid "" "\n" " val | st_astext\n" "-----+-------------------------------------------------------------------\n" -" 50 | POLYGON((3427927.75 5793244,3427927.75 5793243.95,3427927.8 579324 ...\n" +" 50 | POLYGON((3427927.75 5793244,3427927.75 5793243.95,3427927.8 " +"579324 ...\n" " 249 | POLYGON((3427927.95 5793243.95,3427927.95 5793243.85,3427928 57932 ..." msgstr "" @@ -5049,7 +5648,8 @@ msgstr "" #, no-c-format msgid "" "-- Store the changed raster --\n" -" UPDATE dummy_rast SET rast = ST_SetValue(rast,1, ST_Point(3427927.75, 5793243.95),100)\n" +" UPDATE dummy_rast SET rast = ST_SetValue(rast,1, " +"ST_Point(3427927.75, 5793243.95),100)\n" " WHERE rid = 2 ;" msgstr "" @@ -5081,19 +5681,18 @@ msgid "" "integer nband " "integer columnx " "integer rowy " -"double precision[][] " -"newvalueset boolean[][] " -" noset=NULL boolean" -" keepnodata=FALSE " -" raster ST_SetValues" -" raster rast " +"double precision[][] newvalueset boolean[][] " +"noset=NULL boolean " +"keepnodata=FALSE " +" raster ST_SetValues " +"raster rast " "integer nband " "integer columnx " "integer rowy " -"double precision[][] " -"newvalueset double " -"precision nosetvalue " -"boolean " +"double precision[][] newvalueset double precision " +"nosetvalue boolean " "keepnodata=FALSE " " raster ST_SetValues " "raster rast " @@ -5102,19 +5701,54 @@ msgid "" "integer rowy " "integer width " "integer height " -"double precision " -"newvalue boolean " +"double precision newvalue boolean keepnodata=FALSE raster " +"ST_SetValues raster " +"rast integer " +"columnx integer " +"rowy integer " +"width integer " +"height double precision newvalue boolean keepnodata=FALSE " +msgstr "" +" raster ST_SetValues " +"raster rast " +"integer nband " +"integer columnx " +"integer rowy " +"double precision[][] newvalueset boolean[][] " +"noset=NULL boolean " +"keepnodata=FALSE " +" raster ST_SetValues " +"raster rast " +"integer nband " +"integer columnx " +"integer rowy " +"double precision[][] newvalueset double precision " +"nosetvalue boolean " "keepnodata=FALSE " " raster ST_SetValues " "raster rast " +"integer nband " "integer columnx " "integer rowy " "integer width " "integer height " -"double precision " -"newvalue boolean " -"keepnodata=FALSE " -msgstr " raster ST_SetValues raster rast integer nband integer columnx integer rowy double precision[][] newvalueset boolean[][] noset=NULL boolean keepnodata=FALSE raster ST_SetValues raster rast integer nband integer columnx integer rowy double precision[][] newvalueset double precision nosetvalue boolean keepnodata=FALSE raster ST_SetValues raster rast integer nband integer columnx integer rowy integer width integer height double precision newvalue boolean keepnodata=FALSE raster ST_SetValues raster rast integer columnx integer rowy integer width integer height double precision newvalue boolean keepnodata=FALSE " +"double precision newvalue boolean keepnodata=FALSE raster " +"ST_SetValues raster " +"rast integer " +"columnx integer " +"rowy integer " +"width integer " +"height double precision newvalue boolean keepnodata=FALSE " #. Tag: para #: reference_raster.xml:3082 @@ -5130,9 +5764,9 @@ msgstr "" msgid "" "For Variant 1, the specific pixels to be set are determined by the " "columnx, rowy pixel coordinates and " -"the dimensions of the newvalueset array. " -"noset can be used to prevent pixels with values present " -"in newvalueset from being set (due to PostgreSQL not " +"the dimensions of the newvalueset array. noset can be used to prevent pixels with values present in " +"newvalueset from being set (due to PostgreSQL not " "permitting ragged/jagged arrays). If keepnodata is TRUE, " "those pixels whose values are NODATA will not be set with the corresponding " "value in newvalueset. See example Variant 1." @@ -5156,8 +5790,8 @@ msgid "" "columnx, rowy pixel coordinates, " "width and height. If " "keepnodata is TRUE, those pixels whose values are NODATA " -"will not be set with the corresponding value in " -"newvalueset. See example Variant 3." +"will not be set with the corresponding value in newvalueset. See example Variant 3." msgstr "" #. Tag: para @@ -5198,10 +5832,12 @@ msgid "" " ST_PixelAsPolygons(\n" " ST_SetValues(\n" " ST_AddBand(\n" -" ST_MakeEmptyRaster(3, 3, 0, 0, 1, -1, 0, 0, 0),\n" +" ST_MakeEmptyRaster(3, 3, 0, 0, 1, -1, 0, 0, " +"0),\n" " 1, '8BUI', 1, 0\n" " ),\n" -" 1, 2, 2, ARRAY[[9, 9], [9, 9]]::double precision[][]\n" +" 1, 2, 2, ARRAY[[9, 9], [9, 9]]::double precision[]" +"[]\n" " )\n" " ) AS poly\n" ") foo\n" @@ -5244,10 +5880,12 @@ msgid "" " ST_PixelAsPolygons(\n" " ST_SetValues(\n" " ST_AddBand(\n" -" ST_MakeEmptyRaster(3, 3, 0, 0, 1, -1, 0, 0, 0),\n" +" ST_MakeEmptyRaster(3, 3, 0, 0, 1, -1, 0, 0, " +"0),\n" " 1, '8BUI', 1, 0\n" " ),\n" -" 1, 1, 1, ARRAY[[9, 9, 9], [9, NULL, 9], [9, 9, 9]]::double precision[][]\n" +" 1, 1, 1, ARRAY[[9, 9, 9], [9, NULL, 9], [9, 9, 9]]::" +"double precision[][]\n" " )\n" " ) AS poly\n" ") foo\n" @@ -5290,11 +5928,13 @@ msgid "" " ST_PixelAsPolygons(\n" " ST_SetValues(\n" " ST_AddBand(\n" -" ST_MakeEmptyRaster(3, 3, 0, 0, 1, -1, 0, 0, 0),\n" +" ST_MakeEmptyRaster(3, 3, 0, 0, 1, -1, 0, 0, " +"0),\n" " 1, '8BUI', 1, 0\n" " ),\n" " 1, 1, 1,\n" -" ARRAY[[9, 9, 9], [9, NULL, 9], [9, 9, 9]]::double precision[][],\n" +" ARRAY[[9, 9, 9], [9, NULL, 9], [9, 9, 9]]::" +"double precision[][],\n" " ARRAY[[false], [true]]::boolean[][]\n" " )\n" " ) AS poly\n" @@ -5339,13 +5979,15 @@ msgid "" " ST_SetValues(\n" " ST_SetValue(\n" " ST_AddBand(\n" -" ST_MakeEmptyRaster(3, 3, 0, 0, 1, -1, 0, 0, 0),\n" +" ST_MakeEmptyRaster(3, 3, 0, 0, 1, " +"-1, 0, 0, 0),\n" " 1, '8BUI', 1, 0\n" " ),\n" " 1, 1, 1, NULL\n" " ),\n" " 1, 1, 1,\n" -" ARRAY[[9, 9, 9], [9, NULL, 9], [9, 9, 9]]::double precision[][],\n" +" ARRAY[[9, 9, 9], [9, NULL, 9], [9, 9, 9]]::" +"double precision[][],\n" " ARRAY[[false], [true]]::boolean[][],\n" " TRUE\n" " )\n" @@ -5396,10 +6038,12 @@ msgid "" " ST_PixelAsPolygons(\n" " ST_SetValues(\n" " ST_AddBand(\n" -" ST_MakeEmptyRaster(3, 3, 0, 0, 1, -1, 0, 0, 0),\n" +" ST_MakeEmptyRaster(3, 3, 0, 0, 1, -1, 0, 0, " +"0),\n" " 1, '8BUI', 1, 0\n" " ),\n" -" 1, 1, 1, ARRAY[[-1, -1, -1], [-1, 9, 9], [-1, 9, 9]]::double precision[][], -1\n" +" 1, 1, 1, ARRAY[[-1, -1, -1], [-1, 9, 9], [-1, 9, " +"9]]::double precision[][], -1\n" " )\n" " ) AS poly\n" ") foo\n" @@ -5423,7 +6067,8 @@ msgstr "" #, no-c-format msgid "" "/*\n" -"This example is like the previous one. Instead of nosetvalue = -1, nosetvalue = NULL\n" +"This example is like the previous one. Instead of nosetvalue = -1, " +"nosetvalue = NULL\n" "\n" "The ST_SetValues() does the following...\n" "\n" @@ -5444,10 +6089,12 @@ msgid "" " ST_PixelAsPolygons(\n" " ST_SetValues(\n" " ST_AddBand(\n" -" ST_MakeEmptyRaster(3, 3, 0, 0, 1, -1, 0, 0, 0),\n" +" ST_MakeEmptyRaster(3, 3, 0, 0, 1, -1, 0, 0, " +"0),\n" " 1, '8BUI', 1, 0\n" " ),\n" -" 1, 1, 1, ARRAY[[NULL, NULL, NULL], [NULL, 9, 9], [NULL, 9, 9]]::double precision[][], NULL::double precision\n" +" 1, 1, 1, ARRAY[[NULL, NULL, NULL], [NULL, 9, 9], " +"[NULL, 9, 9]]::double precision[][], NULL::double precision\n" " )\n" " ) AS poly\n" ") foo\n" @@ -5496,7 +6143,8 @@ msgid "" " ST_PixelAsPolygons(\n" " ST_SetValues(\n" " ST_AddBand(\n" -" ST_MakeEmptyRaster(3, 3, 0, 0, 1, -1, 0, 0, 0),\n" +" ST_MakeEmptyRaster(3, 3, 0, 0, 1, -1, 0, 0, " +"0),\n" " 1, '8BUI', 1, 0\n" " ),\n" " 1, 2, 2, 2, 2, 9\n" @@ -5543,7 +6191,8 @@ msgid "" " ST_SetValues(\n" " ST_SetValue(\n" " ST_AddBand(\n" -" ST_MakeEmptyRaster(3, 3, 0, 0, 1, -1, 0, 0, 0),\n" +" ST_MakeEmptyRaster(3, 3, 0, 0, 1, " +"-1, 0, 0, 0),\n" " 1, '8BUI', 1, 0\n" " ),\n" " 1, 2, 2, NULL\n" @@ -5571,8 +6220,8 @@ msgstr "" #: reference_raster.xml:3139 #, no-c-format msgid "" -", , " +", , " msgstr "" #. Tag: refname @@ -5585,45 +6234,68 @@ msgstr "" #: reference_raster.xml:3150 #, no-c-format msgid "" -"Get the columnx, rowy coordinates of the pixel whose value equals the search" -" value." +"Get the columnx, rowy coordinates of the pixel whose value equals the search " +"value." msgstr "" #. Tag: funcsynopsis #: reference_raster.xml:3156 #, no-c-format msgid "" -" setof record " -"ST_PixelOfValue raster " -" rast integer " -" nband double " +" setof record ST_PixelOfValue raster rast integer nband double precision[] search boolean " +"exclude_nodata_value=true setof record " +"ST_PixelOfValue raster rast double " "precision[] search " -"boolean exclude_nodata_value=true " -" setof record " -"ST_PixelOfValue raster " -" rast double " +"boolean exclude_nodata_value=true setof record " +"ST_PixelOfValue raster rast integer nband double " +"precision search " +"boolean exclude_nodata_value=true setof record " +"ST_PixelOfValue raster rast double " +"precision search " +"boolean exclude_nodata_value=true " +msgstr "" +" setof record ST_PixelOfValue raster rast integer nband double precision[] search boolean " +"exclude_nodata_value=true setof record " +"ST_PixelOfValue raster rast double " "precision[] search " -"boolean exclude_nodata_value=true " -" setof record " -"ST_PixelOfValue raster " -" rast integer " -" nband double " +"boolean exclude_nodata_value=true setof record " +"ST_PixelOfValue raster rast integer nband double " "precision search " -"boolean exclude_nodata_value=true " -" setof record " -"ST_PixelOfValue raster " -" rast double " +"boolean exclude_nodata_value=true setof record " +"ST_PixelOfValue raster rast double " "precision search " -"boolean exclude_nodata_value=true " -" " -msgstr " setof record ST_PixelOfValue raster rast integer nband double precision[] search boolean exclude_nodata_value=true setof record ST_PixelOfValue raster rast double precision[] search boolean exclude_nodata_value=true setof record ST_PixelOfValue raster rast integer nband double precision search boolean exclude_nodata_value=true setof record ST_PixelOfValue raster rast double precision search boolean exclude_nodata_value=true " +"boolean exclude_nodata_value=true " #. Tag: para #: reference_raster.xml:3217 #, no-c-format msgid "" -"Get the columnx, rowy coordinates of the pixel whose value equals the search" -" value. If no band is specified, then band 1 is assumed." +"Get the columnx, rowy coordinates of the pixel whose value equals the search " +"value. If no band is specified, then band 1 is assumed." msgstr "" #. Tag: programlisting @@ -5641,8 +6313,10 @@ msgid "" " ST_SetValue(\n" " ST_SetValue(\n" " ST_AddBand(\n" -" ST_MakeEmptyRaster(5, 5, -2, 2, 1, -1, 0, 0, 0),\n" -" '8BUI'::text, 1, 0\n" +" ST_MakeEmptyRaster(5, " +"5, -2, 2, 1, -1, 0, 0, 0),\n" +" '8BUI'::" +"text, 1, 0\n" " ),\n" " 1, 1, 0\n" " ),\n" @@ -5710,9 +6384,14 @@ msgid "" "raster ST_SetGeoReference " "raster rast " "text georefcoords " -"text " -"format=GDAL" -msgstr "raster ST_SetGeoReference raster rast text georefcoords text format=GDAL" +"text format=GDAL" +msgstr "" +"raster ST_SetGeoReference " +"raster rast " +"text georefcoords " +"text format=GDAL" #. Tag: para #: reference_raster.xml:3256 @@ -5740,11 +6419,13 @@ msgstr "" #: reference_raster.xml:3267 #, no-c-format msgid "" -"UPDATE dummy_rast SET rast = ST_SetGeoReference(rast, '2 0 0 3 0.5 0.5','GDAL') \n" +"UPDATE dummy_rast SET rast = ST_SetGeoReference(rast, '2 0 0 3 0.5 " +"0.5','GDAL') \n" " WHERE rid=1;\n" " \n" "-- same coordinates set in 'ESRI' format\n" -"UPDATE dummy_rast SET rast = ST_SetGeoReference(rast, '2 0 0 3 1.5 2','ESRI') \n" +"UPDATE dummy_rast SET rast = ST_SetGeoReference(rast, '2 0 0 3 1.5 " +"2','ESRI') \n" " WHERE rid=1;" msgstr "" @@ -5775,14 +6456,17 @@ msgid "" "float8 ST_SetRotation " "raster rast " "float8 rotation" -msgstr "float8 ST_SetRotation raster rast float8 rotation" - -#. Tag: para -#: reference_raster.xml:3295 +msgstr "" +"float8 ST_SetRotation " +"raster rast " +"float8 rotation" + +#. Tag: para +#: reference_raster.xml:3295 #, no-c-format msgid "" -"Uniformly rotate the raster. Rotation is in radian. Refer to World File for more " +"Uniformly rotate the raster. Rotation is in radian. Refer to World File for more " "details." msgstr "" @@ -5796,10 +6480,14 @@ msgid "" "FROM (\n" " SELECT ST_SetRotation(rast, 15) AS rast1, rast as rast2 FROM dummy_rast\n" ") AS foo;\n" -" st_scalex | st_scaley | st_skewx | st_skewy | st_scalex | st_scaley | st_skewx | st_skewy\n" -"---------------------+---------------------+--------------------+--------------------+-----------+-----------+----------+----------\n" -" -1.51937582571764 | -2.27906373857646 | 1.95086352047135 | 1.30057568031423 | 2 | 3 | 0 | 0\n" -" -0.0379843956429411 | -0.0379843956429411 | 0.0325143920078558 | 0.0325143920078558 | 0.05 | -0.05 | 0 | 0" +" st_scalex | st_scaley | st_skewx | " +"st_skewy | st_scalex | st_scaley | st_skewx | st_skewy\n" +"---------------------+---------------------+--------------------" +"+--------------------+-----------+-----------+----------+----------\n" +" -1.51937582571764 | -2.27906373857646 | 1.95086352047135 | " +"1.30057568031423 | 2 | 3 | 0 | 0\n" +" -0.0379843956429411 | -0.0379843956429411 | 0.0325143920078558 | " +"0.0325143920078558 | 0.05 | -0.05 | 0 | 0" msgstr "" #. Tag: refname @@ -5822,21 +6510,29 @@ msgstr "" msgid "" " raster ST_SetScale " "raster rast " -"float8 xy " -" raster " -"ST_SetScale raster " -"rast float8 " -"x float8 " -"y " -msgstr " raster ST_SetScale raster rast float8 xy raster ST_SetScale raster rast float8 x float8 y " +"float8 xy raster ST_SetScale raster rast float8 x float8 y " +msgstr "" +" raster ST_SetScale " +"raster rast " +"float8 xy raster ST_SetScale raster rast float8 x float8 y " #. Tag: para #: reference_raster.xml:3338 #, no-c-format msgid "" "Sets the X and Y size of pixels in units of coordinate reference system. " -"Number units/pixel width/height. If only one unit passed in, assumed X and Y" -" are the same number." +"Number units/pixel width/height. If only one unit passed in, assumed X and Y " +"are the same number." msgstr "" #. Tag: para @@ -5868,7 +6564,8 @@ msgid "" " SET rast = ST_SetScale(rast, 1.5)\n" "WHERE rid = 2;\n" "\n" -"SELECT ST_ScaleX(rast) As pixx, ST_ScaleY(rast) As pixy, Box3D(rast) As newbox\n" +"SELECT ST_ScaleX(rast) As pixx, ST_ScaleY(rast) As pixy, Box3D(rast) As " +"newbox\n" "FROM dummy_rast\n" "WHERE rid = 2;\n" "\n" @@ -5885,7 +6582,8 @@ msgid "" " SET rast = ST_SetScale(rast, 1.5, 0.55)\n" "WHERE rid = 2;\n" "\n" -"SELECT ST_ScaleX(rast) As pixx, ST_ScaleY(rast) As pixy, Box3D(rast) As newbox\n" +"SELECT ST_ScaleX(rast) As pixx, ST_ScaleY(rast) As pixy, Box3D(rast) As " +"newbox\n" "FROM dummy_rast\n" "WHERE rid = 2;\n" "\n" @@ -5920,22 +6618,29 @@ msgstr "" msgid "" " raster ST_SetSkew " "raster rast " -"float8 skewxy " -" raster " -"ST_SetSkew raster " -"rast float8 " -"skewx float8 " -"skewy " -msgstr " raster ST_SetSkew raster rast float8 skewxy raster ST_SetSkew raster rast float8 skewx float8 skewy " +"float8 skewxy raster ST_SetSkew raster rast float8 skewx float8 skewy " +msgstr "" +" raster ST_SetSkew " +"raster rast " +"float8 skewxy raster ST_SetSkew raster rast float8 skewx float8 skewy " #. Tag: para #: reference_raster.xml:3385 #, no-c-format msgid "" "Sets the georeference X and Y skew (or rotation parameter). If only one is " -"passed in, sets X and Y to the same value. Refer to World File for more " -"details." +"passed in, sets X and Y to the same value. Refer to World File for more details." msgstr "" #. Tag: programlisting @@ -5982,8 +6687,8 @@ msgstr "" #: reference_raster.xml:3401 #, no-c-format msgid "" -", , , " +", , , " msgstr "" #. Tag: refname @@ -6007,7 +6712,10 @@ msgid "" "raster ST_SetSRID " "raster rast " "integer srid" -msgstr "raster ST_SetSRID raster rast integer srid" +msgstr "" +"raster ST_SetSRID " +"raster rast " +"integer srid" #. Tag: para #: reference_raster.xml:3429 @@ -6019,8 +6727,8 @@ msgstr "" #: reference_raster.xml:3432 #, no-c-format msgid "" -"This function does not transform the raster in any way - it simply sets meta" -" data defining the spatial ref of the coordinate reference system that it's " +"This function does not transform the raster in any way - it simply sets meta " +"data defining the spatial ref of the coordinate reference system that it's " "currently in. Useful for transformations later." msgstr "" @@ -6050,10 +6758,13 @@ msgstr "" msgid "" "raster ST_SetUpperLeft " "raster rast " -"double precision x" -" double precision " -"y" -msgstr "raster ST_SetUpperLeft raster rast double precision x double precision y" +"double precision x " +"double precision y" +msgstr "" +"raster ST_SetUpperLeft " +"raster rast " +"double precision x " +"double precision y" #. Tag: para #: reference_raster.xml:3467 @@ -6088,11 +6799,11 @@ msgstr "" #: reference_raster.xml:3486 #, no-c-format msgid "" -"Resample a raster using a specified resampling algorithm, new dimensions, an" -" arbitrary grid corner and a set of raster georeferencing attributes defined" -" or borrowed from another raster. New pixel values are computed using the " -"NearestNeighbor (english or american spelling), Bilinear, Cubic, CubicSpline" -" or Lanczos resampling algorithm. Default is NearestNeighbor." +"Resample a raster using a specified resampling algorithm, new dimensions, an " +"arbitrary grid corner and a set of raster georeferencing attributes defined " +"or borrowed from another raster. New pixel values are computed using the " +"NearestNeighbor (english or american spelling), Bilinear, Cubic, CubicSpline " +"or Lanczos resampling algorithm. Default is NearestNeighbor." msgstr "" #. Tag: funcsynopsis @@ -6103,48 +6814,84 @@ msgid "" "raster rast " "integer width " "integer height " -"integer " -"srid=same_as_rast double precision " -"gridx=NULL double precision " -"gridy=NULL double precision " -"skewx=0 double precision " -"skewy=0 text " +"integer srid=same_as_rast double precision gridx=NULL double precision gridy=NULL double precision " +"skewx=0 double precision skewy=0 " +"text " "algorithm=NearestNeighbour double precision " -"maxerr=0.125 " +"choice=\"opt\">double precision maxerr=0.125 raster " +"ST_Resample raster " +"rast integer srid=NULL " +"double precision scalex=0 double precision scaley=0 double precision gridx=NULL double precision " +"gridy=NULL double precision skewx=0 " +"double precision skewy=0 text " +"algorithm=NearestNeighbor double precision maxerr=0.125 raster " +"ST_Resample raster " +"rast raster " +"ref text algorithm=NearestNeighbour double precision maxerr=0.125 boolean " +"usescale=true " " raster ST_Resample " "raster rast " -"integer " -"srid=NULL double precision " -"scalex=0 double precision " -"scaley=0 double precision " -"gridx=NULL double precision " -"gridy=NULL double precision " -"skewx=0 double precision " -"skewy=0 text " -"algorithm=NearestNeighbor double precision " -"maxerr=0.125 " +"raster ref " +"boolean usescale " +"text " +"algorithm=NearestNeighbour double precision maxerr=0.125 " +msgstr "" " raster ST_Resample " "raster rast " -"raster ref " +"integer width " +"integer height " +"integer srid=same_as_rast double precision gridx=NULL double precision gridy=NULL double precision " +"skewx=0 double precision skewy=0 " "text " "algorithm=NearestNeighbour double precision " -"maxerr=0.125 boolean " +"choice=\"opt\">double precision maxerr=0.125 raster " +"ST_Resample raster " +"rast integer srid=NULL " +"double precision scalex=0 double precision scaley=0 double precision gridx=NULL double precision " +"gridy=NULL double precision skewx=0 " +"double precision skewy=0 text " +"algorithm=NearestNeighbor double precision maxerr=0.125 raster " +"ST_Resample raster " +"rast raster " +"ref text algorithm=NearestNeighbour double precision maxerr=0.125 boolean " "usescale=true " " raster ST_Resample " "raster rast " @@ -6152,9 +6899,8 @@ msgid "" "boolean usescale " "text " "algorithm=NearestNeighbour double precision " -"maxerr=0.125 " -msgstr " raster ST_Resample raster rast integer width integer height integer srid=same_as_rast double precision gridx=NULL double precision gridy=NULL double precision skewx=0 double precision skewy=0 text algorithm=NearestNeighbour double precision maxerr=0.125 raster ST_Resample raster rast integer srid=NULL double precision scalex=0 double precision scaley=0 double precision gridx=NULL double precision gridy=NULL double precision skewx=0 double precision skewy=0 text algorithm=NearestNeighbor double precision maxerr=0.125 raster ST_Resample raster rast raster ref text algorithm=NearestNeighbour double precision maxerr=0.125 boolean usescale=true raster ST_Resample raster rast raster ref boolean usescale text algorithm=NearestNeighbour double precision maxerr=0.125 " +"choice=\"opt\">double precision maxerr=0.125 " #. Tag: para #: reference_raster.xml:3542 @@ -6170,8 +6916,8 @@ msgstr "" #: reference_raster.xml:3544 #, no-c-format msgid "" -"New pixel values are computed using the NearestNeighbor (english or american" -" spelling), Bilinear, Cubic, CubicSpline or Lanczos resampling algorithm. " +"New pixel values are computed using the NearestNeighbor (english or american " +"spelling), Bilinear, Cubic, CubicSpline or Lanczos resampling algorithm. " "Default is NearestNeighbor which is the fastest but produce the worst " "interpolation." msgstr "" @@ -6218,7 +6964,8 @@ msgid "" " FROM aerials.boston \n" " WHERE ST_Intersects(rast,\n" " ST_Transform(\n" -" ST_MakeEnvelope(-71.128, 42.2392,-71.1277, 42.2397, 4326),26986) ) \n" +" ST_MakeEnvelope(-71.128, 42.2392,-71.1277, 42.2397, " +"4326),26986) ) \n" " limit 1 ) As foo;\n" " orig_width | new_width\n" "------------+-------------\n" @@ -6253,22 +7000,33 @@ msgstr "" msgid "" " raster ST_Rescale " "raster rast " -"double precision " -"scalexy text " +"double precision scalexy text " "algorithm=NearestNeighbour double precision " -"maxerr=0.125 " +"choice=\"opt\">double precision maxerr=0.125 raster " +"ST_Rescale raster " +"rast double precision scalex double " +"precision scaley text algorithm=NearestNeighbour double precision maxerr=0.125 " +msgstr "" " raster ST_Rescale " "raster rast " -"double precision " -"scalex double precision " -" scaley text " +"double precision scalexy text " "algorithm=NearestNeighbour double precision " -"maxerr=0.125 " -msgstr " raster ST_Rescale raster rast double precision scalexy text algorithm=NearestNeighbour double precision maxerr=0.125 raster ST_Rescale raster rast double precision scalex double precision scaley text algorithm=NearestNeighbour double precision maxerr=0.125 " +"choice=\"opt\">double precision maxerr=0.125 raster " +"ST_Rescale raster " +"rast double precision scalex double " +"precision scaley text algorithm=NearestNeighbour double precision maxerr=0.125 " #. Tag: para #: reference_raster.xml:3597 @@ -6276,8 +7034,8 @@ msgstr " raster ST_Rescalescalex and scaley define the new pixel" -" size. scaley must often be negative to get well oriented raster." +"scalex and scaley define the new pixel " +"size. scaley must often be negative to get well oriented raster." msgstr "" #. Tag: para @@ -6307,8 +7065,8 @@ msgid "" "ST_SetScale only changes the metadata (or georeference) of the raster to " "correct an originally mis-specified scaling. ST_Rescale results in a raster " "having different width and height computed to fit the geographic extent of " -"the input raster. ST_SetScale do not modify the width, nor the height of the" -" raster." +"the input raster. ST_SetScale do not modify the width, nor the height of the " +"raster." msgstr "" #. Tag: para @@ -6324,14 +7082,16 @@ msgstr "" #, no-c-format msgid "" "-- the original raster pixel size\n" -"SELECT ST_PixelWidth(ST_AddBand(ST_MakeEmptyRaster(100, 100, 0, 0, 0.001, -0.001, 0, 0, 4269), '8BUI'::text, 1, 0)) width\n" +"SELECT ST_PixelWidth(ST_AddBand(ST_MakeEmptyRaster(100, 100, 0, 0, 0.001, " +"-0.001, 0, 0, 4269), '8BUI'::text, 1, 0)) width\n" "\n" " width\n" "----------\n" "0.001\n" "\n" "-- the rescaled raster raster pixel size\n" -"SELECT ST_PixelWidth(ST_Rescale(ST_AddBand(ST_MakeEmptyRaster(100, 100, 0, 0, 0.001, -0.001, 0, 0, 4269), '8BUI'::text, 1, 0), 0.0015)) width\n" +"SELECT ST_PixelWidth(ST_Rescale(ST_AddBand(ST_MakeEmptyRaster(100, 100, 0, " +"0, 0.001, -0.001, 0, 0, 4269), '8BUI'::text, 1, 0), 0.0015)) width\n" "\n" " width\n" "----------\n" @@ -6368,21 +7128,33 @@ msgstr "" msgid "" " raster ST_Reskew " "raster rast " -"double precision " -"skewxy text" -" algorithm=NearestNeighbour " -"double precision " -"maxerr=0.125 " +"double precision skewxy text " +"algorithm=NearestNeighbour double precision maxerr=0.125 raster " +"ST_Reskew raster " +"rast double precision skewx double " +"precision skewy text algorithm=NearestNeighbour double precision maxerr=0.125 " +msgstr "" " raster ST_Reskew " "raster rast " -"double precision " -"skewx double precision " -" skewy text " +"double precision skewxy text " "algorithm=NearestNeighbour double precision " -"maxerr=0.125 " -msgstr " raster ST_Reskew raster rast double precision skewxy text algorithm=NearestNeighbour double precision maxerr=0.125 raster ST_Reskew raster rast double precision skewx double precision skewy text algorithm=NearestNeighbour double precision maxerr=0.125 " +"choice=\"opt\">double precision maxerr=0.125 raster " +"ST_Reskew raster " +"rast double precision skewx double " +"precision skewy text algorithm=NearestNeighbour double precision maxerr=0.125 " #. Tag: para #: reference_raster.xml:3659 @@ -6390,8 +7162,8 @@ msgstr " raster ST_Reskew msgid "" "Resample a raster by adjusting only its skew (or rotation parameters). New " "pixel values are computed using the NearestNeighbor (english or american " -"spelling), Bilinear, Cubic, CubicSpline or Lanczos resampling algorithm. The" -" default is NearestNeighbor which is the fastest but results in the worst " +"spelling), Bilinear, Cubic, CubicSpline or Lanczos resampling algorithm. The " +"default is NearestNeighbor which is the fastest but results in the worst " "interpolation." msgstr "" @@ -6422,8 +7194,8 @@ msgstr "" #, no-c-format msgid "" "ST_Reskew is different from in that " -"ST_SetSkew do not resample the raster to match the raster extent. ST_SetSkew" -" only changes the metadata (or georeference) of the raster to correct an " +"ST_SetSkew do not resample the raster to match the raster extent. ST_SetSkew " +"only changes the metadata (or georeference) of the raster to correct an " "originally mis-specified skew. ST_Reskew results in a raster having " "different width and height computed to fit the geographic extent of the " "input raster. ST_SetSkew do not modify the width, nor the height of the " @@ -6442,10 +7214,12 @@ msgstr "" #, no-c-format msgid "" "-- the original raster pixel size\n" -"SELECT ST_Rotation(ST_AddBand(ST_MakeEmptyRaster(100, 100, 0, 0, 0.001, -0.001, 0, 0, 4269), '8BUI'::text, 1, 0))\n" +"SELECT ST_Rotation(ST_AddBand(ST_MakeEmptyRaster(100, 100, 0, 0, 0.001, " +"-0.001, 0, 0, 4269), '8BUI'::text, 1, 0))\n" " \n" "-- the rescaled raster raster pixel size\n" -"SELECT ST_Rotation(ST_Reskew(ST_AddBand(ST_MakeEmptyRaster(100, 100, 0, 0, 0.001, -0.001, 0, 0, 4269), '8BUI'::text, 1, 0), 0.0015))" +"SELECT ST_Rotation(ST_Reskew(ST_AddBand(ST_MakeEmptyRaster(100, 100, 0, 0, " +"0.001, -0.001, 0, 0, 4269), '8BUI'::text, 1, 0), 0.0015))" msgstr "" #. Tag: para @@ -6476,40 +7250,67 @@ msgstr "" #: reference_raster.xml:3698 #, no-c-format msgid "" -" raster ST_SnapToGrid" -" raster rast " -"double precision " -"gridx double precision " -" gridy text " +" raster ST_SnapToGrid " +"raster rast " +"double precision gridx double precision gridy text " "algorithm=NearestNeighbour double precision " -"maxerr=0.125 double precision scalex=DEFAULT " -"0 double precision " -" scaley=DEFAULT 0 " -" raster ST_SnapToGrid" -" raster rast " -"double precision " -"gridx double precision " -" gridy double " -"precision scalex " -"double precision " -"scaley text" -" algorithm=NearestNeighbour " -"double precision " -"maxerr=0.125 " -" raster ST_SnapToGrid" -" raster rast " -"double precision " -"gridx double precision " -" gridy double " -"precision scalexy text " +"choice=\"opt\">double precision maxerr=0.125 double precision scalex=DEFAULT 0 double precision scaley=DEFAULT 0 raster " +"ST_SnapToGrid raster " +"rast double precision gridx double " +"precision gridy " +"double precision scalex double precision scaley text " "algorithm=NearestNeighbour double precision " -"maxerr=0.125 " -msgstr " raster ST_SnapToGrid raster rast double precision gridx double precision gridy text algorithm=NearestNeighbour double precision maxerr=0.125 double precision scalex=DEFAULT 0 double precision scaley=DEFAULT 0 raster ST_SnapToGrid raster rast double precision gridx double precision gridy double precision scalex double precision scaley text algorithm=NearestNeighbour double precision maxerr=0.125 raster ST_SnapToGrid raster rast double precision gridx double precision gridy double precision scalexy text algorithm=NearestNeighbour double precision maxerr=0.125 " +"choice=\"opt\">double precision maxerr=0.125 raster " +"ST_SnapToGrid raster " +"rast double precision gridx double " +"precision gridy " +"double precision scalexy text " +"algorithm=NearestNeighbour double precision maxerr=0.125 " +msgstr "" +" raster ST_SnapToGrid " +"raster rast " +"double precision gridx double precision gridy text " +"algorithm=NearestNeighbour double precision maxerr=0.125 double precision scalex=DEFAULT 0 double precision scaley=DEFAULT 0 raster " +"ST_SnapToGrid raster " +"rast double precision gridx double " +"precision gridy " +"double precision scalex double precision scaley text " +"algorithm=NearestNeighbour double precision maxerr=0.125 raster " +"ST_SnapToGrid raster " +"rast double precision gridx double " +"precision gridy " +"double precision scalexy text " +"algorithm=NearestNeighbour double precision maxerr=0.125 " #. Tag: para #: reference_raster.xml:3737 @@ -6517,8 +7318,8 @@ msgstr " raster ST_SnapToGrid raster ST_Transform " "raster rast " "integer srid " -"double precision " -"scalex double precision " -" scaley text " -"algorithm=NearestNeighbor double precision " -"maxerr=0.125 " +"double precision scalex double precision scaley text " +"algorithm=NearestNeighbor double precision maxerr=0.125 raster " +"ST_Transform raster " +"rast integer " +"srid text algorithm=NearestNeighbor double precision maxerr=0.125 double precision scalex double precision scaley " +msgstr "" " raster ST_Transform " "raster rast " "integer srid " -"text " -"algorithm=NearestNeighbor double precision " -"maxerr=0.125 double precision " -"scalex double precision " -"scaley " -msgstr " raster ST_Transform raster rast integer srid double precision scalex double precision scaley text algorithm=NearestNeighbor double precision maxerr=0.125 raster ST_Transform raster rast integer srid text algorithm=NearestNeighbor double precision maxerr=0.125 double precision scalex double precision scaley " +"double precision scalex double precision scaley text " +"algorithm=NearestNeighbor double precision maxerr=0.125 raster " +"ST_Transform raster " +"rast integer " +"srid text algorithm=NearestNeighbor double precision maxerr=0.125 double precision scalex double precision scaley " #. Tag: para #: reference_raster.xml:3802 @@ -6623,8 +7441,8 @@ msgstr " raster ST_TransformGDAL Warp resampling " -"methods for more details." +"'CubicSpline', and 'Lanczos'. Refer to: GDAL Warp resampling methods for more details." msgstr "" #. Tag: para @@ -6642,12 +7459,12 @@ msgstr "" #, no-c-format msgid "" "If you find your transformation support is not working right, you may need " -"to set the environment variable PROJSO to the .so or .dll projection library" -" your PostGIS is using. This just needs to have the name of the file. So for" -" example on windows, you would in Control Panel -> System -> Environment " +"to set the environment variable PROJSO to the .so or .dll projection library " +"your PostGIS is using. This just needs to have the name of the file. So for " +"example on windows, you would in Control Panel -> System -> Environment " "Variables add a system variable called PROJSO and set it " -"to libproj.dll (if you are using proj 4.6.1). You'll have" -" to restart your PostgreSQL service/daemon after this change." +"to libproj.dll (if you are using proj 4.6.1). You'll have " +"to restart your PostgreSQL service/daemon after this change." msgstr "" #. Tag: programlisting @@ -6661,7 +7478,8 @@ msgid "" " , ST_Transform(rast,4326, 'Bilinear') AS wgs_84_bilin\n" " FROM aerials.o_2_boston \n" " WHERE ST_Intersects(rast,\n" -" ST_Transform(ST_MakeEnvelope(-71.128, 42.2392,-71.1277, 42.2397, 4326),26986) )\n" +" ST_Transform(ST_MakeEnvelope(-71.128, " +"42.2392,-71.1277, 42.2397, 4326),26986) )\n" " LIMIT 1) As foo;\n" " \n" " w_before | w_after | h_before | h_after\n" @@ -6711,8 +7529,8 @@ msgstr "" #: reference_raster.xml:3864 #, no-c-format msgid "" -"Sets the value for the given band that represents no data. Band 1 is assumed" -" if no band is specified. To mark a band as having no nodata value, set the " +"Sets the value for the given band that represents no data. Band 1 is assumed " +"if no band is specified. To mark a band as having no nodata value, set the " "nodata value = NULL." msgstr "" @@ -6720,27 +7538,36 @@ msgstr "" #: reference_raster.xml:3868 #, no-c-format msgid "" -" raster " +" raster ST_SetBandNoDataValue raster rast double precision nodatavalue raster " "ST_SetBandNoDataValue raster " -" rast double " -"precision nodatavalue " -" raster " +" rast integer band double " +"precision nodatavalue boolean forcechecking=false " +msgstr "" +" raster ST_SetBandNoDataValue raster rast double precision nodatavalue raster " "ST_SetBandNoDataValue raster " -" rast integer " -" band double " +" rast integer band double " "precision nodatavalue boolean " -"forcechecking=false " -msgstr " raster ST_SetBandNoDataValue raster rast double precision nodatavalue raster ST_SetBandNoDataValue raster rast integer band double precision nodatavalue boolean forcechecking=false " +"choice=\"opt\">boolean forcechecking=false " #. Tag: para #: reference_raster.xml:3889 #, no-c-format msgid "" "Sets the value that represents no data for the band. Band 1 is assumed if " -"not specified. This will affect results from , , and " -"the ST_PixelAs...() functions." +"not specified. This will affect results from , , and the ST_PixelAs...() " +"functions." msgstr "" #. Tag: programlisting @@ -6763,7 +7590,8 @@ msgid "" " 3,108) \n" " WHERE rid = 2;\n" " \n" -"-- wipe out the nodata value this will ensure all pixels are considered for all processing functions\n" +"-- wipe out the nodata value this will ensure all pixels are considered for " +"all processing functions\n" "UPDATE dummy_rast \n" " SET rast = ST_SetBandNoDataValue(rast,1, NULL) \n" "WHERE rid = 2;" @@ -6791,9 +7619,13 @@ msgstr "" msgid "" "integer ST_SetBandIsNoData " "raster rast " -"integer " -"band=1" -msgstr "integer ST_SetBandIsNoData raster rast integer band=1" +"integer band=1" +msgstr "" +"integer ST_SetBandIsNoData " +"raster rast " +"integer band=1" #. Tag: para #: reference_raster.xml:3928 @@ -6801,17 +7633,16 @@ msgstr "integer ST_SetBandIsNoData is different using TRUE as last argument " -"and without using it" +"dirty. This is, when the result calling is different using TRUE as last argument and without using it" msgstr "" #. Tag: para #: reference_raster.xml:3935 #, no-c-format msgid "" -"Currently, the loader (raster2pgsql.py) is not able to set the isnodata flag" -" for bands. So, this is the fastest way to set it to TRUE, without changing " +"Currently, the loader (raster2pgsql.py) is not able to set the isnodata flag " +"for bands. So, this is the fastest way to set it to TRUE, without changing " "any other band value" msgstr "" @@ -6822,7 +7653,8 @@ msgid "" "-- Create dummy table with one raster column\n" "create table dummy_rast (rid integer, rast raster);\n" "\n" -"-- Add raster with two bands, one pixel/band. In the first band, nodatavalue = pixel value = 3.\n" +"-- Add raster with two bands, one pixel/band. In the first band, nodatavalue " +"= pixel value = 3.\n" "-- In the second band, nodatavalue = 13, pixel value = 4\n" "insert into dummy_rast values(1,\n" "(\n" @@ -6850,7 +7682,8 @@ msgid "" "||\n" "'0100' -- height (uint16 1)\n" "||\n" -"'4' -- hasnodatavalue set to true, isnodata value set to false (when it should be true)\n" +"'4' -- hasnodatavalue set to true, isnodata value set to false (when it " +"should be true)\n" "||\n" "'2' -- first band type (4BUI) \n" "||\n" @@ -6868,23 +7701,25 @@ msgid "" ")::raster\n" ");\n" "\n" -"select st_bandisnodata(rast, 1) from dummy_rast where rid = 1; -- Expected false\n" -"select st_bandisnodata(rast, 1, TRUE) from dummy_rast where rid = 1; -- Expected true\n" +"select st_bandisnodata(rast, 1) from dummy_rast where rid = 1; -- Expected " +"false\n" +"select st_bandisnodata(rast, 1, TRUE) from dummy_rast where rid = 1; -- " +"Expected true\n" "\n" "-- The isnodata flag is dirty. We are going to set it to true\n" "update dummy_rast set rast = st_setbandisnodata(rast, 1) where rid = 1;\n" "\n" "\n" -"select st_bandisnodata(rast, 1) from dummy_rast where rid = 1; -- Expected true" +"select st_bandisnodata(rast, 1) from dummy_rast where rid = 1; -- Expected " +"true" msgstr "" #. Tag: para #: reference_raster.xml:3950 #, no-c-format msgid "" -", , , " +", , , " msgstr "" #. Tag: title @@ -6903,8 +7738,8 @@ msgstr "" #: reference_raster.xml:3963 #, no-c-format msgid "" -"Returns the number of pixels in a given band of a raster or raster coverage." -" If no band is specified defaults to band 1. If exclude_nodata_value is set " +"Returns the number of pixels in a given band of a raster or raster coverage. " +"If no band is specified defaults to band 1. If exclude_nodata_value is set " "to true, will only count pixels that are not equal to the nodata value." msgstr "" @@ -6914,34 +7749,50 @@ msgstr "" msgid "" " bigint ST_Count " "raster rast " -"integer " -"nband=1 boolean " -"exclude_nodata_value=true " -" bigint ST_Count " +"integer nband=1 boolean " +"exclude_nodata_value=true " +" bigint ST_Count " "raster rast " -"boolean " -"exclude_nodata_value " +"boolean exclude_nodata_value bigint " +"ST_Count text " +"rastertable text " +"rastercolumn integer nband=1 boolean exclude_nodata_value=true bigint " +"ST_Count text " +"rastertable text " +"rastercolumn boolean exclude_nodata_value " +msgstr "" " bigint ST_Count " -"text rastertable " -"text rastercolumn " -"integer " -"nband=1 boolean " -"exclude_nodata_value=true " -" bigint ST_Count " -"text rastertable " -"text rastercolumn " -"boolean " -"exclude_nodata_value " -msgstr " bigint ST_Count raster rast integer nband=1 boolean exclude_nodata_value=true bigint ST_Count raster rast boolean exclude_nodata_value bigint ST_Count text rastertable text rastercolumn integer nband=1 boolean exclude_nodata_value=true bigint ST_Count text rastertable text rastercolumn boolean exclude_nodata_value " +"raster rast " +"integer nband=1 boolean " +"exclude_nodata_value=true " +" bigint ST_Count " +"raster rast " +"boolean exclude_nodata_value bigint " +"ST_Count text " +"rastertable text " +"rastercolumn integer nband=1 boolean exclude_nodata_value=true bigint " +"ST_Count text " +"rastertable text " +"rastercolumn boolean exclude_nodata_value " #. Tag: para #: reference_raster.xml:3998 #, no-c-format msgid "" -"Returns the number of pixels in a given band of a raster or raster coverage." -" If no band is specified nband defaults to 1." +"Returns the number of pixels in a given band of a raster or raster coverage. " +"If no band is specified nband defaults to 1." msgstr "" #. Tag: para @@ -6987,79 +7838,131 @@ msgstr "" #: reference_raster.xml:4022 #, no-c-format msgid "" -" SETOF record " -"ST_Histogram raster " -"rast integer " -"nband=1 boolean " -"exclude_nodata_value=true integer " -"bins=autocomputed double precision[] " -"width=NULL boolean " -"right=false " -" SETOF record " -"ST_Histogram raster " -"rast integer " -"nband integer " -"bins double" -" precision[] width=NULL boolean " -"right=false " -" SETOF record " -"ST_Histogram raster " -"rast integer " -"nband boolean " +" SETOF record ST_Histogram raster rast integer nband=1 boolean " +"exclude_nodata_value=true integer bins=autocomputed double precision[] " +"width=NULL boolean right=false SETOF record ST_Histogram raster rast integer nband integer bins double precision[] width=NULL boolean right=false SETOF record ST_Histogram raster rast integer nband boolean " "exclude_nodata_value " "integer bins " -"boolean right " -" SETOF record " -"ST_Histogram raster " -"rast integer " -"nband integer " -"bins boolean " +"boolean right SETOF record ST_Histogram raster rast integer nband integer bins boolean right SETOF record " +"ST_Histogram text " +"rastertable text " +"rastercolumn integer nband integer bins boolean " "right " "SETOF record ST_Histogram " "text rastertable " "text rastercolumn " "integer nband " -"integer bins " -"boolean right " -" SETOF record " +"boolean exclude_nodata_value integer bins boolean right SETOF record " "ST_Histogram text " "rastertable text " -"rastercolumn integer " -" nband boolean " -" exclude_nodata_value " +"rastercolumn integer nband=1 boolean exclude_nodata_value=true integer " +"bins=autocomputed double precision[] width=NULL boolean " +"right=false " +" SETOF record ST_Histogram text rastertable text rastercolumn integer nband=1 integer bins double precision[] width=NULL boolean right=false " +msgstr "" +" SETOF record ST_Histogram raster rast integer nband=1 boolean " +"exclude_nodata_value=true integer bins=autocomputed double precision[] " +"width=NULL boolean right=false SETOF record ST_Histogram raster rast integer nband integer bins double precision[] width=NULL boolean right=false SETOF record ST_Histogram raster rast integer nband boolean " +"exclude_nodata_value " "integer bins " -"boolean right " -" SETOF record " +"boolean right SETOF record ST_Histogram raster rast integer nband integer bins boolean right SETOF record " "ST_Histogram text " "rastertable text " -"rastercolumn integer " -"nband=1 boolean " -"exclude_nodata_value=true integer " -"bins=autocomputed double precision[] " -"width=NULL boolean " -"right=false " -" SETOF record " +"rastercolumn integer nband integer bins boolean " +"right " +"SETOF record ST_Histogram " +"text rastertable " +"text rastercolumn " +"integer nband " +"boolean exclude_nodata_value integer bins boolean right SETOF record " "ST_Histogram text " "rastertable text " -"rastercolumn integer " -"nband=1 integer " -"bins double" -" precision[] width=NULL boolean " -"right=false " -msgstr " SETOF record ST_Histogram raster rast integer nband=1 boolean exclude_nodata_value=true integer bins=autocomputed double precision[] width=NULL boolean right=false SETOF record ST_Histogram raster rast integer nband integer bins double precision[] width=NULL boolean right=false SETOF record ST_Histogram raster rast integer nband boolean exclude_nodata_value integer bins boolean right SETOF record ST_Histogram raster rast integer nband integer bins boolean right SETOF record ST_Histogram text rastertable text rastercolumn integer nband integer bins boolean right SETOF record ST_Histogram text rastertable text rastercolumn integer nband boolean exclude_nodata_value integer bins boolean right SETOF record ST_Histogram text rastertable text rastercolumn integer nband=1 boolean exclude_nodata_value=true integer bins=autocomputed double precision[] width=NULL boolean right=false SETOF record ST_Histogram text rastertable text rastercolumn integer nband=1 integer bins double precision[] width=NULL boolean right=false " +"rastercolumn integer nband=1 boolean exclude_nodata_value=true integer " +"bins=autocomputed double precision[] width=NULL boolean " +"right=false " +" SETOF record ST_Histogram text rastertable text rastercolumn integer nband=1 integer bins double precision[] width=NULL boolean right=false " #. Tag: para #: reference_raster.xml:4104 @@ -7074,9 +7977,9 @@ msgstr "" #: reference_raster.xml:4105 #, no-c-format msgid "" -"By default only considers pixel values not equal to the " -"nodata value . Set " -"exclude_nodata_value to false to get count all pixels." +"By default only considers pixel values not equal to the nodata value . Set exclude_nodata_value to false to get " +"count all pixels." msgstr "" #. Tag: term @@ -7191,7 +8094,8 @@ msgid "" " 224.666667 | 254 | 5 | 0.2\n" "(6 rows)\n" " \n" -"-- Same as previous but we explicitly control the pixel value range of each bin. \n" +"-- Same as previous but we explicitly control the pixel value range of each " +"bin. \n" "SELECT (stats).*\n" "FROM (SELECT rid, ST_Histogram(rast, 2,6,ARRAY[0.5,1,4,100,5]) As stats\n" " FROM dummy_rast \n" @@ -7233,75 +8137,118 @@ msgstr "" #: reference_raster.xml:4152 #, no-c-format msgid "" -" SETOF record " +" SETOF record ST_Quantile raster rast integer nband=1 boolean " +"exclude_nodata_value=true double precision[] quantiles=NULL SETOF record " "ST_Quantile raster " -"rast integer " -"nband=1 boolean " -"exclude_nodata_value=true double precision[] " -"quantiles=NULL " -" SETOF record " +"rast double precision[] quantiles " +" SETOF record ST_Quantile raster rast integer nband double precision[] quantiles double " +"precision ST_Quantile raster " +" rast double " +"precision quantile double precision " "ST_Quantile raster " -"rast double precision[] " -" quantiles " -" SETOF record " +"rast boolean " +"exclude_nodata_value double precision quantile=NULL double precision " "ST_Quantile raster " "rast integer " -"nband double precision[] " -" quantiles " -" double precision " +"nband double precision quantile " +" double precision ST_Quantile raster rast integer nband boolean exclude_nodata_value double precision " +"quantile " +"double precision ST_Quantile " +"raster rast " +"integer nband " +"double precision quantile SETOF record " +"ST_Quantile text " +"rastertable text " +"rastercolumn integer nband=1 boolean exclude_nodata_value=true double precision[] quantiles=NULL " +" SETOF record ST_Quantile text rastertable text rastercolumn integer nband double precision[] quantiles " +msgstr "" +" SETOF record ST_Quantile raster rast integer nband=1 boolean " +"exclude_nodata_value=true double precision[] quantiles=NULL SETOF record " "ST_Quantile raster " -"rast double precision " -" quantile " -" double precision " +"rast double precision[] quantiles " +" SETOF record ST_Quantile raster rast integer nband double precision[] quantiles double " +"precision ST_Quantile raster " +" rast double " +"precision quantile double precision " "ST_Quantile raster " "rast boolean " -"exclude_nodata_value double precision " -"quantile=NULL " -" double precision " -"ST_Quantile raster " -"rast integer " -"nband double precision " -" quantile " -" double precision " +"exclude_nodata_value double precision quantile=NULL double precision " "ST_Quantile raster " "rast integer " -"nband boolean " -"exclude_nodata_value " -"double precision " +"nband double precision quantile " +" double precision ST_Quantile raster rast integer nband boolean exclude_nodata_value double precision " "quantile " "double precision ST_Quantile " "raster rast " "integer nband " -"double precision " -"quantile " -"SETOF record ST_Quantile " -"text rastertable " -"text rastercolumn " -"integer " -"nband=1 boolean " -"exclude_nodata_value=true double precision[] " -"quantiles=NULL " -" SETOF record " +"double precision quantile SETOF record " "ST_Quantile text " "rastertable text " -"rastercolumn integer " -" nband double " -"precision[] quantiles " -"" -msgstr " SETOF record ST_Quantile raster rast integer nband=1 boolean exclude_nodata_value=true double precision[] quantiles=NULL SETOF record ST_Quantile raster rast double precision[] quantiles SETOF record ST_Quantile raster rast integer nband double precision[] quantiles double precision ST_Quantile raster rast double precision quantile double precision ST_Quantile raster rast boolean exclude_nodata_value double precision quantile=NULL double precision ST_Quantile raster rast integer nband double precision quantile double precision ST_Quantile raster rast integer nband boolean exclude_nodata_value double precision quantile double precision ST_Quantile raster rast integer nband double precision quantile SETOF record ST_Quantile text rastertable text rastercolumn integer nband=1 boolean exclude_nodata_value=true double precision[] quantiles=NULL SETOF record ST_Quantile text rastertable text rastercolumn integer nband double precision[] quantiles " +"rastercolumn integer nband=1 boolean exclude_nodata_value=true double precision[] quantiles=NULL " +" SETOF record ST_Quantile text rastertable text rastercolumn integer nband double precision[] quantiles " #. Tag: para #: reference_raster.xml:4224 #, no-c-format msgid "" -"Compute quantiles for a raster or raster table coverage in the context" -" of the sample or population. Thus, a value could be examined to be at the " +"Compute quantiles for a raster or raster table coverage in the context " +"of the sample or population. Thus, a value could be examined to be at the " "raster's 25%, 50%, 75% percentile." msgstr "" @@ -7318,7 +8265,8 @@ msgstr "" #, no-c-format msgid "" "UPDATE dummy_rast SET rast = ST_SetBandNoDataValue(rast,249) WHERE rid=2;\n" -"--Example will consider only pixels of band 1 that are not 249 and in named quantiles --\n" +"--Example will consider only pixels of band 1 that are not 249 and in named " +"quantiles --\n" "\n" "SELECT (pvq).*\n" "FROM (SELECT ST_Quantile(rast, ARRAY[0.25,0.75]) As pvq\n" @@ -7342,11 +8290,13 @@ msgstr "" #: reference_raster.xml:4233 #, no-c-format msgid "" -"--real live example. Quantile of all pixels in band 2 intersecting a geometry\n" +"--real live example. Quantile of all pixels in band 2 intersecting a " +"geometry\n" "SELECT rid, (ST_Quantile(rast,2)).* As pvc\n" " FROM o_4_boston \n" " WHERE ST_Intersects(rast, \n" -" ST_GeomFromText('POLYGON((224486 892151,224486 892200,224706 892200,224706 892151,224486 892151))',26986)\n" +" ST_GeomFromText('POLYGON((224486 892151,224486 892200,224706 " +"892200,224706 892151,224486 892151))',26986)\n" " )\n" "ORDER BY value, quantile,rid\n" ";\n" @@ -7401,30 +8351,45 @@ msgstr "" #: reference_raster.xml:4249 #, no-c-format msgid "" -" record " -"ST_SummaryStats text " -"rastertable text " -"rastercolumn boolean " -" exclude_nodata_value " -" record " -"ST_SummaryStats raster " -" rast boolean " -" exclude_nodata_value " -" record " -"ST_SummaryStats text " -"rastertable text " -"rastercolumn integer " -"nband=1 boolean " -"exclude_nodata_value=true " -" record " -"ST_SummaryStats raster " -" rast integer " -" nband boolean " -" exclude_nodata_value " -"" -msgstr " record ST_SummaryStats text rastertable text rastercolumn boolean exclude_nodata_value record ST_SummaryStats raster rast boolean exclude_nodata_value record ST_SummaryStats text rastertable text rastercolumn integer nband=1 boolean exclude_nodata_value=true record ST_SummaryStats raster rast integer nband boolean exclude_nodata_value " +" record ST_SummaryStats text rastertable text rastercolumn boolean exclude_nodata_value record " +"ST_SummaryStats raster rast boolean " +"exclude_nodata_value " +" record ST_SummaryStats text rastertable text rastercolumn integer nband=1 boolean " +"exclude_nodata_value=true " +" record ST_SummaryStats raster rast integer nband boolean exclude_nodata_value " +msgstr "" +" record ST_SummaryStats text rastertable text rastercolumn boolean exclude_nodata_value record " +"ST_SummaryStats raster rast boolean " +"exclude_nodata_value " +" record ST_SummaryStats text rastertable text rastercolumn integer nband=1 boolean " +"exclude_nodata_value=true " +" record ST_SummaryStats raster rast integer nband boolean exclude_nodata_value " #. Tag: para #: reference_raster.xml:4285 @@ -7439,9 +8404,9 @@ msgstr "" #: reference_raster.xml:4287 #, no-c-format msgid "" -"By default only considers pixel values not equal to the " -"nodata value. Set exclude_nodata_value" -" to false to get count of all pixels." +"By default only considers pixel values not equal to the nodata value. Set exclude_nodata_value to false to get " +"count of all pixels." msgstr "" #. Tag: para @@ -7495,7 +8460,8 @@ msgstr "" msgid "" "WITH \n" "-- our features of interest\n" -" feat AS (SELECT gid As building_id, geom_26986 As geom FROM buildings AS b \n" +" feat AS (SELECT gid As building_id, geom_26986 As geom FROM buildings AS " +"b \n" " WHERE gid IN(100, 103,150)\n" " ),\n" "-- clip band 2 of raster tiles to boundaries of builds\n" @@ -7548,7 +8514,8 @@ msgid "" "-- For a table -- will get better speed if set sampling to less than 100%\n" "-- Here we set to 25% and get a much faster answer\n" "SELECT band, (stats).*\n" -"FROM (SELECT band, ST_SummaryStats('o_4_boston','rast', band,true,0.25) As stats\n" +"FROM (SELECT band, ST_SummaryStats('o_4_boston','rast', band,true,0.25) As " +"stats\n" " FROM generate_series(1,3) As band) As foo;\n" " \n" " band | count | sum | mean | stddev | min | max\n" @@ -7585,116 +8552,197 @@ msgstr "" #: reference_raster.xml:4327 #, no-c-format msgid "" -" SETOF record " -"ST_ValueCount raster " -"rast integer " -"nband=1 boolean " -"exclude_nodata_value=true double precision[] " -"searchvalues=NULL double precision " -"roundto=0 double precision" -" OUT value integer" -" OUT count " -" SETOF record " +" SETOF record ST_ValueCount raster rast integer nband=1 boolean " +"exclude_nodata_value=true double precision[] searchvalues=NULL double precision roundto=0 double " +"precision OUT value " +"integer OUT count " +" SETOF record " "ST_ValueCount raster " "rast integer " -"nband double precision[] " -" searchvalues double precision " -"roundto=0 double precision" -" OUT value integer" -" OUT count " -" SETOF record " +"nband double precision[] searchvalues double precision roundto=0 double precision OUT value integer OUT count SETOF record " "ST_ValueCount raster " -"rast double precision[] " -" searchvalues double precision " -"roundto=0 double precision" -" OUT value integer" -" OUT count " -" bigint ST_ValueCount" -" raster rast " -"double precision " -"searchvalue double precision " -"roundto=0 " -" bigint ST_ValueCount " -"raster rast " -"integer nband " -"boolean " +"rast double precision[] searchvalues double precision roundto=0 double precision OUT value integer OUT count bigint " +"ST_ValueCount raster " +"rast double precision searchvalue double precision roundto=0 bigint " +"ST_ValueCount raster " +"rast integer " +"nband boolean " "exclude_nodata_value " -"double precision " -"searchvalue double precision " -"roundto=0 " -" bigint ST_ValueCount " +"double precision searchvalue double precision " +"roundto=0 " +"bigint ST_ValueCount " "raster rast " "integer nband " -"double precision " -"searchvalue double precision " -"roundto=0 " -" SETOF record ST_ValueCount " +"double precision searchvalue double precision " +"roundto=0 " +"SETOF record ST_ValueCount " "text rastertable " "text rastercolumn " -"integer " -"nband=1 boolean " -"exclude_nodata_value=true double precision[] " -"searchvalues=NULL double precision " -"roundto=0 double precision" -" OUT value integer" -" OUT count " -" SETOF record " +"integer nband=1 boolean " +"exclude_nodata_value=true double precision[] searchvalues=NULL double precision roundto=0 double " +"precision OUT value " +"integer OUT count " +" SETOF record " "ST_ValueCount text " "rastertable text " "rastercolumn double " -"precision[] searchvalues double precision " -"roundto=0 double precision" -" OUT value integer" -" OUT count " -" SETOF record " +"precision[] searchvalues double precision roundto=0 double precision " +"OUT value integer " +"OUT count " +"SETOF record ST_ValueCount " +"text rastertable " +"text rastercolumn " +"integer nband " +"double precision[] searchvalues double precision roundto=0 double " +"precision OUT value " +"integer OUT count " +" bigintST_ValueCount text rastertable text rastercolumn integer nband boolean " +"exclude_nodata_value " +"double precision searchvalue double precision " +"roundto=0 " +"bigint ST_ValueCount " +"text rastertable " +"text rastercolumn " +"double precision searchvalue double precision " +"roundto=0 " +"bigint ST_ValueCount " +"text rastertable " +"text rastercolumn " +"integer nband " +"double precision searchvalue double precision " +"roundto=0 " +msgstr "" +" SETOF record ST_ValueCount raster rast integer nband=1 boolean " +"exclude_nodata_value=true double precision[] searchvalues=NULL double precision roundto=0 double " +"precision OUT value " +"integer OUT count " +" SETOF record " +"ST_ValueCount raster " +"rast integer " +"nband double precision[] searchvalues double precision roundto=0 double precision OUT value integer OUT count SETOF record " +"ST_ValueCount raster " +"rast double precision[] searchvalues double precision roundto=0 double precision OUT value integer OUT count bigint " +"ST_ValueCount raster " +"rast double precision searchvalue double precision roundto=0 bigint " +"ST_ValueCount raster " +"rast integer " +"nband boolean " +"exclude_nodata_value " +"double precision searchvalue double precision " +"roundto=0 " +"bigint ST_ValueCount " +"raster rast " +"integer nband " +"double precision searchvalue double precision " +"roundto=0 " +"SETOF record ST_ValueCount " +"text rastertable " +"text rastercolumn " +"integer nband=1 boolean " +"exclude_nodata_value=true double precision[] searchvalues=NULL double precision roundto=0 double " +"precision OUT value " +"integer OUT count " +" SETOF record " "ST_ValueCount text " "rastertable text " -"rastercolumn integer " -" nband double " -"precision[] searchvalues double precision " -"roundto=0 double precision" -" OUT value integer" -" OUT count " -" bigintST_ValueCount " +"rastercolumn double " +"precision[] searchvalues double precision roundto=0 double precision " +"OUT value integer " +"OUT count " +"SETOF record ST_ValueCount " "text rastertable " "text rastercolumn " "integer nband " -"boolean " +"double precision[] searchvalues double precision roundto=0 double " +"precision OUT value " +"integer OUT count " +" bigintST_ValueCount text rastertable text rastercolumn integer nband boolean " "exclude_nodata_value " -"double precision " -"searchvalue double precision " -"roundto=0 " -" bigint ST_ValueCount " +"double precision searchvalue double precision " +"roundto=0 " +"bigint ST_ValueCount " "text rastertable " "text rastercolumn " -"double precision " -"searchvalue double precision " -"roundto=0 " -" bigint ST_ValueCount " +"double precision searchvalue double precision " +"roundto=0 " +"bigint ST_ValueCount " "text rastertable " "text rastercolumn " "integer nband " -"double precision " -"searchvalue double precision " +"double precision searchvalue double precision " "roundto=0 " -msgstr " SETOF record ST_ValueCount raster rast integer nband=1 boolean exclude_nodata_value=true double precision[] searchvalues=NULL double precision roundto=0 double precision OUT value integer OUT count SETOF record ST_ValueCount raster rast integer nband double precision[] searchvalues double precision roundto=0 double precision OUT value integer OUT count SETOF record ST_ValueCount raster rast double precision[] searchvalues double precision roundto=0 double precision OUT value integer OUT count bigint ST_ValueCount raster rast double precision searchvalue double precision roundto=0 bigint ST_ValueCount raster rast integer nband boolean exclude_nodata_value double precision searchvalue double precision roundto=0 bigint ST_ValueCount raster rast integer nband double precision searchvalue double precision roundto=0 SETOF record ST_ValueCount text rastertable text rastercolumn integer nband=1 boolean exclude_nodata_value=true double precision[] searchvalues=NULL double precision roundto=0 double precision OUT value integer OUT count SETOF record ST_ValueCount text rastertable text rastercolumn double precision[] searchvalues double precision roundto=0 double precision OUT value integer OUT count SETOF record ST_ValueCount text rastertable text rastercolumn integer nband double precision[] searchvalues double precision roundto=0 double precision OUT value integer OUT count bigintST_ValueCount text rastertable text rastercolumn integer nband boolean exclude_nodata_value double precision searchvalue double precision roundto=0 bigint ST_ValueCount text rastertable text rastercolumn double precision searchvalue double precision roundto=0 bigint ST_ValueCount text rastertable text rastercolumn integer nband double precision searchvalue double precision roundto=0 " #. Tag: para #: reference_raster.xml:4440 @@ -7774,13 +8822,15 @@ msgstr "" #: reference_raster.xml:4450 #, no-c-format msgid "" -"--real live example. Count all the pixels in an aerial raster tile band 2 intersecting a geometry \n" +"--real live example. Count all the pixels in an aerial raster tile band 2 " +"intersecting a geometry \n" "-- and return only the pixel band values that have a count > 500\n" "SELECT (pvc).value, SUM((pvc).count) As total\n" "FROM (SELECT ST_ValueCount(rast,2) As pvc\n" " FROM o_4_boston \n" " WHERE ST_Intersects(rast, \n" -" ST_GeomFromText('POLYGON((224486 892151,224486 892200,224706 892200,224706 892151,224486 892151))',26986)\n" +" ST_GeomFromText('POLYGON((224486 892151,224486 892200,224706 " +"892200,224706 892151,224486 892151))',26986)\n" " ) \n" " ) As foo\n" " GROUP BY (pvc).value\n" @@ -7797,11 +8847,13 @@ msgstr "" #: reference_raster.xml:4452 #, no-c-format msgid "" -"-- Just return count of pixels in each raster tile that have value of 100 of tiles that intersect a specific geometry --\n" +"-- Just return count of pixels in each raster tile that have value of 100 of " +"tiles that intersect a specific geometry --\n" "SELECT rid, ST_ValueCount(rast,2,100) As count\n" " FROM o_4_boston \n" " WHERE ST_Intersects(rast, \n" -" ST_GeomFromText('POLYGON((224486 892151,224486 892200,224706 892200,224706 892151,224486 892151))',26986)\n" +" ST_GeomFromText('POLYGON((224486 892151,224486 892200,224706 " +"892200,224706 892151,224486 892151))',26986)\n" " ) ;\n" "\n" " rid | count\n" @@ -7828,8 +8880,8 @@ msgstr "" #: reference_raster.xml:4467 #, no-c-format msgid "" -"Return the Well-Known Binary (WKB) representation of the raster without SRID" -" meta data." +"Return the Well-Known Binary (WKB) representation of the raster without SRID " +"meta data." msgstr "" #. Tag: funcprototype @@ -7838,15 +8890,17 @@ msgstr "" msgid "" "bytea ST_AsBinary " "raster rast" -msgstr "bytea ST_AsBinary raster rast" +msgstr "" +"bytea ST_AsBinary " +"raster rast" #. Tag: para #: reference_raster.xml:4482 #, no-c-format msgid "" -"Returns the Binary representation of the raster. There are 2 variants of the" -" function. The first variant takes no endian encoding parameter and defaults" -" to little endian. The second variant takes a second argument denoting the " +"Returns the Binary representation of the raster. There are 2 variants of the " +"function. The first variant takes no endian encoding parameter and defaults " +"to little endian. The second variant takes a second argument denoting the " "encoding - using little-endian ('NDR') or big-endian ('XDR') encoding." msgstr "" @@ -7867,8 +8921,10 @@ msgid "" "\n" " rastbin\n" "---------------------------------------------------------------------------------\n" -"\\001\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000@\\000\\000\\000\\000\\000\\000\\010@\\\n" -"000\\000\\000\\000\\000\\000\\340?\\000\\000\\000\\000\\000\\000\\340?\\000\\000\\000\\000\\000\\00\n" +"\\001\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000@" +"\\000\\000\\000\\000\\000\\000\\010@\\\n" +"000\\000\\000\\000\\000\\000\\340?\\000\\000\\000\\000\\000\\000\\340?" +"\\000\\000\\000\\000\\000\\00\n" "0\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\012\\000\\000\\000\\012\\000\\024\\000" msgstr "" @@ -7883,8 +8939,8 @@ msgstr "" #, no-c-format msgid "" "Return the raster tile in the designated GDAL Raster format. Raster formats " -"are one of those supported by your compiled library. Use ST_GDALRasters() to" -" get a list of formats supported by your library." +"are one of those supported by your compiled library. Use ST_GDALRasters() to " +"get a list of formats supported by your library." msgstr "" #. Tag: funcprototype @@ -7894,11 +8950,16 @@ msgid "" "bytea ST_AsGDALRaster " "raster rast " "text format " -"text[] " -"options=NULL integer " +"text[] options=NULL integer " +"srid=sameassource" +msgstr "" +"bytea ST_AsGDALRaster " +"raster rast " +"text format " +"text[] options=NULL integer " "srid=sameassource" -msgstr "bytea ST_AsGDALRaster raster rast text format text[] options=NULL integer srid=sameassource" #. Tag: para #: reference_raster.xml:4519 @@ -7912,8 +8973,8 @@ msgstr "" #: reference_raster.xml:4522 #, no-c-format msgid "" -"format format to output. This is dependent on the drivers" -" compiled in your libgdal library. Generally available are 'JPEG', 'GTIff', " +"format format to output. This is dependent on the drivers " +"compiled in your libgdal library. Generally available are 'JPEG', 'GTIff', " "'PNG'. Use to get a list of formats " "supported by your library." msgstr "" @@ -7923,9 +8984,8 @@ msgstr "" #, no-c-format msgid "" "options text array of GDAL options. Valid options are " -"dependent on the format. Refer to GDAL Raster format " -"options for more details." +"dependent on the format. Refer to GDAL Raster format options for more details." msgstr "" #. Tag: para @@ -7989,10 +9049,10 @@ msgstr "" #: reference_raster.xml:4564 #, no-c-format msgid "" -"Return the raster tile selected bands as a single Joint Photographic Exports" -" Group (JPEG) image (byte array). If no band is specified and 1 or more than" -" 3 bands, then only the first band is used. If only 3 bands then all 3 bands" -" are used and mapped to RGB." +"Return the raster tile selected bands as a single Joint Photographic Exports " +"Group (JPEG) image (byte array). If no band is specified and 1 or more than " +"3 bands, then only the first band is used. If only 3 bands then all 3 bands " +"are used and mapped to RGB." msgstr "" #. Tag: funcsynopsis @@ -8001,29 +9061,49 @@ msgstr "" msgid "" " bytea ST_AsJPEG " "raster rast " -"text[] " -"options=NULL " -" bytea ST_AsJPEG " +"text[] options=NULL bytea " +"ST_AsJPEG raster " +"rast integer " +"nband integer " +"quality " +"bytea ST_AsJPEG " "raster rast " "integer nband " -"integer quality " -" bytea " +"text[] options=NULL bytea " "ST_AsJPEG raster " -"rast integer " -"nband text[] " -"options=NULL " +"rast integer[] " +"nbands text[] options=NULL bytea ST_AsJPEG raster rast integer[] nbands integer quality " +msgstr "" " bytea ST_AsJPEG " "raster rast " -"integer[] nbands " -"text[] " -"options=NULL " -" bytea ST_AsJPEG " +"text[] options=NULL bytea " +"ST_AsJPEG raster " +"rast integer " +"nband integer " +"quality " +"bytea ST_AsJPEG " "raster rast " -"integer[] nbands " -"integer quality " -"" -msgstr " bytea ST_AsJPEG raster rast text[] options=NULL bytea ST_AsJPEG raster rast integer nband integer quality bytea ST_AsJPEG raster rast integer nband text[] options=NULL bytea ST_AsJPEG raster rast integer[] nbands text[] options=NULL bytea ST_AsJPEG raster rast integer[] nbands integer quality " +"integer nband " +"text[] options=NULL bytea " +"ST_AsJPEG raster " +"rast integer[] " +"nbands text[] options=NULL bytea ST_AsJPEG raster rast integer[] nbands integer quality " #. Tag: para #: reference_raster.xml:4604 @@ -8047,9 +9127,9 @@ msgstr "" #: reference_raster.xml:4612 #, no-c-format msgid "" -"nbands is an array of bands to export (note that max is 3" -" for JPEG) and the order of the bands is RGB. e.g ARRAY[3,2,1] means map " -"band 3 to Red, band 2 to green and band 1 to blue" +"nbands is an array of bands to export (note that max is 3 " +"for JPEG) and the order of the bands is RGB. e.g ARRAY[3,2,1] means map band " +"3 to Red, band 2 to green and band 1 to blue" msgstr "" #. Tag: para @@ -8065,10 +9145,10 @@ msgstr "" #, no-c-format msgid "" "options text Array of GDAL options as defined for JPEG " -"(look at create_options for JPEG ). For" -" JPEG valid ones are PROGRESSIVE ON or OFF and " -"QUALITY a range from 0 to 100 and default to 75. Refer to" -" GDAL Raster format " +"(look at create_options for JPEG ). For " +"JPEG valid ones are PROGRESSIVE ON or OFF and " +"QUALITY a range from 0 to 100 and default to 75. Refer to " +"GDAL Raster format " "options for more details." msgstr "" @@ -8090,8 +9170,10 @@ msgid "" "SELECT ST_AsJPEG(rast,1,90) As rastjpg\n" " FROM dummy_rast WHERE rid=2;\n" " \n" -"-- output first 3 bands (but make band 2 Red, band 1 green, and band 3 blue, progressive and 90% quality\n" -"SELECT ST_AsJPEG(rast,ARRAY[2,1,3],ARRAY['QUALITY=90','PROGRESSIVE=ON']) As rastjpg\n" +"-- output first 3 bands (but make band 2 Red, band 1 green, and band 3 blue, " +"progressive and 90% quality\n" +"SELECT ST_AsJPEG(rast,ARRAY[2,1,3],ARRAY['QUALITY=90','PROGRESSIVE=ON']) As " +"rastjpg\n" " FROM dummy_rast WHERE rid=2;" msgstr "" @@ -8099,9 +9181,8 @@ msgstr "" #: reference_raster.xml:4648 #, no-c-format msgid "" -", , , , " +", , , , " msgstr "" #. Tag: refname @@ -8127,37 +9208,57 @@ msgstr "" msgid "" " bytea ST_AsPNG " "raster rast " -"text[] " -"options=NULL " +"text[] options=NULL bytea " +"ST_AsPNG raster " +"rast integer " +"nband integer " +"compression " " bytea ST_AsPNG " "raster rast " "integer nband " -"integer " +"text[] options=NULL bytea " +"ST_AsPNG raster " +"rast integer[] " +"nbands integer " "compression " " bytea ST_AsPNG " "raster rast " -"integer nband " -"text[] " -"options=NULL " +"integer[] nbands " +"text[] options=NULL " +msgstr "" " bytea ST_AsPNG " "raster rast " -"integer[] nbands " -"integer " +"text[] options=NULL bytea " +"ST_AsPNG raster " +"rast integer " +"nband integer " +"compression " +" bytea ST_AsPNG " +"raster rast " +"integer nband " +"text[] options=NULL bytea " +"ST_AsPNG raster " +"rast integer[] " +"nbands integer " "compression " " bytea ST_AsPNG " "raster rast " "integer[] nbands " -"text[] " -"options=NULL " -msgstr " bytea ST_AsPNG raster rast text[] options=NULL bytea ST_AsPNG raster rast integer nband integer compression bytea ST_AsPNG raster rast integer nband text[] options=NULL bytea ST_AsPNG raster rast integer[] nbands integer compression bytea ST_AsPNG raster rast integer[] nbands text[] options=NULL " +"text[] options=NULL " #. Tag: para #: reference_raster.xml:4695 #, no-c-format msgid "" "Returns the selected bands of the raster as a single Portable Network " -"Graphics Image (PNG). Use if you need" -" to export as less common raster types. If no band is specified, then the " +"Graphics Image (PNG). Use if you need " +"to export as less common raster types. If no band is specified, then the " "first 3 bands are exported. There are many variants of the function with " "many options. If no srid is specified then then srid of " "the raster is used. These are itemized below:" @@ -8167,17 +9268,17 @@ msgstr "" #: reference_raster.xml:4703 reference_raster.xml:4786 #, no-c-format msgid "" -"nbands is an array of bands to export (note that max is 3" -" for PNG) and the order of the bands is RGB. e.g ARRAY[3,2,1] means map band" -" 3 to Red, band 2 to green and band 1 to blue" +"nbands is an array of bands to export (note that max is 3 " +"for PNG) and the order of the bands is RGB. e.g ARRAY[3,2,1] means map band " +"3 to Red, band 2 to green and band 1 to blue" msgstr "" #. Tag: para #: reference_raster.xml:4708 #, no-c-format msgid "" -"compression number from 1 to 9. The higher the number the" -" greater the compression." +"compression number from 1 to 9. The higher the number the " +"greater the compression." msgstr "" #. Tag: para @@ -8188,9 +9289,9 @@ msgid "" "(look at create_options for PNG of ). " "For PNG valid one is only ZLEVEL (amount of time to spend on compression -- " "default 6) e.g. ARRAY['ZLEVEL=9']. WORLDFILE is not allowed since the " -"function would have to output two outputs. Refer to GDAL Raster format " -"options for more details." +"function would have to output two outputs. Refer to GDAL Raster format options for more " +"details." msgstr "" #. Tag: programlisting @@ -8200,7 +9301,8 @@ msgid "" "SELECT ST_AsPNG(rast) As rastpng\n" "FROM dummy_rast WHERE rid=2;\n" "\n" -"-- export the first 3 bands and map band 3 to Red, band 1 to Green, band 2 to blue\n" +"-- export the first 3 bands and map band 3 to Red, band 1 to Green, band 2 " +"to blue\n" "SELECT ST_AsPNG(rast, ARRAY[3,1,2]) As rastpng\n" "FROM dummy_rast WHERE rid=2;" msgstr "" @@ -8209,8 +9311,8 @@ msgstr "" #: reference_raster.xml:4739 #, no-c-format msgid "" -", , " +", , " msgstr "" #. Tag: refname @@ -8233,41 +9335,61 @@ msgstr "" msgid "" " bytea ST_AsTIFF " "raster rast " -"text[] " -"options='' integer " -" srid=sameassource " +"text[] options='' integer " +"srid=sameassource " +" bytea ST_AsTIFF " +"raster rast " +"text compression='' integer " +"srid=sameassource " " bytea ST_AsTIFF " "raster rast " -"text " -"compression='' integer " +"integer[] nbands " +"text compression='' integer " "srid=sameassource " " bytea ST_AsTIFF " "raster rast " "integer[] nbands " -"text " -"compression='' integer " +"text[] options " +"integer srid=sameassource " +msgstr "" +" bytea ST_AsTIFF " +"raster rast " +"text[] options='' integer " +"srid=sameassource " +" bytea ST_AsTIFF " +"raster rast " +"text compression='' integer " +"srid=sameassource " +" bytea ST_AsTIFF " +"raster rast " +"integer[] nbands " +"text compression='' integer " "srid=sameassource " " bytea ST_AsTIFF " "raster rast " "integer[] nbands " "text[] options " -"integer " -"srid=sameassource " -msgstr " bytea ST_AsTIFF raster rast text[] options='' integer srid=sameassource bytea ST_AsTIFF raster rast text compression='' integer srid=sameassource bytea ST_AsTIFF raster rast integer[] nbands text compression='' integer srid=sameassource bytea ST_AsTIFF raster rast integer[] nbands text[] options integer srid=sameassource " +"integer srid=sameassource " #. Tag: para #: reference_raster.xml:4783 #, no-c-format msgid "" "Returns the selected bands of the raster as a single Tagged Image File " -"Format (TIFF). If no band is specified, will try to use all bands. This is a" -" wrapper around . Use if you need to export as less common raster" -" types. There are many variants of the function with many options. If no " -"spatial reference SRS text is present, the spatial reference of the raster " -"is used. These are itemized below:" +"Format (TIFF). If no band is specified, will try to use all bands. This is a " +"wrapper around . Use if you need to export as less common raster types. " +"There are many variants of the function with many options. If no spatial " +"reference SRS text is present, the spatial reference of the raster is used. " +"These are itemized below:" msgstr "" #. Tag: para @@ -8283,10 +9405,9 @@ msgstr "" #, no-c-format msgid "" "options text Array of GDAL create options as defined for " -"GTiff (look at create_options for GTiff of ). or refer to GDAL Raster format " -"options for more details." +"GTiff (look at create_options for GTiff of ). or refer to GDAL " +"Raster format options for more details." msgstr "" #. Tag: para @@ -8314,7 +9435,8 @@ msgstr "" #. Tag: para #: reference_raster.xml:4819 #, no-c-format -msgid ", , " +msgid "" +", , " msgstr "" #. Tag: title @@ -8339,9 +9461,11 @@ msgstr "" #: reference_raster.xml:4834 #, no-c-format msgid "" -"box3d Box3D raster " -" rast" -msgstr "box3d Box3D raster rast" +"box3d Box3D raster rast" +msgstr "" +"box3d Box3D raster rast" #. Tag: para #: reference_raster.xml:4844 @@ -8354,8 +9478,8 @@ msgstr "" #, no-c-format msgid "" "The polygon is defined by the corner points of the bounding box " -"((MINX, MINY), " -"(MAXX, MAXY))" +"((MINX, MINY), (MAXX, MAXY))" msgstr "" #. Tag: para @@ -8390,8 +9514,8 @@ msgstr "" #, no-c-format msgid "" "Returns the raster clipped by the input geometry. If no band is specified " -"all bands are returned. If crop is not specified, true is" -" assumed meaning the output raster is cropped." +"all bands are returned. If crop is not specified, true is " +"assumed meaning the output raster is cropped." msgstr "" #. Tag: funcsynopsis @@ -8402,27 +9526,42 @@ msgid "" "raster rast " "geometry geom " "double precision[] " -"nodataval=NULL boolean " -"crop=true " -" raster ST_Clip " +"nodataval=NULL boolean crop=true raster ST_Clip raster rast geometry geom boolean crop raster " +"ST_Clip raster " +"rast integer " +"band geometry " +"geom boolean " +"crop " +msgstr "" +" raster ST_Clip " "raster rast " "geometry geom " -"boolean crop " -" raster " +"double precision[] " +"nodataval=NULL boolean crop=true raster ST_Clip raster rast geometry geom boolean crop raster " "ST_Clip raster " "rast integer " "band geometry " "geom boolean " "crop " -msgstr " raster ST_Clip raster rast geometry geom double precision[] nodataval=NULL boolean crop=true raster ST_Clip raster rast geometry geom boolean crop raster ST_Clip raster rast integer band geometry geom boolean crop " #. Tag: para #: reference_raster.xml:4902 #, no-c-format msgid "" -"Returns a raster that is clipped by the input geometry " -"geom. If no band is specified all bands are returned." +"Returns a raster that is clipped by the input geometry geom. If no band is specified all bands are returned." msgstr "" #. Tag: para @@ -8430,13 +9569,13 @@ msgstr "" #, no-c-format msgid "" "Rasters resulting from ST_Clip must have a nodata value assigned for areas " -"clipped, one for each band. If none are provided and the input raster do not" -" have a nodata value defined, nodata values of the resulting raster are set " +"clipped, one for each band. If none are provided and the input raster do not " +"have a nodata value defined, nodata values of the resulting raster are set " "to ST_MinPossibleValue(ST_BandPixelType(rast, band)). When the number of " "nodata value in the array is smaller than the number of band, the last one " "in the array is used for the remaining bands. If the number of nodata value " -"is greater than the number of band, the extra nodata values are ignored. All" -" variants accepting an array of nodata values also accept a single value " +"is greater than the number of band, the extra nodata values are ignored. All " +"variants accepting an array of nodata values also accept a single value " "which will be assigned to each band." msgstr "" @@ -8445,19 +9584,18 @@ msgstr "" #, no-c-format msgid "" "If crop is not specified, true is assumed meaning the " -"output raster is cropped to the intersection of the " -"geomand rast extents. If " -"crop is set to false, the new raster gets the same extent" -" as rast." +"output raster is cropped to the intersection of the geomand rast extents. If crop is " +"set to false, the new raster gets the same extent as rast." msgstr "" #. Tag: para #: reference_raster.xml:4910 #, no-c-format msgid "" -"Examples here use Massachusetts aerial data available on MassGIS site MassGIS Aerial " -"Orthos. Coordinates are in Massachusetts State Plane Meters." +"Examples here use Massachusetts aerial data available on MassGIS site MassGIS Aerial Orthos. Coordinates are in Massachusetts State Plane Meters." msgstr "" #. Tag: title @@ -8484,9 +9622,11 @@ msgid "" "-- Demonstrate effect of crop on final dimensions of raster\n" "-- Note how final extent is clipped to that of the geometry\n" "-- if crop = true\n" -"SELECT ST_XMax(ST_Envelope(ST_Clip(rast, 1, clipper, true))) As xmax_w_trim,\n" +"SELECT ST_XMax(ST_Envelope(ST_Clip(rast, 1, clipper, true))) As " +"xmax_w_trim,\n" " ST_XMax(clipper) As xmax_clipper,\n" -" ST_XMax(ST_Envelope(ST_Clip(rast, 1, clipper, false))) As xmax_wo_trim,\n" +" ST_XMax(ST_Envelope(ST_Clip(rast, 1, clipper, false))) As " +"xmax_wo_trim,\n" " ST_XMax(ST_Envelope(rast)) As xmax_rast_orig\n" "FROM (SELECT rast, ST_Buffer(ST_Centroid(ST_Envelope(rast)),6) As clipper\n" " FROM aerials.boston\n" @@ -8521,7 +9661,8 @@ msgstr "" #: reference_raster.xml:4947 #, no-c-format msgid "" -"-- Same example as before, but we need to set crop to false to be able to use ST_AddBand\n" +"-- Same example as before, but we need to set crop to false to be able to " +"use ST_AddBand\n" "-- because ST_AddBand requires all bands be the same Width and height\n" "SELECT ST_AddBand(ST_Clip(rast, 1,\n" " ST_Buffer(ST_Centroid(ST_Envelope(rast)),20),false\n" @@ -8583,7 +9724,9 @@ msgstr "" msgid "" "geometry ST_ConvexHull " "raster rast" -msgstr "geometry ST_ConvexHull raster rast" +msgstr "" +"geometry ST_ConvexHull " +"raster rast" #. Tag: para #: reference_raster.xml:5033 @@ -8591,8 +9734,8 @@ msgstr "geometry ST_ConvexHull PostGIS" -" Raster Specification for a diagram of this." +"Refer to PostGIS Raster Specification for a diagram " +"of this." msgstr "" #. Tag: programlisting @@ -8622,10 +9765,13 @@ msgid "" " ST_AsText(ST_Envelope(rast)) As env\n" "FROM dummy_rast WHERE rid=1;\n" "\n" -" convhull | env\n" +" convhull | " +"env\n" "\n" -"--------------------------------------------------------+-----------------------\n" -" POLYGON((0.5 0.5,20.5 0.5,20.5 60.5,0.5 60.5,0.5 0.5)) | POLYGON((0 0,20 0,20 60,0 60,0 0))" +"--------------------------------------------------------" +"+-----------------------\n" +" POLYGON((0.5 0.5,20.5 0.5,20.5 60.5,0.5 60.5,0.5 0.5)) | POLYGON((0 0,20 " +"0,20 60,0 60,0 0))" msgstr "" #. Tag: programlisting @@ -8639,10 +9785,13 @@ msgid "" "FROM (SELECT ST_SetRotation(rast, 0.1, 0.1) As rast \n" " FROM dummy_rast WHERE rid=1) As foo;\n" " \n" -" convhull | env\n" +" convhull | " +"env\n" "\n" -"--------------------------------------------------------+------------------------------------\n" -" POLYGON((0.5 0.5,20.5 1.5,22.5 61.5,2.5 60.5,0.5 0.5)) | POLYGON((0 0,22 0,22 61,0 61,0 0))" +"--------------------------------------------------------" +"+------------------------------------\n" +" POLYGON((0.5 0.5,20.5 1.5,22.5 61.5,2.5 60.5,0.5 0.5)) | POLYGON((0 0,22 " +"0,22 61,0 61,0 0))" msgstr "" #. Tag: para @@ -8671,11 +9820,15 @@ msgstr "" msgid "" "setof geomval ST_DumpAsPolygons " "raster rast " -"integer " -"band_num=1 boolean " +"integer band_num=1 boolean " +"exclude_nodata_value=TRUE" +msgstr "" +"setof geomval ST_DumpAsPolygons " +"raster rast " +"integer band_num=1 boolean " "exclude_nodata_value=TRUE" -msgstr "setof geomval ST_DumpAsPolygons raster rast integer band_num=1 boolean exclude_nodata_value=TRUE" #. Tag: para #: reference_raster.xml:5094 @@ -8683,8 +9836,8 @@ msgstr "setof geomval ST_DumpAsPolygons msgid "" "This is a set-returning function (SRF). It returns a set of geomval rows, " "formed by a geometry (geom) and a pixel band value (val). Each polygon is " -"the union of all pixels for that band that have the same pixel value denoted" -" by val." +"the union of all pixels for that band that have the same pixel value denoted " +"by val." msgstr "" #. Tag: para @@ -8692,8 +9845,8 @@ msgstr "" #, no-c-format msgid "" "ST_DumpAsPolygon is useful for polygonizing rasters. It is the reverse of a " -"GROUP BY in that it creates new rows. For example it can be used to expand a" -" single raster into multiple POLYGONS/MULTIPOLYGONS." +"GROUP BY in that it creates new rows. For example it can be used to expand a " +"single raster into multiple POLYGONS/MULTIPOLYGONS." msgstr "" #. Tag: para @@ -8714,16 +9867,16 @@ msgstr "" #: reference_raster.xml:5104 #, no-c-format msgid "" -"If you only care about count of pixels with a given value in a raster, it is" -" faster to use ." +"If you only care about count of pixels with a given value in a raster, it is " +"faster to use ." msgstr "" #. Tag: para #: reference_raster.xml:5106 #, no-c-format msgid "" -"This is different than ST_PixelAsPolygons where one geometry is returned for" -" each pixel regardless of pixel value." +"This is different than ST_PixelAsPolygons where one geometry is returned for " +"each pixel regardless of pixel value." msgstr "" #. Tag: programlisting @@ -8740,14 +9893,19 @@ msgid "" "ORDER BY val;\n" "\n" " val | geomwkt\n" -"-----+--------------------------------------------------------------------------\n" -" 249 | POLYGON((3427927.95 5793243.95,3427927.95 5793243.85,3427928 5793243.85,\n" +"-----" +"+--------------------------------------------------------------------------\n" +" 249 | POLYGON((3427927.95 5793243.95,3427927.95 5793243.85,3427928 " +"5793243.85,\n" " 3427928 5793243.95,3427927.95 5793243.95))\n" -" 250 | POLYGON((3427927.75 5793243.9,3427927.75 5793243.85,3427927.8 5793243.85,\n" +" 250 | POLYGON((3427927.75 5793243.9,3427927.75 5793243.85,3427927.8 " +"5793243.85,\n" " 3427927.8 5793243.9,3427927.75 5793243.9))\n" -" 250 | POLYGON((3427927.8 5793243.8,3427927.8 5793243.75,3427927.85 5793243.75,\n" +" 250 | POLYGON((3427927.8 5793243.8,3427927.8 5793243.75,3427927.85 " +"5793243.75,\n" " 3427927.85 5793243.8, 3427927.8 5793243.8))\n" -" 251 | POLYGON((3427927.75 5793243.85,3427927.75 5793243.8,3427927.8 5793243.8,\n" +" 251 | POLYGON((3427927.75 5793243.85,3427927.75 5793243.8,3427927.8 " +"5793243.8,\n" " 3427927.8 5793243.85,3427927.75 5793243.85))" msgstr "" @@ -8777,7 +9935,9 @@ msgstr "" msgid "" "geometry ST_Envelope " "raster rast" -msgstr "geometry ST_Envelope raster rast" +msgstr "" +"geometry ST_Envelope " +"raster rast" #. Tag: para #: reference_raster.xml:5140 @@ -8793,10 +9953,9 @@ msgstr "" #, no-c-format msgid "" "The polygon is defined by the corner points of the bounding box " -"((MINX, MINY), " -"(MINX, MAXY), " -"(MAXX, MAXY), " -"(MAXX, MINY), " +"((MINX, MINY), (MINX, MAXY), (MAXX, MAXY), (MAXX, MINY), " "(MINX, MINY))" msgstr "" @@ -8843,14 +10002,23 @@ msgid "" "raster rast " "integer band " "text pixeltype " -"double precision " -"azimuth double precision " -" altitude double precision " -"max_bright=255 double precision " -"elevation_scale=1" -msgstr "raster ST_HillShade raster rast integer band text pixeltype double precision azimuth double precision altitude double precision max_bright=255 double precision elevation_scale=1" +"double precision azimuth double precision altitude double precision max_bright=255 double precision elevation_scale=1" +msgstr "" +"raster ST_HillShade " +"raster rast " +"integer band " +"text pixeltype " +"double precision azimuth double precision altitude double precision max_bright=255 double precision elevation_scale=1" #. Tag: para #: reference_raster.xml:5185 @@ -8865,9 +10033,9 @@ msgstr "" #: reference_raster.xml:5186 #, no-c-format msgid "" -"The hill shade equation is: max_bright * ( " -"(cos(zenith)*cos(slope)) + (sin(zenith)*sin(slope)*cos(azimuth - aspect)) " -")." +"The hill shade equation is: max_bright * " +"( (cos(zenith)*cos(slope)) + (sin(zenith)*sin(slope)*cos(azimuth - " +"aspect)) )." msgstr "" #. Tag: title @@ -8894,8 +10062,8 @@ msgstr "" #: reference_raster.xml:5208 #, no-c-format msgid "" -"Returns the surface aspect of an elevation raster band. Useful for analyzing" -" terrain." +"Returns the surface aspect of an elevation raster band. Useful for analyzing " +"terrain." msgstr "" #. Tag: funcprototype @@ -8906,14 +10074,18 @@ msgid "" "raster rast " "integer band " "text pixeltype" -msgstr "raster ST_Aspect raster rast integer band text pixeltype" +msgstr "" +"raster ST_Aspect " +"raster rast " +"integer band " +"text pixeltype" #. Tag: para #: reference_raster.xml:5224 #, no-c-format msgid "" -"Returns the surface aspect of an elevation raster band. Utilizes map algebra" -" and applies the aspect equation to neighboring pixels." +"Returns the surface aspect of an elevation raster band. Utilizes map algebra " +"and applies the aspect equation to neighboring pixels." msgstr "" #. Tag: para @@ -9006,7 +10178,11 @@ msgid "" "raster rast " "integer band " "text pixeltype" -msgstr "raster ST_Slope raster rast integer band text pixeltype" +msgstr "" +"raster ST_Slope " +"raster rast " +"integer band " +"text pixeltype" #. Tag: para #: reference_raster.xml:5289 @@ -9043,52 +10219,85 @@ msgstr "" #: reference_raster.xml:5342 #, no-c-format msgid "" -" setof geomval " -"ST_Intersection geometry " -" geom raster " -" rast integer " +" setof geomval ST_Intersection geometry geom raster rast integer " "band_num=1 " -" setof geomval " -"ST_Intersection raster " -" rast geometry " -" geom " -" setof geomval " -"ST_Intersection raster " -" rast integer " -" band_num geometry " -" geom " -" raster " -"ST_Intersection raster " -" rast1 raster " -" rast2 double " -"precision[] nodataval " -" raster " -"ST_Intersection raster " -" rast1 raster " -" rast2 text " -"returnband='BOTH' double precision[] " -"nodataval=NULL " -" raster " -"ST_Intersection raster " -" rast1 integer " -" band_num1 raster " -" rast2 integer " -" band_num2 double " -"precision[] nodataval " -" raster " -"ST_Intersection raster " -" rast1 integer " -" band_num1 raster " -" rast2 integer " -" band_num2 text " -"returnband='BOTH' double precision[] " -"nodataval=NULL " -msgstr " setof geomval ST_Intersection geometry geom raster rast integer band_num=1 setof geomval ST_Intersection raster rast geometry geom setof geomval ST_Intersection raster rast integer band_num geometry geom raster ST_Intersection raster rast1 raster rast2 double precision[] nodataval raster ST_Intersection raster rast1 raster rast2 text returnband='BOTH' double precision[] nodataval=NULL raster ST_Intersection raster rast1 integer band_num1 raster rast2 integer band_num2 double precision[] nodataval raster ST_Intersection raster rast1 integer band_num1 raster rast2 integer band_num2 text returnband='BOTH' double precision[] nodataval=NULL " +" setof geomval ST_Intersection raster rast geometry geom setof geomval " +"ST_Intersection raster rast integer " +"band_num geometry " +"geom " +"raster ST_Intersection " +"raster rast1 " +"raster rast2 " +"double precision[] nodataval raster " +"ST_Intersection raster rast1 raster " +"rast2 text " +" returnband='BOTH' double precision[] nodataval=NULL raster " +"ST_Intersection raster rast1 integer band_num1 raster rast2 integer band_num2 double " +"precision[] nodataval raster ST_Intersection raster rast1 integer band_num1 raster rast2 integer band_num2 text " +"returnband='BOTH' double precision[] nodataval=NULL " +msgstr "" +" setof geomval ST_Intersection geometry geom raster rast integer " +"band_num=1 " +" setof geomval ST_Intersection raster rast geometry geom setof geomval " +"ST_Intersection raster rast integer " +"band_num geometry " +"geom " +"raster ST_Intersection " +"raster rast1 " +"raster rast2 " +"double precision[] nodataval raster " +"ST_Intersection raster rast1 raster " +"rast2 text " +" returnband='BOTH' double precision[] nodataval=NULL raster " +"ST_Intersection raster rast1 integer band_num1 raster rast2 integer band_num2 double " +"precision[] nodataval raster ST_Intersection raster rast1 integer band_num1 raster rast2 integer band_num2 text " +"returnband='BOTH' double precision[] nodataval=NULL " #. Tag: para #: reference_raster.xml:5402 @@ -9105,11 +10314,11 @@ msgstr "" msgid "" "The first three variants, returning a setof geomval, works in vector space. " "The raster is first vectorized (using ST_DumpAsPolygon) into a set of " -"geomval rows and those rows are then intersected with the geometry using the" -" ST_Intersection(geometry, geometry) PostGIS function. Geometries " +"geomval rows and those rows are then intersected with the geometry using the " +"ST_Intersection(geometry, geometry) PostGIS function. Geometries " "intersecting only with a nodata value area of a raster returns an empty " -"geometry. They are normally excluded from the results by the proper usage of" -" ST_Intersect in the WHERE clause." +"geometry. They are normally excluded from the results by the proper usage of " +"ST_Intersect in the WHERE clause." msgstr "" #. Tag: para @@ -9117,8 +10326,8 @@ msgstr "" #, no-c-format msgid "" "You can access the geometry and the value parts of the resulting set of " -"geomval by surrounding them with parenthesis and adding '.geom' or '.val' at" -" the end of the expression. e.g. (ST_Intersection(rast, geom)).geom" +"geomval by surrounding them with parenthesis and adding '.geom' or '.val' at " +"the end of the expression. e.g. (ST_Intersection(rast, geom)).geom" msgstr "" #. Tag: para @@ -9147,16 +10356,16 @@ msgstr "" #: reference_raster.xml:5412 #, no-c-format msgid "" -"Rasters resulting from ST_Intersection must have a nodata value assigned for" -" areas not intersecting. You can define or replace the nodata value for any " -"resulting band by providing a nodataval[] array of one or" -" two nodata values depending if you request 'BAND1', 'BAND2' or 'BOTH' " -"bands. The first value in the array replace the nodata value in the first " -"band and the second value replace the nodata value in the second band. If " -"one input band do not have a nodata value defined and none are provided as " -"an array, one is chosen using the ST_MinPossibleValue function. All variant " -"accepting an array of nodata value can also accept a single value which will" -" be assigned to each requested band." +"Rasters resulting from ST_Intersection must have a nodata value assigned for " +"areas not intersecting. You can define or replace the nodata value for any " +"resulting band by providing a nodataval[] array of one or " +"two nodata values depending if you request 'BAND1', 'BAND2' or 'BOTH' bands. " +"The first value in the array replace the nodata value in the first band and " +"the second value replace the nodata value in the second band. If one input " +"band do not have a nodata value defined and none are provided as an array, " +"one is chosen using the ST_MinPossibleValue function. All variant accepting " +"an array of nodata value can also accept a single value which will be " +"assigned to each requested band." msgstr "" #. Tag: para @@ -9170,8 +10379,8 @@ msgstr "" #, no-c-format msgid "" "To get more control on the resulting extent or on what to return when " -"encountering a nodata value, use the two rasters version of ." +"encountering a nodata value, use the two rasters version of ." msgstr "" #. Tag: para @@ -9196,8 +10405,8 @@ msgstr "" #, no-c-format msgid "" "Enhanced: 2.0.0 - Intersection in the raster space was introduced. In " -"earlier pre-2.0.0 versions, only intersection performed in vector space were" -" supported." +"earlier pre-2.0.0 versions, only intersection performed in vector space were " +"supported." msgstr "" #. Tag: title @@ -9217,20 +10426,36 @@ msgid "" "SELECT A.rid, g.gid , ST_Intersection(A.rast, g.geom) As geomval\n" " FROM dummy_rast AS A CROSS JOIN \n" " (VALUES (1, ST_Point(3427928, 5793243.85) ) ,\n" -" (2, ST_GeomFromText('LINESTRING(3427927.85 5793243.75,3427927.8 5793243.75,3427927.8 5793243.8)') ),\n" +" (2, ST_GeomFromText('LINESTRING(3427927.85 " +"5793243.75,3427927.8 5793243.75,3427927.8 5793243.8)') ),\n" " (3, ST_GeomFromText('LINESTRING(1 2, 3 4)') )\n" " ) As g(gid,geom)\n" "WHERE A.rid =2 ) As foo;\n" "\n" -" rid | gid | geomwkt | val\n" -"-----+-----+---------------------------------------------------------------------------------------------\n" -" 2 | 1 | POINT(3427928 5793243.85) | 249\n" -" 2 | 1 | POINT(3427928 5793243.85) | 253\n" -" 2 | 2 | POINT(3427927.85 5793243.75) | 254\n" -" 2 | 2 | POINT(3427927.8 5793243.8) | 251\n" -" 2 | 2 | POINT(3427927.8 5793243.8) | 253\n" -" 2 | 2 | LINESTRING(3427927.8 5793243.75,3427927.8 5793243.8) | 252\n" -" 2 | 2 | MULTILINESTRING((3427927.8 5793243.8,3427927.8 5793243.75),...) | 250\n" +" rid | gid | " +"geomwkt " +"| val\n" +"-----+-----" +"+---------------------------------------------------------------------------------------------\n" +" 2 | 1 | POINT(3427928 " +"5793243.85) " +"| 249\n" +" 2 | 1 | POINT(3427928 " +"5793243.85) " +"| 253\n" +" 2 | 2 | POINT(3427927.85 " +"5793243.75) | " +"254\n" +" 2 | 2 | POINT(3427927.8 " +"5793243.8) " +"| 251\n" +" 2 | 2 | POINT(3427927.8 " +"5793243.8) " +"| 253\n" +" 2 | 2 | LINESTRING(3427927.8 5793243.75,3427927.8 5793243.8) " +"| 252\n" +" 2 | 2 | MULTILINESTRING((3427927.8 5793243.8,3427927.8 5793243.75),...) " +"| 250\n" " 2 | 3 | GEOMETRYCOLLECTION EMPTY" msgstr "" @@ -9250,9 +10475,9 @@ msgstr "" #: reference_raster.xml:5441 #, no-c-format msgid "" -", , , , " +", , , , " msgstr "" #. Tag: refname @@ -9273,77 +10498,113 @@ msgstr "" #: reference_raster.xml:5454 #, no-c-format msgid "" -" raster ST_MapAlgebra" -" rastbandarg[] " -"rastbandargset " -"regprocedure " -"callbackfunc text " -"pixeltype=NULL text " -"extenttype=INTERSECTION raster " -"customextent=NULL integer " -"distancex=0 integer " -"distancey=0 text[] VARIADIC " +" raster ST_MapAlgebra " +"rastbandarg[] rastbandargset regprocedure callbackfunc text " +"pixeltype=NULL text extenttype=INTERSECTION raster " +"customextent=NULL integer distancex=0 " +"integer distancey=0 text[] " +"VARIADIC userargs=NULL " +" raster ST_MapAlgebra " +"raster rast " +"integer[] nband " +"regprocedure callbackfunc text " +"pixeltype=NULL text extenttype=FIRST " +"raster customextent=NULL integer " +"distancex=0 integer distancey=0 " +"text[] VARIADIC " "userargs=NULL " "raster ST_MapAlgebra " "raster rast " +"integer nband " +"regprocedure callbackfunc text " +"pixeltype=NULL text extenttype=FIRST " +"raster customextent=NULL integer " +"distancex=0 integer distancey=0 " +"text[] VARIADIC " +"userargs=NULL " +"raster ST_MapAlgebra " +"raster rast1 " +"integer nband1 " +"raster rast2 " +"integer nband2 " +"regprocedure callbackfunc text " +"pixeltype=NULL text extenttype=INTERSECTION raster " +"customextent=NULL integer distancex=0 " +"integer distancey=0 text[] " +"VARIADIC userargs=NULL " +msgstr "" +" raster ST_MapAlgebra " +"rastbandarg[] rastbandargset regprocedure callbackfunc text " +"pixeltype=NULL text extenttype=INTERSECTION raster " +"customextent=NULL integer distancex=0 " +"integer distancey=0 text[] " +"VARIADIC userargs=NULL " +" raster ST_MapAlgebra " +"raster rast " "integer[] nband " -"regprocedure " -"callbackfunc text " -"pixeltype=NULL text " -"extenttype=FIRST raster " -"customextent=NULL integer " -"distancex=0 integer " -"distancey=0 text[] VARIADIC " +"regprocedure callbackfunc text " +"pixeltype=NULL text extenttype=FIRST " +"raster customextent=NULL integer " +"distancex=0 integer distancey=0 " +"text[] VARIADIC " "userargs=NULL " "raster ST_MapAlgebra " "raster rast " "integer nband " -"regprocedure " -"callbackfunc text " -"pixeltype=NULL text " -"extenttype=FIRST raster " -"customextent=NULL integer " -"distancex=0 integer " -"distancey=0 text[] VARIADIC " +"regprocedure callbackfunc text " +"pixeltype=NULL text extenttype=FIRST " +"raster customextent=NULL integer " +"distancex=0 integer distancey=0 " +"text[] VARIADIC " "userargs=NULL " "raster ST_MapAlgebra " "raster rast1 " "integer nband1 " "raster rast2 " "integer nband2 " -"regprocedure " -"callbackfunc text " -"pixeltype=NULL text " -"extenttype=INTERSECTION raster " -"customextent=NULL integer " -"distancex=0 integer " -"distancey=0 text[] VARIADIC " -"userargs=NULL " -msgstr " raster ST_MapAlgebra rastbandarg[] rastbandargset regprocedure callbackfunc text pixeltype=NULL text extenttype=INTERSECTION raster customextent=NULL integer distancex=0 integer distancey=0 text[] VARIADIC userargs=NULL raster ST_MapAlgebra raster rast integer[] nband regprocedure callbackfunc text pixeltype=NULL text extenttype=FIRST raster customextent=NULL integer distancex=0 integer distancey=0 text[] VARIADIC userargs=NULL raster ST_MapAlgebra raster rast integer nband regprocedure callbackfunc text pixeltype=NULL text extenttype=FIRST raster customextent=NULL integer distancex=0 integer distancey=0 text[] VARIADIC userargs=NULL raster ST_MapAlgebra raster rast1 integer nband1 raster rast2 integer nband2 regprocedure callbackfunc text pixeltype=NULL text extenttype=INTERSECTION raster customextent=NULL integer distancex=0 integer distancey=0 text[] VARIADIC userargs=NULL " +"regprocedure callbackfunc text " +"pixeltype=NULL text extenttype=INTERSECTION raster " +"customextent=NULL integer distancex=0 " +"integer distancey=0 text[] " +"VARIADIC userargs=NULL " #. Tag: para #: reference_raster.xml:5515 @@ -9357,24 +10618,45 @@ msgstr "" #: reference_raster.xml:5519 #, no-c-format msgid "" -"The tworastuserfunc parameter must be the name and signature of an SQL or PL/pgSQL function, cast to a regprocedure. An example PL/pgSQL function example is: \n" -"CREATE OR REPLACE FUNCTION sample_callbackfunc(value double precision[][][], position integer[][], VARIADIC userargs text[])\n" +"The tworastuserfunc parameter must be the name and " +"signature of an SQL or PL/pgSQL function, cast to a regprocedure. An example " +"PL/pgSQL function example is: \n" +"CREATE OR REPLACE FUNCTION sample_callbackfunc(value double precision[][][], " +"position integer[][], VARIADIC userargs text[])\n" " RETURNS double precision\n" " AS $$\n" " BEGIN\n" " RETURN 0;\n" " END;\n" " $$ LANGUAGE 'plpgsql' IMMUTABLE;\n" -" The callbackfunc must have three arguments: a 3-dimension double precision array, a 2-dimension double precision array and a variadic 1-dimension text array. The first argument value is the set of values (as double precision) from all input rasters. The three dimensions (where indexes are 1-based) are: raster #, row y, column x. The second argument position is the set of pixel positions from the output raster and input rasters. The outer dimension (where indexes are 0-based) is the raster #. The position at outer dimension index 0 is the output raster's pixel position. For each outer dimension, there are two elements in the inner dimension for X and Y. The third argument userargs is for passing through any user-specified arguments." +" The " +"callbackfunc must have three arguments: a 3-dimension " +"double precision array, a 2-dimension double precision array and a variadic " +"1-dimension text array. The first argument value is the " +"set of values (as double precision) from all input rasters. The three " +"dimensions (where indexes are 1-based) are: raster #, row y, column x. The " +"second argument position is the set of pixel positions " +"from the output raster and input rasters. The outer dimension (where indexes " +"are 0-based) is the raster #. The position at outer dimension index 0 is the " +"output raster's pixel position. For each outer dimension, there are two " +"elements in the inner dimension for X and Y. The third argument " +"userargs is for passing through any user-specified " +"arguments." msgstr "" #. Tag: para #: reference_raster.xml:5526 #, no-c-format msgid "" -"Passing a regprocedure argument to a SQL function requires the full function signature to be passed, then cast to a regprocedure type. To pass the above example PL/pgSQL function as an argument, the SQL for the argument is: \n" +"Passing a regprocedure argument to a SQL function requires the " +"full function signature to be passed, then cast to a regprocedure type. To pass the above example PL/pgSQL function as an argument, the " +"SQL for the argument is: \n" "'sample_callbackfunc(double precision[], integer[], text[])'::regprocedure\n" -" Note that the argument contains the name of the function, the types of the function arguments, quotes around the name and argument types, and a cast to a regprocedure." +" Note that the " +"argument contains the name of the function, the types of the function " +"arguments, quotes around the name and argument types, and a cast to a " +"regprocedure." msgstr "" #. Tag: para @@ -9394,9 +10676,8 @@ msgstr "" msgid "" "For more information about the VARIADIC keyword, please refer to the " "PostgreSQL documentation and the \"SQL Functions with Variable Numbers of " -"Arguments\" section of Query " -"Language (SQL) Functions." +"Arguments\" section of Query Language (SQL) Functions." msgstr "" #. Tag: para @@ -9412,10 +10693,10 @@ msgstr "" #: reference_raster.xml:5550 #, no-c-format msgid "" -"If pixeltype is passed in, the one band of the new raster" -" will be of that pixeltype. If pixeltype is passed NULL or left out, the new" -" raster band will have the same pixeltype as the specified band of the first" -" raster (for extent types: INTERSECTION, UNION, FIRST, CUSTOM) or the " +"If pixeltype is passed in, the one band of the new raster " +"will be of that pixeltype. If pixeltype is passed NULL or left out, the new " +"raster band will have the same pixeltype as the specified band of the first " +"raster (for extent types: INTERSECTION, UNION, FIRST, CUSTOM) or the " "specified band of the appropriate raster (for extent types: SECOND, LAST). " "If in doubt, always specify pixeltype." msgstr "" @@ -9426,8 +10707,8 @@ msgstr "" msgid "" "Possible values for extenttype are: INTERSECTION " "(default), UNION, FIRST (default for one raster variants), SECOND, LAST, " -"CUSTOM. If extentype is CUSTOM, a raster must be provided" -" for customextent. See example 4 of Variant 1." +"CUSTOM. If extentype is CUSTOM, a raster must be provided " +"for customextent. See example 4 of Variant 1." msgstr "" #. Tag: para @@ -9461,12 +10742,14 @@ msgstr "" msgid "" "-- one raster, one band\n" "WITH foo AS (\n" -" SELECT 1 AS rid, ST_AddBand(ST_MakeEmptyRaster(2, 2, 0, 0, 1, -1, 0, 0, 0), 1, '16BUI', 1, 0) AS rast\n" +" SELECT 1 AS rid, ST_AddBand(ST_MakeEmptyRaster(2, 2, 0, 0, 1, -1, 0, " +"0, 0), 1, '16BUI', 1, 0) AS rast\n" ")\n" "SELECT\n" " ST_MapAlgebra(\n" " ARRAY[ROW(rast, 1)]::rastbandarg[],\n" -" 'sample_callbackfunc(double precision[], int[], text[])'::regprocedure\n" +" 'sample_callbackfunc(double precision[], int[], text[])'::" +"regprocedure\n" " ) AS rast\n" "FROM foo" msgstr "" @@ -9477,12 +10760,16 @@ msgstr "" msgid "" "-- one raster, several bands\n" "WITH foo AS (\n" -" SELECT 1 AS rid, ST_AddBand(ST_AddBand(ST_AddBand(ST_MakeEmptyRaster(2, 2, 0, 0, 1, -1, 0, 0, 0), 1, '16BUI', 1, 0), 2, '8BUI', 10, 0), 3, '32BUI', 100, 0) AS rast\n" +" SELECT 1 AS rid, " +"ST_AddBand(ST_AddBand(ST_AddBand(ST_MakeEmptyRaster(2, 2, 0, 0, 1, -1, 0, 0, " +"0), 1, '16BUI', 1, 0), 2, '8BUI', 10, 0), 3, '32BUI', 100, 0) AS rast\n" ")\n" "SELECT\n" " ST_MapAlgebra(\n" -" ARRAY[ROW(rast, 3), ROW(rast, 1), ROW(rast, 3), ROW(rast, 2)]::rastbandarg[],\n" -" 'sample_callbackfunc(double precision[], int[], text[])'::regprocedure\n" +" ARRAY[ROW(rast, 3), ROW(rast, 1), ROW(rast, 3), ROW(rast, " +"2)]::rastbandarg[],\n" +" 'sample_callbackfunc(double precision[], int[], text[])'::" +"regprocedure\n" " ) AS rast\n" "FROM foo" msgstr "" @@ -9493,13 +10780,20 @@ msgstr "" msgid "" "-- several rasters, several bands\n" "WITH foo AS (\n" -" SELECT 1 AS rid, ST_AddBand(ST_AddBand(ST_AddBand(ST_MakeEmptyRaster(2, 2, 0, 0, 1, -1, 0, 0, 0), 1, '16BUI', 1, 0), 2, '8BUI', 10, 0), 3, '32BUI', 100, 0) AS rast UNION ALL\n" -" SELECT 2 AS rid, ST_AddBand(ST_AddBand(ST_AddBand(ST_MakeEmptyRaster(2, 2, 0, 1, 1, -1, 0, 0, 0), 1, '16BUI', 2, 0), 2, '8BUI', 20, 0), 3, '32BUI', 300, 0) AS rast\n" +" SELECT 1 AS rid, " +"ST_AddBand(ST_AddBand(ST_AddBand(ST_MakeEmptyRaster(2, 2, 0, 0, 1, -1, 0, 0, " +"0), 1, '16BUI', 1, 0), 2, '8BUI', 10, 0), 3, '32BUI', 100, 0) AS rast UNION " +"ALL\n" +" SELECT 2 AS rid, " +"ST_AddBand(ST_AddBand(ST_AddBand(ST_MakeEmptyRaster(2, 2, 0, 1, 1, -1, 0, 0, " +"0), 1, '16BUI', 2, 0), 2, '8BUI', 20, 0), 3, '32BUI', 300, 0) AS rast\n" ")\n" "SELECT\n" " ST_MapAlgebra(\n" -" ARRAY[ROW(t1.rast, 3), ROW(t2.rast, 1), ROW(t2.rast, 3), ROW(t1.rast, 2)]::rastbandarg[],\n" -" 'sample_callbackfunc(double precision[], int[], text[])'::regprocedure\n" +" ARRAY[ROW(t1.rast, 3), ROW(t2.rast, 1), ROW(t2.rast, 3), " +"ROW(t1.rast, 2)]::rastbandarg[],\n" +" 'sample_callbackfunc(double precision[], int[], text[])'::" +"regprocedure\n" " ) AS rast\n" "FROM foo t1\n" "CROSS JOIN foo t2\n" @@ -9513,23 +10807,33 @@ msgstr "" msgid "" "-- complete example of tiles of a coverage with neighborhood\n" "WITH foo AS (\n" -" SELECT 0 AS rid, ST_AddBand(ST_MakeEmptyRaster(2, 2, 0, 0, 1, -1, 0, 0, 0), 1, '16BUI', 1, 0) AS rast UNION ALL\n" -" SELECT 1, ST_AddBand(ST_MakeEmptyRaster(2, 2, 2, 0, 1, -1, 0, 0, 0), 1, '16BUI', 2, 0) AS rast UNION ALL\n" -" SELECT 2, ST_AddBand(ST_MakeEmptyRaster(2, 2, 4, 0, 1, -1, 0, 0, 0), 1, '16BUI', 3, 0) AS rast UNION ALL\n" -"\n" -" SELECT 3, ST_AddBand(ST_MakeEmptyRaster(2, 2, 0, -2, 1, -1, 0, 0, 0), 1, '16BUI', 10, 0) AS rast UNION ALL\n" -" SELECT 4, ST_AddBand(ST_MakeEmptyRaster(2, 2, 2, -2, 1, -1, 0, 0, 0), 1, '16BUI', 20, 0) AS rast UNION ALL\n" -" SELECT 5, ST_AddBand(ST_MakeEmptyRaster(2, 2, 4, -2, 1, -1, 0, 0, 0), 1, '16BUI', 30, 0) AS rast UNION ALL\n" -"\n" -" SELECT 6, ST_AddBand(ST_MakeEmptyRaster(2, 2, 0, -4, 1, -1, 0, 0, 0), 1, '16BUI', 100, 0) AS rast UNION ALL\n" -" SELECT 7, ST_AddBand(ST_MakeEmptyRaster(2, 2, 2, -4, 1, -1, 0, 0, 0), 1, '16BUI', 200, 0) AS rast UNION ALL\n" -" SELECT 8, ST_AddBand(ST_MakeEmptyRaster(2, 2, 4, -4, 1, -1, 0, 0, 0), 1, '16BUI', 300, 0) AS rast\n" +" SELECT 0 AS rid, ST_AddBand(ST_MakeEmptyRaster(2, 2, 0, 0, 1, -1, 0, " +"0, 0), 1, '16BUI', 1, 0) AS rast UNION ALL\n" +" SELECT 1, ST_AddBand(ST_MakeEmptyRaster(2, 2, 2, 0, 1, -1, 0, 0, 0), " +"1, '16BUI', 2, 0) AS rast UNION ALL\n" +" SELECT 2, ST_AddBand(ST_MakeEmptyRaster(2, 2, 4, 0, 1, -1, 0, 0, 0), " +"1, '16BUI', 3, 0) AS rast UNION ALL\n" +"\n" +" SELECT 3, ST_AddBand(ST_MakeEmptyRaster(2, 2, 0, -2, 1, -1, 0, 0, " +"0), 1, '16BUI', 10, 0) AS rast UNION ALL\n" +" SELECT 4, ST_AddBand(ST_MakeEmptyRaster(2, 2, 2, -2, 1, -1, 0, 0, " +"0), 1, '16BUI', 20, 0) AS rast UNION ALL\n" +" SELECT 5, ST_AddBand(ST_MakeEmptyRaster(2, 2, 4, -2, 1, -1, 0, 0, " +"0), 1, '16BUI', 30, 0) AS rast UNION ALL\n" +"\n" +" SELECT 6, ST_AddBand(ST_MakeEmptyRaster(2, 2, 0, -4, 1, -1, 0, 0, " +"0), 1, '16BUI', 100, 0) AS rast UNION ALL\n" +" SELECT 7, ST_AddBand(ST_MakeEmptyRaster(2, 2, 2, -4, 1, -1, 0, 0, " +"0), 1, '16BUI', 200, 0) AS rast UNION ALL\n" +" SELECT 8, ST_AddBand(ST_MakeEmptyRaster(2, 2, 4, -4, 1, -1, 0, 0, " +"0), 1, '16BUI', 300, 0) AS rast\n" ")\n" "SELECT\n" " t1.rid,\n" " ST_MapAlgebra(\n" " ARRAY[ROW(ST_Union(t2.rast), 1)]::rastbandarg[],\n" -" 'sample_callbackfunc(double precision[], int[], text[])'::regprocedure,\n" +" 'sample_callbackfunc(double precision[], int[], text[])'::" +"regprocedure,\n" " '32BUI',\n" " 'CUSTOM', t1.rast,\n" " 1, 1\n" @@ -9554,12 +10858,15 @@ msgstr "" msgid "" "-- one raster, several bands\n" "WITH foo AS (\n" -" SELECT 1 AS rid, ST_AddBand(ST_AddBand(ST_AddBand(ST_MakeEmptyRaster(2, 2, 0, 0, 1, -1, 0, 0, 0), 1, '16BUI', 1, 0), 2, '8BUI', 10, 0), 3, '32BUI', 100, 0) AS rast\n" +" SELECT 1 AS rid, " +"ST_AddBand(ST_AddBand(ST_AddBand(ST_MakeEmptyRaster(2, 2, 0, 0, 1, -1, 0, 0, " +"0), 1, '16BUI', 1, 0), 2, '8BUI', 10, 0), 3, '32BUI', 100, 0) AS rast\n" ")\n" "SELECT\n" " ST_MapAlgebra(\n" " rast, ARRAY[3, 1, 3, 2]::integer[],\n" -" 'sample_callbackfunc(double precision[], int[], text[])'::regprocedure\n" +" 'sample_callbackfunc(double precision[], int[], text[])'::" +"regprocedure\n" " ) AS rast\n" "FROM foo" msgstr "" @@ -9570,12 +10877,15 @@ msgstr "" msgid "" "-- one raster, one band\n" "WITH foo AS (\n" -" SELECT 1 AS rid, ST_AddBand(ST_AddBand(ST_AddBand(ST_MakeEmptyRaster(2, 2, 0, 0, 1, -1, 0, 0, 0), 1, '16BUI', 1, 0), 2, '8BUI', 10, 0), 3, '32BUI', 100, 0) AS rast\n" +" SELECT 1 AS rid, " +"ST_AddBand(ST_AddBand(ST_AddBand(ST_MakeEmptyRaster(2, 2, 0, 0, 1, -1, 0, 0, " +"0), 1, '16BUI', 1, 0), 2, '8BUI', 10, 0), 3, '32BUI', 100, 0) AS rast\n" ")\n" "SELECT\n" " ST_MapAlgebra(\n" " rast, 2,\n" -" 'sample_callbackfunc(double precision[], int[], text[])'::regprocedure\n" +" 'sample_callbackfunc(double precision[], int[], text[])'::" +"regprocedure\n" " ) AS rast\n" "FROM foo" msgstr "" @@ -9592,14 +10902,20 @@ msgstr "" msgid "" "-- two rasters, two bands\n" "WITH foo AS (\n" -" SELECT 1 AS rid, ST_AddBand(ST_AddBand(ST_AddBand(ST_MakeEmptyRaster(2, 2, 0, 0, 1, -1, 0, 0, 0), 1, '16BUI', 1, 0), 2, '8BUI', 10, 0), 3, '32BUI', 100, 0) AS rast UNION ALL\n" -" SELECT 2 AS rid, ST_AddBand(ST_AddBand(ST_AddBand(ST_MakeEmptyRaster(2, 2, 0, 1, 1, -1, 0, 0, 0), 1, '16BUI', 2, 0), 2, '8BUI', 20, 0), 3, '32BUI', 300, 0) AS rast\n" +" SELECT 1 AS rid, " +"ST_AddBand(ST_AddBand(ST_AddBand(ST_MakeEmptyRaster(2, 2, 0, 0, 1, -1, 0, 0, " +"0), 1, '16BUI', 1, 0), 2, '8BUI', 10, 0), 3, '32BUI', 100, 0) AS rast UNION " +"ALL\n" +" SELECT 2 AS rid, " +"ST_AddBand(ST_AddBand(ST_AddBand(ST_MakeEmptyRaster(2, 2, 0, 1, 1, -1, 0, 0, " +"0), 1, '16BUI', 2, 0), 2, '8BUI', 20, 0), 3, '32BUI', 300, 0) AS rast\n" ")\n" "SELECT\n" " ST_MapAlgebra(\n" " t1.rast, 2,\n" " t2.rast, 1,\n" -" 'sample_callbackfunc(double precision[], int[], text[])'::regprocedure\n" +" 'sample_callbackfunc(double precision[], int[], text[])'::" +"regprocedure\n" " ) AS rast\n" "FROM foo t1\n" "CROSS JOIN foo t2\n" @@ -9632,22 +10948,33 @@ msgstr "" #: reference_raster.xml:5630 #, no-c-format msgid "" -" raster " -"ST_MapAlgebraExpr raster " -" rast integer " -" band text " -"pixeltype text " -"expression double precision " +" raster ST_MapAlgebraExpr raster rast integer band text pixeltype text expression double precision " "nodataval=NULL " -" raster " -"ST_MapAlgebraExpr raster " -" rast text " -"pixeltype text " -"expression double precision " +" raster ST_MapAlgebraExpr raster rast text pixeltype text expression double precision " +"nodataval=NULL " +msgstr "" +" raster ST_MapAlgebraExpr raster rast integer band text pixeltype text expression double precision " +"nodataval=NULL " +" raster ST_MapAlgebraExpr raster rast text pixeltype text expression double precision " "nodataval=NULL " -msgstr " raster ST_MapAlgebraExpr raster rast integer band text pixeltype text expression double precision nodataval=NULL raster ST_MapAlgebraExpr raster rast text pixeltype text expression double precision nodataval=NULL " #. Tag: para #: reference_raster.xml:5653 @@ -9656,8 +10983,8 @@ msgid "" "Creates a new one band raster formed by applying a valid PostgreSQL " "algebraic operation defined by the expression on the " "input raster (rast). If no band is " -"specified band 1 is assumed. The new raster will have the same georeference," -" width, and height as the original raster but will only have one band." +"specified band 1 is assumed. The new raster will have the same georeference, " +"width, and height as the original raster but will only have one band." msgstr "" #. Tag: para @@ -9673,8 +11000,8 @@ msgstr "" #: reference_raster.xml:5657 #, no-c-format msgid "" -"In the expression you can use the term [rast] to refer to" -" the pixel value of the original band, [rast.x] to refer " +"In the expression you can use the term [rast] to refer to " +"the pixel value of the original band, [rast.x] to refer " "to the 1-based pixel column index, [rast.y] to refer to " "the 1-based pixel row index." msgstr "" @@ -9693,10 +11020,13 @@ msgstr "" #, no-c-format msgid "" "ALTER TABLE dummy_rast ADD COLUMN map_rast raster;\n" -"UPDATE dummy_rast SET map_rast = ST_MapAlgebraExpr(rast,NULL,'mod([rast],2)') WHERE rid = 2;\n" +"UPDATE dummy_rast SET map_rast = ST_MapAlgebraExpr(rast," +"NULL,'mod([rast],2)') WHERE rid = 2;\n" "\n" -"SELECT ST_Value(rast,1,i,j) As origval, ST_Value(map_rast, 1, i, j) As mapval\n" -"FROM dummy_rast CROSS JOIN generate_series(1, 3) AS i CROSS JOIN generate_series(1,3) AS j\n" +"SELECT ST_Value(rast,1,i,j) As origval, ST_Value(map_rast, 1, i, j) As " +"mapval\n" +"FROM dummy_rast CROSS JOIN generate_series(1, 3) AS i CROSS JOIN " +"generate_series(1,3) AS j\n" "WHERE rid = 2;\n" "\n" " origval | mapval\n" @@ -9725,12 +11055,15 @@ msgstr "" #, no-c-format msgid "" "ALTER TABLE dummy_rast ADD COLUMN map_rast2 raster;\n" -"UPDATE dummy_rast SET map_rast2 = ST_MapAlgebraExpr(rast,'2BUI','CASE WHEN [rast] BETWEEN 100 and 250 THEN 1 \n" +"UPDATE dummy_rast SET map_rast2 = ST_MapAlgebraExpr(rast,'2BUI','CASE WHEN " +"[rast] BETWEEN 100 and 250 THEN 1 \n" "WHEN [rast] = 252 THEN 2 \n" "WHEN [rast] BETWEEN 253 and 254 THEN 3 ELSE 0 END', '0') WHERE rid = 2;\n" "\n" -"SELECT DISTINCT ST_Value(rast,1,i,j) As origval, ST_Value(map_rast2, 1, i, j) As mapval\n" -"FROM dummy_rast CROSS JOIN generate_series(1, 5) AS i CROSS JOIN generate_series(1,5) AS j\n" +"SELECT DISTINCT ST_Value(rast,1,i,j) As origval, ST_Value(map_rast2, 1, i, " +"j) As mapval\n" +"FROM dummy_rast CROSS JOIN generate_series(1, 5) AS i CROSS JOIN " +"generate_series(1,5) AS j\n" "WHERE rid = 2;\n" "\n" " origval | mapval\n" @@ -9778,7 +11111,8 @@ msgid "" "ST_AddBand(\n" " ST_AddBand(\n" " ST_MakeEmptyRaster(rast_view),\n" -" ST_MapAlgebraExpr(rast_view,1,NULL,'tan([rast])*[rast]')\n" +" ST_MapAlgebraExpr(rast_view,1," +"NULL,'tan([rast])*[rast]')\n" " ), \n" " ST_Band(rast_view,2)\n" " ),\n" @@ -9792,9 +11126,9 @@ msgstr "" #: reference_raster.xml:5706 #, no-c-format msgid "" -", , , , " -"" +", , , , " msgstr "" #. Tag: refpurpose @@ -9805,8 +11139,8 @@ msgid "" "valid PostgreSQL algebraic operation on the two input raster bands and of " "pixeltype provided. band 1 of each raster is assumed if no band numbers are " "specified. The resulting raster will be aligned (scale, skew and pixel " -"corners) on the grid defined by the first raster and have its extent defined" -" by the \"extenttype\" parameter. Values for \"extenttype\" can be: " +"corners) on the grid defined by the first raster and have its extent defined " +"by the \"extenttype\" parameter. Values for \"extenttype\" can be: " "INTERSECTION, UNION, FIRST, SECOND." msgstr "" @@ -9814,52 +11148,72 @@ msgstr "" #: reference_raster.xml:5717 #, no-c-format msgid "" -" raster " -"ST_MapAlgebraExpr raster " -" rast1 raster " -" rast2 text " -" expression text " +" raster ST_MapAlgebraExpr raster rast1 raster rast2 text expression text " "pixeltype=same_as_rast1_band text " -"extenttype=INTERSECTION text " -"nodata1expr=NULL text " -"nodata2expr=NULL double precision " +"choice=\"opt\">text extenttype=INTERSECTION text " +"nodata1expr=NULL text nodata2expr=NULL " +"double precision " +"nodatanodataval=NULL " +" raster ST_MapAlgebraExpr raster rast1 integer band1 raster rast2 integer band2 text expression text " +"pixeltype=same_as_rast1_band text extenttype=INTERSECTION text " +"nodata1expr=NULL text nodata2expr=NULL " +"double precision " +"nodatanodataval=NULL " +msgstr "" +" raster ST_MapAlgebraExpr raster rast1 raster rast2 text expression text " +"pixeltype=same_as_rast1_band text extenttype=INTERSECTION text " +"nodata1expr=NULL text nodata2expr=NULL " +"double precision " "nodatanodataval=NULL " -" raster " -"ST_MapAlgebraExpr raster " -" rast1 integer " -" band1 raster " -" rast2 integer " -" band2 text " -" expression text " +" raster ST_MapAlgebraExpr raster rast1 integer band1 raster rast2 integer band2 text expression text " "pixeltype=same_as_rast1_band text " -"extenttype=INTERSECTION text " -"nodata1expr=NULL text " -"nodata2expr=NULL double precision " +"choice=\"opt\">text extenttype=INTERSECTION text " +"nodata1expr=NULL text nodata2expr=NULL " +"double precision " "nodatanodataval=NULL " -msgstr " raster ST_MapAlgebraExpr raster rast1 raster rast2 text expression text pixeltype=same_as_rast1_band text extenttype=INTERSECTION text nodata1expr=NULL text nodata2expr=NULL double precision nodatanodataval=NULL raster ST_MapAlgebraExpr raster rast1 integer band1 raster rast2 integer band2 text expression text pixeltype=same_as_rast1_band text extenttype=INTERSECTION text nodata1expr=NULL text nodata2expr=NULL double precision nodatanodataval=NULL " #. Tag: para #: reference_raster.xml:5749 #, no-c-format msgid "" "Creates a new one band raster formed by applying a valid PostgreSQL " -"algebraic operation to the two bands defined by the " -"expression on the two input raster bands " -"rast1, (rast2). If no " -"band1, band2 is specified band 1 is " -"assumed. The resulting raster will be aligned (scale, skew and pixel " -"corners) on the grid defined by the first raster. The resulting raster will " -"have the extent defined by the extenttype parameter." +"algebraic operation to the two bands defined by the expression on the two input raster bands rast1, " +"(rast2). If no band1, band2 is specified band 1 is assumed. The resulting raster will be " +"aligned (scale, skew and pixel corners) on the grid defined by the first " +"raster. The resulting raster will have the extent defined by the " +"extenttype parameter." msgstr "" #. Tag: term @@ -9888,8 +11242,8 @@ msgstr "" #, no-c-format msgid "" "The resulting pixel type of the output raster. Must be one listed in , left out or set to NULL. If not passed in" -" or set to NULL, will default to the pixeltype of the first raster." +"linkend=\"RT_ST_BandPixelType\"/>, left out or set to NULL. If not passed in " +"or set to NULL, will default to the pixeltype of the first raster." msgstr "" #. Tag: term @@ -9947,8 +11301,8 @@ msgstr "" #, no-c-format msgid "" "An algebraic expression involving only rast2 or a " -"constant that defines what to return when pixels of rast1" -" are nodata values and spatially corresponding rast2 pixels have values." +"constant that defines what to return when pixels of rast1 " +"are nodata values and spatially corresponding rast2 pixels have values." msgstr "" #. Tag: term @@ -9962,8 +11316,8 @@ msgstr "" #, no-c-format msgid "" "An algebraic expression involving only rast1 or a " -"constant that defines what to return when pixels of rast2" -" are nodata values and spatially corresponding rast1 pixels have values." +"constant that defines what to return when pixels of rast2 " +"are nodata values and spatially corresponding rast1 pixels have values." msgstr "" #. Tag: term @@ -9995,9 +11349,9 @@ msgstr "" #, no-c-format msgid "" "Use the term [rast1.val] [rast2.val] " -"to refer to the pixel value of the original raster bands and " -"[rast1.x], [rast1.y] etc. to refer to " -"the column / row positions of the pixels." +"to refer to the pixel value of the original raster bands and [rast1." +"x], [rast1.y] etc. to refer to the column / row " +"positions of the pixels." msgstr "" #. Tag: title @@ -10012,31 +11366,39 @@ msgstr "" msgid "" "--Create a cool set of rasters --\n" "DROP TABLE IF EXISTS fun_shapes; \n" -"CREATE TABLE fun_shapes(rid serial PRIMARY KEY, fun_name text, rast raster);\n" +"CREATE TABLE fun_shapes(rid serial PRIMARY KEY, fun_name text, rast " +"raster);\n" "\n" -"-- Insert some cool shapes around Boston in Massachusetts state plane meters --\n" +"-- Insert some cool shapes around Boston in Massachusetts state plane meters " +"--\n" "INSERT INTO fun_shapes(fun_name, rast)\n" -"VALUES ('ref', ST_AsRaster(ST_MakeEnvelope(235229, 899970, 237229, 901930,26986),200,200,'8BUI',0,0));\n" +"VALUES ('ref', ST_AsRaster(ST_MakeEnvelope(235229, 899970, 237229, " +"901930,26986),200,200,'8BUI',0,0));\n" "\n" "INSERT INTO fun_shapes(fun_name,rast)\n" "WITH ref(rast) AS (SELECT rast FROM fun_shapes WHERE fun_name = 'ref' ) \n" -"SELECT 'area' AS fun_name, ST_AsRaster(ST_Buffer(ST_SetSRID(ST_Point(236229, 900930),26986), 1000), \n" +"SELECT 'area' AS fun_name, ST_AsRaster(ST_Buffer(ST_SetSRID(ST_Point(236229, " +"900930),26986), 1000), \n" " ref.rast,'8BUI', 10, 0) As rast\n" "FROM ref\n" "UNION ALL\n" "SELECT 'rand bubbles', \n" " ST_AsRaster( \n" " (SELECT ST_Collect(geom)\n" -" FROM (SELECT ST_Buffer(ST_SetSRID(ST_Point(236229 + i*random()*100, 900930 + j*random()*100),26986), random()*20) As geom\n" -" FROM generate_series(1,10) As i, generate_series(1,10) As j\n" +" FROM (SELECT ST_Buffer(ST_SetSRID(ST_Point(236229 + i*random()*100, " +"900930 + j*random()*100),26986), random()*20) As geom\n" +" FROM generate_series(1,10) As i, " +"generate_series(1,10) As j\n" " ) As foo ), ref.rast,'8BUI', 200, 0) \n" "FROM ref;\n" "\n" "--map them -\n" "SELECT ST_MapAlgebraExpr(\n" -" area.rast, bub.rast, '[rast2.val]', '8BUI', 'INTERSECTION', '[rast2.val]', '[rast1.val]') As interrast,\n" +" area.rast, bub.rast, '[rast2.val]', '8BUI', 'INTERSECTION', " +"'[rast2.val]', '[rast1.val]') As interrast,\n" " ST_MapAlgebraExpr(\n" -" area.rast, bub.rast, '[rast2.val]', '8BUI', 'UNION', '[rast2.val]', '[rast1.val]') As unionrast\n" +" area.rast, bub.rast, '[rast2.val]', '8BUI', 'UNION', " +"'[rast2.val]', '[rast1.val]') As unionrast\n" "FROM \n" " (SELECT rast FROM fun_shapes WHERE\n" " fun_name = 'area') As area\n" @@ -10072,27 +11434,33 @@ msgid "" " AS ( SELECT 2 As bnum, ST_Buffer(ST_Point(1,5),10) As geom\n" " UNION ALL\n" " SELECT 3 AS bnum, \n" -" ST_Buffer(ST_GeomFromText('LINESTRING(50 50,150 150,150 50)'), 10,'join=bevel') As geom\n" +" ST_Buffer(ST_GeomFromText('LINESTRING(50 50,150 150,150 " +"50)'), 10,'join=bevel') As geom\n" " UNION ALL\n" " SELECT 1 As bnum, \n" -" ST_Buffer(ST_GeomFromText('LINESTRING(60 50,150 150,150 50)'), 5,'join=bevel') As geom\n" +" ST_Buffer(ST_GeomFromText('LINESTRING(60 50,150 150,150 " +"50)'), 5,'join=bevel') As geom\n" " ),\n" " -- define our canvas to be 1 to 1 pixel to geometry\n" " canvas\n" " AS (SELECT ST_AddBand(ST_MakeEmptyRaster(200, \n" " 200, \n" -" ST_XMin(e)::integer, ST_YMax(e)::integer, 1, -1, 0, 0) , '8BUI'::text,0) As rast\n" +" ST_XMin(e)::integer, ST_YMax(e)::integer, 1, -1, 0, 0) , '8BUI'::" +"text,0) As rast\n" " FROM (SELECT ST_Extent(geom) As e,\n" " Max(ST_SRID(geom)) As srid \n" " from mygeoms \n" " ) As foo\n" " ),\n" -" rbands AS (SELECT ARRAY(SELECT ST_MapAlgebraExpr(canvas.rast, ST_AsRaster(m.geom, canvas.rast, '8BUI', 100),\n" -" '[rast2.val]', '8BUI', 'FIRST', '[rast2.val]', '[rast1.val]') As rast\n" +" rbands AS (SELECT ARRAY(SELECT ST_MapAlgebraExpr(canvas.rast, " +"ST_AsRaster(m.geom, canvas.rast, '8BUI', 100),\n" +" '[rast2.val]', '8BUI', 'FIRST', '[rast2.val]', '[rast1." +"val]') As rast\n" " FROM mygeoms AS m CROSS JOIN canvas\n" " ORDER BY m.bnum) As rasts\n" " )\n" -" SELECT rasts[1] As rast1 , rasts[2] As rast2, rasts[3] As rast3, ST_AddBand(\n" +" SELECT rasts[1] As rast1 , rasts[2] As rast2, rasts[3] As rast3, " +"ST_AddBand(\n" " ST_AddBand(rasts[1],rasts[2]), rasts[3]) As final_rast\n" " FROM rbands;" msgstr "" @@ -10132,30 +11500,38 @@ msgstr "" #: reference_raster.xml:5889 #, no-c-format msgid "" -"-- Create new 3 band raster composed of first 2 clipped bands, and overlay of 3rd band with our geometry\n" +"-- Create new 3 band raster composed of first 2 clipped bands, and overlay " +"of 3rd band with our geometry\n" "-- This query took 3.6 seconds on PostGIS windows 64-bit install\n" "WITH pr AS\n" -"-- Note the order of operation: we clip all the rasters to dimensions of our region\n" +"-- Note the order of operation: we clip all the rasters to dimensions of our " +"region\n" "(SELECT ST_Clip(rast,ST_Expand(geom,50) ) As rast, g.geom\n" " FROM aerials.o_2_boston AS r INNER JOIN\n" -"-- union our parcels of interest so they form a single geometry we can later intersect with\n" +"-- union our parcels of interest so they form a single geometry we can later " +"intersect with\n" " (SELECT ST_Union(ST_Transform(the_geom,26986)) AS geom \n" -" FROM landparcels WHERE pid IN('0303890000', '0303900000')) As g\n" +" FROM landparcels WHERE pid IN('0303890000', '0303900000')) " +"As g\n" " ON ST_Intersects(rast::geometry, ST_Expand(g.geom,50))\n" "),\n" "-- we then union the raster shards together\n" -"-- ST_Union on raster is kinda of slow but much faster the smaller you can get the rasters\n" +"-- ST_Union on raster is kinda of slow but much faster the smaller you can " +"get the rasters\n" "-- therefore we want to clip first and then union\n" "prunion AS\n" -"(SELECT ST_AddBand(NULL, ARRAY[ST_Union(rast,1),ST_Union(rast,2),ST_Union(rast,3)] ) As clipped,geom\n" +"(SELECT ST_AddBand(NULL, ARRAY[ST_Union(rast,1),ST_Union(rast,2)," +"ST_Union(rast,3)] ) As clipped,geom\n" "FROM pr\n" "GROUP BY geom)\n" "-- return our final raster which is the unioned shard with \n" "-- with the overlay of our parcel boundaries\n" "-- add first 2 bands, then mapalgebra of 3rd band + geometry\n" "SELECT ST_AddBand(ST_Band(clipped,ARRAY[1,2])\n" -" , ST_MapAlgebraExpr(ST_Band(clipped,3), ST_AsRaster(ST_Buffer(ST_Boundary(geom),2),clipped, '8BUI',250),\n" -" '[rast2.val]', '8BUI', 'FIRST', '[rast2.val]', '[rast1.val]') ) As rast\n" +" , ST_MapAlgebraExpr(ST_Band(clipped,3), " +"ST_AsRaster(ST_Buffer(ST_Boundary(geom),2),clipped, '8BUI',250),\n" +" '[rast2.val]', '8BUI', 'FIRST', '[rast2.val]', '[rast1.val]') ) As " +"rast\n" "FROM prunion;" msgstr "" @@ -10170,8 +11546,8 @@ msgstr "" #, no-c-format msgid "" ", , , , , , , " +"linkend=\"RT_ST_AsRaster\"/>, , , , " " , , " msgstr "" @@ -10187,75 +11563,104 @@ msgstr "" #, no-c-format msgid "" "1 band version - Creates a new one band raster formed by applying a valid " -"PostgreSQL function on the input raster band and of pixeltype prodived. Band" -" 1 is assumed if no band is specified." +"PostgreSQL function on the input raster band and of pixeltype prodived. Band " +"1 is assumed if no band is specified." msgstr "" #. Tag: funcsynopsis #: reference_raster.xml:5923 #, no-c-format msgid "" -" raster " -"ST_MapAlgebraFct " -"raster rast " -"regprocedure " +" raster ST_MapAlgebraFct raster rast regprocedure onerasteruserfunc raster " +"ST_MapAlgebraFct raster rast regprocedure onerasteruserfunc " +"text[] VARIADIC args raster " +"ST_MapAlgebraFct raster rast text " +"pixeltype regprocedure onerasteruserfunc " +" raster ST_MapAlgebraFct raster rast text pixeltype regprocedure onerasteruserfunc text[] VARIADIC " +"args raster " +"ST_MapAlgebraFct raster rast integer " +"band regprocedure " "onerasteruserfunc " -" raster " -"ST_MapAlgebraFct " -"raster rast " -"regprocedure " -"onerasteruserfunc " -"text[] VARIADIC " -"args raster" -" ST_MapAlgebraFct " -"raster rast " -"text pixeltype " -"regprocedure " -"onerasteruserfunc " -" raster " -"ST_MapAlgebraFct " -"raster rast " -"text pixeltype " -"regprocedure " -"onerasteruserfunc " -"text[] VARIADIC " -"args raster" -" ST_MapAlgebraFct " -"raster rast " -"integer band " -"regprocedure " -"onerasteruserfunc " -" raster " -"ST_MapAlgebraFct " -"raster rast " -"integer band " -"regprocedure " -"onerasteruserfunc " -"text[] VARIADIC " -"args raster" -" ST_MapAlgebraFct " -"raster rast " -"integer band " -"text pixeltype " -"regprocedure " +" raster ST_MapAlgebraFct raster rast integer band regprocedure onerasteruserfunc text[] VARIADIC " +"args raster " +"ST_MapAlgebraFct raster rast integer " +"band text " +"pixeltype regprocedure onerasteruserfunc " +" raster ST_MapAlgebraFct raster rast integer band text pixeltype regprocedure onerasteruserfunc text[] VARIADIC " +"args " +msgstr "" +" raster ST_MapAlgebraFct raster rast regprocedure onerasteruserfunc raster " +"ST_MapAlgebraFct raster rast regprocedure onerasteruserfunc " +"text[] VARIADIC args raster " +"ST_MapAlgebraFct raster rast text " +"pixeltype regprocedure onerasteruserfunc " +" raster ST_MapAlgebraFct raster rast text pixeltype regprocedure onerasteruserfunc text[] VARIADIC " +"args raster " +"ST_MapAlgebraFct raster rast integer " +"band regprocedure " "onerasteruserfunc " -" raster " -"ST_MapAlgebraFct " -"raster rast " -"integer band " -"text pixeltype " -"regprocedure " -"onerasteruserfunc " -"text[] VARIADIC " +" raster ST_MapAlgebraFct raster rast integer band regprocedure onerasteruserfunc text[] VARIADIC " +"args raster " +"ST_MapAlgebraFct raster rast integer " +"band text " +"pixeltype regprocedure onerasteruserfunc " +" raster ST_MapAlgebraFct raster rast integer band text pixeltype regprocedure onerasteruserfunc text[] VARIADIC " "args " -msgstr " raster ST_MapAlgebraFct raster rast regprocedure onerasteruserfunc raster ST_MapAlgebraFct raster rast regprocedure onerasteruserfunc text[] VARIADIC args raster ST_MapAlgebraFct raster rast text pixeltype regprocedure onerasteruserfunc raster ST_MapAlgebraFct raster rast text pixeltype regprocedure onerasteruserfunc text[] VARIADIC args raster ST_MapAlgebraFct raster rast integer band regprocedure onerasteruserfunc raster ST_MapAlgebraFct raster rast integer band regprocedure onerasteruserfunc text[] VARIADIC args raster ST_MapAlgebraFct raster rast integer band text pixeltype regprocedure onerasteruserfunc raster ST_MapAlgebraFct raster rast integer band text pixeltype regprocedure onerasteruserfunc text[] VARIADIC args " #. Tag: para #: reference_raster.xml:5986 #, no-c-format msgid "" -"Creates a new one band raster formed by applying a valid PostgreSQL function" -" specified by the onerasteruserfunc on the input raster " +"Creates a new one band raster formed by applying a valid PostgreSQL function " +"specified by the onerasteruserfunc on the input raster " "(rast). If no band is specified, band " "1 is assumed. The new raster will have the same georeference, width, and " "height as the original raster but will only have one band." @@ -10265,12 +11670,23 @@ msgstr "" #: reference_raster.xml:5990 #, no-c-format msgid "" -"The onerasteruserfunc parameter must be the name and signature of a SQL or PL/pgSQL function, cast to a regprocedure. A very simple and quite useless PL/pgSQL function example is: CREATE OR REPLACE FUNCTION simple_function(pixel FLOAT, pos INTEGER[], VARIADIC args TEXT[])\n" +"The onerasteruserfunc parameter must be the name and " +"signature of a SQL or PL/pgSQL function, cast to a regprocedure. A very " +"simple and quite useless PL/pgSQL function example is: " +"CREATE OR REPLACE FUNCTION simple_function(pixel FLOAT, pos " +"INTEGER[], VARIADIC args TEXT[])\n" " RETURNS FLOAT\n" " AS $$ BEGIN\n" " RETURN 0.0;\n" " END; $$\n" -" LANGUAGE 'plpgsql' IMMUTABLE; The userfunction may accept two or three arguments: a float value, an optional integer array, and a variadic text array. The first argument is the value of an individual raster cell (regardless of the raster datatype). The second argument is the position of the current processing cell in the form '{x,y}'. The third argument indicates that all remaining parameters to shall be passed through to the userfunction." +" LANGUAGE 'plpgsql' IMMUTABLE; The " +"userfunction may accept two or three arguments: a float " +"value, an optional integer array, and a variadic text array. The first " +"argument is the value of an individual raster cell (regardless of the raster " +"datatype). The second argument is the position of the current processing " +"cell in the form '{x,y}'. The third argument indicates that all remaining " +"parameters to shall be passed " +"through to the userfunction." msgstr "" #. Tag: para @@ -10278,13 +11694,12 @@ msgstr "" #, no-c-format msgid "" "Passing a regprodedure argument to a SQL function requires the " -"full function signature to be passed, then cast to a " -"regprocedure type. To pass the above example PL/pgSQL function " -"as an argument, the SQL for the argument " -"is:'simple_function(float,integer[],text[])'::regprocedureNote" -" that the argument contains the name of the function, the types of the " -"function arguments, quotes around the name and argument types, and a cast to" -" a regprocedure." +"full function signature to be passed, then cast to a regprocedure type. To pass the above example PL/pgSQL function as an argument, the " +"SQL for the argument is:'simple_function(float,integer[]," +"text[])'::regprocedureNote that the argument contains the " +"name of the function, the types of the function arguments, quotes around the " +"name and argument types, and a cast to a regprocedure." msgstr "" #. Tag: para @@ -10294,8 +11709,8 @@ msgid "" "The third argument to the userfunction is a " "variadic text array. All trailing text arguments to any call are passed through to the specified " -"userfunction, and are contained in the " -"args argument." +"userfunction, and are contained in the args argument." msgstr "" #. Tag: para @@ -10321,10 +11736,13 @@ msgid "" "$$\n" "LANGUAGE 'plpgsql' IMMUTABLE;\n" "\n" -"UPDATE dummy_rast SET map_rast = ST_MapAlgebraFct(rast,NULL,'mod_fct(float,integer[],text[])'::regprocedure) WHERE rid = 2;\n" +"UPDATE dummy_rast SET map_rast = ST_MapAlgebraFct(rast,NULL,'mod_fct(float," +"integer[],text[])'::regprocedure) WHERE rid = 2;\n" "\n" -"SELECT ST_Value(rast,1,i,j) As origval, ST_Value(map_rast, 1, i, j) As mapval\n" -"FROM dummy_rast CROSS JOIN generate_series(1, 3) AS i CROSS JOIN generate_series(1,3) AS j\n" +"SELECT ST_Value(rast,1,i,j) As origval, ST_Value(map_rast, 1, i, j) As " +"mapval\n" +"FROM dummy_rast CROSS JOIN generate_series(1, 3) AS i CROSS JOIN " +"generate_series(1,3) AS j\n" "WHERE rid = 2;\n" "\n" " origval | mapval\n" @@ -10354,7 +11772,8 @@ msgstr "" #, no-c-format msgid "" "ALTER TABLE dummy_rast ADD COLUMN map_rast2 raster;\n" -"CREATE FUNCTION classify_fct(pixel float, pos integer[], variadic args text[])\n" +"CREATE FUNCTION classify_fct(pixel float, pos integer[], variadic args " +"text[])\n" "RETURNS float\n" "AS\n" "$$\n" @@ -10376,10 +11795,14 @@ msgid "" "END;\n" "$$\n" "LANGUAGE 'plpgsql';\n" -"UPDATE dummy_rast SET map_rast2 = ST_MapAlgebraFct(rast,'2BUI','classify_fct(float,integer[],text[])'::regprocedure, '0') WHERE rid = 2;\n" -"\n" -"SELECT DISTINCT ST_Value(rast,1,i,j) As origval, ST_Value(map_rast2, 1, i, j) As mapval\n" -"FROM dummy_rast CROSS JOIN generate_series(1, 5) AS i CROSS JOIN generate_series(1,5) AS j\n" +"UPDATE dummy_rast SET map_rast2 = " +"ST_MapAlgebraFct(rast,'2BUI','classify_fct(float,integer[],text[])'::" +"regprocedure, '0') WHERE rid = 2;\n" +"\n" +"SELECT DISTINCT ST_Value(rast,1,i,j) As origval, ST_Value(map_rast2, 1, i, " +"j) As mapval\n" +"FROM dummy_rast CROSS JOIN generate_series(1, 5) AS i CROSS JOIN " +"generate_series(1,5) AS j\n" "WHERE rid = 2;\n" "\n" " origval | mapval\n" @@ -10403,7 +11826,8 @@ msgstr "" #: reference_raster.xml:6038 #, no-c-format msgid "" -"CREATE FUNCTION rast_plus_tan(pixel float, pos integer[], variadic args text[])\n" +"CREATE FUNCTION rast_plus_tan(pixel float, pos integer[], variadic args " +"text[])\n" "RETURNS float\n" "AS\n" "$$\n" @@ -10417,7 +11841,8 @@ msgid "" " ST_AddBand(\n" " ST_AddBand(\n" " ST_MakeEmptyRaster(rast_view),\n" -" ST_MapAlgebraFct(rast_view,1,NULL,'rast_plus_tan(float,integer[],text[])'::regprocedure)\n" +" ST_MapAlgebraFct(rast_view,1," +"NULL,'rast_plus_tan(float,integer[],text[])'::regprocedure)\n" " ), \n" " ST_Band(rast_view,2)\n" " ),\n" @@ -10431,8 +11856,8 @@ msgstr "" #: reference_raster.xml:6043 reference_raster.xml:6143 #, no-c-format msgid "" -", , , " +", , , " msgstr "" #. Tag: refpurpose @@ -10449,43 +11874,58 @@ msgstr "" #: reference_raster.xml:6054 #, no-c-format msgid "" -" raster " -"ST_MapAlgebraFct " -"raster rast1 " -"raster rast2 " -"regprocedure " -"tworastuserfunc text " -"pixeltype=same_as_rast1 text " +" raster ST_MapAlgebraFct raster rast1 raster rast2 regprocedure tworastuserfunc text " +"pixeltype=same_as_rast1 text extenttype=INTERSECTION text[] VARIADIC userargs raster " +"ST_MapAlgebraFct raster rast1 integer " +"band1 raster " +"rast2 integer " +"band2 regprocedure " +"tworastuserfunc text pixeltype=same_as_rast1 text " "extenttype=INTERSECTION " -"text[] VARIADIC " -"userargs " -"raster ST_MapAlgebraFct " -"raster rast1 " -"integer band1 " -"raster rast2 " -"integer band2 " -"regprocedure " -"tworastuserfunc text " -"pixeltype=same_as_rast1 text " +"text[] VARIADIC userargs " +msgstr "" +" raster ST_MapAlgebraFct raster rast1 raster rast2 regprocedure tworastuserfunc text " +"pixeltype=same_as_rast1 text extenttype=INTERSECTION text[] VARIADIC userargs raster " +"ST_MapAlgebraFct raster rast1 integer " +"band1 raster " +"rast2 integer " +"band2 regprocedure " +"tworastuserfunc text pixeltype=same_as_rast1 text " "extenttype=INTERSECTION " -"text[] VARIADIC " -"userargs " -msgstr " raster ST_MapAlgebraFct raster rast1 raster rast2 regprocedure tworastuserfunc text pixeltype=same_as_rast1 text extenttype=INTERSECTION text[] VARIADIC userargs raster ST_MapAlgebraFct raster rast1 integer band1 raster rast2 integer band2 regprocedure tworastuserfunc text pixeltype=same_as_rast1 text extenttype=INTERSECTION text[] VARIADIC userargs " +"text[] VARIADIC userargs " #. Tag: para #: reference_raster.xml:6082 #, no-c-format msgid "" -"Creates a new one band raster formed by applying a valid PostgreSQL function" -" specified by the tworastuserfunc on the input raster " -"rast1, rast2. If no " -"band1 or band2 is specified, band 1 is" -" assumed. The new raster will have the same georeference, width, and height " -"as the original rasters but will only have one band." +"Creates a new one band raster formed by applying a valid PostgreSQL function " +"specified by the tworastuserfunc on the input raster " +"rast1, rast2. If no band1 or band2 is specified, band 1 is assumed. The " +"new raster will have the same georeference, width, and height as the " +"original rasters but will only have one band." msgstr "" #. Tag: para @@ -10494,20 +11934,33 @@ msgstr "" msgid "" "If pixeltype is passed in, then the new raster will have " "a band of that pixeltype. If pixeltype is passed NULL or left out, then the " -"new raster band will have the same pixeltype as the input " -"rast1 band." +"new raster band will have the same pixeltype as the input rast1 band." msgstr "" #. Tag: para #: reference_raster.xml:6086 #, no-c-format msgid "" -"The tworastuserfunc parameter must be the name and signature of an SQL or PL/pgSQL function, cast to a regprocedure. An example PL/pgSQL function example is: CREATE OR REPLACE FUNCTION simple_function_for_two_rasters(pixel1 FLOAT, pixel2 FLOAT, pos INTEGER[], VARIADIC args TEXT[])\n" +"The tworastuserfunc parameter must be the name and " +"signature of an SQL or PL/pgSQL function, cast to a regprocedure. An example " +"PL/pgSQL function example is: CREATE OR REPLACE FUNCTION " +"simple_function_for_two_rasters(pixel1 FLOAT, pixel2 FLOAT, pos INTEGER[], " +"VARIADIC args TEXT[])\n" " RETURNS FLOAT\n" " AS $$ BEGIN\n" " RETURN 0.0;\n" " END; $$\n" -" LANGUAGE 'plpgsql' IMMUTABLE; The tworastuserfunc may accept three or four arguments: a double precision value, a double precision value, an optional integer array, and a variadic text array. The first argument is the value of an individual raster cell in rast1 (regardless of the raster datatype). The second argument is an individual raster cell value in rast2. The third argument is the position of the current processing cell in the form '{x,y}'. The fourth argument indicates that all remaining parameters to shall be passed through to the tworastuserfunc." +" LANGUAGE 'plpgsql' IMMUTABLE; The " +"tworastuserfunc may accept three or four arguments: a " +"double precision value, a double precision value, an optional integer array, " +"and a variadic text array. The first argument is the value of an individual " +"raster cell in rast1 (regardless of the raster datatype). " +"The second argument is an individual raster cell value in rast2. The third argument is the position of the current processing cell " +"in the form '{x,y}'. The fourth argument indicates that all remaining " +"parameters to shall be passed " +"through to the tworastuserfunc." msgstr "" #. Tag: para @@ -10515,14 +11968,13 @@ msgstr "" #, no-c-format msgid "" "Passing a regprodedure argument to a SQL function requires the " -"full function signature to be passed, then cast to a " -"regprocedure type. To pass the above example PL/pgSQL function " -"as an argument, the SQL for the argument " -"is:'simple_function(double precision, double precision, " -"integer[], text[])'::regprocedureNote that the argument " -"contains the name of the function, the types of the function arguments, " -"quotes around the name and argument types, and a cast to a " -"regprocedure." +"full function signature to be passed, then cast to a regprocedure type. To pass the above example PL/pgSQL function as an argument, the " +"SQL for the argument is:'simple_function(double precision, " +"double precision, integer[], text[])'::regprocedureNote " +"that the argument contains the name of the function, the types of the " +"function arguments, quotes around the name and argument types, and a cast to " +"a regprocedure." msgstr "" #. Tag: para @@ -10577,22 +12029,27 @@ msgid "" "\n" "-- prep our test table of rasters\n" "DROP TABLE IF EXISTS map_shapes;\n" -"CREATE TABLE map_shapes(rid serial PRIMARY KEY, rast raster, bnum integer, descrip text);\n" +"CREATE TABLE map_shapes(rid serial PRIMARY KEY, rast raster, bnum integer, " +"descrip text);\n" "INSERT INTO map_shapes(rast,bnum, descrip)\n" "WITH mygeoms \n" -" AS ( SELECT 2 As bnum, ST_Buffer(ST_Point(90,90),30) As geom, 'circle' As descrip\n" +" AS ( SELECT 2 As bnum, ST_Buffer(ST_Point(90,90),30) As geom, 'circle' " +"As descrip\n" " UNION ALL\n" " SELECT 3 AS bnum, \n" -" ST_Buffer(ST_GeomFromText('LINESTRING(50 50,150 150,150 50)'), 15) As geom, 'big road' As descrip\n" +" ST_Buffer(ST_GeomFromText('LINESTRING(50 50,150 150,150 " +"50)'), 15) As geom, 'big road' As descrip\n" " UNION ALL\n" " SELECT 1 As bnum, \n" -" ST_Translate(ST_Buffer(ST_GeomFromText('LINESTRING(60 50,150 150,150 50)'), 8,'join=bevel'), 10,-6) As geom, 'small road' As descrip\n" +" ST_Translate(ST_Buffer(ST_GeomFromText('LINESTRING(60 50,150 " +"150,150 50)'), 8,'join=bevel'), 10,-6) As geom, 'small road' As descrip\n" " ),\n" " -- define our canvas to be 1 to 1 pixel to geometry\n" " canvas\n" " AS ( SELECT ST_AddBand(ST_MakeEmptyRaster(250, \n" " 250, \n" -" ST_XMin(e)::integer, ST_YMax(e)::integer, 1, -1, 0, 0 ) , '8BUI'::text,0) As rast\n" +" ST_XMin(e)::integer, ST_YMax(e)::integer, 1, -1, 0, 0 ) , '8BUI'::" +"text,0) As rast\n" " FROM (SELECT ST_Extent(geom) As e,\n" " Max(ST_SRID(geom)) As srid \n" " from mygeoms \n" @@ -10607,11 +12064,14 @@ msgid "" "\n" "-- Map algebra on single band rasters and then collect with ST_AddBand\n" "INSERT INTO map_shapes(rast,bnum,descrip)\n" -"SELECT ST_AddBand(ST_AddBand(rasts[1], rasts[2]),rasts[3]), 4, 'map bands overlay fct union (canvas)'\n" +"SELECT ST_AddBand(ST_AddBand(rasts[1], rasts[2]),rasts[3]), 4, 'map bands " +"overlay fct union (canvas)'\n" " FROM (SELECT ARRAY(SELECT ST_MapAlgebraFct(m1.rast, m2.rast, \n" -" 'raster_mapalgebra_union(double precision, double precision, integer[], text[])'::regprocedure, '8BUI', 'FIRST')\n" +" 'raster_mapalgebra_union(double precision, double " +"precision, integer[], text[])'::regprocedure, '8BUI', 'FIRST')\n" " FROM map_shapes As m1 CROSS JOIN map_shapes As m2\n" -" WHERE m1.descrip = 'canvas' AND m2.descrip <> 'canvas' ORDER BY m2.bnum) As rasts) As foo;" +" WHERE m1.descrip = 'canvas' AND m2.descrip <> " +"'canvas' ORDER BY m2.bnum) As rasts) As foo;" msgstr "" #. Tag: para @@ -10642,13 +12102,16 @@ msgid "" " BEGIN\n" " CASE\n" " WHEN rast1 IS NOT NULL AND rast2 IS NOT NULL THEN\n" -" RETURN least(userargs[1]::integer,(rast1 + rast2)/2.);\n" +" RETURN least(userargs[1]::integer,(rast1 + " +"rast2)/2.);\n" " WHEN rast1 IS NULL AND rast2 IS NULL THEN\n" " RETURN userargs[2]::integer;\n" " WHEN rast1 IS NULL THEN\n" -" RETURN greatest(rast2,random()*userargs[3]::integer)::integer;\n" +" RETURN greatest(rast2,random()*userargs[3]::" +"integer)::integer;\n" " ELSE\n" -" RETURN greatest(rast1, random()*userargs[4]::integer)::integer;\n" +" RETURN greatest(rast1, random()*userargs[4]::" +"integer)::integer;\n" " END CASE;\n" "\n" " RETURN NULL;\n" @@ -10656,10 +12119,13 @@ msgid "" " $$ LANGUAGE 'plpgsql' VOLATILE COST 1000;\n" " \n" "SELECT ST_MapAlgebraFct(m1.rast, 1, m1.rast, 3,\n" -" 'raster_mapalgebra_userargs(double precision, double precision, integer[], text[])'::regprocedure,\n" -" '8BUI', 'INTERSECT', '100','200','200','0') \n" +" 'raster_mapalgebra_userargs(double precision, double " +"precision, integer[], text[])'::regprocedure,\n" +" '8BUI', 'INTERSECT', " +"'100','200','200','0') \n" " FROM map_shapes As m1\n" -" WHERE m1.descrip = 'map bands overlay fct union (canvas)';" +" WHERE m1.descrip = 'map bands overlay fct union " +"(canvas)';" msgstr "" #. Tag: para @@ -10693,11 +12159,21 @@ msgid "" "text pixeltype " "integer ngbwidth " "integer ngbheight " -"regprocedure " -"onerastngbuserfunc text " -" nodatamode text[] " -" VARIADIC args" -msgstr "raster ST_MapAlgebraFctNgb raster rast integer band text pixeltype integer ngbwidth integer ngbheight regprocedure onerastngbuserfunc text nodatamode text[] VARIADIC args" +"regprocedure onerastngbuserfunc text nodatamode text[] VARIADIC " +"args" +msgstr "" +"raster ST_MapAlgebraFctNgb " +"raster rast " +"integer band " +"text pixeltype " +"integer ngbwidth " +"integer ngbheight " +"regprocedure onerastngbuserfunc text nodatamode text[] VARIADIC " +"args" #. Tag: para #: reference_raster.xml:6174 @@ -10706,9 +12182,8 @@ msgid "" "(one raster version) Return a raster which values are the result of a " "PLPGSQL user function involving a neighborhood of values from the input " "raster band. The user function takes the neighborhood of pixel values as an " -"array of numbers, for each pixel, returns the result from the user function," -" replacing pixel value of currently inspected pixel with the function " -"result." +"array of numbers, for each pixel, returns the result from the user function, " +"replacing pixel value of currently inspected pixel with the function result." msgstr "" #. Tag: term @@ -10741,9 +12216,9 @@ msgstr "" msgid "" "The resulting pixel type of the output raster. Must be one listed in or left out or set to NULL. If not passed " -"in or set to NULL, will default to the pixeltype of the " -"rast. Results are truncated if they are larger than what " -"is allowed for the pixeltype." +"in or set to NULL, will default to the pixeltype of the rast. Results are truncated if they are larger than what is allowed for " +"the pixeltype." msgstr "" #. Tag: term @@ -10804,8 +12279,8 @@ msgstr "" #, no-c-format msgid "" "'ignore': any NODATA values encountered in the neighborhood are ignored by " -"the computation -- this flag must be sent to the user callback function, and" -" the user function decides how to ignore it." +"the computation -- this flag must be sent to the user callback function, and " +"the user function decides how to ignore it." msgstr "" #. Tag: para @@ -10844,9 +12319,9 @@ msgstr "" #, no-c-format msgid "" "Examples utilize the katrina raster loaded as a single tile described in " -"http://trac.osgeo.org/gdal/wiki/frmts_wtkraster.html" -" and then prepared in the examples" +"http://" +"trac.osgeo.org/gdal/wiki/frmts_wtkraster.html and then prepared in " +"the examples" msgstr "" #. Tag: programlisting @@ -10854,9 +12329,11 @@ msgstr "" #, no-c-format msgid "" "--\n" -"-- A simple 'callback' user function that averages up all the values in a neighborhood.\n" +"-- A simple 'callback' user function that averages up all the values in a " +"neighborhood.\n" "--\n" -"CREATE OR REPLACE FUNCTION rast_avg(matrix float[][], nodatamode text, variadic args text[])\n" +"CREATE OR REPLACE FUNCTION rast_avg(matrix float[][], nodatamode text, " +"variadic args text[])\n" " RETURNS float AS\n" " $$\n" " DECLARE\n" @@ -10874,14 +12351,17 @@ msgid "" " sum := sum + _matrix[x][y];\n" " END LOOP;\n" " END LOOP;\n" -" RETURN (sum*1.0/(array_upper(matrix,1)*array_upper(matrix,2) ))::integer ;\n" +" RETURN (sum*1.0/(array_upper(matrix,1)*array_upper(matrix,2) ))::" +"integer ;\n" " END;\n" " $$\n" "LANGUAGE 'plpgsql' IMMUTABLE COST 1000;\n" " \n" -"-- now we apply to our raster averaging pixels within 2 pixels of each other in X and Y direction --\n" +"-- now we apply to our raster averaging pixels within 2 pixels of each other " +"in X and Y direction --\n" "SELECT ST_MapAlgebraFctNgb(rast, 1, '8BUI', 4,4,\n" -" 'rast_avg(float[][], text, text[])'::regprocedure, 'NULL', NULL) As nn_with_border\n" +" 'rast_avg(float[][], text, text[])'::regprocedure, 'NULL', " +"NULL) As nn_with_border\n" " FROM katrinas_rescaled \n" " limit 1;" msgstr "" @@ -10901,7 +12381,8 @@ msgstr "" #. Tag: para #: reference_raster.xml:6262 #, no-c-format -msgid ", , " +msgid "" +", , " msgstr "" #. Tag: refname @@ -10925,9 +12406,13 @@ msgstr "" msgid "" "geometry ST_Polygon " "raster rast " -"integer " -"band_num=1" -msgstr "geometry ST_Polygon raster rast integer band_num=1" +"integer band_num=1" +msgstr "" +"geometry ST_Polygon " +"raster rast " +"integer band_num=1" #. Tag: para #: reference_raster.xml:6285 @@ -10955,14 +12440,16 @@ msgstr "" #: reference_raster.xml:6292 #, no-c-format msgid "" -"-- by default no data band value is 0 or not set, so polygon will return a square polygon \n" +"-- by default no data band value is 0 or not set, so polygon will return a " +"square polygon \n" "SELECT ST_AsText(ST_Polygon(rast)) As geomwkt\n" "FROM dummy_rast\n" "WHERE rid = 2;\n" "\n" "geomwkt\n" "--------------------------------------------\n" -"MULTIPOLYGON(((3427927.75 5793244,3427928 5793244,3427928 5793243.75,3427927.75 5793243.75,3427927.75 5793244)))\n" +"MULTIPOLYGON(((3427927.75 5793244,3427928 5793244,3427928 " +"5793243.75,3427927.75 5793243.75,3427927.75 5793244)))\n" " \n" " \n" "-- now we change the no data value of first band\n" @@ -10978,7 +12465,16 @@ msgid "" "\n" "geomwkt\n" "---------------------------------------------------------\n" -"MULTIPOLYGON(((3427927.9 5793243.95,3427927.85 5793243.95,3427927.85 5793244,3427927.9 5793244,3427927.9 5793243.95)),((3427928 5793243.85,3427928 5793243.8,3427927.95 5793243.8,3427927.95 5793243.85,3427927.9 5793243.85,3427927.9 5793243.9,3427927.9 5793243.95,3427927.95 5793243.95,3427928 5793243.95,3427928 5793243.85)),((3427927.8 5793243.75,3427927.75 5793243.75,3427927.75 5793243.8,3427927.75 5793243.85,3427927.75 5793243.9,3427927.75 5793244,3427927.8 5793244,3427927.8 5793243.9,3427927.8 5793243.85,3427927.85 5793243.85,3427927.85 5793243.8,3427927.85 5793243.75,3427927.8 5793243.75)))\n" +"MULTIPOLYGON(((3427927.9 5793243.95,3427927.85 5793243.95,3427927.85 " +"5793244,3427927.9 5793244,3427927.9 5793243.95)),((3427928 " +"5793243.85,3427928 5793243.8,3427927.95 5793243.8,3427927.95 " +"5793243.85,3427927.9 5793243.85,3427927.9 5793243.9,3427927.9 " +"5793243.95,3427927.95 5793243.95,3427928 5793243.95,3427928 5793243.85))," +"((3427927.8 5793243.75,3427927.75 5793243.75,3427927.75 5793243.8,3427927.75 " +"5793243.85,3427927.75 5793243.9,3427927.75 5793244,3427927.8 " +"5793244,3427927.8 5793243.9,3427927.8 5793243.85,3427927.85 " +"5793243.85,3427927.85 5793243.8,3427927.85 5793243.75,3427927.8 " +"5793243.75)))\n" "\n" "-- Or if you want the no data value different for just one time\n" "\n" @@ -10992,7 +12488,13 @@ msgid "" "\n" "geomwkt\n" "---------------------------------\n" -"MULTIPOLYGON(((3427928 5793243.85,3427928 5793243.8,3427928 5793243.75,3427927.85 5793243.75,3427927.8 5793243.75,3427927.8 5793243.8,3427927.75 5793243.8,3427927.75 5793243.85,3427927.75 5793243.9,3427927.75 5793244,3427927.8 5793244,3427927.85 5793244,3427927.9 5793244,3427928 5793244,3427928 5793243.95,3427928 5793243.85),(3427927.9 5793243.9,3427927.9 5793243.85,3427927.95 5793243.85,3427927.95 5793243.9,3427927.9 5793243.9)))" +"MULTIPOLYGON(((3427928 5793243.85,3427928 5793243.8,3427928 " +"5793243.75,3427927.85 5793243.75,3427927.8 5793243.75,3427927.8 " +"5793243.8,3427927.75 5793243.8,3427927.75 5793243.85,3427927.75 " +"5793243.9,3427927.75 5793244,3427927.8 5793244,3427927.85 5793244,3427927.9 " +"5793244,3427928 5793244,3427928 5793243.95,3427928 5793243.85),(3427927.9 " +"5793243.9,3427927.9 5793243.85,3427927.95 5793243.85,3427927.95 " +"5793243.9,3427927.9 5793243.9)))" msgstr "" #. Tag: refname @@ -11024,14 +12526,28 @@ msgid "" "nodataval=NULL " " raster ST_Reclass " "raster rast " -"reclassarg[] VARIADIC " -"reclassargset " -"raster ST_Reclass " +"reclassarg[] VARIADIC reclassargset raster " +"ST_Reclass raster " +"rast text " +"reclassexpr text " +"pixeltype " +msgstr "" +" raster ST_Reclass " "raster rast " +"integer nband " "text reclassexpr " "text pixeltype " -"" -msgstr " raster ST_Reclass raster rast integer nband text reclassexpr text pixeltype double precision nodataval=NULL raster ST_Reclass raster rast reclassarg[] VARIADIC reclassargset raster ST_Reclass raster rast text reclassexpr text pixeltype " +"double precision " +"nodataval=NULL " +" raster ST_Reclass " +"raster rast " +"reclassarg[] VARIADIC reclassargset raster " +"ST_Reclass raster " +"rast text " +"reclassexpr text " +"pixeltype " #. Tag: para #: reference_raster.xml:6336 @@ -11039,8 +12555,8 @@ msgstr " raster ST_Reclassreclassexpr on the input raster " -"(rast). If no band is specified band 1" -" is assumed. The new raster will have the same georeference, width, and " +"(rast). If no band is specified band 1 " +"is assumed. The new raster will have the same georeference, width, and " "height as the original raster. Bands not designated will come back " "unchanged. Refer to for description of valid " "reclassification expressions." @@ -11050,9 +12566,9 @@ msgstr "" #: reference_raster.xml:6340 #, no-c-format msgid "" -"The bands of the new raster will have pixel type of " -"pixeltype. If reclassargset is passed " -"in then each reclassarg defines behavior of each band generated." +"The bands of the new raster will have pixel type of pixeltype. If reclassargset is passed in then each " +"reclassarg defines behavior of each band generated." msgstr "" #. Tag: title @@ -11065,8 +12581,8 @@ msgstr "" #: reference_raster.xml:6349 #, no-c-format msgid "" -"Create a new raster from the original where band 2 is converted from 8BUI to" -" 4BUI and all values from 101-254 are set to nodata value." +"Create a new raster from the original where band 2 is converted from 8BUI to " +"4BUI and all values from 101-254 are set to nodata value." msgstr "" #. Tag: programlisting @@ -11074,12 +12590,14 @@ msgstr "" #, no-c-format msgid "" "ALTER TABLE dummy_rast ADD COLUMN reclass_rast raster;\n" -"UPDATE dummy_rast SET reclass_rast = ST_Reclass(rast,2,'0-87:1-10, 88-100:11-15, 101-254:0-0', '4BUI',0) WHERE rid = 2;\n" +"UPDATE dummy_rast SET reclass_rast = ST_Reclass(rast,2,'0-87:1-10, " +"88-100:11-15, 101-254:0-0', '4BUI',0) WHERE rid = 2;\n" "\n" "SELECT i as col, j as row, ST_Value(rast,2,i,j) As origval, \n" " ST_Value(reclass_rast, 2, i, j) As reclassval, \n" " ST_Value(reclass_rast, 2, i, j, false) As reclassval_include_nodata\n" -"FROM dummy_rast CROSS JOIN generate_series(1, 3) AS i CROSS JOIN generate_series(1,3) AS j\n" +"FROM dummy_rast CROSS JOIN generate_series(1, 3) AS i CROSS JOIN " +"generate_series(1,3) AS j\n" "WHERE rid = 2;\n" "\n" " col | row | origval | reclassval | reclassval_include_nodata\n" @@ -11107,8 +12625,8 @@ msgstr "" msgid "" "Create a new raster from the original where band 1,2,3 is converted to " "1BB,4BUI, 4BUI respectively and reclassified. Note this uses the variadic " -"reclassarg argument which can take as input an indefinite" -" number of reclassargs (theoretically as many bands as you have)" +"reclassarg argument which can take as input an indefinite " +"number of reclassargs (theoretically as many bands as you have)" msgstr "" #. Tag: programlisting @@ -11117,15 +12635,19 @@ msgstr "" msgid "" "UPDATE dummy_rast SET reclass_rast = \n" " ST_Reclass(rast,\n" -" ROW(2,'0-87]:1-10, (87-100]:11-15, (101-254]:0-0', '4BUI',NULL)::reclassarg,\n" +" ROW(2,'0-87]:1-10, (87-100]:11-15, (101-254]:0-0', '4BUI',NULL)::" +"reclassarg,\n" " ROW(1,'0-253]:1, 254:0', '1BB', NULL)::reclassarg,\n" -" ROW(3,'0-70]:1, (70-86:2, [86-150):3, [150-255:4', '4BUI', NULL)::reclassarg\n" +" ROW(3,'0-70]:1, (70-86:2, [86-150):3, [150-255:4', '4BUI', NULL)::" +"reclassarg\n" " ) WHERE rid = 2;\n" "\n" -"SELECT i as col, j as row,ST_Value(rast,1,i,j) As ov1, ST_Value(reclass_rast, 1, i, j) As rv1, \n" +"SELECT i as col, j as row,ST_Value(rast,1,i,j) As ov1, " +"ST_Value(reclass_rast, 1, i, j) As rv1, \n" " ST_Value(rast,2,i,j) As ov2, ST_Value(reclass_rast, 2, i, j) As rv2, \n" " ST_Value(rast,3,i,j) As ov3, ST_Value(reclass_rast, 3, i, j) As rv3\n" -"FROM dummy_rast CROSS JOIN generate_series(1, 3) AS i CROSS JOIN generate_series(1,3) AS j\n" +"FROM dummy_rast CROSS JOIN generate_series(1, 3) AS i CROSS JOIN " +"generate_series(1,3) AS j\n" "WHERE rid = 2;\n" "\n" "col | row | ov1 | rv1 | ov2 | rv2 | ov3 | rv3\n" @@ -11164,9 +12686,12 @@ msgid "" "UPDATE wind \n" " set rast_view = ST_AddBand( NULL,\n" " ARRAY[\n" -" ST_Reclass(rast, 1,'0.1-10]:1-10,9-10]:11,(11-33:0'::text, '8BUI'::text,0),\n" -" ST_Reclass(rast,1, '11-33):0-255,[0-32:0,(34-1000:0'::text, '8BUI'::text,0), \n" -" ST_Reclass(rast,1,'0-32]:0,(32-100:100-255'::text, '8BUI'::text,0)\n" +" ST_Reclass(rast, 1,'0.1-10]:1-10,9-10]:11,(11-33:0'::text, " +"'8BUI'::text,0),\n" +" ST_Reclass(rast,1, '11-33):0-255,[0-32:0,(34-1000:0'::text, " +"'8BUI'::text,0), \n" +" ST_Reclass(rast,1,'0-32]:0,(32-100:100-255'::text, '8BUI'::" +"text,0)\n" " ]\n" " ) ;" msgstr "" @@ -11200,7 +12725,9 @@ msgstr "" msgid "" "raster ST_Union " "setof raster rast" -msgstr "raster ST_Union setof raster rast" +msgstr "" +"raster ST_Union " +"setof raster rast" #. Tag: funcprototype #: reference_raster.xml:6388 @@ -11208,9 +12735,13 @@ msgstr "raster ST_Union msgid "" "raster ST_Union " "setof raster rast " -"unionarg[] " -"unionargset" -msgstr "raster ST_Union setof raster rast unionarg[] unionargset" +"unionarg[] unionargset" +msgstr "" +"raster ST_Union " +"setof raster rast " +"unionarg[] unionargset" #. Tag: funcprototype #: reference_raster.xml:6395 @@ -11219,7 +12750,10 @@ msgid "" "raster ST_Union " "setof raster rast " "integer nband" -msgstr "raster ST_Union setof raster rast integer nband" +msgstr "" +"raster ST_Union " +"setof raster rast " +"integer nband" #. Tag: funcprototype #: reference_raster.xml:6402 @@ -11228,7 +12762,10 @@ msgid "" "raster ST_Union " "setof raster rast " "text uniontype" -msgstr "raster ST_Union setof raster rast text uniontype" +msgstr "" +"raster ST_Union " +"setof raster rast " +"text uniontype" #. Tag: funcprototype #: reference_raster.xml:6409 @@ -11238,7 +12775,11 @@ msgid "" "setof raster rast " "integer nband " "text uniontype" -msgstr "raster ST_Union setof raster rast integer nband text uniontype" +msgstr "" +"raster ST_Union " +"setof raster rast " +"integer nband " +"text uniontype" #. Tag: para #: reference_raster.xml:6421 @@ -11286,8 +12827,8 @@ msgstr "" #: reference_raster.xml:6434 reference_raster.xml:6442 #, no-c-format msgid "" -"Examples: Return a multi-band raster that is the union of tiles intersecting" -" geometry" +"Examples: Return a multi-band raster that is the union of tiles intersecting " +"geometry" msgstr "" #. Tag: para @@ -11306,25 +12847,29 @@ msgstr "" msgid "" "SELECT ST_Union(rast)\n" "FROM aerials.boston\n" -"WHERE ST_Intersects(rast, ST_GeomFromText('LINESTRING(230486 887771, 230500 88772)',26986) );" +"WHERE ST_Intersects(rast, ST_GeomFromText('LINESTRING(230486 887771, 230500 " +"88772)',26986) );" msgstr "" #. Tag: para #: reference_raster.xml:6443 #, no-c-format msgid "" -"Here we use the longer syntax if we only wanted a subset of bands or we want" -" to change order of bands" +"Here we use the longer syntax if we only wanted a subset of bands or we want " +"to change order of bands" msgstr "" #. Tag: programlisting #: reference_raster.xml:6444 #, no-c-format msgid "" -"-- this creates a multi band raster collecting all the tiles that intersect a line\n" -"SELECT ST_Union(rast,ARRAY[ROW(2, 'LAST'), ROW(1, 'LAST'), ROW(3, 'LAST')]::unionarg[])\n" +"-- this creates a multi band raster collecting all the tiles that intersect " +"a line\n" +"SELECT ST_Union(rast,ARRAY[ROW(2, 'LAST'), ROW(1, 'LAST'), ROW(3, 'LAST')]::" +"unionarg[])\n" "FROM aerials.boston\n" -"WHERE ST_Intersects(rast, ST_GeomFromText('LINESTRING(230486 887771, 230500 88772)',26986) );" +"WHERE ST_Intersects(rast, ST_GeomFromText('LINESTRING(230486 887771, 230500 " +"88772)',26986) );" msgstr "" #. Tag: para @@ -11362,9 +12907,12 @@ msgid "" "float8 ST_Min4ma " "float8[][] matrix " "text nodatamode " -"text[] VARIADIC " -"args" -msgstr "float8 ST_Min4ma float8[][] matrix text nodatamode text[] VARIADIC args" +"text[] VARIADIC args" +msgstr "" +"float8 ST_Min4ma " +"float8[][] matrix " +"text nodatamode " +"text[] VARIADIC args" #. Tag: para #: reference_raster.xml:6482 @@ -11391,7 +12939,8 @@ msgid "" "SELECT \n" " rid,\n" " st_value(\n" -" st_mapalgebrafctngb(rast, 1, NULL, 1, 1, 'st_min4ma(float[][],text,text[])'::regprocedure, 'ignore', NULL), 2, 2\n" +" st_mapalgebrafctngb(rast, 1, NULL, 1, 1, 'st_min4ma(float[][],text," +"text[])'::regprocedure, 'ignore', NULL), 2, 2\n" " ) \n" "FROM dummy_rast \n" "WHERE rid = 2;\n" @@ -11431,9 +12980,12 @@ msgid "" "float8 ST_Max4ma " "float8[][] matrix " "text nodatamode " -"text[] VARIADIC " -"args" -msgstr "float8 ST_Max4ma float8[][] matrix text nodatamode text[] VARIADIC args" +"text[] VARIADIC args" +msgstr "" +"float8 ST_Max4ma " +"float8[][] matrix " +"text nodatamode " +"text[] VARIADIC args" #. Tag: para #: reference_raster.xml:6532 @@ -11448,7 +13000,8 @@ msgid "" "SELECT \n" " rid,\n" " st_value(\n" -" st_mapalgebrafctngb(rast, 1, NULL, 1, 1, 'st_max4ma(float[][],text,text[])'::regprocedure, 'ignore', NULL), 2, 2\n" +" st_mapalgebrafctngb(rast, 1, NULL, 1, 1, 'st_max4ma(float[][],text," +"text[])'::regprocedure, 'ignore', NULL), 2, 2\n" " ) \n" "FROM dummy_rast \n" "WHERE rid = 2;\n" @@ -11488,9 +13041,12 @@ msgid "" "float8 ST_Sum4ma " "float8[][] matrix " "text nodatamode " -"text[] VARIADIC " -"args" -msgstr "float8 ST_Sum4ma float8[][] matrix text nodatamode text[] VARIADIC args" +"text[] VARIADIC args" +msgstr "" +"float8 ST_Sum4ma " +"float8[][] matrix " +"text nodatamode " +"text[] VARIADIC args" #. Tag: para #: reference_raster.xml:6582 @@ -11505,7 +13061,8 @@ msgid "" "SELECT \n" " rid,\n" " st_value(\n" -" st_mapalgebrafctngb(rast, 1, '32BF', 1, 1, 'st_sum4ma(float[][],text,text[])'::regprocedure, 'ignore', NULL), 2, 2\n" +" st_mapalgebrafctngb(rast, 1, '32BF', 1, 1, 'st_sum4ma(float[][],text," +"text[])'::regprocedure, 'ignore', NULL), 2, 2\n" " ) \n" "FROM dummy_rast \n" "WHERE rid = 2;\n" @@ -11545,9 +13102,12 @@ msgid "" "float8 ST_Mean4ma " "float8[][] matrix " "text nodatamode " -"text[] VARIADIC " -"args" -msgstr "float8 ST_Mean4ma float8[][] matrix text nodatamode text[] VARIADIC args" +"text[] VARIADIC args" +msgstr "" +"float8 ST_Mean4ma " +"float8[][] matrix " +"text nodatamode " +"text[] VARIADIC args" #. Tag: para #: reference_raster.xml:6632 @@ -11562,7 +13122,8 @@ msgid "" "SELECT \n" " rid,\n" " st_value(\n" -" st_mapalgebrafctngb(rast, 1, '32BF', 1, 1, 'st_mean4ma(float[][],text,text[])'::regprocedure, 'ignore', NULL), 2, 2\n" +" st_mapalgebrafctngb(rast, 1, '32BF', 1, 1, 'st_mean4ma(float[][]," +"text,text[])'::regprocedure, 'ignore', NULL), 2, 2\n" " ) \n" "FROM dummy_rast \n" "WHERE rid = 2;\n" @@ -11602,9 +13163,12 @@ msgid "" "float8 ST_Range4ma " "float8[][] matrix " "text nodatamode " -"text[] VARIADIC " -"args" -msgstr "float8 ST_Range4ma float8[][] matrix text nodatamode text[] VARIADIC args" +"text[] VARIADIC args" +msgstr "" +"float8 ST_Range4ma " +"float8[][] matrix " +"text nodatamode " +"text[] VARIADIC args" #. Tag: para #: reference_raster.xml:6681 @@ -11619,7 +13183,8 @@ msgid "" "SELECT \n" " rid,\n" " st_value(\n" -" st_mapalgebrafctngb(rast, 1, NULL, 1, 1, 'st_range4ma(float[][],text,text[])'::regprocedure, 'ignore', NULL), 2, 2\n" +" st_mapalgebrafctngb(rast, 1, NULL, 1, 1, 'st_range4ma(float[][],text," +"text[])'::regprocedure, 'ignore', NULL), 2, 2\n" " ) \n" "FROM dummy_rast \n" "WHERE rid = 2;\n" @@ -11635,8 +13200,8 @@ msgstr "" #, no-c-format msgid "" ", , , , , " +"linkend=\"RT_ST_Sum4ma\"/>, , " msgstr "" #. Tag: refname @@ -11649,8 +13214,8 @@ msgstr "" #: reference_raster.xml:6714 #, no-c-format msgid "" -"Raster processing function that calculates the number of unique pixel values" -" in a neighborhood." +"Raster processing function that calculates the number of unique pixel values " +"in a neighborhood." msgstr "" #. Tag: funcprototype @@ -11660,9 +13225,12 @@ msgid "" "float8 ST_Distinct4ma " "float8[][] matrix " "text nodatamode " -"text[] VARIADIC " -"args" -msgstr "float8 ST_Distinct4ma float8[][] matrix text nodatamode text[] VARIADIC args" +"text[] VARIADIC args" +msgstr "" +"float8 ST_Distinct4ma " +"float8[][] matrix " +"text nodatamode " +"text[] VARIADIC args" #. Tag: para #: reference_raster.xml:6731 @@ -11678,7 +13246,8 @@ msgid "" "SELECT \n" " rid,\n" " st_value(\n" -" st_mapalgebrafctngb(rast, 1, NULL, 1, 1, 'st_distinct4ma(float[][],text,text[])'::regprocedure, 'ignore', NULL), 2, 2\n" +" st_mapalgebrafctngb(rast, 1, NULL, 1, 1, 'st_distinct4ma(float[][]," +"text,text[])'::regprocedure, 'ignore', NULL), 2, 2\n" " ) \n" "FROM dummy_rast \n" "WHERE rid = 2;\n" @@ -11709,16 +13278,18 @@ msgid "" "float8 ST_StdDev4ma " "float8[][] matrix " "text nodatamode " -"text[] VARIADIC " -"args" -msgstr "float8 ST_StdDev4ma float8[][] matrix text nodatamode text[] VARIADIC args" +"text[] VARIADIC args" +msgstr "" +"float8 ST_StdDev4ma " +"float8[][] matrix " +"text nodatamode " +"text[] VARIADIC args" #. Tag: para #: reference_raster.xml:6781 #, no-c-format msgid "" -"Calculate the standard deviation of pixel values in a neighborhood of " -"pixels." +"Calculate the standard deviation of pixel values in a neighborhood of pixels." msgstr "" #. Tag: programlisting @@ -11728,7 +13299,8 @@ msgid "" "SELECT \n" " rid,\n" " st_value(\n" -" st_mapalgebrafctngb(rast, 1, '32BF', 1, 1, 'st_stddev4ma(float[][],text,text[])'::regprocedure, 'ignore', NULL), 2, 2\n" +" st_mapalgebrafctngb(rast, 1, '32BF', 1, 1, 'st_stddev4ma(float[][]," +"text,text[])'::regprocedure, 'ignore', NULL), 2, 2\n" " ) \n" "FROM dummy_rast \n" "WHERE rid = 2;\n" @@ -11756,12 +13328,17 @@ msgstr "" #: reference_raster.xml:6819 #, no-c-format msgid "" -"double precision ST_InvDistWeight4ma" -" double precision[][] " -"matrix text " -"nodatamode text[] " -"VARIADIC args" -msgstr "double precision ST_InvDistWeight4ma double precision[][] matrix text nodatamode text[] VARIADIC args" +"double precision ST_InvDistWeight4ma " +"double precision[][] matrix text nodatamode text[] VARIADIC args" +msgstr "" +"double precision ST_InvDistWeight4ma " +"double precision[][] matrix text nodatamode text[] VARIADIC args" #. Tag: para #: reference_raster.xml:6831 @@ -11775,14 +13352,13 @@ msgstr "" #: reference_raster.xml:6833 #, no-c-format msgid "" -"There are two optional parameters that can be passed through " -"args. The first parameter is the power factor (variable k" -" in the equation below) between 0 and 1 used in the Inverse Distance " -"Weighted equation. If not specified, default value is 1. The second " -"parameter is the weight percentage applied only when the value of the pixel " -"of interest is included with the interpolated value from the neighborhood. " -"If not specified and the pixel of interest has a value, that value is " -"returned." +"There are two optional parameters that can be passed through args. The first parameter is the power factor (variable k in the " +"equation below) between 0 and 1 used in the Inverse Distance Weighted " +"equation. If not specified, default value is 1. The second parameter is the " +"weight percentage applied only when the value of the pixel of interest is " +"included with the interpolated value from the neighborhood. If not specified " +"and the pixel of interest has a value, that value is returned." msgstr "" #. Tag: para @@ -11828,11 +13404,16 @@ msgstr "" #, no-c-format msgid "" "double precision ST_MinDist4ma " -"double precision[][] " -"matrix text " -"nodatamode text[] " -"VARIADIC args" -msgstr "double precision ST_MinDist4ma double precision[][] matrix text nodatamode text[] VARIADIC args" +"double precision[][] matrix text nodatamode text[] VARIADIC args" +msgstr "" +"double precision ST_MinDist4ma " +"double precision[][] matrix text nodatamode text[] VARIADIC args" #. Tag: para #: reference_raster.xml:6895 @@ -11885,7 +13466,10 @@ msgid "" "boolean && " "raster A " "raster B " -msgstr "boolean && raster A raster B " +msgstr "" +"boolean && " +"raster A " +"raster B " #. Tag: para #: reference_raster.xml:6958 @@ -11908,7 +13492,8 @@ msgstr "" #: reference_raster.xml:6968 #, no-c-format msgid "" -"SELECT A.rid As a_rid, B.rid As b_rid, A.rast && B.rast As intersect\n" +"SELECT A.rid As a_rid, B.rid As b_rid, A.rast && B.rast As " +"intersect\n" " FROM dummy_rast AS A CROSS JOIN dummy_rast AS B LIMIT 3;\n" "\n" " a_rid | b_rid | intersect\n" @@ -11938,15 +13523,18 @@ msgid "" "boolean &< " "raster A " "raster B " -msgstr "boolean &< raster A raster B " +msgstr "" +"boolean &< " +"raster A " +"raster B " #. Tag: para #: reference_raster.xml:7002 #, no-c-format msgid "" -"The &< operator returns TRUE if" -" the bounding box of raster A overlaps or is to the left of the bounding box" -" of raster B, or more accurately, overlaps or is NOT to the right of the " +"The &< operator returns TRUE if " +"the bounding box of raster A overlaps or is to the left of the bounding box " +"of raster B, or more accurately, overlaps or is NOT to the right of the " "bounding box of raster B." msgstr "" @@ -11998,15 +13586,18 @@ msgid "" "boolean &> " "raster A " "raster B " -msgstr "boolean &> raster A raster B " +msgstr "" +"boolean &> " +"raster A " +"raster B " #. Tag: para #: reference_raster.xml:7047 #, no-c-format msgid "" -"The &> operator returns TRUE if" -" the bounding box of raster A overlaps or is to the right of the bounding " -"box of raster B, or more accurately, overlaps or is NOT to the left of the " +"The &> operator returns TRUE if " +"the bounding box of raster A overlaps or is to the right of the bounding box " +"of raster B, or more accurately, overlaps or is NOT to the left of the " "bounding box of raster B." msgstr "" @@ -12046,8 +13637,8 @@ msgstr "" #: reference_raster.xml:7069 #, no-c-format msgid "" -"Return true if no points of raster rastB lie in the exterior of raster rastA" -" and at least one point of the interior of rastB lies in the interior of " +"Return true if no points of raster rastB lie in the exterior of raster rastA " +"and at least one point of the interior of rastB lies in the interior of " "rastA." msgstr "" @@ -12059,12 +13650,21 @@ msgid "" " raster rastA " " integer nbandA " " raster rastB " -" integer nbandB " -" boolean " -"ST_Contains raster " -"rastA raster " -"rastB " -msgstr " boolean ST_Contains raster rastA integer nbandA raster rastB integer nbandB boolean ST_Contains raster rastA raster rastB " +" integer nbandB boolean ST_Contains raster rastA raster rastB " +msgstr "" +" boolean ST_Contains " +" raster rastA " +" integer nbandA " +" raster rastB " +" integer nbandB boolean ST_Contains raster rastA raster rastB " #. Tag: para #: reference_raster.xml:7114 @@ -12074,8 +13674,8 @@ msgid "" "exterior of rastA and at least one point of the interior of rastB lies in " "the interior of rastA. If the band number is not provided (or set to NULL), " "only the convex hull of the raster is considered in the test. If the band " -"number is provided, only those pixels with value (not NODATA) are considered" -" in the test." +"number is provided, only those pixels with value (not NODATA) are considered " +"in the test." msgstr "" #. Tag: para @@ -12111,7 +13711,8 @@ msgstr "" #, no-c-format msgid "" "-- specified band numbers\n" -"SELECT r1.rid, r2.rid, ST_Contains(r1.rast, 1, r2.rast, 1) FROM dummy_rast r1 CROSS JOIN dummy_rast r2 WHERE r1.rid = 1;\n" +"SELECT r1.rid, r2.rid, ST_Contains(r1.rast, 1, r2.rast, 1) FROM dummy_rast " +"r1 CROSS JOIN dummy_rast r2 WHERE r1.rid = 1;\n" "\n" "NOTICE: The first raster provided has no bands\n" " rid | rid | st_contains \n" @@ -12125,7 +13726,8 @@ msgstr "" #, no-c-format msgid "" "-- no band numbers specified\n" -"SELECT r1.rid, r2.rid, ST_Contains(r1.rast, r2.rast) FROM dummy_rast r1 CROSS JOIN dummy_rast r2 WHERE r1.rid = 1;\n" +"SELECT r1.rid, r2.rid, ST_Contains(r1.rast, r2.rast) FROM dummy_rast r1 " +"CROSS JOIN dummy_rast r2 WHERE r1.rid = 1;\n" " rid | rid | st_contains \n" "-----+-----+-------------\n" " 1 | 1 | t\n" @@ -12156,17 +13758,25 @@ msgstr "" #: reference_raster.xml:7164 #, no-c-format msgid "" -" boolean " -"ST_ContainsProperly raster " -" rastA integer " -" nbandA raster " -" rastB integer " -" nbandB " -" boolean " -"ST_ContainsProperly raster " -" rastA raster " -" rastB " -msgstr " boolean ST_ContainsProperly raster rastA integer nbandA raster rastB integer nbandB boolean ST_ContainsProperly raster rastA raster rastB " +" boolean ST_ContainsProperly raster rastA integer nbandA raster rastB integer nbandB boolean " +"ST_ContainsProperly raster rastA raster rastB " +msgstr "" +" boolean ST_ContainsProperly raster rastA integer nbandA raster rastB integer nbandB boolean " +"ST_ContainsProperly raster rastA raster rastB " #. Tag: para #: reference_raster.xml:7203 @@ -12198,7 +13808,8 @@ msgstr "" #: reference_raster.xml:7229 #, no-c-format msgid "" -"SELECT r1.rid, r2.rid, ST_ContainsProperly(r1.rast, 1, r2.rast, 1) FROM dummy_rast r1 CROSS JOIN dummy_rast r2 WHERE r1.rid = 2;\n" +"SELECT r1.rid, r2.rid, ST_ContainsProperly(r1.rast, 1, r2.rast, 1) FROM " +"dummy_rast r1 CROSS JOIN dummy_rast r2 WHERE r1.rid = 2;\n" "\n" " rid | rid | st_containsproperly \n" "-----+-----+---------------------\n" @@ -12232,22 +13843,31 @@ msgid "" " raster rastA " " integer nbandA " " raster rastB " -" integer nbandB " -" boolean " -"ST_Covers raster " -"rastA raster " -"rastB " -msgstr " boolean ST_Covers raster rastA integer nbandA raster rastB integer nbandB boolean ST_Covers raster rastA raster rastB " +" integer nbandB boolean ST_Covers raster rastA raster rastB " +msgstr "" +" boolean ST_Covers " +" raster rastA " +" integer nbandA " +" raster rastB " +" integer nbandB boolean ST_Covers raster rastA raster rastB " #. Tag: para #: reference_raster.xml:7288 #, no-c-format msgid "" "Raster rastA covers rastB if and only if no points of rastB lie in the " -"exterior of rastA. If the band number is not provided (or set to NULL), only" -" the convex hull of the raster is considered in the test. If the band number" -" is provided, only those pixels with value (not NODATA) are considered in " -"the test." +"exterior of rastA. If the band number is not provided (or set to NULL), only " +"the convex hull of the raster is considered in the test. If the band number " +"is provided, only those pixels with value (not NODATA) are considered in the " +"test." msgstr "" #. Tag: para @@ -12263,7 +13883,8 @@ msgstr "" #: reference_raster.xml:7310 #, no-c-format msgid "" -"SELECT r1.rid, r2.rid, ST_Covers(r1.rast, 1, r2.rast, 1) FROM dummy_rast r1 CROSS JOIN dummy_rast r2 WHERE r1.rid = 2;\n" +"SELECT r1.rid, r2.rid, ST_Covers(r1.rast, 1, r2.rast, 1) FROM dummy_rast r1 " +"CROSS JOIN dummy_rast r2 WHERE r1.rid = 2;\n" "\n" " rid | rid | st_covers \n" "-----+-----+-----------\n" @@ -12293,16 +13914,25 @@ msgstr "" #: reference_raster.xml:7330 #, no-c-format msgid "" -" boolean ST_CoveredBy" -" raster rastA " +" boolean ST_CoveredBy " +" raster rastA " " integer nbandA " " raster rastB " -" integer nbandB " -" boolean " -"ST_CoveredBy raster " -"rastA raster " -"rastB " -msgstr " boolean ST_CoveredBy raster rastA integer nbandA raster rastB integer nbandB boolean ST_CoveredBy raster rastA raster rastB " +" integer nbandB boolean ST_CoveredBy raster rastA raster rastB " +msgstr "" +" boolean ST_CoveredBy " +" raster rastA " +" integer nbandA " +" raster rastB " +" integer nbandB boolean ST_CoveredBy raster rastA raster rastB " #. Tag: para #: reference_raster.xml:7369 @@ -12311,8 +13941,8 @@ msgid "" "Raster rastA is covered by rastB if and only if no points of rastA lie in " "the exterior of rastB. If the band number is not provided (or set to NULL), " "only the convex hull of the raster is considered in the test. If the band " -"number is provided, only those pixels with value (not NODATA) are considered" -" in the test." +"number is provided, only those pixels with value (not NODATA) are considered " +"in the test." msgstr "" #. Tag: para @@ -12328,7 +13958,8 @@ msgstr "" #: reference_raster.xml:7391 #, no-c-format msgid "" -"SELECT r1.rid, r2.rid, ST_CoveredBy(r1.rast, 1, r2.rast, 1) FROM dummy_rast r1 CROSS JOIN dummy_rast r2 WHERE r1.rid = 2;\n" +"SELECT r1.rid, r2.rid, ST_CoveredBy(r1.rast, 1, r2.rast, 1) FROM dummy_rast " +"r1 CROSS JOIN dummy_rast r2 WHERE r1.rid = 2;\n" "\n" " rid | rid | st_coveredby \n" "-----+-----+--------------\n" @@ -12362,12 +13993,21 @@ msgid "" " raster rastA " " integer nbandA " " raster rastB " -" integer nbandB " -" boolean " -"ST_Disjoint raster " -"rastA raster " -"rastB " -msgstr " boolean ST_Disjoint raster rastA integer nbandA raster rastB integer nbandB boolean ST_Disjoint raster rastA raster rastB " +" integer nbandB boolean ST_Disjoint raster rastA raster rastB " +msgstr "" +" boolean ST_Disjoint " +" raster rastA " +" integer nbandA " +" raster rastB " +" integer nbandB boolean ST_Disjoint raster rastA raster rastB " #. Tag: para #: reference_raster.xml:7450 @@ -12398,8 +14038,10 @@ msgstr "" #: reference_raster.xml:7472 #, no-c-format msgid "" -"-- rid = 1 has no bands, hence the NOTICE and the NULL value for st_disjoint\n" -"SELECT r1.rid, r2.rid, ST_Disjoint(r1.rast, 1, r2.rast, 1) FROM dummy_rast r1 CROSS JOIN dummy_rast r2 WHERE r1.rid = 2;\n" +"-- rid = 1 has no bands, hence the NOTICE and the NULL value for " +"st_disjoint\n" +"SELECT r1.rid, r2.rid, ST_Disjoint(r1.rast, 1, r2.rast, 1) FROM dummy_rast " +"r1 CROSS JOIN dummy_rast r2 WHERE r1.rid = 2;\n" "\n" "NOTICE: The second raster provided has no bands\n" " rid | rid | st_disjoint \n" @@ -12413,7 +14055,8 @@ msgstr "" #, no-c-format msgid "" "-- this time, without specifying band numbers\n" -"SELECT r1.rid, r2.rid, ST_Disjoint(r1.rast, r2.rast) FROM dummy_rast r1 CROSS JOIN dummy_rast r2 WHERE r1.rid = 2;\n" +"SELECT r1.rid, r2.rid, ST_Disjoint(r1.rast, r2.rast) FROM dummy_rast r1 " +"CROSS JOIN dummy_rast r2 WHERE r1.rid = 2;\n" "\n" " rid | rid | st_disjoint \n" "-----+-----+-------------\n" @@ -12437,31 +14080,53 @@ msgstr "" #: reference_raster.xml:7492 #, no-c-format msgid "" -" boolean " -"ST_Intersects raster " -" rastA integer " -"nbandA raster " -"rastB integer " -"nbandB " +" boolean ST_Intersects raster rastA integer nbandA raster rastB integer nbandB boolean " +"ST_Intersects raster " +"rastA raster " +"rastB " "boolean ST_Intersects " -"raster rastA " -"raster rastB " -" boolean " -"ST_Intersects raster " -" rast integer " -"nband geometry " -"geommin " +"raster rast " +"integer nband " +"geometry geommin boolean ST_Intersects raster rast geometry geommin integer " +"nband=NULL " +" boolean ST_Intersects geometry geommin raster rast integer " +"nband=NULL " +msgstr "" +" boolean ST_Intersects raster rastA integer nbandA raster rastB integer nbandB boolean " +"ST_Intersects raster " +"rastA raster " +"rastB " "boolean ST_Intersects " "raster rast " -"geometry geommin integer nband=NULL " -" boolean " -"ST_Intersects geometry " -" geommin raster " -" rast " -"integer nband=NULL " -"" -msgstr " boolean ST_Intersects raster rastA integer nbandA raster rastB integer nbandB boolean ST_Intersects raster rastA raster rastB boolean ST_Intersects raster rast integer nband geometry geommin boolean ST_Intersects raster rast geometry geommin integer nband=NULL boolean ST_Intersects geometry geommin raster rast integer nband=NULL " +"integer nband " +"geometry geommin boolean ST_Intersects raster rast geometry geommin integer " +"nband=NULL " +" boolean ST_Intersects geometry geommin raster rast integer " +"nband=NULL " #. Tag: para #: reference_raster.xml:7579 @@ -12469,8 +14134,8 @@ msgstr " boolean ST_Intersects raster rastA " " integer nbandA " " raster rastB " -" integer nbandB " -" boolean " -"ST_Overlaps raster " -"rastA raster " -"rastB " -msgstr " boolean ST_Overlaps raster rastA integer nbandA raster rastB integer nbandB boolean ST_Overlaps raster rastA raster rastB " +" integer nbandB boolean ST_Overlaps raster rastA raster rastB " +msgstr "" +" boolean ST_Overlaps " +" raster rastA " +" integer nbandA " +" raster rastB " +" integer nbandB boolean ST_Overlaps raster rastA raster rastB " #. Tag: para #: reference_raster.xml:7663 #, no-c-format msgid "" -"Return true if raster rastA spatially overlaps raster rastB. This means that" -" rastA and rastB intersect but one does not completely contain the other. If" -" the band number is not provided (or set to NULL), only the convex hull of " +"Return true if raster rastA spatially overlaps raster rastB. This means that " +"rastA and rastB intersect but one does not completely contain the other. If " +"the band number is not provided (or set to NULL), only the convex hull of " "the raster is considered in the test. If the band number is provided, only " "those pixels with value (not NODATA) are considered in the test." msgstr "" @@ -12587,20 +14261,29 @@ msgid "" " raster rastA " " integer nbandA " " raster rastB " -" integer nbandB " -" boolean " -"ST_Touches raster " -"rastA raster " -"rastB " -msgstr " boolean ST_Touches raster rastA integer nbandA raster rastB integer nbandB boolean ST_Touches raster rastA raster rastB " +" integer nbandB boolean ST_Touches raster rastA raster rastB " +msgstr "" +" boolean ST_Touches " +" raster rastA " +" integer nbandA " +" raster rastB " +" integer nbandB boolean ST_Touches raster rastA raster rastB " #. Tag: para #: reference_raster.xml:7743 #, no-c-format msgid "" "Return true if raster rastA spatially touches raster rastB. This means that " -"rastA and rastB have at least one point in common but their interiors do not" -" intersect. If the band number is not provided (or set to NULL), only the " +"rastA and rastB have at least one point in common but their interiors do not " +"intersect. If the band number is not provided (or set to NULL), only the " "convex hull of the raster is considered in the test. If the band number is " "provided, only those pixels with value (not NODATA) are considered in the " "test." @@ -12618,7 +14301,8 @@ msgstr "" #: reference_raster.xml:7765 #, no-c-format msgid "" -"SELECT r1.rid, r2.rid, ST_Touches(r1.rast, 1, r2.rast, 1) FROM dummy_rast r1 CROSS JOIN dummy_rast r2 WHERE r1.rid = 2;\n" +"SELECT r1.rid, r2.rid, ST_Touches(r1.rast, 1, r2.rast, 1) FROM dummy_rast r1 " +"CROSS JOIN dummy_rast r2 WHERE r1.rid = 2;\n" "\n" " rid | rid | st_touches \n" "-----+-----+------------\n" @@ -12636,38 +14320,59 @@ msgstr "" #: reference_raster.xml:7779 #, no-c-format msgid "" -"Returns true if rasters have same skew, scale, spatial ref and false if they" -" don't with notice detailing issue." +"Returns true if rasters have same skew, scale, spatial ref and false if they " +"don't with notice detailing issue." msgstr "" #. Tag: funcsynopsis #: reference_raster.xml:7783 #, no-c-format msgid "" -" boolean " -"ST_SameAlignment raster " -" rastA raster " -" rastB " -" boolean " +" boolean ST_SameAlignment raster rastA raster rastB boolean " "ST_SameAlignment double " "precision ulx1 " "double precision uly1 " -" double precision scalex1 " -" double precision " -"scaley1 double precision" -" skewx1 double " -"precision skewy1 " -"double precision ulx2 " -" double precision uly2 " -" double precision " -"scalex2 double precision" -" scaley2 double " -"precision skewx2 " -"double precision skewy2 " -" boolean " -"ST_SameAlignment raster set " -" rastfield " -msgstr " boolean ST_SameAlignment raster rastA raster rastB boolean ST_SameAlignment double precision ulx1 double precision uly1 double precision scalex1 double precision scaley1 double precision skewx1 double precision skewy1 double precision ulx2 double precision uly2 double precision scalex2 double precision scaley2 double precision skewx2 double precision skewy2 boolean ST_SameAlignment raster set rastfield " +" double precision scalex1 double precision scaley1 double precision " +"skewx1 double precision " +" skewy1 double " +"precision ulx2 " +"double precision uly2 " +" double precision scalex2 double precision scaley2 double precision " +"skewx2 double precision " +" skewy2 " +" boolean ST_SameAlignment raster set rastfield " +msgstr "" +" boolean ST_SameAlignment raster rastA raster rastB boolean " +"ST_SameAlignment double " +"precision ulx1 " +"double precision uly1 " +" double precision scalex1 double precision scaley1 double precision " +"skewx1 double precision " +" skewy1 double " +"precision ulx2 " +"double precision uly2 " +" double precision scalex2 double precision scaley2 double precision " +"skewx2 double precision " +" skewy2 " +" boolean ST_SameAlignment raster set rastfield " #. Tag: para #: reference_raster.xml:7862 @@ -12750,8 +14455,8 @@ msgstr "" #: reference_raster.xml:7889 #, no-c-format msgid "" -"Return true if no points of raster rastA lie in the exterior of raster rastB" -" and at least one point of the interior of rastA lies in the interior of " +"Return true if no points of raster rastA lie in the exterior of raster rastB " +"and at least one point of the interior of rastA lies in the interior of " "rastB." msgstr "" @@ -12763,12 +14468,21 @@ msgid "" " raster rastA " " integer nbandA " " raster rastB " -" integer nbandB " -" boolean " -"ST_Within raster " -"rastA raster " -"rastB " -msgstr " boolean ST_Within raster rastA integer nbandA raster rastB integer nbandB boolean ST_Within raster rastA raster rastB " +" integer nbandB boolean ST_Within raster rastA raster rastB " +msgstr "" +" boolean ST_Within " +" raster rastA " +" integer nbandA " +" raster rastB " +" integer nbandB boolean ST_Within raster rastA raster rastB " #. Tag: para #: reference_raster.xml:7934 @@ -12778,8 +14492,8 @@ msgid "" "exterior of rastB and at least one point of the interior of rastA lies in " "the interior of rastB. If the band number is not provided (or set to NULL), " "only the convex hull of the raster is considered in the test. If the band " -"number is provided, only those pixels with value (not NODATA) are considered" -" in the test." +"number is provided, only those pixels with value (not NODATA) are considered " +"in the test." msgstr "" #. Tag: para @@ -12803,7 +14517,8 @@ msgstr "" #: reference_raster.xml:7962 #, no-c-format msgid "" -"SELECT r1.rid, r2.rid, ST_Within(r1.rast, 1, r2.rast, 1) FROM dummy_rast r1 CROSS JOIN dummy_rast r2 WHERE r1.rid = 2;\n" +"SELECT r1.rid, r2.rid, ST_Within(r1.rast, 1, r2.rast, 1) FROM dummy_rast r1 " +"CROSS JOIN dummy_rast r2 WHERE r1.rid = 2;\n" "\n" " rid | rid | st_within \n" "-----+-----+-----------\n" @@ -12842,14 +14557,24 @@ msgid "" " integer nbandA " " raster rastB " " integer nbandB " -" double precision " -"distance_of_srid " +" double precision distance_of_srid boolean " +"ST_DWithin raster " +"rastA raster " +"rastB double precision distance_of_srid " +msgstr "" " boolean ST_DWithin " " raster rastA " +" integer nbandA " " raster rastB " -" double precision " -"distance_of_srid " -msgstr " boolean ST_DWithin raster rastA integer nbandA raster rastB integer nbandB double precision distance_of_srid boolean ST_DWithin raster rastA raster rastB double precision distance_of_srid " +" integer nbandB " +" double precision distance_of_srid boolean " +"ST_DWithin raster " +"rastA raster " +"rastB double precision distance_of_srid " #. Tag: para #: reference_raster.xml:8031 @@ -12883,7 +14608,8 @@ msgstr "" #: reference_raster.xml:8057 #, no-c-format msgid "" -"SELECT r1.rid, r2.rid, ST_DWithin(r1.rast, 1, r2.rast, 1, 3.14) FROM dummy_rast r1 CROSS JOIN dummy_rast r2 WHERE r1.rid = 2;\n" +"SELECT r1.rid, r2.rid, ST_DWithin(r1.rast, 1, r2.rast, 1, 3.14) FROM " +"dummy_rast r1 CROSS JOIN dummy_rast r2 WHERE r1.rid = 2;\n" "\n" " rid | rid | st_dwithin \n" "-----+-----+------------\n" @@ -12915,30 +14641,41 @@ msgstr "" #: reference_raster.xml:8077 #, no-c-format msgid "" -" boolean " -"ST_DFullyWithin raster " -" rastA integer " -" nbandA raster " -" rastB integer " -" nbandB double " -"precision distance_of_srid " -" boolean " -"ST_DFullyWithin raster " -" rastA raster " -" rastB double " -"precision distance_of_srid " -"" -msgstr " boolean ST_DFullyWithin raster rastA integer nbandA raster rastB integer nbandB double precision distance_of_srid boolean ST_DFullyWithin raster rastA raster rastB double precision distance_of_srid " +" boolean ST_DFullyWithin raster rastA integer nbandA raster rastB integer nbandB double precision " +"distance_of_srid " +" boolean ST_DFullyWithin raster rastA raster rastB double precision " +"distance_of_srid " +msgstr "" +" boolean ST_DFullyWithin raster rastA integer nbandA raster rastB integer nbandB double precision " +"distance_of_srid " +" boolean ST_DFullyWithin raster rastA raster rastB double precision " +"distance_of_srid " #. Tag: para #: reference_raster.xml:8124 #, no-c-format msgid "" "Return true if rasters rastA and rastB are fully within the specified " -"distance of each other. If the band number is not provided (or set to NULL)," -" only the convex hull of the raster is considered in the test. If the band " -"number is provided, only those pixels with value (not NODATA) are considered" -" in the test." +"distance of each other. If the band number is not provided (or set to NULL), " +"only the convex hull of the raster is considered in the test. If the band " +"number is provided, only those pixels with value (not NODATA) are considered " +"in the test." msgstr "" #. Tag: para @@ -12953,7 +14690,8 @@ msgstr "" #: reference_raster.xml:8150 #, no-c-format msgid "" -"SELECT r1.rid, r2.rid, ST_DFullyWithin(r1.rast, 1, r2.rast, 1, 3.14) FROM dummy_rast r1 CROSS JOIN dummy_rast r2 WHERE r1.rid = 2;\n" +"SELECT r1.rid, r2.rid, ST_DFullyWithin(r1.rast, 1, r2.rast, 1, 3.14) FROM " +"dummy_rast r1 CROSS JOIN dummy_rast r2 WHERE r1.rid = 2;\n" "\n" " rid | rid | st_dfullywithin \n" "-----+-----+-----------------\n" diff --git a/doc/po/fr/reference_sfcgal.xml.po b/doc/po/fr/reference_sfcgal.xml.po index 5696975a5..6af4a62ad 100644 --- a/doc/po/fr/reference_sfcgal.xml.po +++ b/doc/po/fr/reference_sfcgal.xml.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# +# # Translators: # vpicavet , 2013 msgid "" @@ -9,11 +9,12 @@ msgstr "" "POT-Creation-Date: 2013-05-12 08:39+0000\n" "PO-Revision-Date: 2013-12-03 19:48+0000\n" "Last-Translator: vpicavet \n" -"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/" +"language/fr/)\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. Tag: title @@ -55,7 +56,12 @@ msgid "" "float x " "float y " "float z" -msgstr "geometry ST_Extrude geometry geom float x float y float z" +msgstr "" +"geometry ST_Extrude " +"geometry geom " +"float x " +"float y " +"float z" #. Tag: title #: reference_sfcgal.xml:32 reference_sfcgal.xml:61 reference_sfcgal.xml:90 @@ -123,7 +129,9 @@ msgstr "Calcule un squelette (straight skeleton) à partir d'une géométrie" msgid "" "geometry ST_StraightSkeleton " "geometry geom" -msgstr "geometry ST_StraightSkeleton geometry geom" +msgstr "" +"geometry ST_StraightSkeleton " +"geometry geom" #. Tag: refname #: reference_sfcgal.xml:75 @@ -143,7 +151,9 @@ msgstr "Vérifie si une surface est planaire ou non" msgid "" "boolean ST_IsPlanar " "geometry geom" -msgstr "boolean ST_IsPlanar geometry geom" +msgstr "" +"boolean ST_IsPlanar " +"geometry geom" #. Tag: refname #: reference_sfcgal.xml:104 @@ -163,7 +173,9 @@ msgstr "Détermine l'orientation d'une surface" msgid "" "integer ST_Orientation " "geometry geom" -msgstr "integer ST_Orientation geometry geom" +msgstr "" +"integer ST_Orientation " +"geometry geom" #. Tag: refname #: reference_sfcgal.xml:133 @@ -183,7 +195,9 @@ msgstr "Force l'orientation LHR d'un objet" msgid "" "geometry ST_ForceLHR " "geometry geom" -msgstr "geometry ST_ForceLHR geometry geom" +msgstr "" +"geometry ST_ForceLHR " +"geometry geom" #. Tag: refname #: reference_sfcgal.xml:161 @@ -204,7 +218,10 @@ msgid "" "geometry ST_Minkowski " "geometry geom1 " "geometry geom2" -msgstr "geometry ST_Minkowski geometry geom1 geometry geom2" +msgstr "" +"geometry ST_Minkowski " +"geometry geom1 " +"geometry geom2" #. Tag: refname #: reference_sfcgal.xml:191 @@ -224,4 +241,6 @@ msgstr "Effectue une tesselation de surface" msgid "" "geometry ST_Tesselate " "geometry geom" -msgstr "geometry ST_Tesselate geometry geom" +msgstr "" +"geometry ST_Tesselate " +"geometry geom" diff --git a/doc/po/fr/reference_transaction.xml.po b/doc/po/fr/reference_transaction.xml.po index d0e3dee6b..5a8b8a183 100644 --- a/doc/po/fr/reference_transaction.xml.po +++ b/doc/po/fr/reference_transaction.xml.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# +# # Translators: # vpicavet , 2013 msgid "" @@ -9,11 +9,12 @@ msgstr "" "POT-Creation-Date: 2012-09-14 17:50+0000\n" "PO-Revision-Date: 2013-11-27 18:04+0000\n" "Last-Translator: vpicavet \n" -"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/" +"language/fr/)\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. Tag: title @@ -27,19 +28,26 @@ msgstr "Support des transactions longues" #, no-c-format msgid "" "This module and associated pl/pgsql functions have been implemented to " -"provide long locking support required by Web Feature " -"Service specification." -msgstr "Ce module et les fonctions pl/pgsql associées ont été implémentées pour fournir le support du verrouillage long, requis par la spécification Web Feature Service." +"provide long locking support required by Web Feature Service specification." +msgstr "" +"Ce module et les fonctions pl/pgsql associées ont été implémentées pour " +"fournir le support du verrouillage long, requis par la spécification Web Feature Service." #. Tag: para #: reference_transaction.xml:10 #, no-c-format msgid "" -"Users must use serializable transaction level otherwise " +"Users must use serializable transaction level otherwise " "locking mechanism would break." -msgstr "Les utilisateurs doivent activer le niveau de transaction serializable transaction sinon les mécanismes de verrouillage ne fonctionneront pas." +msgstr "" +"Les utilisateurs doivent activer le niveau de transaction serializable transaction sinon les mécanismes de verrouillage ne " +"fonctionneront pas." #. Tag: refname #: reference_transaction.xml:18 @@ -51,17 +59,21 @@ msgstr "AddAuth" #: reference_transaction.xml:20 #, no-c-format msgid "" -"Add an authorization token to be used in current " -"transaction." -msgstr "Ajoute un jeton d'autorisation à utiliser dans la transaction courante." +"Add an authorization token to be used in current transaction." +msgstr "" +"Ajoute un jeton d'autorisation à utiliser dans la transaction " +"courante." #. Tag: funcprototype #: reference_transaction.xml:25 #, no-c-format msgid "" -"boolean AddAuth text" -" auth_token" -msgstr "boolean AddAuth text auth_token" +"boolean AddAuth text " +" auth_token" +msgstr "" +"boolean AddAuth text " +" auth_token" #. Tag: title #: reference_transaction.xml:33 reference_transaction.xml:83 @@ -76,7 +88,9 @@ msgstr "Description" #, no-c-format msgid "" "Add an authorization token to be used in current transaction." -msgstr "Ajoute un jeton d'autorisation à utiliser dans la transaction courante." +msgstr "" +"Ajoute un jeton d'autorisation à utiliser dans la transaction courante." +"" #. Tag: para #: reference_transaction.xml:37 @@ -84,7 +98,9 @@ msgstr "Ajoute un jeton d'autorisation à utiliser dans la transaction cou msgid "" "Creates/adds to a temp table called temp_lock_have_table the current " "transaction identifier and authorization token key." -msgstr "Crée/ajoute l'identifiant de transaction courante et la clé du jeton d'autorisation à une table temporaire nommée temp_lock_have_table" +msgstr "" +"Crée/ajoute l'identifiant de transaction courante et la clé du jeton " +"d'autorisation à une table temporaire nommée temp_lock_have_table" #. Tag: para #: reference_transaction.xml:40 reference_transaction.xml:92 @@ -109,13 +125,26 @@ msgid "" "SELECT LockRow('towns', '353', 'priscilla');\n" " BEGIN TRANSACTION;\n" " SELECT AddAuth('joey');\n" -" UPDATE towns SET the_geom = ST_Translate(the_geom,2,2) WHERE gid = 353;\n" +" UPDATE towns SET the_geom = " +"ST_Translate(the_geom,2,2) WHERE gid = 353;\n" " COMMIT;\n" "\n" "\n" " ---Error--\n" -" ERROR: UPDATE where \"gid\" = '353' requires authorization 'priscilla'" -msgstr "SELECT LockRow('towns', '353', 'priscilla');\n BEGIN TRANSACTION;\n SELECT AddAuth('joey');\n UPDATE towns SET the_geom = ST_Translate(the_geom,2,2) WHERE gid = 353;\n COMMIT;\n\n\n ---Error--\n ERROR: UPDATE where \"gid\" = '353' requires authorization 'priscilla'" +" ERROR: UPDATE where \"gid\" = '353' requires authorization " +"'priscilla'" +msgstr "" +"SELECT LockRow('towns', '353', 'priscilla');\n" +" BEGIN TRANSACTION;\n" +" SELECT AddAuth('joey');\n" +" UPDATE towns SET the_geom = " +"ST_Translate(the_geom,2,2) WHERE gid = 353;\n" +" COMMIT;\n" +"\n" +"\n" +" ---Error--\n" +" ERROR: UPDATE where \"gid\" = '353' requires authorization " +"'priscilla'" #. Tag: title #: reference_transaction.xml:52 reference_transaction.xml:105 @@ -137,22 +166,32 @@ msgstr "CheckAuth" msgid "" "Creates trigger on a table to prevent/allow updates and deletes of rows " "based on authorization token." -msgstr "Crée un déclencheur sur une table pour empêcher/autoriser les mises à jour (UPDATE) et les suppressions (DELETE) de lignes en se basant sur le jeton d'autorisation." +msgstr "" +"Crée un déclencheur sur une table pour empêcher/autoriser les mises à jour " +"(UPDATE) et les suppressions (DELETE) de lignes en se basant sur le jeton " +"d'autorisation." #. Tag: funcsynopsis #: reference_transaction.xml:66 #, no-c-format msgid "" " integer CheckAuth " -"text a_schema_name" -" text a_table_name" -" text " -"a_key_column_name " +"text a_schema_name " +"text a_table_name " +"text a_key_column_name integer " +"CheckAuth text " +"a_table_name text " +"a_key_column_name " +msgstr "" " integer CheckAuth " +"text a_schema_name " "text a_table_name " -"text " +"text a_key_column_name integer " +"CheckAuth text " +"a_table_name text " "a_key_column_name " -msgstr " integer CheckAuth text a_schema_name text a_table_name text a_key_column_name integer CheckAuth text a_table_name text a_key_column_name " #. Tag: para #: reference_transaction.xml:85 @@ -160,28 +199,37 @@ msgstr " integer CheckAuthDisable long transaction support. This function removes the long" -" transaction support metadata tables, and drops all triggers attached to " -"lock-checked tables." -msgstr "Désactive le support des transactions longues. Cette fonction supprime les tables de métadonnées du support de transactions longues, et supprime également tous les déclencheurs attachés aux tables pour lesquelles il y a une vérification de verrou." +"Disable long transaction support. This function removes the long " +"transaction support metadata tables, and drops all triggers attached to lock-" +"checked tables." +msgstr "" +"Désactive le support des transactions longues. Cette fonction " +"supprime les tables de métadonnées du support de transactions longues, et " +"supprime également tous les déclencheurs attachés aux tables pour lesquelles " +"il y a une vérification de verrou." #. Tag: funcprototype #: reference_transaction.xml:122 @@ -214,16 +270,22 @@ msgstr "Désactive le support des transactions longues. Cette foncti msgid "" "text DisableLongTransactions " "" -msgstr "text DisableLongTransactions " +msgstr "" +"text DisableLongTransactions " +"" #. Tag: para #: reference_transaction.xml:132 #, no-c-format msgid "" "Disable long transaction support. This function removes the long " -"transaction support metadata tables, and drops all triggers attached to " -"lock-checked tables." -msgstr "Désactive le support des transactions longues. Cette fonction supprime les tables de métadonnées du support de transactions longues, et supprime également tous les déclencheurs attachés aux tables pour lesquelles il y a une vérification de verrou." +"transaction support metadata tables, and drops all triggers attached to lock-" +"checked tables." +msgstr "" +"Désactive le support des transactions longues. Cette fonction supprime " +"les tables de métadonnées du support de transactions longues, et supprime " +"également tous les déclencheurs attachés aux tables pour lesquelles il y a " +"une vérification de verrou." #. Tag: para #: reference_transaction.xml:135 @@ -232,7 +294,10 @@ msgid "" "Drops meta table called authorization_table and a view " "called authorized_tables and all triggers called " "checkauthtrigger" -msgstr "Supprime la table de métadonnées nommée authorization_table et la vue nommée authorized_tables ainsi que tous les déclencheurs nommés checkauthtrigger" +msgstr "" +"Supprime la table de métadonnées nommée authorization_table et la vue nommée authorized_tables ainsi que " +"tous les déclencheurs nommés checkauthtrigger" #. Tag: programlisting #: reference_transaction.xml:146 @@ -241,7 +306,10 @@ msgid "" "SELECT DisableLongTransactions();\n" "--result--\n" "Long transactions support disabled" -msgstr "SELECT DisableLongTransactions();\n--result--\nLong transactions support disabled" +msgstr "" +"SELECT DisableLongTransactions();\n" +"--result--\n" +"Long transactions support disabled" #. Tag: refname #: reference_transaction.xml:159 @@ -256,7 +324,11 @@ msgid "" "Enable long transaction support. This function creates the " "required metadata tables, needs to be called once before using the other " "functions in this section. Calling it twice is harmless." -msgstr "Active le support des transactions longues. Cette fonction crée les tables de métadonnées nécessaires. Elle doit être appelée une fois avant d'utiliser les autres fonctions de cette section. L'appeler deux fois ou plus n'a aucun effet." +msgstr "" +"Active le support des transactions longues. Cette fonction crée " +"les tables de métadonnées nécessaires. Elle doit être appelée une fois avant " +"d'utiliser les autres fonctions de cette section. L'appeler deux fois ou " +"plus n'a aucun effet." #. Tag: funcprototype #: reference_transaction.xml:169 @@ -264,16 +336,22 @@ msgstr "Active le support des transactions longues. Cette fonction c msgid "" "text EnableLongTransactions " "" -msgstr "text EnableLongTransactions " +msgstr "" +"text EnableLongTransactions " +"" #. Tag: para #: reference_transaction.xml:179 #, no-c-format msgid "" "Enable long transaction support. This function creates the required " -"metadata tables, needs to be called once before using the other functions in" -" this section. Calling it twice is harmless." -msgstr "Active le support des transactions longues. Cette fonction crée les tables de métadonnées nécessaires. Elle doit être appelée une fois avant d'utiliser les autres fonctions de cette section. L'appeler deux fois ou plus n'a aucun effet." +"metadata tables, needs to be called once before using the other functions in " +"this section. Calling it twice is harmless." +msgstr "" +"Active le support des transactions longues. Cette fonction crée les " +"tables de métadonnées nécessaires. Elle doit être appelée une fois avant " +"d'utiliser les autres fonctions de cette section. L'appeler deux fois ou " +"plus n'a aucun effet." #. Tag: para #: reference_transaction.xml:183 @@ -281,7 +359,9 @@ msgstr "Active le support des transactions longues. Cette fonction crée l msgid "" "Creates a meta table called authorization_table and a " "view called authorized_tables" -msgstr "Crée une table de métadonnées nommée authorization_table et une vue nommée authorized_tables" +msgstr "" +"Crée une table de métadonnées nommée authorization_table " +"et une vue nommée authorized_tables" #. Tag: programlisting #: reference_transaction.xml:193 @@ -290,7 +370,10 @@ msgid "" "SELECT EnableLongTransactions();\n" "--result--\n" "Long transactions support enabled" -msgstr "SELECT EnableLongTransactions();\n--result--\nLong transactions support enabled" +msgstr "" +"SELECT EnableLongTransactions();\n" +"--result--\n" +"Long transactions support enabled" #. Tag: refname #: reference_transaction.xml:206 @@ -302,30 +385,46 @@ msgstr "LockRow" #: reference_transaction.xml:208 #, no-c-format msgid "Set lock/authorization for specific row in table" -msgstr "Active le vérouillage/l'autorisation pour une ligne spécifique de la table" +msgstr "" +"Active le vérouillage/l'autorisation pour une ligne spécifique de la table" #. Tag: funcsynopsis #: reference_transaction.xml:212 #, no-c-format msgid "" " integer LockRow " -"text a_schema_name" -" text a_table_name" -" text a_row_key " +"text a_schema_name " +"text a_table_name " +"text a_row_key " "text an_auth_token " -"timestamp expire_dt" -" integer " +"timestamp expire_dt " +" integer LockRow text a_table_name text a_row_key text an_auth_token timestamp expire_dt integer " "LockRow text " "a_table_name text " "a_row_key text " -"an_auth_token " -"timestamp expire_dt" -" integer " +"an_auth_token " +msgstr "" +" integer LockRow " +"text a_schema_name " +"text a_table_name " +"text a_row_key " +"text an_auth_token " +"timestamp expire_dt " +" integer LockRow text a_table_name text a_row_key text an_auth_token timestamp expire_dt integer " "LockRow text " "a_table_name text " "a_row_key text " "an_auth_token " -msgstr " integer LockRow text a_schema_name text a_table_name text a_row_key text an_auth_token timestamp expire_dt integer LockRow text a_table_name text a_row_key text an_auth_token timestamp expire_dt integer LockRow text a_table_name text a_row_key text an_auth_token " #. Tag: para #: reference_transaction.xml:243 @@ -334,7 +433,11 @@ msgid "" "Set lock/authorization for specific row in table <authid> is a text " "value, <expires> is a timestamp defaulting to now()+1hour. Returns 1 " "if lock has been assigned, 0 otherwise (already locked by other auth)" -msgstr "Active le vérouillage/l'autorisation pour la ligne spécifique dans la table <authid> est une valeur textuelle, <expires> est un timestamp (date+heure) qui vaut par défaut now()+1hour, Retourne 1 si le verrou a été assigné, sinon 0 (déjà verrouillé par une autre autorisation)" +msgstr "" +"Active le vérouillage/l'autorisation pour la ligne spécifique dans la table " +"<authid> est une valeur textuelle, <expires> est un timestamp " +"(date+heure) qui vaut par défaut now()+1hour, Retourne 1 si le verrou a été " +"assigné, sinon 0 (déjà verrouillé par une autre autorisation)" #. Tag: programlisting #: reference_transaction.xml:255 @@ -350,7 +453,17 @@ msgid "" "LockRow\n" "-------\n" "0" -msgstr "SELECT LockRow('public', 'towns', '2', 'joey');\nLockRow\n-------\n1\n\n--Joey has already locked the record and Priscilla is out of luck\nSELECT LockRow('public', 'towns', '2', 'priscilla');\nLockRow\n-------\n0" +msgstr "" +"SELECT LockRow('public', 'towns', '2', 'joey');\n" +"LockRow\n" +"-------\n" +"1\n" +"\n" +"--Joey has already locked the record and Priscilla is out of luck\n" +"SELECT LockRow('public', 'towns', '2', 'priscilla');\n" +"LockRow\n" +"-------\n" +"0" #. Tag: refname #: reference_transaction.xml:268 @@ -362,9 +475,11 @@ msgstr "UnlockRows" #: reference_transaction.xml:270 #, no-c-format msgid "" -"Remove all locks held by specified authorization id. Returns the" -" number of locks released." -msgstr "Supprime tous les verrous que possède l'autorisation spécifiée. Retourne le nombre de verrous supprimés." +"Remove all locks held by specified authorization id. Returns the " +"number of locks released." +msgstr "" +"Supprime tous les verrous que possède l'autorisation spécifiée. " +"Retourne le nombre de verrous supprimés." #. Tag: funcprototype #: reference_transaction.xml:276 @@ -372,7 +487,9 @@ msgstr "Supprime tous les verrous que possède l'autorisation spéci msgid "" "integer UnlockRows " "text auth_token" -msgstr "integer UnlockRows text auth_token" +msgstr "" +"integer UnlockRows " +"text auth_token" #. Tag: para #: reference_transaction.xml:286 @@ -380,7 +497,9 @@ msgstr "integer UnlockRows Remove all locks held by specified authorization id. Returns the " "number of locks released." -msgstr "Supprime tous les verrous que possède l'autorisation spécifiée. Retourne le nombre de verrous supprimés." +msgstr "" +"Supprime tous les verrous que possède l'autorisation spécifiée. " +"Retourne le nombre de verrous supprimés." #. Tag: programlisting #: reference_transaction.xml:296 @@ -392,4 +511,10 @@ msgid "" " UnLockRows\n" " ------------\n" " 2" -msgstr "SELECT LockRow('towns', '353', 'priscilla');\n SELECT LockRow('towns', '2', 'priscilla');\n SELECT UnLockRows('priscilla');\n UnLockRows\n ------------\n 2" +msgstr "" +"SELECT LockRow('towns', '353', 'priscilla');\n" +" SELECT LockRow('towns', '2', 'priscilla');\n" +" SELECT UnLockRows('priscilla');\n" +" UnLockRows\n" +" ------------\n" +" 2" diff --git a/doc/po/fr/reference_type.xml.po b/doc/po/fr/reference_type.xml.po index 53cc5bb9f..f8ed0cd42 100644 --- a/doc/po/fr/reference_type.xml.po +++ b/doc/po/fr/reference_type.xml.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# +# # Translators: # Nicolas Ribot , 2013 msgid "" @@ -9,11 +9,12 @@ msgstr "" "POT-Creation-Date: 2012-09-14 21:04+0000\n" "PO-Revision-Date: 2013-11-27 16:24+0000\n" "Last-Translator: Nicolas Ribot \n" -"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/" +"language/fr/)\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. Tag: para @@ -23,7 +24,11 @@ msgid "" "This section lists the PostgreSQL data types installed by PostGIS. Note we " "describe the casting behavior of these which is very important especially " "when designing your own functions." -msgstr "Cette section liste les types de données PostgreSQL installés par PostGIS. Leurs méthodes de transtypage sont également décrites, ce qui est particulièrement important lors de la définition/création de nouvelles fonctions." +msgstr "" +"Cette section liste les types de données PostgreSQL installés par PostGIS. " +"Leurs méthodes de transtypage sont également décrites, ce qui est " +"particulièrement important lors de la définition/création de nouvelles " +"fonctions." #. Tag: para #: reference_type.xml:8 @@ -32,10 +37,18 @@ msgid "" "A Cast is when one type is coerced into another type. PostgreSQL is unique " "from most databases in that it allows you to define casting behavior for " "custom types and the functions used for casting. A cast can be specified as " -"automatic in which case, you do not have to do a CAST(myfoo As otherfootype)" -" or myfoo::otherfootype if you are feeding it to a function that only works " +"automatic in which case, you do not have to do a CAST(myfoo As otherfootype) " +"or myfoo::otherfootype if you are feeding it to a function that only works " "with otherfootype and there is an automatic cast in place for it." -msgstr "Un transtypage ou cast est l'opération visant à changer un type de données vers un autres type. PostgreSQL offre la fonctionnalité assez unique de pouvoir définir les comportements des types spécifiques lors du transtypage et les fonctions utilisées lors du transtypage. Un transtypage peut être défini comme automatique, auquel cas il n'est pas nécessaire d'utiliser la fonction CAST(myfoo As otherfootype) ou myfoo::otherfootype lors de l'appel d'une fonction supportant uniquement otherfootype: le transtypage sera automatique." +msgstr "" +"Un transtypage ou cast est l'opération visant à changer un type de données " +"vers un autres type. PostgreSQL offre la fonctionnalité assez unique de " +"pouvoir définir les comportements des types spécifiques lors du transtypage " +"et les fonctions utilisées lors du transtypage. Un transtypage peut être " +"défini comme automatique, auquel cas il n'est pas nécessaire d'utiliser la " +"fonction CAST(myfoo As otherfootype) ou myfoo::otherfootype lors de l'appel " +"d'une fonction supportant uniquement otherfootype: le transtypage sera " +"automatique." #. Tag: para #: reference_type.xml:13 @@ -43,11 +56,19 @@ msgstr "Un transtypage ou cast est l'opération visant à changer un type de don msgid "" "The danger of relying on automatic cast behavior is when you have an " "overloaded function say one that takes a box2d and one that takes a box3d " -"but no geometry. What happens is that both functions are equally good to use" -" with geometry since geometry has an autocast for both -- so you end up with" -" an ambiguous function error. To force PostgreSQL to choose, you do a " +"but no geometry. What happens is that both functions are equally good to use " +"with geometry since geometry has an autocast for both -- so you end up with " +"an ambiguous function error. To force PostgreSQL to choose, you do a " "CAST(mygeom As box3d) or mygeom::box3d." -msgstr "Le danger lors de l'utilisation d'un transtypage automatique peut survenir si, par exemple, il existe une fonction surchargée prenant en paramètre une box2d et une prenant une box3d, mais aucune acceptant une geometry. Dans ce cas, les deux fonctions peuvent être utilisées avec un type geometry sachant que ce type peut être transtypé automatiquement vers les deux types box2d et box3d. Une erreur survient alors indiquant que la fonction est ambigüe. Pour forcer PostgreSQL à utiliser la bonne fonction, il faut utiliser la fonction CAST(mygeom As box3d) ou mygeom::box3d." +msgstr "" +"Le danger lors de l'utilisation d'un transtypage automatique peut survenir " +"si, par exemple, il existe une fonction surchargée prenant en paramètre une " +"box2d et une prenant une box3d, mais aucune acceptant une geometry. Dans ce " +"cas, les deux fonctions peuvent être utilisées avec un type geometry sachant " +"que ce type peut être transtypé automatiquement vers les deux types box2d et " +"box3d. Une erreur survient alors indiquant que la fonction est ambigüe. Pour " +"forcer PostgreSQL à utiliser la bonne fonction, il faut utiliser la fonction " +"CAST(mygeom As box3d) ou mygeom::box3d." #. Tag: para #: reference_type.xml:17 @@ -56,7 +77,10 @@ msgid "" "At least as of PostgreSQL 8.3 - Everything can be CAST " "to text (presumably because of the magical unknown type), so no defined " "CASTS for that need to be present for you to CAST an object to text." -msgstr "A partir de PostgreSQL 8.3 - Tout peut être transtypé en texte (type text). Il n'est donc pas nécessaire de définir un opérateur de transtypage spécifique vers le type text.." +msgstr "" +"A partir de PostgreSQL 8.3 - Tout peut être transtypé " +"en texte (type text). Il n'est donc pas nécessaire de définir un opérateur " +"de transtypage spécifique vers le type text.." #. Tag: title #: reference_type.xml:20 @@ -76,7 +100,9 @@ msgstr "box2d" msgid "" "A box composed of x min, ymin, xmax, ymax. Often used to return the 2d " "enclosing box of a geometry." -msgstr "Un rectangle composé des coordonnées xmin, ymin, xmax, ymax. Souvent utilisé pour renvoyer la boite 2d d'une géométrie." +msgstr "" +"Un rectangle composé des coordonnées xmin, ymin, xmax, ymax. Souvent utilisé " +"pour renvoyer la boite 2d d'une géométrie." #. Tag: title #: reference_type.xml:29 reference_type.xml:40 reference_type.xml:79 @@ -92,7 +118,10 @@ msgid "" "box2d is a spatial data type used to represent the enclosing box of a " "geometry or set of geometries. ST_Extent in earlier versions prior to " "PostGIS 1.4 would return a box2d." -msgstr "box2d est un type spatial utilisé pour représenter la boite englobante d'une géométrie ou d'un ensemble de géométries. Dans les versions de PostGIS antérieures à 1.4, la fonction ST_Extent renvoie une box2d." +msgstr "" +"box2d est un type spatial utilisé pour représenter la boite englobante d'une " +"géométrie ou d'un ensemble de géométries. Dans les versions de PostGIS " +"antérieures à 1.4, la fonction ST_Extent renvoie une box2d." #. Tag: refname #: reference_type.xml:35 @@ -106,7 +135,10 @@ msgstr "box3d" msgid "" "A box composed of x min, ymin, zmin, xmax, ymax, zmax. Often used to return " "the 3d extent of a geometry or collection of geometries." -msgstr "Une boite composée des coordonnées xmin, ymin, zmin, xmax, ymax, zmax. Souvent utilisé pour renvoyer la boite 3d d'une géométrie ou d'une collection de géométries." +msgstr "" +"Une boite composée des coordonnées xmin, ymin, zmin, xmax, ymax, zmax. " +"Souvent utilisé pour renvoyer la boite 3d d'une géométrie ou d'une " +"collection de géométries." #. Tag: para #: reference_type.xml:41 @@ -114,7 +146,10 @@ msgstr "Une boite composée des coordonnées xmin, ymin, zmin, xmax, ymax, zmax. msgid "" "box3d is a postgis spatial data type used to represent the enclosing box of " "a geometry or set of geometries. ST_3DExtent returns a box3d object." -msgstr "box3d est un type spatial utilisé pour représenter la boite englobante d'une géométrie ou d'un ensemble de géométries en 3 dimensions. La fonction ST_3DExtent renvoie une box3d." +msgstr "" +"box3d est un type spatial utilisé pour représenter la boite englobante d'une " +"géométrie ou d'un ensemble de géométries en 3 dimensions. La fonction " +"ST_3DExtent renvoie une box3d." #. Tag: title #: reference_type.xml:45 reference_type.xml:84 reference_type.xml:160 @@ -128,7 +163,9 @@ msgstr "Comportement du transtypage" msgid "" "This section lists the automatic as well as explicit casts allowed for this " "data type" -msgstr "Cette section liste les transtypages automatiques et explicites autorisés pour ce type de données" +msgstr "" +"Cette section liste les transtypages automatiques et explicites autorisés " +"pour ce type de données" #. Tag: entry #: reference_type.xml:51 reference_type.xml:90 reference_type.xml:166 @@ -186,7 +223,9 @@ msgstr "Type de données spatiales planaires" msgid "" "geometry is a fundamental postgis spatial data type used to represent a " "feature in the Euclidean coordinate system." -msgstr "Le type geometry est un type de données capital dans PostGIS, utilisé pour modéliser une entité dans un système de coordonées euclidien." +msgstr "" +"Le type geometry est un type de données capital dans PostGIS, utilisé pour " +"modéliser une entité dans un système de coordonées euclidien." #. Tag: entry #: reference_type.xml:102 @@ -231,7 +270,10 @@ msgid "" "A spatial datatype with two fields - geom (holding a geometry object) and " "path[] (a 1-d array holding the position of the geometry within the dumped " "object.)" -msgstr "Un type spatial comportant deux champs - geom (stockant un objet géométrique) et path[] (un tableau uni dimensionnel 1-d stockant la position de la géométrie dans la collection.) " +msgstr "" +"Un type spatial comportant deux champs - geom (stockant un objet " +"géométrique) et path[] (un tableau uni dimensionnel 1-d stockant la position " +"de la géométrie dans la collection.) " #. Tag: para #: reference_type.xml:137 @@ -243,7 +285,14 @@ msgid "" "navigation path within the dumped geometry to find this element. It is used " "by the ST_Dump* family of functions as an output type to explode a more " "complex geometry into its constituent parts and location of parts." -msgstr "geometry_dump est un type de données composite consistant en un objet géométrique référencé par le champ .geom et un tableau uni dimensionnel d'entiers référencé par le champ path[] donnant la position de chaque géométrie dans la collection (L'index du tableau démarre à 1. Par ex: path[1] pour obtenir le premier élément). Ce type utilisé par la famille de fonctions ST_Dump* comme type de retour pour exploser une géométrie complexe en ses parties élémentaires et les positions de ces parties." +msgstr "" +"geometry_dump est un type de données composite consistant en un objet " +"géométrique référencé par le champ .geom et un tableau uni dimensionnel " +"d'entiers référencé par le champ path[] donnant la position de chaque " +"géométrie dans la collection (L'index du tableau démarre à 1. Par ex: " +"path[1] pour obtenir le premier élément). Ce type utilisé par la famille de " +"fonctions ST_Dump* comme type de retour pour exploser une géométrie complexe " +"en ses parties élémentaires et les positions de ces parties." #. Tag: refname #: reference_type.xml:150 @@ -263,7 +312,9 @@ msgstr "Type spatial ellipsoïdal" msgid "" "geography is a spatial data type used to represent a feature in the round-" "earth coordinate system." -msgstr "geography est un type de données spatiales utilisé pour représenter une entité dans les coordonnées sphériques de la terre." +msgstr "" +"geography est un type de données spatiales utilisé pour représenter une " +"entité dans les coordonnées sphériques de la terre." #. Tag: entry #: reference_type.xml:171 diff --git a/doc/po/fr/release_notes.xml.po b/doc/po/fr/release_notes.xml.po index 80a4bce14..e4cce8929 100644 --- a/doc/po/fr/release_notes.xml.po +++ b/doc/po/fr/release_notes.xml.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# +# # Translators: # Guy BARA , 2014 # Rodolphe Quiédeville , 2013 @@ -10,11 +10,12 @@ msgstr "" "POT-Creation-Date: 2012-09-14 17:50+0000\n" "PO-Revision-Date: 2014-01-15 21:49+0000\n" "Last-Translator: Guy BARA \n" -"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/" +"language/fr/)\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. Tag: title @@ -47,7 +48,9 @@ msgstr "Date de version : 22/06/2012" msgid "" "This is a bug fix release, addressing issues that have been filed since the " "2.0.0 release." -msgstr "Ceci est une version de correction de bogues, pour résoudre des problèmes qui ont été déposées depuis la version 2.0.0." +msgstr "" +"Ceci est une version de correction de bogues, pour résoudre des problèmes " +"qui ont été déposées depuis la version 2.0.0." #. Tag: title #: release_notes.xml:10 release_notes.xml:165 release_notes.xml:179 @@ -78,7 +81,9 @@ msgstr "" #: release_notes.xml:14 #, no-c-format msgid "#1708, improve restore of pre-PostGIS 2.0 backups." -msgstr "#1708, amélioration des restaurations des sauvegardes de la preversion de Postgis 2.0." +msgstr "" +"#1708, amélioration des restaurations des sauvegardes de la preversion de " +"Postgis 2.0." #. Tag: para #: release_notes.xml:15 @@ -90,13 +95,15 @@ msgstr "#1714, traitement plus robuste de la tolérance de la topologie." #: release_notes.xml:16 #, no-c-format msgid "#1755, ST_GeographyFromText support for higher dimensions." -msgstr "#1755, ST_GeographyFromText supporte désormais une dimension plus importante." +msgstr "" +"#1755, ST_GeographyFromText supporte désormais une dimension plus importante." #. Tag: para #: release_notes.xml:17 #, no-c-format msgid "#1759, loading transformed shapefiles in raster enabled db." -msgstr "#1759, le chargement de fichier de formes transformé en raster est permise." +msgstr "" +"#1759, le chargement de fichier de formes transformé en raster est permise." #. Tag: para #: release_notes.xml:18 @@ -219,8 +226,7 @@ msgstr "" #: release_notes.xml:38 #, no-c-format msgid "" -"#1834, revise postgis extension to only backup user specified " -"spatial_ref_sys" +"#1834, revise postgis extension to only backup user specified spatial_ref_sys" msgstr "" #. Tag: para @@ -270,8 +276,8 @@ msgstr "" #: release_notes.xml:48 #, no-c-format msgid "" -"#1873, fix ptarray_locate_point to return interpolated Z/M values for on-" -"the-line case" +"#1873, fix ptarray_locate_point to return interpolated Z/M values for on-the-" +"line case" msgstr "" #. Tag: para @@ -285,8 +291,7 @@ msgstr "" #. Tag: para #: release_notes.xml:52 #, no-c-format -msgid "" -"#1881, shp2pgsql-gui -- editing a field sometimes triggers removing row" +msgid "#1881, shp2pgsql-gui -- editing a field sometimes triggers removing row" msgstr "" #. Tag: para @@ -454,10 +459,10 @@ msgid "" "-- If you have been using deprecated functions CHANGE your apps or suffer " "the consequences. If you don't see a function documented -- it ain't " "supported or it is an internal function. Some constraints in older tables " -"were built with deprecated functions. If you restore you may need to rebuild" -" table constraints with populate_geometry_columns(). If you have " -"applications or tools that rely on deprecated functions, please refer to " -" for more details." +"were built with deprecated functions. If you restore you may need to rebuild " +"table constraints with populate_geometry_columns(). If you have applications " +"or tools that rely on deprecated functions, please refer to for more details." msgstr "" #. Tag: para @@ -465,8 +470,8 @@ msgstr "" #, no-c-format msgid "" "#944 geometry_columns is now a view instead of a table (Paul Ramsey, Regina " -"Obe) for tables created the old way reads (srid, type, dims) constraints for" -" geometry columns created with type modifiers reads rom column definition" +"Obe) for tables created the old way reads (srid, type, dims) constraints for " +"geometry columns created with type modifiers reads rom column definition" msgstr "" #. Tag: para @@ -527,21 +532,19 @@ msgstr "" #: release_notes.xml:124 #, no-c-format msgid "" -"Raster" -" support integrated and documented (Pierre Racine, Jorge Arévalo, " -"Mateusz Loskot, Sandro Santilli, David Zwarg, Regina Obe, Bborie Park) " -"(Company developer and funding: University Laval, Deimos Space, CadCorp, " -"Michigan Tech Research Institute, Azavea, Paragon Corporation, UC Davis " -"Center for Vectorborne Diseases)" +"Raster support integrated and documented (Pierre Racine, Jorge " +"Arévalo, Mateusz Loskot, Sandro Santilli, David Zwarg, Regina Obe, Bborie " +"Park) (Company developer and funding: University Laval, Deimos Space, " +"CadCorp, Michigan Tech Research Institute, Azavea, Paragon Corporation, UC " +"Davis Center for Vectorborne Diseases)" msgstr "" #. Tag: para #: release_notes.xml:127 #, no-c-format msgid "" -"Making spatial indexes 3D aware - in progress (Paul Ramsey, Mark Cave-" -"Ayland)" +"Making spatial indexes 3D aware - in progress (Paul Ramsey, Mark Cave-Ayland)" msgstr "" #. Tag: para @@ -705,8 +708,8 @@ msgstr "" msgid "" "Extras - revised tiger_geocoder to work with TIGER census 2010 data, " "addition of reverse geocoder function, various bug fixes, accuracy " -"enhancements, limit max result return, speed improvements, loading routines." -" (Regina Obe, Leo Hsu / Paragon Corporation / funding provided by Hunter " +"enhancements, limit max result return, speed improvements, loading routines. " +"(Regina Obe, Leo Hsu / Paragon Corporation / funding provided by Hunter " "Systems Group)" msgstr "" @@ -740,11 +743,11 @@ msgstr "" #: release_notes.xml:170 #, no-c-format msgid "" -"We thank U.S Department of State Human Information Unit (HIU) and " -"Vizzuality for general " -"monetary support to get PostGIS 2.0 out the door." +"We thank U.S Department of State Human Information Unit (HIU) and Vizzuality for general monetary support to " +"get PostGIS 2.0 out the door." msgstr "" #. Tag: title @@ -821,8 +824,8 @@ msgstr "" #: release_notes.xml:188 #, no-c-format msgid "" -"#1121, populate_geometry_columns using deprecated functions (Regin Obe, Paul" -" Ramsey)" +"#1121, populate_geometry_columns using deprecated functions (Regin Obe, Paul " +"Ramsey)" msgstr "" #. Tag: para @@ -876,8 +879,7 @@ msgstr "" #. Tag: para #: release_notes.xml:197 #, no-c-format -msgid "" -"#1344, allow exporting tables with invalid geometries (Sandro Santilli)" +msgid "#1344, allow exporting tables with invalid geometries (Sandro Santilli)" msgstr "" #. Tag: para @@ -957,8 +959,8 @@ msgstr "" #, no-c-format msgid "" "This is a bug fix release, addressing issues that have been filed since the " -"1.5.2 release. If you are running PostGIS 1.3+, a soft upgrade is sufficient" -" otherwise a hard upgrade is recommended." +"1.5.2 release. If you are running PostGIS 1.3+, a soft upgrade is sufficient " +"otherwise a hard upgrade is recommended." msgstr "" #. Tag: para @@ -973,8 +975,8 @@ msgstr "" #: release_notes.xml:220 #, no-c-format msgid "" -"#1007, ST_IsValid crash fix requires GEOS 3.3.0+ or 3.2.3+ (Sandro Santilli," -" reported by Birgit Laggner)" +"#1007, ST_IsValid crash fix requires GEOS 3.3.0+ or 3.2.3+ (Sandro Santilli, " +"reported by Birgit Laggner)" msgstr "" #. Tag: para @@ -989,8 +991,8 @@ msgstr "" #: release_notes.xml:224 #, no-c-format msgid "" -"#845, ST_Intersects precision error (Sandro Santilli, Nicklas Avén) Reported" -" by cdestigter" +"#845, ST_Intersects precision error (Sandro Santilli, Nicklas Avén) Reported " +"by cdestigter" msgstr "" #. Tag: para @@ -1105,16 +1107,16 @@ msgstr "" #, no-c-format msgid "" "This is a bug fix release, addressing issues that have been filed since the " -"1.5.1 release. If you are running PostGIS 1.3+, a soft upgrade is sufficient" -" otherwise a hard upgrade is recommended." +"1.5.1 release. If you are running PostGIS 1.3+, a soft upgrade is sufficient " +"otherwise a hard upgrade is recommended." msgstr "" #. Tag: para #: release_notes.xml:256 #, no-c-format msgid "" -"Loader: fix handling of empty (0-verticed) geometries in shapefiles. (Sandro" -" Santilli)" +"Loader: fix handling of empty (0-verticed) geometries in shapefiles. (Sandro " +"Santilli)" msgstr "" #. Tag: para @@ -1142,8 +1144,8 @@ msgstr "" #: release_notes.xml:260 #, no-c-format msgid "" -"#393, Loader: Add temporary patch for large DBF files (Maxime Guillaud, Paul" -" Ramsey)" +"#393, Loader: Add temporary patch for large DBF files (Maxime Guillaud, Paul " +"Ramsey)" msgstr "" #. Tag: para @@ -1275,8 +1277,8 @@ msgstr "" #, no-c-format msgid "" "This is a bug fix release, addressing issues that have been filed since the " -"1.4.1 release. If you are running PostGIS 1.3+, a soft upgrade is sufficient" -" otherwise a hard upgrade is recommended." +"1.4.1 release. If you are running PostGIS 1.3+, a soft upgrade is sufficient " +"otherwise a hard upgrade is recommended." msgstr "" #. Tag: para @@ -1361,9 +1363,9 @@ msgstr "" #: release_notes.xml:302 #, no-c-format msgid "" -"This release provides support for geographic coordinates (lat/lon) via a new" -" GEOGRAPHY type. Also performance enhancements, new input format support " -"(GML,KML) and general upkeep." +"This release provides support for geographic coordinates (lat/lon) via a new " +"GEOGRAPHY type. Also performance enhancements, new input format support (GML," +"KML) and general upkeep." msgstr "" #. Tag: title @@ -1402,8 +1404,7 @@ msgstr "" #. Tag: para #: release_notes.xml:313 #, no-c-format -msgid "" -"The library versions below are the minimum requirements for PostGIS 1.5" +msgid "The library versions below are the minimum requirements for PostGIS 1.5" msgstr "" #. Tag: para @@ -1504,8 +1505,7 @@ msgstr "" #: release_notes.xml:336 #, no-c-format msgid "" -"Add measure values to an existing linestring with ST_AddMeasure (Paul " -"Ramsey)" +"Add measure values to an existing linestring with ST_AddMeasure (Paul Ramsey)" msgstr "" #. Tag: para @@ -1601,7 +1601,8 @@ msgstr "" #: release_notes.xml:360 #, no-c-format msgid "" -"http://trac.osgeo.org/postgis/query?status=closed&milestone=PostGIS+1.5.0&order=priority" +"http://trac.osgeo.org/postgis/query?status=closed&milestone=PostGIS" +"+1.5.0&order=priority" msgstr "" #. Tag: title @@ -1620,8 +1621,8 @@ msgstr "" #: release_notes.xml:367 #, no-c-format msgid "" -"This release provides performance enhancements, improved internal structures" -" and testing, new features, and upgraded documentation. If you are running " +"This release provides performance enhancements, improved internal structures " +"and testing, new features, and upgraded documentation. If you are running " "PostGIS 1.1+, a soft upgrade is sufficient otherwise a hard upgrade is " "recommended." msgstr "" @@ -1698,8 +1699,8 @@ msgstr "" #: release_notes.xml:392 #, no-c-format msgid "" -"ST_IsValidReason() returns readable explanations for validity failures (Paul" -" Ramsey)" +"ST_IsValidReason() returns readable explanations for validity failures (Paul " +"Ramsey)" msgstr "" #. Tag: para @@ -1747,8 +1748,8 @@ msgstr "" #: release_notes.xml:399 #, no-c-format msgid "" -"Populate_Geometry_Columns() -- automatically add records to geometry_columns" -" for TABLES and VIEWS (Kevin Neufeld)" +"Populate_Geometry_Columns() -- automatically add records to geometry_columns " +"for TABLES and VIEWS (Kevin Neufeld)" msgstr "" #. Tag: para @@ -1892,7 +1893,8 @@ msgstr "" #: release_notes.xml:426 #, no-c-format msgid "" -"http://trac.osgeo.org/postgis/query?status=closed&milestone=PostGIS+1.4.0&order=priority" +"http://trac.osgeo.org/postgis/query?status=closed&milestone=PostGIS" +"+1.4.0&order=priority" msgstr "" #. Tag: title @@ -1937,8 +1939,8 @@ msgstr "" msgid "" "If you are running PostGIS 1.1+, a soft upgrade is sufficient otherwise a " "hard upgrade is recommended. This release is a bug fix release to address a " -"failure in ST_Force_Collection and related functions that critically affects" -" using MapServer with LINE layers." +"failure in ST_Force_Collection and related functions that critically affects " +"using MapServer with LINE layers." msgstr "" #. Tag: title @@ -1988,9 +1990,9 @@ msgstr "" #: release_notes.xml:467 #, no-c-format msgid "" -"This release fixes bugs shp2pgsql, adds enhancements to SVG and KML support," -" adds a ST_SimplifyPreserveTopology function, makes the build more sensitive" -" to GEOS versions, and fixes a handful of severe but rare failure cases." +"This release fixes bugs shp2pgsql, adds enhancements to SVG and KML support, " +"adds a ST_SimplifyPreserveTopology function, makes the build more sensitive " +"to GEOS versions, and fixes a handful of severe but rare failure cases." msgstr "" #. Tag: title @@ -2051,8 +2053,8 @@ msgstr "" #, no-c-format msgid "" "This release provides performance enhancements to the relational functions, " -"adds new relational functions and begins the migration of our function names" -" to the SQL-MM convention, using the spatial type (SP) prefix." +"adds new relational functions and begins the migration of our function names " +"to the SQL-MM convention, using the spatial type (SP) prefix." msgstr "" #. Tag: title @@ -2072,10 +2074,10 @@ msgstr "" #, no-c-format msgid "" "Added ST_Covers and ST_CoveredBy relational functions. Description and " -"justification of these functions can be found at http://lin-ear-th-inking.blogspot.com/2007/06/subtleties-of-" -"ogc-covers-spatial.html" +"justification of these functions can be found at http://lin-ear-th-inking.blogspot.com/2007/06/subtleties-of-ogc-covers-" +"spatial.html" msgstr "" #. Tag: para @@ -2188,9 +2190,9 @@ msgstr "" #, no-c-format msgid "" "JDBC: Fixed JTS handling for multi-dimensional geometries (thanks to Thomas " -"Marti for hint and partial patch). Additionally, now JavaDoc is compiled and" -" packaged. Fixed classpath problems with GCJ. Fixed pgjdbc 8.2 " -"compatibility, losing support for jdk 1.3 and older." +"Marti for hint and partial patch). Additionally, now JavaDoc is compiled and " +"packaged. Fixed classpath problems with GCJ. Fixed pgjdbc 8.2 compatibility, " +"losing support for jdk 1.3 and older." msgstr "" #. Tag: title @@ -2209,9 +2211,9 @@ msgstr "" #: release_notes.xml:569 #, no-c-format msgid "" -"This release provides type definitions along with " -"serialization/deserialization capabilities for SQL-MM defined curved " -"geometries, as well as performance enhancements." +"This release provides type definitions along with serialization/" +"deserialization capabilities for SQL-MM defined curved geometries, as well " +"as performance enhancements." msgstr "" #. Tag: para @@ -2245,8 +2247,8 @@ msgstr "" #, no-c-format msgid "" "This is a bugfix release, in particular fixing a critical error with GEOS " -"interface in 64bit systems. Includes an updated of the SRS parameters and an" -" improvement in reprojections (take Z in consideration). Upgrade is " +"interface in 64bit systems. Includes an updated of the SRS parameters and an " +"improvement in reprojections (take Z in consideration). Upgrade is " "encouraged." msgstr "" @@ -2267,8 +2269,8 @@ msgstr "" #: release_notes.xml:754 release_notes.xml:833 release_notes.xml:899 #, no-c-format msgid "" -"If you are upgrading from release 1.0.3 or later follow the soft upgrade procedure." +"If you are upgrading from release 1.0.3 or later follow the soft upgrade procedure." msgstr "" #. Tag: para @@ -2278,10 +2280,10 @@ msgstr "" #: release_notes.xml:1239 #, no-c-format msgid "" -"If you are upgrading from a release between 1.0.0RC6 and " -"1.0.2 (inclusive) and really want a live upgrade read the upgrade section of the 1.0.3 release " -"notes chapter." +"If you are upgrading from a release between 1.0.0RC6 and 1.0.2 (inclusive) and really want a live upgrade read the upgrade section of the 1.0.3 release notes " +"chapter." msgstr "" #. Tag: para @@ -2291,8 +2293,8 @@ msgstr "" #: release_notes.xml:1244 #, no-c-format msgid "" -"Upgrade from any release prior to 1.0.0RC6 requires an hard upgrade." +"Upgrade from any release prior to 1.0.0RC6 requires an hard upgrade." msgstr "" #. Tag: para @@ -2440,8 +2442,8 @@ msgstr "" #: release_notes.xml:693 #, no-c-format msgid "" -"This is an bugfix release including some improvements in the Java interface." -" Upgrade is encouraged." +"This is an bugfix release including some improvements in the Java interface. " +"Upgrade is encouraged." msgstr "" #. Tag: para @@ -2500,8 +2502,8 @@ msgstr "" #: release_notes.xml:735 #, no-c-format msgid "" -"Added EJB3 tutorial / examples donated by Norman Barker " -"<nbarker@ittvis.com>" +"Added EJB3 tutorial / examples donated by Norman Barker <nbarker@ittvis." +"com>" msgstr "" #. Tag: para @@ -2727,8 +2729,8 @@ msgstr "" #: release_notes.xml:870 #, no-c-format msgid "" -"Embedded access control in estimated_extent() for builds against pgsql >=" -" 8.0.0" +"Embedded access control in estimated_extent() for builds against pgsql >= " +"8.0.0" msgstr "" #. Tag: para @@ -2760,10 +2762,10 @@ msgstr "" #, no-c-format msgid "" "This is an important Bugfix release, upgrade is highly " -"recommended. Previous version contained a bug in " -"postgis_restore.pl preventing hard " -"upgrade procedure to complete and a bug in GEOS-2.2+ connector " -"preventing GeometryCollection objects to be used in topological operations." +"recommended. Previous version contained a bug in postgis_restore." +"pl preventing hard upgrade procedure " +"to complete and a bug in GEOS-2.2+ connector preventing GeometryCollection " +"objects to be used in topological operations." msgstr "" #. Tag: para @@ -2852,8 +2854,8 @@ msgstr "" #: release_notes.xml:951 #, no-c-format msgid "" -"It is highly recommended that you upgrade to GEOS-2.2.x" -" before installing PostGIS, this will ensure future GEOS upgrades won't " +"It is highly recommended that you upgrade to GEOS-2.2.x " +"before installing PostGIS, this will ensure future GEOS upgrades won't " "require a rebuild of the PostGIS library." msgstr "" @@ -2871,21 +2873,20 @@ msgid "" "objects. Markus Schaber added many improvements in his JDBC2 code. Alex " "Bodnaru helped with PostgreSQL source dependency relief and provided Debian " "specfiles. Michael Fuhr tested new things on Solaris arch. David Techer and " -"Gerald Fenoy helped testing GEOS C-API connector. Hartmut Tschauner provided" -" code for the azimuth() function. Devrim GUNDUZ provided RPM specfiles. Carl" -" Anderson helped with the new area building functions. See the credits section for more names." +"Gerald Fenoy helped testing GEOS C-API connector. Hartmut Tschauner provided " +"code for the azimuth() function. Devrim GUNDUZ provided RPM specfiles. Carl " +"Anderson helped with the new area building functions. See the credits section for more names." msgstr "" #. Tag: para #: release_notes.xml:972 #, no-c-format msgid "" -"If you are upgrading from release 1.0.3 or later you DO " -"NOT need a dump/reload. Simply sourcing the new " -"lwpostgis_upgrade.sql script in all your existing databases will work. See " -"the soft upgrade chapter for more " -"information." +"If you are upgrading from release 1.0.3 or later you DO NOT need a dump/reload. Simply sourcing the new lwpostgis_upgrade.sql " +"script in all your existing databases will work. See the soft upgrade chapter for more information." msgstr "" #. Tag: title @@ -3039,8 +3040,8 @@ msgstr "" #: release_notes.xml:1046 #, no-c-format msgid "" -"Removed automatic call to fix_geometry_columns() in AddGeometryColumns() and" -" update_geometry_stats()" +"Removed automatic call to fix_geometry_columns() in AddGeometryColumns() and " +"update_geometry_stats()" msgstr "" #. Tag: title @@ -3192,16 +3193,16 @@ msgstr "" #: release_notes.xml:1116 release_notes.xml:1173 #, no-c-format msgid "" -"If you are upgrading from release 1.0.3 or later you DO " -"NOT need a dump/reload." +"If you are upgrading from release 1.0.3 or later you DO NOT need a dump/reload." msgstr "" #. Tag: para #: release_notes.xml:1131 #, no-c-format msgid "" -"Fixed palloc(0) call in collection deserializer (only gives problem with " -"--enable-cassert)" +"Fixed palloc(0) call in collection deserializer (only gives problem with --" +"enable-cassert)" msgstr "" #. Tag: para @@ -3383,17 +3384,17 @@ msgstr "" #: release_notes.xml:1229 #, no-c-format msgid "" -"Contains important bug fixes and a few improvements. In particular, it fixes" -" a memory leak preventing successful build of GiST indexes for large spatial" -" tables." +"Contains important bug fixes and a few improvements. In particular, it fixes " +"a memory leak preventing successful build of GiST indexes for large spatial " +"tables." msgstr "" #. Tag: para #: release_notes.xml:1236 #, no-c-format msgid "" -"If you are upgrading from release 1.0.3 you DO NOT need" -" a dump/reload." +"If you are upgrading from release 1.0.3 you DO NOT need " +"a dump/reload." msgstr "" #. Tag: para @@ -3503,9 +3504,9 @@ msgstr "" #: release_notes.xml:1298 #, no-c-format msgid "" -"An hard upgrade procedure " -"(dump/reload) will force recomputation of all bounding boxes (not included " -"in dumps). This is required if upgrading from releases " +"An hard upgrade procedure (dump/" +"reload) will force recomputation of all bounding boxes (not included in " +"dumps). This is required if upgrading from releases " "prior to 1.0.0RC6." msgstr "" @@ -3519,8 +3520,8 @@ msgid "" "eventual changes in them (geometry statistics update, reindexing). Invoke " "the script after a make install (run with no args for syntax help). " "Optionally run utils/postgis_proc_upgrade.pl to refresh postgis procedures " -"and functions signatures (see Soft " -"upgrade)." +"and functions signatures (see Soft upgrade)." msgstr "" #. Tag: para @@ -3599,16 +3600,16 @@ msgstr "" #: release_notes.xml:1352 release_notes.xml:1392 #, no-c-format msgid "" -"If you are upgrading from release 1.0.0RC6 or up you DO " -"NOT need a dump/reload." +"If you are upgrading from release 1.0.0RC6 or up you DO NOT need a dump/reload." msgstr "" #. Tag: para #: release_notes.xml:1355 release_notes.xml:1395 #, no-c-format msgid "" -"Upgrading from older releases requires a dump/reload. See the upgrading chapter for more informations." +"Upgrading from older releases requires a dump/reload. See the upgrading chapter for more informations." msgstr "" #. Tag: para @@ -4167,8 +4168,7 @@ msgstr "" #. Tag: para #: release_notes.xml:1678 #, no-c-format -msgid "" -"Some functions made IMMUTABLE from STABLE, for performance improvement." +msgid "Some functions made IMMUTABLE from STABLE, for performance improvement." msgstr "" #. Tag: para @@ -4255,8 +4255,8 @@ msgstr "" #: release_notes.xml:1720 #, no-c-format msgid "" -"spatial_ref_sys: changed Paris entries to match the ones distributed with " -"0.x." +"spatial_ref_sys: changed Paris entries to match the ones distributed with 0." +"x." msgstr "" #. Tag: title @@ -4388,8 +4388,8 @@ msgstr "" #: release_notes.xml:1804 #, no-c-format msgid "" -"Support for up to 4d coordinates, providing lossless " -"shapefile->postgis->shapefile conversion." +"Support for up to 4d coordinates, providing lossless shapefile->postgis-" +">shapefile conversion." msgstr "" #. Tag: para diff --git a/doc/po/fr/reporting.xml.po b/doc/po/fr/reporting.xml.po index c09290235..e0acc47a3 100644 --- a/doc/po/fr/reporting.xml.po +++ b/doc/po/fr/reporting.xml.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# +# # Translators: # etrimaille , 2013 msgid "" @@ -9,11 +9,12 @@ msgstr "" "POT-Creation-Date: 2012-09-14 17:50+0000\n" "PO-Revision-Date: 2013-11-28 21:06+0000\n" "Last-Translator: etrimaille \n" -"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/" +"language/fr/)\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. Tag: title @@ -32,41 +33,53 @@ msgstr "Rapporter un problème logiciel" #: reporting.xml:8 #, no-c-format msgid "" -"Reporting bugs effectively is a fundamental way to help PostGIS development." -" The most effective bug report is that enabling PostGIS developers to " +"Reporting bugs effectively is a fundamental way to help PostGIS development. " +"The most effective bug report is that enabling PostGIS developers to " "reproduce it, so it would ideally contain a script triggering it and every " "information regarding the environment in which it was detected. Good enough " "info can be extracted running SELECT postgis_full_version() " "[for postgis] and SELECT version() [for postgresql]." -msgstr "Rapporter un problème est effectivement fondamental afin d'aider le développement de PostGIS. Un rapport de bug efficace permet à l'équipe des développeurs de PostGIS de reproduire le problème. Le rapport est donc pertinent si il contient le script qui le déclenche et toutes les informations à propos de l'environnement dans lequel il a été détecté. De bonnes informations peuvent être obtenus par l’exécution de SELECT postgis_full_version() [pour postgis] et SELECT version() [pour postgresql]." +msgstr "" +"Rapporter un problème est effectivement fondamental afin d'aider le " +"développement de PostGIS. Un rapport de bug efficace permet à l'équipe des " +"développeurs de PostGIS de reproduire le problème. Le rapport est donc " +"pertinent si il contient le script qui le déclenche et toutes les " +"informations à propos de l'environnement dans lequel il a été détecté. De " +"bonnes informations peuvent être obtenus par l’exécution de SELECT " +"postgis_full_version() [pour postgis] et SELECT version() [pour postgresql]." #. Tag: para #: reporting.xml:16 #, no-c-format msgid "" "If you aren't using the latest release, it's worth taking a look at its " -"release " -"changelog first, to find out if your bug has already been fixed." -msgstr "Si vous n'utilisez pas la dernière version stable, il est préférable de regarder tout d'abordles derniers changements pour savoir si le problème n'a pas déjà été résolu." +"release changelog first, to find out if your bug has already been fixed." +msgstr "" +"Si vous n'utilisez pas la dernière version stable, il est préférable de " +"regarder tout d'abordles derniers changements pour savoir si le problème n'a pas déjà " +"été résolu." #. Tag: para #: reporting.xml:21 #, no-c-format msgid "" -"Using the PostGIS bug " -"tracker will ensure your reports are not discarded, and will keep " -"you informed on its handling process. Before reporting a new bug please " -"query the database to see if it is a known one, and if it is please add any " -"new information you have about it." +"Using the PostGIS bug tracker will ensure your reports are not discarded, and will keep you " +"informed on its handling process. Before reporting a new bug please query " +"the database to see if it is a known one, and if it is please add any new " +"information you have about it." msgstr "" #. Tag: para #: reporting.xml:28 #, no-c-format msgid "" -"You might want to read Simon Tatham's paper about How to Report " -"Bugs Effectively before filing a new report." +"You might want to read Simon Tatham's paper about How to Report Bugs Effectively before filing a new report." msgstr "" #. Tag: title @@ -79,8 +92,8 @@ msgstr "" #: reporting.xml:36 #, no-c-format msgid "" -"The documentation should accurately reflect the features and behavior of the" -" software. If it doesn't, it could be because of a software bug or because " +"The documentation should accurately reflect the features and behavior of the " +"software. If it doesn't, it could be because of a software bug or because " "the documentation is in error or deficient." msgstr "" @@ -88,8 +101,8 @@ msgstr "" #: reporting.xml:40 #, no-c-format msgid "" -"Documentation issues can also be reported to the PostGIS bug tracker." +"Documentation issues can also be reported to the PostGIS bug tracker." msgstr "" #. Tag: para @@ -133,7 +146,9 @@ msgstr "Cela sera sauvegardé dans le répertoire ./trunk" msgid "" "Make your changes to the documentation with your favorite text editor. On " "Unix, type (for example):" -msgstr "Faites vos changements sur la documentation avec votre éditeur de texte favori. Sur Unix, tapez (pour exemple) :" +msgstr "" +"Faites vos changements sur la documentation avec votre éditeur de texte " +"favori. Sur Unix, tapez (pour exemple) :" #. Tag: command #: reporting.xml:67 @@ -146,9 +161,12 @@ msgstr "vim trunk/doc/postgis.xml" #, no-c-format msgid "" "Note that the documentation is written in DocBook XML rather than HTML, so " -"if you are not familiar with it please follow the example of the rest of the" -" documentation." -msgstr "Remarquez que la documentation est écrite avec DocBook XML au lieu de HTML, donc si vous ne vous sentez pas familier avec cela, vous devriez suivre les exemples dans la suite de la documentation." +"if you are not familiar with it please follow the example of the rest of the " +"documentation." +msgstr "" +"Remarquez que la documentation est écrite avec DocBook XML au lieu de HTML, " +"donc si vous ne vous sentez pas familier avec cela, vous devriez suivre les " +"exemples dans la suite de la documentation." #. Tag: para #: reporting.xml:75 @@ -156,7 +174,9 @@ msgstr "Remarquez que la documentation est écrite avec DocBook XML au lieu de H msgid "" "Make a patch file containing the differences from the master copy of the " "documentation. On Unix, type:" -msgstr "Faites un correctif contenant les différences avec une copie de la documentation principale. Sur Unix, tapez :" +msgstr "" +"Faites un correctif contenant les différences avec une copie de la " +"documentation principale. Sur Unix, tapez :" #. Tag: command #: reporting.xml:78 @@ -168,4 +188,5 @@ msgstr "svn diff trunk/doc/postgis.xml > doc.patch" #: reporting.xml:83 #, no-c-format msgid "Attach the patch to a new issue in bug tracker." -msgstr "Ajoutez le correctif à un nouveau ticket dans le système de suivi de bogues." +msgstr "" +"Ajoutez le correctif à un nouveau ticket dans le système de suivi de bogues." diff --git a/doc/po/fr/using_postgis_app.xml.po b/doc/po/fr/using_postgis_app.xml.po index 56b17e5e4..7eadb925f 100644 --- a/doc/po/fr/using_postgis_app.xml.po +++ b/doc/po/fr/using_postgis_app.xml.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# +# # Translators: # Arnaud Vandecasteele , 2014 msgid "" @@ -9,11 +9,12 @@ msgstr "" "POT-Creation-Date: 2012-09-14 17:50+0000\n" "PO-Revision-Date: 2014-03-26 13:35+0000\n" "Last-Translator: Arnaud Vandecasteele \n" -"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/" +"language/fr/)\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. Tag: title @@ -34,22 +35,27 @@ msgstr "Utiliser MapServer" msgid "" "The Minnesota MapServer is an internet web-mapping server which conforms to " "the OpenGIS Web Mapping Server specification." -msgstr "MapServer est un serveur cartographique web conforme aux spécifications définies par l'OpenGIS" +msgstr "" +"MapServer est un serveur cartographique web conforme aux spécifications " +"définies par l'OpenGIS" #. Tag: para #: using_postgis_app.xml:12 #, no-c-format msgid "" -"The MapServer homepage is at http://mapserver.org." -msgstr "La page internet de MapServer est http://mapserver.org." +"The MapServer homepage is at http://" +"mapserver.org." +msgstr "" +"La page internet de MapServer est http://" +"mapserver.org." #. Tag: para #: using_postgis_app.xml:17 #, no-c-format msgid "" -"The OpenGIS Web Map Specification is at http://www.opengeospatial.org/standards/wms." +"The OpenGIS Web Map Specification is at http://www.opengeospatial.org/standards/" +"wms." msgstr "" #. Tag: title @@ -65,7 +71,11 @@ msgid "" "To use PostGIS with MapServer, you will need to know about how to configure " "MapServer, which is beyond the scope of this documentation. This section " "will cover specific PostGIS issues and configuration details." -msgstr "Afin d'utiliser conjointement PostGIS et MapServer, il est nécessaire au préalable de savoir comment configurer MapServer ce qui est bien au-delà de l'objectif de cette documentation. Cette section portera spécifiquement sur les aspects relatifs à PostGIS." +msgstr "" +"Afin d'utiliser conjointement PostGIS et MapServer, il est nécessaire au " +"préalable de savoir comment configurer MapServer ce qui est bien au-delà de " +"l'objectif de cette documentation. Cette section portera spécifiquement sur " +"les aspects relatifs à PostGIS." #. Tag: para #: using_postgis_app.xml:30 @@ -90,11 +100,17 @@ msgstr "La version 3.5 - ou plus récente - de MapServer." #, no-c-format msgid "" "MapServer accesses PostGIS/PostgreSQL data like any other PostgreSQL client " -"-- using the libpq interface. This means that MapServer" -" can be installed on any machine with network access to the PostGIS server, " +"-- using the libpq interface. This means that MapServer " +"can be installed on any machine with network access to the PostGIS server, " "and use PostGIS as a source of data. The faster the connection between the " "systems, the better." -msgstr "MapServer communique avec PostGIS/PostgreSQL en utilisant l'interface libpq comme n'importe quel autre client PostgreSQL. Cela signifie que pour utiliser PostGIS, MapServer peut être installé sur n'importe quelle machine disposant d'un accès internet au serveur PostGIS. Plus la connection entre les deux systèmes est rapide et meilleur seront les performances." +msgstr "" +"MapServer communique avec PostGIS/PostgreSQL en utilisant l'interface " +"libpq comme n'importe quel autre client PostgreSQL. " +"Cela signifie que pour utiliser PostGIS, MapServer peut être installé sur " +"n'importe quelle machine disposant d'un accès internet au serveur PostGIS. " +"Plus la connection entre les deux systèmes est rapide et meilleur seront les " +"performances." #. Tag: para #: using_postgis_app.xml:50 @@ -142,7 +158,38 @@ msgid "" " END\n" " END \n" "END" -msgstr "LAYER\nCONNECTIONTYPE postgis\nNAME \"widehighways\" \n# Connection à la base de données\nCONNECTION \"user=dbuser dbname=gisdatabase host=bigserver\"\nPROCESSING \"CLOSE_CONNECTION=DEFER\"\n# Récupère les informations géographiques de la colonne 'geom' de la table 'roads' \nDATA \"geom from roads using srid=4326 using unique gid\" \nSTATUS ON\nTYPE LINE \n# Seule les routes principales seront affichées \nFILTER \"type = 'highway' and numlanes >= 4\" \nCLASS \n# Le trait représentant les routes importantes sera plus claires et large de 2 pixels\nEXPRESSION ([numlanes] >= 6) \nSTYLE\nCOLOR 255 22 22 \nWIDTH 2 \nEND\nEND \nCLASS \n# Toute les autres seront dessinées en couleur sombre avec un trait d'1 pixel d'paisseur\nEXPRESSION ([numlanes] < 6) \nSTYLE\nCOLOR 205 92 82\nEND\nEND \nEND" +msgstr "" +"LAYER\n" +"CONNECTIONTYPE postgis\n" +"NAME \"widehighways\" \n" +"# Connection à la base de données\n" +"CONNECTION \"user=dbuser dbname=gisdatabase host=bigserver\"\n" +"PROCESSING \"CLOSE_CONNECTION=DEFER\"\n" +"# Récupère les informations géographiques de la colonne 'geom' de la table " +"'roads' \n" +"DATA \"geom from roads using srid=4326 using unique gid\" \n" +"STATUS ON\n" +"TYPE LINE \n" +"# Seule les routes principales seront affichées \n" +"FILTER \"type = 'highway' and numlanes >= 4\" \n" +"CLASS \n" +"# Le trait représentant les routes importantes sera plus claires et large de " +"2 pixels\n" +"EXPRESSION ([numlanes] >= 6) \n" +"STYLE\n" +"COLOR 255 22 22 \n" +"WIDTH 2 \n" +"END\n" +"END \n" +"CLASS \n" +"# Toute les autres seront dessinées en couleur sombre avec un trait d'1 " +"pixel d'paisseur\n" +"EXPRESSION ([numlanes] < 6) \n" +"STYLE\n" +"COLOR 205 92 82\n" +"END\n" +"END \n" +"END" #. Tag: para #: using_postgis_app.xml:60 @@ -173,8 +220,8 @@ msgstr "CONNECTION" #, no-c-format msgid "" "The database connection is governed by the a 'connection string' which is a " -"standard set of keys and values like this (with the default values in " -"<>):" +"standard set of keys and values like this (with the default values in <" +">):" msgstr "" #. Tag: para @@ -190,8 +237,8 @@ msgstr "" #, no-c-format msgid "" "An empty connection string is still valid, and any of the key/value pairs " -"can be omitted. At a minimum you will generally supply the database name and" -" username to connect with." +"can be omitted. At a minimum you will generally supply the database name and " +"username to connect with." msgstr "" #. Tag: term @@ -216,8 +263,8 @@ msgstr "" #, no-c-format msgid "" "You can omit the \"using srid\" and \"using unique\" clauses and MapServer " -"will automatically determine the correct values if possible, but at the cost" -" of running a few extra queries on the server for each map draw." +"will automatically determine the correct values if possible, but at the cost " +"of running a few extra queries on the server for each map draw." msgstr "" #. Tag: term @@ -265,7 +312,8 @@ msgstr "" #, no-c-format msgid "" "CREATE INDEX [indexname] ON [tablename] USING GIST ( [geometrycolumn] );" -msgstr "CREATE INDEX [indexname] ON [tablename] USING GIST ( [geometrycolumn] );" +msgstr "" +"CREATE INDEX [indexname] ON [tablename] USING GIST ( [geometrycolumn] );" #. Tag: para #: using_postgis_app.xml:135 @@ -303,8 +351,8 @@ msgstr "" #: using_postgis_app.xml:158 #, no-c-format msgid "" -"Unlike shape files, PostGIS field names have to be referenced in EXPRESSIONS" -" using lower case." +"Unlike shape files, PostGIS field names have to be referenced in EXPRESSIONS " +"using lower case." msgstr "" #. Tag: programlisting @@ -367,14 +415,18 @@ msgstr "" msgid "" "postgis# CREATE INDEX geotable_gix ON geotable USING GIST ( geocolumn ); \n" "postgis# VACUUM ANALYZE;" -msgstr "postgis# CREATE INDEX geotable_gix ON geotable USING GIST ( geocolumn );\npostgis# VACUUM ANALYZE;" +msgstr "" +"postgis# CREATE INDEX geotable_gix ON geotable USING GIST ( geocolumn );\n" +"postgis# VACUUM ANALYZE;" #. Tag: para #: using_postgis_app.xml:204 #, no-c-format msgid "" "My PostGIS layer draws fine, but queries are really slow. What is wrong?" -msgstr "Mes couches de données PostGIS s'affichent correctement, mais les requêtes sont longues. Qu'est ce qui ne va pas ?" +msgstr "" +"Mes couches de données PostGIS s'affichent correctement, mais les requêtes " +"sont longues. Qu'est ce qui ne va pas ?" #. Tag: para #: using_postgis_app.xml:209 @@ -382,14 +434,17 @@ msgstr "Mes couches de données PostGIS s'affichent correctement, mais les requ msgid "" "For queries to be fast, you must have a unique key for your spatial table " "and you must have an index on that unique key." -msgstr "Afin que vos requêtes s'exécutent rapidement, vos enregistrements doivent être identifiables par une clé unique, identifiant qui doit également avoir été indexé." +msgstr "" +"Afin que vos requêtes s'exécutent rapidement, vos enregistrements doivent " +"être identifiables par une clé unique, identifiant qui doit également avoir " +"été indexé." #. Tag: para #: using_postgis_app.xml:213 #, no-c-format msgid "" -"You can specify what unique key for mapserver to use with the USING" -" UNIQUE clause in your DATA line:" +"You can specify what unique key for mapserver to use with the USING " +"UNIQUE clause in your DATA line:" msgstr "" #. Tag: programlisting @@ -404,7 +459,9 @@ msgstr "DATA \"geom FROM geotable USING UNIQUE gid\"" msgid "" "Can I use \"geography\" columns (new in PostGIS 1.5) as a source for " "MapServer layers?" -msgstr "Est-il possible avec MapServer d'utiliser le type de données \"geography\" (nouveauté de la version 1.5 de PostGIS) comme couche de données ? " +msgstr "" +"Est-il possible avec MapServer d'utiliser le type de données \"geography" +"\" (nouveauté de la version 1.5 de PostGIS) comme couche de données ? " #. Tag: para #: using_postgis_app.xml:229 @@ -434,12 +491,12 @@ msgstr "Usage avancé " msgid "" "The USING pseudo-SQL clause is used to add some " "information to help mapserver understand the results of more complex " -"queries. More specifically, when either a view or a subselect is used as the" -" source table (the thing to the right of \"FROM\" in a " -"DATA definition) it is more difficult for mapserver to " -"automatically determine a unique identifier for each row and also the SRID " -"for the table. The USING clause can provide mapserver " -"with these two pieces of information as follows:" +"queries. More specifically, when either a view or a subselect is used as the " +"source table (the thing to the right of \"FROM\" in a DATA definition) it is more difficult for mapserver to automatically " +"determine a unique identifier for each row and also the SRID for the table. " +"The USING clause can provide mapserver with these two " +"pieces of information as follows:" msgstr "" #. Tag: programlisting @@ -470,20 +527,20 @@ msgid "" "MapServer requires a unique id for each row in order to identify the row " "when doing map queries. Normally it identifies the primary key from the " "system tables. However, views and subselects don't automatically have an " -"known unique column. If you want to use MapServer's query functionality, you" -" need to ensure your view or subselect includes a uniquely valued column, " -"and declare it with USING UNIQUE. For example, you could " -"explicitly select nee of the table's primary key values for this purpose, or" -" any other column which is guaranteed to be unique for the result set." +"known unique column. If you want to use MapServer's query functionality, you " +"need to ensure your view or subselect includes a uniquely valued column, and " +"declare it with USING UNIQUE. For example, you could " +"explicitly select nee of the table's primary key values for this purpose, or " +"any other column which is guaranteed to be unique for the result set." msgstr "" #. Tag: para #: using_postgis_app.xml:273 #, no-c-format msgid "" -"\"Querying a Map\" is the action of clicking on a map to ask for information" -" about the map features in that location. Don't confuse \"map queries\" with" -" the SQL query in a DATA definition." +"\"Querying a Map\" is the action of clicking on a map to ask for information " +"about the map features in that location. Don't confuse \"map queries\" with " +"the SQL query in a DATA definition." msgstr "" #. Tag: term @@ -498,8 +555,8 @@ msgstr "USING SRID=<srid>" msgid "" "PostGIS needs to know which spatial referencing system is being used by the " "geometries in order to return the correct data back to MapServer. Normally " -"it is possible to find this information in the \"geometry_columns\" table in" -" the PostGIS database, however, this is not possible for tables which are " +"it is possible to find this information in the \"geometry_columns\" table in " +"the PostGIS database, however, this is not possible for tables which are " "created on the fly such as subselects and views. So the USING " "SRID= option allows the correct SRID to be specified in the " "DATA definition." @@ -515,8 +572,8 @@ msgstr "Exemples " #: using_postgis_app.xml:302 #, no-c-format msgid "" -"Lets start with a simple example and work our way up. Consider the following" -" MapServer layer definition:" +"Lets start with a simple example and work our way up. Consider the following " +"MapServer layer definition:" msgstr "" #. Tag: programlisting @@ -601,8 +658,8 @@ msgstr "" msgid "" "The first layer is used when the scale is greater than 1:100000, and " "displays only the roads of type \"highway\" as black lines. The " -"FILTER option causes only roads of type \"highway\" to be" -" displayed." +"FILTER option causes only roads of type \"highway\" to be " +"displayed." msgstr "" #. Tag: para @@ -610,8 +667,8 @@ msgstr "" #, no-c-format msgid "" "The second layer is used when the scale is less than 1:100000, and will " -"display highways as double-thick red lines, and other roads as regular black" -" lines." +"display highways as double-thick red lines, and other roads as regular black " +"lines." msgstr "" #. Tag: para @@ -655,8 +712,8 @@ msgstr "" #: using_postgis_app.xml:333 #, no-c-format msgid "" -"This annotation layer adds green labels to all the roads when the scale gets" -" down to 1:20000 or less. It also demonstrates how to use an SQL join in a " +"This annotation layer adds green labels to all the roads when the scale gets " +"down to 1:20000 or less. It also demonstrates how to use an SQL join in a " "DATA definition." msgstr "" @@ -671,10 +728,10 @@ msgstr "Clients Java (JDBC)" #, no-c-format msgid "" "Java clients can access PostGIS \"geometry\" objects in the PostgreSQL " -"database either directly as text representations or using the JDBC extension" -" objects bundled with PostGIS. In order to use the extension objects, the " -"\"postgis.jar\" file must be in your CLASSPATH along with the " -"\"postgresql.jar\" JDBC driver package." +"database either directly as text representations or using the JDBC extension " +"objects bundled with PostGIS. In order to use the extension objects, the " +"\"postgis.jar\" file must be in your CLASSPATH along with the \"postgresql." +"jar\" JDBC driver package." msgstr "" #. Tag: programlisting @@ -704,8 +761,10 @@ msgid "" " * must cast the connection to the pgsql-specific connection \n" " * implementation before calling the addDataType() method. \n" " */\n" -" ((org.postgresql.PGConnection)conn).addDataType(\"geometry\",Class.forName(\"org.postgis.PGgeometry\"));\n" -" ((org.postgresql.PGConnection)conn).addDataType(\"box3d\",Class.forName(\"org.postgis.PGbox3d\"));\n" +" ((org.postgresql.PGConnection)conn).addDataType(\"geometry\",Class." +"forName(\"org.postgis.PGgeometry\"));\n" +" ((org.postgresql.PGConnection)conn).addDataType(\"box3d\",Class." +"forName(\"org.postgis.PGbox3d\"));\n" " /* \n" " * Create a statement and execute a select query. \n" " */ \n" @@ -713,7 +772,8 @@ msgid "" " ResultSet r = s.executeQuery(\"select geom,id from geomtable\"); \n" " while( r.next() ) { \n" " /* \n" -" * Retrieve the geometry as an object then cast it to the geometry type. \n" +" * Retrieve the geometry as an object then cast it to the geometry " +"type. \n" " * Print things out. \n" " */ \n" " PGgeometry geom = (PGgeometry)r.getObject(1); \n" diff --git a/doc/po/fr/using_postgis_dataman.xml.po b/doc/po/fr/using_postgis_dataman.xml.po index 32b33ebab..ec7962d5d 100644 --- a/doc/po/fr/using_postgis_dataman.xml.po +++ b/doc/po/fr/using_postgis_dataman.xml.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# +# # Translators: msgid "" msgstr "" @@ -8,11 +8,12 @@ msgstr "" "POT-Creation-Date: 2012-09-14 17:50+0000\n" "PO-Revision-Date: 2013-11-26 21:54+0000\n" "Last-Translator: georgersilva \n" -"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/" +"language/fr/)\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. Tag: title @@ -31,10 +32,10 @@ msgstr "" #: using_postgis_dataman.xml:8 #, no-c-format msgid "" -"The GIS objects supported by PostGIS are a superset of the \"Simple " -"Features\" defined by the OpenGIS Consortium (OGC). As of version 0.9, " -"PostGIS supports all the objects and functions specified in the OGC \"Simple" -" Features for SQL\" specification." +"The GIS objects supported by PostGIS are a superset of the \"Simple Features" +"\" defined by the OpenGIS Consortium (OGC). As of version 0.9, PostGIS " +"supports all the objects and functions specified in the OGC \"Simple " +"Features for SQL\" specification." msgstr "" #. Tag: para @@ -102,8 +103,8 @@ msgstr "" #: using_postgis_dataman.xml:49 #, no-c-format msgid "" -"MULTIPOLYGON(((0 0,4 0,4 4,0 4,0 0),(1 1,2 1,2 2,1 2,1 1)), ((-1 -1,-1 -2,-2" -" -2,-2 -1,-1 -1)))" +"MULTIPOLYGON(((0 0,4 0,4 4,0 4,0 0),(1 1,2 1,2 2,1 2,1 1)), ((-1 -1,-1 -2,-2 " +"-2,-2 -1,-1 -1)))" msgstr "" #. Tag: para @@ -173,10 +174,10 @@ msgstr "" #: using_postgis_dataman.xml:80 #, no-c-format msgid "" -"PostGIS extended formats are currently superset of OGC one (every valid " -"WKB/WKT is a valid EWKB/EWKT) but this might vary in the future, " -"specifically if OGC comes out with a new format conflicting with our " -"extensions. Thus you SHOULD NOT rely on this feature!" +"PostGIS extended formats are currently superset of OGC one (every valid WKB/" +"WKT is a valid EWKB/EWKT) but this might vary in the future, specifically if " +"OGC comes out with a new format conflicting with our extensions. Thus you " +"SHOULD NOT rely on this feature!" msgstr "" #. Tag: para @@ -295,8 +296,8 @@ msgstr "" #: using_postgis_dataman.xml:156 #, no-c-format msgid "" -"For example, a valid insert statement to create and insert a PostGIS spatial" -" object would be:" +"For example, a valid insert statement to create and insert a PostGIS spatial " +"object would be:" msgstr "" #. Tag: programlisting @@ -311,8 +312,8 @@ msgstr "" #: using_postgis_dataman.xml:161 #, no-c-format msgid "" -"The \"canonical forms\" of a PostgreSQL type are the representations you get" -" with a simple query (without any function call) and the one which is " +"The \"canonical forms\" of a PostgreSQL type are the representations you get " +"with a simple query (without any function call) and the one which is " "guaranteed to be accepted with a simple insert, update or copy. For the " "postgis 'geometry' type these are:" msgstr "" @@ -360,24 +361,23 @@ msgstr "" #, no-c-format msgid "" "The SQL Multimedia Applications Spatial specification extends the simple " -"features for SQL spec by defining a number of circularly interpolated " -"curves." +"features for SQL spec by defining a number of circularly interpolated curves." msgstr "" #. Tag: para #: using_postgis_dataman.xml:178 #, no-c-format msgid "" -"The SQL-MM definitions include 3dm, 3dz and 4d coordinates, but do not allow" -" the embedding of SRID information." +"The SQL-MM definitions include 3dm, 3dz and 4d coordinates, but do not allow " +"the embedding of SRID information." msgstr "" #. Tag: para #: using_postgis_dataman.xml:181 #, no-c-format msgid "" -"The well-known text extensions are not yet fully supported. Examples of some" -" simple curved geometries are shown below:" +"The well-known text extensions are not yet fully supported. Examples of some " +"simple curved geometries are shown below:" msgstr "" #. Tag: para @@ -399,12 +399,12 @@ msgid "" "The CIRCULARSTRING is the basic curve type, similar to a LINESTRING in the " "linear world. A single segment required three points, the start and end " "points (first and third) and any other point on the arc. The exception to " -"this is for a closed circle, where the start and end points are the same. In" -" this case the second point MUST be the center of the arc, ie the opposite " +"this is for a closed circle, where the start and end points are the same. In " +"this case the second point MUST be the center of the arc, ie the opposite " "side of the circle. To chain arcs together, the last point of the previous " "arc becomes the first point of the next arc, just like in LINESTRING. This " -"means that a valid circular string must have an odd number of points greated" -" than 1." +"means that a valid circular string must have an odd number of points greated " +"than 1." msgstr "" #. Tag: para @@ -435,8 +435,8 @@ msgstr "" #, no-c-format msgid "" "Example compound curve in a curve polygon: " -"CURVEPOLYGON(COMPOUNDCURVE(CIRCULARSTRING(0 0,2 0, 2 1, 2 3, 4 3),(4 3, 4 5," -" 1 4, 0 0)), CIRCULARSTRING(1.7 1, 1.4 0.4, 1.6 0.4, 1.6 0.5, 1.7 1) )" +"CURVEPOLYGON(COMPOUNDCURVE(CIRCULARSTRING(0 0,2 0, 2 1, 2 3, 4 3),(4 3, 4 5, " +"1 4, 0 0)), CIRCULARSTRING(1.7 1, 1.4 0.4, 1.6 0.4, 1.6 0.5, 1.7 1) )" msgstr "" #. Tag: para @@ -472,8 +472,8 @@ msgstr "" #: using_postgis_dataman.xml:230 #, no-c-format msgid "" -"MULTISURFACE(CURVEPOLYGON(CIRCULARSTRING(0 0, 4 0, 4 4, 0 4, 0 0),(1 1, 3 3," -" 3 1, 1 1)),((10 10, 14 12, 11 10, 10 10),(11 11, 11.5 11, 11 11.5, 11 11)))" +"MULTISURFACE(CURVEPOLYGON(CIRCULARSTRING(0 0, 4 0, 4 4, 0 4, 0 0),(1 1, 3 3, " +"3 1, 1 1)),((10 10, 14 12, 11 10, 10 10),(11 11, 11.5 11, 11 11.5, 11 11)))" msgstr "" #. Tag: para @@ -512,8 +512,8 @@ msgstr "" #, no-c-format msgid "" "The geography type provides native support for spatial features represented " -"on \"geographic\" coordinates (sometimes called \"geodetic\" coordinates, or" -" \"lat/lon\", or \"lon/lat\"). Geographic coordinates are spherical " +"on \"geographic\" coordinates (sometimes called \"geodetic\" coordinates, or " +"\"lat/lon\", or \"lon/lat\"). Geographic coordinates are spherical " "coordinates expressed in angular units (degrees)." msgstr "" @@ -535,8 +535,8 @@ msgid "" "between two points on the sphere is a great circle arc. That means that " "calculations on geographies (areas, distances, lengths, intersections, etc) " "must be calculated on the sphere, using more complicated mathematics. For " -"more accurate measurements, the calculations must take the actual spheroidal" -" shape of the world into account, and the mathematics becomes very " +"more accurate measurements, the calculations must take the actual spheroidal " +"shape of the world into account, and the mathematics becomes very " "complicated indeed." msgstr "" @@ -544,8 +544,8 @@ msgstr "" #: using_postgis_dataman.xml:259 #, no-c-format msgid "" -"Because the underlying mathematics is much more complicated, there are fewer" -" functions defined for the geography type than for the geometry type. Over " +"Because the underlying mathematics is much more complicated, there are fewer " +"functions defined for the geography type than for the geometry type. Over " "time, as new algorithms are added, the capabilities of the geography type " "will expand." msgstr "" @@ -580,8 +580,8 @@ msgstr "" #, no-c-format msgid "" "The geography type only supports the simplest of simple features. Standard " -"geometry type data will autocast to geography if it is of SRID 4326. You can" -" also use the EWKT and EWKB conventions to insert data." +"geometry type data will autocast to geography if it is of SRID 4326. You can " +"also use the EWKT and EWKB conventions to insert data." msgstr "" #. Tag: para @@ -594,8 +594,8 @@ msgstr "" #: using_postgis_dataman.xml:277 #, no-c-format msgid "" -"CREATE TABLE testgeog(gid serial PRIMARY KEY, the_geog geography(POINT,4326)" -" );" +"CREATE TABLE testgeog(gid serial PRIMARY KEY, the_geog " +"geography(POINT,4326) );" msgstr "" #. Tag: para @@ -692,8 +692,8 @@ msgstr "" msgid "" "Note that the location column has type GEOGRAPHY and that geography type " "supports two optional modifier: a type modifier that restricts the kind of " -"shapes and dimensions allowed in the column; an SRID modifier that restricts" -" the coordinate reference identifier to a particular number." +"shapes and dimensions allowed in the column; an SRID modifier that restricts " +"the coordinate reference identifier to a particular number." msgstr "" #. Tag: para @@ -702,8 +702,8 @@ msgstr "" msgid "" "Allowable values for the type modifier are: POINT, LINESTRING, POLYGON, " "MULTIPOINT, MULTILINESTRING, MULTIPOLYGON. The modifier also supports " -"dimensionality restrictions through suffixes: Z, M and ZM. So, for example a" -" modifier of 'LINESTRINGM' would only allow line strings with three " +"dimensionality restrictions through suffixes: Z, M and ZM. So, for example a " +"modifier of 'LINESTRINGM' would only allow line strings with three " "dimensions in, and would treat the third dimension as a measure. Similarly, " "'POINTZM' would expect four dimensional data." msgstr "" @@ -755,9 +755,12 @@ msgstr "" #, no-c-format msgid "" "-- Add some data into the test table\n" -"INSERT INTO global_points (name, location) VALUES ('Town', ST_GeographyFromText('SRID=4326;POINT(-110 30)') );\n" -"INSERT INTO global_points (name, location) VALUES ('Forest', ST_GeographyFromText('SRID=4326;POINT(-109 29)') );\n" -"INSERT INTO global_points (name, location) VALUES ('London', ST_GeographyFromText('SRID=4326;POINT(0 49)') );" +"INSERT INTO global_points (name, location) VALUES ('Town', " +"ST_GeographyFromText('SRID=4326;POINT(-110 30)') );\n" +"INSERT INTO global_points (name, location) VALUES ('Forest', " +"ST_GeographyFromText('SRID=4326;POINT(-109 29)') );\n" +"INSERT INTO global_points (name, location) VALUES ('London', " +"ST_GeographyFromText('SRID=4326;POINT(0 49)') );" msgstr "" #. Tag: para @@ -791,7 +794,8 @@ msgstr "" #, no-c-format msgid "" "-- Show a distance query and note, London is outside the 1000km tolerance\n" -" SELECT name FROM global_points WHERE ST_DWithin(location, ST_GeographyFromText('SRID=4326;POINT(-110 29)'), 1000000);" +" SELECT name FROM global_points WHERE ST_DWithin(location, " +"ST_GeographyFromText('SRID=4326;POINT(-110 29)'), 1000000);" msgstr "" #. Tag: para @@ -808,7 +812,8 @@ msgstr "" #, no-c-format msgid "" "-- Distance calculation using GEOGRAPHY (122.2km)\n" -" SELECT ST_Distance('LINESTRING(-122.33 47.606, 0.0 51.5)'::geography, 'POINT(-21.96 64.15)':: geography);" +" SELECT ST_Distance('LINESTRING(-122.33 47.606, 0.0 51.5)'::geography, " +"'POINT(-21.96 64.15)':: geography);" msgstr "" #. Tag: programlisting @@ -816,7 +821,8 @@ msgstr "" #, no-c-format msgid "" "-- Distance calculation using GEOMETRY (13.3 \"degrees\")\n" -" SELECT ST_Distance('LINESTRING(-122.33 47.606, 0.0 51.5)'::geometry, 'POINT(-21.96 64.15)':: geometry);" +" SELECT ST_Distance('LINESTRING(-122.33 47.606, 0.0 51.5)'::geometry, " +"'POINT(-21.96 64.15)':: geometry);" msgstr "" #. Tag: para @@ -833,10 +839,10 @@ msgstr "" #, no-c-format msgid "" "Great Circle " -"mapper The GEOMETRY type calculates a meaningless cartesian distance" -" between Reykjavik and the straight line path from Seattle to London plotted" -" on a flat map of the world. The nominal units of the result might be called" -" \"degrees\", but the result doesn't correspond to any true angular " +"mapper The GEOMETRY type calculates a meaningless cartesian distance " +"between Reykjavik and the straight line path from Seattle to London plotted " +"on a flat map of the world. The nominal units of the result might be called " +"\"degrees\", but the result doesn't correspond to any true angular " "difference between the points, so even calling them \"degrees\" is " "inaccurate." msgstr "" @@ -889,9 +895,9 @@ msgstr "" #: using_postgis_dataman.xml:358 #, no-c-format msgid "" -"If you don't understand projections, and you don't want to learn about them," -" and you're prepared to accept the limitations in functionality available in" -" GEOGRAPHY, then it might be easier for you to use GEOGRAPHY than GEOMETRY. " +"If you don't understand projections, and you don't want to learn about them, " +"and you're prepared to accept the limitations in functionality available in " +"GEOGRAPHY, then it might be easier for you to use GEOGRAPHY than GEOMETRY. " "Simply load your data up as longitude/latitude and go from there." msgstr "" @@ -901,8 +907,8 @@ msgstr "" msgid "" "Refer to for compare between " "what is supported for Geography vs. Geometry. For a brief listing and " -"description of Geography functions, refer to " +"description of Geography functions, refer to " msgstr "" #. Tag: title @@ -921,11 +927,11 @@ msgstr "" #: using_postgis_dataman.xml:375 #, no-c-format msgid "" -"By default, all distance and area calculations are done on the spheroid. You" -" should find that the results of calculations in local areas match up will " +"By default, all distance and area calculations are done on the spheroid. You " +"should find that the results of calculations in local areas match up will " "with local planar results in good local projections. Over larger areas, the " -"spheroidal calculations will be more accurate than any calculation done on a" -" projected plane." +"spheroidal calculations will be more accurate than any calculation done on a " +"projected plane." msgstr "" #. Tag: para @@ -933,8 +939,8 @@ msgstr "" #, no-c-format msgid "" "All the geography functions have the option of using a sphere calculation, " -"by setting a final boolean parameter to 'FALSE'. This will somewhat speed up" -" calculations, particularly for cases where the geometries are very simple." +"by setting a final boolean parameter to 'FALSE'. This will somewhat speed up " +"calculations, particularly for cases where the geometries are very simple." msgstr "" #. Tag: para @@ -965,8 +971,8 @@ msgstr "" msgid "" "We use great circle arcs as the \"interpolation line\" between two points. " "That means any two points are actually joined up two ways, depending on " -"which direction you travel along the great circle. All our code assumes that" -" the points are joined by the *shorter* of the two paths along the great " +"which direction you travel along the great circle. All our code assumes that " +"the points are joined by the *shorter* of the two paths along the great " "circle. As a consequence, shapes that have arcs of more than 180 degrees " "will not be correctly modelled." msgstr "" @@ -984,8 +990,8 @@ msgstr "" #, no-c-format msgid "" "Because the polygon is so darned huge! Big areas are bad for two reasons: " -"their bounds are huge, so the index tends to pull the feature no matter what" -" query you run; the number of vertices is huge, and tests (distance, " +"their bounds are huge, so the index tends to pull the feature no matter what " +"query you run; the number of vertices is huge, and tests (distance, " "containment) have to traverse the vertex list at least once and sometimes N " "times (with N being the number of vertices in the other candidate feature)." msgstr "" @@ -1014,8 +1020,8 @@ msgstr "" msgid "" "The OpenGIS \"Simple Features Specification for SQL\" defines standard GIS " "object types, the functions required to manipulate them, and a set of meta-" -"data tables. In order to ensure that meta-data remain consistent, operations" -" such as creating and removing a spatial column are carried out through " +"data tables. In order to ensure that meta-data remain consistent, operations " +"such as creating and removing a spatial column are carried out through " "special procedures defined by OpenGIS." msgstr "" @@ -1024,9 +1030,9 @@ msgstr "" #, no-c-format msgid "" "There are two OpenGIS meta-data tables: SPATIAL_REF_SYS " -"and GEOMETRY_COLUMNS. The " -"SPATIAL_REF_SYS table holds the numeric IDs and textual " -"descriptions of coordinate systems used in the spatial database." +"and GEOMETRY_COLUMNS. The SPATIAL_REF_SYS table holds the numeric IDs and textual descriptions of coordinate " +"systems used in the spatial database." msgstr "" #. Tag: title @@ -1040,11 +1046,10 @@ msgstr "" #, no-c-format msgid "" "The spatial_ref_sys table is a PostGIS included and OGC compliant database " -"table that lists over 3000 known spatial " -"reference systems and details needed to transform/reproject between " -"them." +"table that lists over 3000 known spatial reference systems and details needed to transform/reproject between them." msgstr "" #. Tag: para @@ -1054,8 +1059,8 @@ msgid "" "Although the PostGIS spatial_ref_sys table contains over 3000 of the more " "commonly used spatial reference system definitions that can be handled by " "the proj library, it does not contain all known to man and you can even " -"define your own custom projection if you are familiar with proj4 constructs." -" Keep in mind that most spatial reference systems are regional and have no " +"define your own custom projection if you are familiar with proj4 constructs. " +"Keep in mind that most spatial reference systems are regional and have no " "meaning when used outside of the bounds they were intended for." msgstr "" @@ -1064,24 +1069,23 @@ msgstr "" #, no-c-format msgid "" "An excellent resource for finding spatial reference systems not defined in " -"the core set is http://spatialreference.org/" +"the core set is http://" +"spatialreference.org/" msgstr "" #. Tag: para #: using_postgis_dataman.xml:451 #, no-c-format msgid "" -"Some of the more commonly used spatial reference systems are: 4326 - WGS 84 Long " -"Lat, 4269 " -"- NAD 83 Long Lat, 3395 - WGS 84 World " -"Mercator, 2163 - US National Atlas " -"Equal Area, Spatial reference systems for each NAD 83, WGS 84 UTM " -"zone - UTM zones are one of the most ideal for measurement, but only cover " -"6-degree regions." +"Some of the more commonly used spatial reference systems are: 4326 - WGS 84 Long Lat, 4269 - NAD " +"83 Long Lat, 3395 - WGS 84 World Mercator, 2163 - US National Atlas Equal Area, Spatial reference systems for each NAD 83, WGS 84 UTM zone - UTM " +"zones are one of the most ideal for measurement, but only cover 6-degree " +"regions." msgstr "" #. Tag: para @@ -1089,10 +1093,10 @@ msgstr "" #, no-c-format msgid "" "Various US state plane spatial reference systems (meter or feet based) - " -"usually one or 2 exists per US state. Most of the meter ones are in the core" -" set, but many of the feet based ones or ESRI created ones you will need to " -"pull from spatialreference.org." +"usually one or 2 exists per US state. Most of the meter ones are in the core " +"set, but many of the feet based ones or ESRI created ones you will need to " +"pull from spatialreference.org." msgstr "" #. Tag: para @@ -1100,9 +1104,9 @@ msgstr "" #, no-c-format msgid "" "For details on determining which UTM zone to use for your area of interest, " -"check out the utmzone" -" PostGIS plpgsql helper function." +"check out the utmzone PostGIS plpgsql helper function." msgstr "" #. Tag: para @@ -1155,8 +1159,8 @@ msgstr "" #, no-c-format msgid "" "The name of the standard or standards body that is being cited for this " -"reference system. For example, \"EPSG\" would be a valid " -"AUTH_NAME." +"reference system. For example, \"EPSG\" would be a valid AUTH_NAME." msgstr "" #. Tag: term @@ -1215,14 +1219,13 @@ msgstr "" #, no-c-format msgid "" "For a listing of EPSG projection codes and their corresponding WKT " -"representations, see http://www.opengeospatial.org/." -" For a discussion of WKT in general, see the OpenGIS \"Coordinate " -"Transformation Services Implementation Specification\" at http://www.opengeospatial.org/standards." -" For information on the European Petroleum Survey Group (EPSG) and their " -"database of spatial reference systems, see http://www.epsg.org." +"representations, see http://" +"www.opengeospatial.org/. For a discussion of WKT in general, see the " +"OpenGIS \"Coordinate Transformation Services Implementation Specification\" " +"at http://www." +"opengeospatial.org/standards. For information on the European " +"Petroleum Survey Group (EPSG) and their database of spatial reference " +"systems, see http://www.epsg.org." msgstr "" #. Tag: term @@ -1250,11 +1253,11 @@ msgstr "" #: using_postgis_dataman.xml:535 #, no-c-format msgid "" -"For more information about, see the Proj4 web site at http://trac.osgeo.org/proj/. The" -" spatial_ref_sys.sql file contains both " -"SRTEXT and PROJ4TEXT definitions for " -"all EPSG projections." +"For more information about, see the Proj4 web site at http://trac.osgeo.org/proj/. The " +"spatial_ref_sys.sql file contains both SRTEXT and PROJ4TEXT definitions for all EPSG " +"projections." msgstr "" #. Tag: title @@ -1270,8 +1273,8 @@ msgid "" "In versions of PostGIS prior to 2.0.0, geometry_columns was a table that " "could be directly edited, and sometimes got out of synch with the actual " "definition of the geometry columns. In PostGIS 2.0.0, " -"GEOMETRY_COLUMNS became a view with the same front-facing" -" structure as prior versions, but reading from database system catalogs Its " +"GEOMETRY_COLUMNS became a view with the same front-facing " +"structure as prior versions, but reading from database system catalogs Its " "structure is as follows:" msgstr "" @@ -1314,10 +1317,10 @@ msgstr "" #, no-c-format msgid "" "The fully qualified name of the feature table containing the geometry " -"column. Note that the terms \"catalog\" and \"schema\" are Oracle-ish. There" -" is not PostgreSQL analogue of \"catalog\" so that column is left blank -- " -"for \"schema\" the PostgreSQL schema name is used (public" -" is the default)." +"column. Note that the terms \"catalog\" and \"schema\" are Oracle-ish. There " +"is not PostgreSQL analogue of \"catalog\" so that column is left blank -- " +"for \"schema\" the PostgreSQL schema name is used (public " +"is the default)." msgstr "" #. Tag: term @@ -1355,8 +1358,8 @@ msgstr "" #, no-c-format msgid "" "The ID of the spatial reference system used for the coordinate geometry in " -"this table. It is a foreign key reference to the " -"SPATIAL_REF_SYS." +"this table. It is a foreign key reference to the SPATIAL_REF_SYS." msgstr "" #. Tag: term @@ -1373,8 +1376,8 @@ msgid "" "type, use one of: POINT, LINESTRING, POLYGON, MULTIPOINT, MULTILINESTRING, " "MULTIPOLYGON, GEOMETRYCOLLECTION or corresponding XYM versions POINTM, " "LINESTRINGM, POLYGONM, MULTIPOINTM, MULTILINESTRINGM, MULTIPOLYGONM, " -"GEOMETRYCOLLECTIONM. For heterogeneous (mixed-type) collections, you can use" -" \"GEOMETRY\" as the type." +"GEOMETRYCOLLECTIONM. For heterogeneous (mixed-type) collections, you can use " +"\"GEOMETRY\" as the type." msgstr "" #. Tag: para @@ -1395,9 +1398,9 @@ msgstr "" #: using_postgis_dataman.xml:622 #, no-c-format msgid "" -"Creating a table with spatial data, can be done in one step. As shown in the" -" following example which creates a roads table with a 2D linestring geometry" -" column in WGS84 long lat" +"Creating a table with spatial data, can be done in one step. As shown in the " +"following example which creates a roads table with a 2D linestring geometry " +"column in WGS84 long lat" msgstr "" #. Tag: programlisting @@ -1412,8 +1415,8 @@ msgstr "" #: using_postgis_dataman.xml:626 #, no-c-format msgid "" -"We can add additional columns using standard ALTER TABLE command as we do in" -" this next example where we add a 3-D linestring." +"We can add additional columns using standard ALTER TABLE command as we do in " +"this next example where we add a 3-D linestring." msgstr "" #. Tag: programlisting @@ -1440,8 +1443,8 @@ msgstr "" #: using_postgis_dataman.xml:635 #, no-c-format msgid "" -"For example: CREATE TABLE ROADS ( ID int4, ROAD_NAME varchar(25) " -")" +"For example: CREATE TABLE ROADS ( ID int4, ROAD_NAME varchar(25) )" msgstr "" #. Tag: para @@ -1565,8 +1568,8 @@ msgstr "" #: using_postgis_dataman.xml:672 #, no-c-format msgid "" -"Two of the cases where this may happen, but you can't use AddGeometryColumn," -" is in the case of SQL Views and bulk inserts. For these cases, you can " +"Two of the cases where this may happen, but you can't use AddGeometryColumn, " +"is in the case of SQL Views and bulk inserts. For these cases, you can " "correct the registration in the geometry_columns table by constraining the " "column. Note in PostGIS 2.0+ if your column is typmod based, the creation " "process would register it correctly, so no need to do anything." @@ -1586,13 +1589,15 @@ msgid "" "--\n" "DROP VIEW public.vwmytablemercator;\n" "CREATE VIEW public.vwmytablemercator AS\n" -" SELECT gid, ST_Transform(geom,3395)::geometry(Geometry, 3395) As geom, f_name\n" +" SELECT gid, ST_Transform(geom,3395)::geometry(Geometry, 3395) As " +"geom, f_name\n" " FROM public.mytable;\n" " \n" "-- If you know the geometry type for sure is a 2D POLYGON then you could do\n" "DROP VIEW public.vwmytablemercator;\n" "CREATE VIEW public.vwmytablemercator AS\n" -" SELECT gid, ST_Transform(geom,3395)::geometry(Polygon, 3395) As geom, f_name\n" +" SELECT gid, ST_Transform(geom,3395)::geometry(Polygon, 3395) As " +"geom, f_name\n" " FROM public.mytable;" msgstr "" @@ -1617,16 +1622,20 @@ msgid "" "\n" "--To manually register this new table's geometry column in geometry_columns\n" "-- Note that this approach will work for both PostGIS 2.0+ and PostGIS 1.4+\n" -"-- For PostGIS 2.0 it will also change the underlying structure of the table to\n" +"-- For PostGIS 2.0 it will also change the underlying structure of the table " +"to\n" "-- to make the column typmod based.\n" -"-- For PostGIS prior to 2.0, this technique can also be used to register views\n" +"-- For PostGIS prior to 2.0, this technique can also be used to register " +"views\n" "SELECT populate_geometry_columns('myschema.my_special_pois'::regclass); \n" "\n" "--If you are using PostGIS 2.0 and for whatever reason, you\n" "-- you need the old constraint based definition behavior \n" -"-- (such as case of inherited tables where all children do not have the same type and srid)\n" +"-- (such as case of inherited tables where all children do not have the same " +"type and srid)\n" "-- set new optional use_typmod argument to false\n" -"SELECT populate_geometry_columns('myschema.my_special_pois'::regclass, false);" +"SELECT populate_geometry_columns('myschema.my_special_pois'::regclass, " +"false);" msgstr "" #. Tag: para @@ -1675,8 +1684,10 @@ msgid "" "Table \"public.pois_ny\"\n" " Column | Type | Modifiers\n" "\n" -"-----------+-----------------------+------------------------------------------------------\n" -" gid | integer | not null default nextval('pois_ny_gid_seq'::regclass)\n" +"-----------+-----------------------" +"+------------------------------------------------------\n" +" gid | integer | not null default " +"nextval('pois_ny_gid_seq'::regclass)\n" " poi_name | text |\n" " cat | character varying(20) |\n" " geom | geometry(Point,4326) |\n" @@ -1685,7 +1696,8 @@ msgid "" " \"pois_ny_pkey\" PRIMARY KEY, btree (gid)\n" "Check constraints:\n" " \"enforce_dims_geom_2160\" CHECK (st_ndims(geom_2160) = 2)\n" -" \"enforce_geotype_geom_2160\" CHECK (geometrytype(geom_2160) = 'POINT'::text \n" +" \"enforce_geotype_geom_2160\" CHECK (geometrytype(geom_2160) = 'POINT'::" +"text \n" " OR geom_2160 IS NULL)\n" " \"enforce_srid_geom_2160\" CHECK (st_srid(geom_2160) = 2160)" msgstr "" @@ -1824,8 +1836,8 @@ msgstr "" #: using_postgis_dataman.xml:723 #, no-c-format msgid "" -"A POINT is inheritably simple as a " -"0-dimensional geometry object." +"A POINT is inheritably simple as a 0-" +"dimensional geometry object." msgstr "" #. Tag: para @@ -1833,8 +1845,8 @@ msgstr "" #, no-c-format msgid "" "MULTIPOINTs are simple if no two " -"coordinates (POINTs) are equal (have identical coordinate" -" values)." +"coordinates (POINTs) are equal (have identical coordinate " +"values)." msgstr "" #. Tag: para @@ -1843,8 +1855,8 @@ msgstr "" msgid "" "A LINESTRING is simple if it does " "not pass through the same POINT twice (except for the " -"endpoints, in which case it is referred to as a linear ring and additionally" -" considered closed)." +"endpoints, in which case it is referred to as a linear ring and additionally " +"considered closed)." msgstr "" #. Tag: emphasis @@ -1875,10 +1887,9 @@ msgstr "" #: using_postgis_dataman.xml:787 #, no-c-format msgid "" -"(a) and (c) are simple LINESTRINGs, " -"(b) and (d) are not." +"(a) and (c) are simple LINESTRINGs, (b) and (d) are not." msgstr "" #. Tag: para @@ -1913,22 +1924,22 @@ msgstr "" #: using_postgis_dataman.xml:841 #, no-c-format msgid "" -"(e) and (f) are simple MULTILINESTRINGs," -" (g) is not." +"(e) and (f) are simple MULTILINESTRINGs, (g) is not." msgstr "" #. Tag: para #: using_postgis_dataman.xml:850 #, no-c-format msgid "" -"By definition, a POLYGON is always " -"simple. It is valid if no two " -"rings in the boundary (made up of an exterior ring and interior rings) " -"cross. The boundary of a POLYGON may intersect at a " -"POINT but only as a tangent (i.e. not on a line). A " -"POLYGON may not have cut lines or spikes and the interior" -" rings must be contained entirely within the exterior ring." +"By definition, a POLYGON is always simple. It is valid if no two rings in the boundary " +"(made up of an exterior ring and interior rings) cross. The boundary of a " +"POLYGON may intersect at a POINT but " +"only as a tangent (i.e. not on a line). A POLYGON may not " +"have cut lines or spikes and the interior rings must be contained entirely " +"within the exterior ring." msgstr "" #. Tag: emphasis @@ -1971,12 +1982,11 @@ msgstr "" #: using_postgis_dataman.xml:929 #, no-c-format msgid "" -"(h) and (i) are valid POLYGONs, " -"(j-m) cannot be represented as single " -"POLYGONs, but (j) and " -"(m) could be represented as a valid " -"MULTIPOLYGON." +"(h) and (i) are valid POLYGONs, (j-" +"m) cannot be represented as single POLYGONs, " +"but (j) and (m) could be represented as a valid MULTIPOLYGON." msgstr "" #. Tag: para @@ -2011,20 +2021,20 @@ msgstr "" #: using_postgis_dataman.xml:985 #, no-c-format msgid "" -"(n) and (o) are not valid MULTIPOLYGONs." -" (p), however, is valid." +"(n) and (o) are not valid MULTIPOLYGONs. (p), however, is valid." msgstr "" #. Tag: para #: using_postgis_dataman.xml:994 #, no-c-format msgid "" -"Most of the functions implemented by the GEOS library rely on the assumption" -" that your geometries are valid as specified by the OpenGIS Simple Feature " -"Specification. To check simplicity or validity of geometries you can use the" -" ST_IsSimple() and ST_IsValid()" +"Most of the functions implemented by the GEOS library rely on the assumption " +"that your geometries are valid as specified by the OpenGIS Simple Feature " +"Specification. To check simplicity or validity of geometries you can use the " +"ST_IsSimple() and ST_IsValid()" msgstr "" #. Tag: programlisting @@ -2050,8 +2060,8 @@ msgstr "" msgid "" "By default, PostGIS does not apply this validity check on geometry input, " "because testing for validity needs lots of CPU time for complex geometries, " -"especially polygons. If you do not trust your data sources, you can manually" -" enforce such a check to your tables by adding a check constraint:" +"especially polygons. If you do not trust your data sources, you can manually " +"enforce such a check to your tables by adding a check constraint:" msgstr "" #. Tag: programlisting @@ -2081,9 +2091,9 @@ msgstr "" msgid "" "Strictly compliant OGC geometries cannot have Z or M values. The ST_IsValid() function won't consider higher " -"dimensioned geometries invalid! Invocations of AddGeometryColumn() will add a " -"constraint checking geometry dimensions, so it is enough to specify 2 there." +"dimensioned geometries invalid! Invocations of AddGeometryColumn() will add a constraint " +"checking geometry dimensions, so it is enough to specify 2 there." msgstr "" #. Tag: title @@ -2096,11 +2106,10 @@ msgstr "" #: using_postgis_dataman.xml:1030 #, no-c-format msgid "" -"It is sometimes the case that the typical spatial predicates (, , , , ...) are " -"insufficient in and of themselves to adequately provide that desired spatial" -" filter." +"It is sometimes the case that the typical spatial predicates (, , , , ...) are insufficient " +"in and of themselves to adequately provide that desired spatial filter." msgstr "" #. Tag: para @@ -2138,8 +2147,8 @@ msgstr "" #: using_postgis_dataman.xml:1071 #, no-c-format msgid "" -"A second [theoretical] example may be that of a GIS analyst trying to locate" -" all wharfs or docks that intersect a lake's boundary on a line and where " +"A second [theoretical] example may be that of a GIS analyst trying to locate " +"all wharfs or docks that intersect a lake's boundary on a line and where " "only one end of the wharf is up on shore. In other words, where a wharf is " "within, but not completely within a lake, intersecting the boundary of a " "lake on a line, and where the wharf's endpoints are both completely within " @@ -2170,8 +2179,8 @@ msgstr "" #, no-c-format msgid "" "((((wharf), (lake)))) =" -" 1" +"linkend=\"ST_Boundary\"/>(wharf), (lake)))) = " +"1" msgstr "" #. Tag: para @@ -2198,13 +2207,12 @@ msgstr "" #: using_postgis_dataman.xml:1113 #, no-c-format msgid "" -"According to the OpenGIS Simple Features " -"Implementation Specification for SQL, \"the basic approach to " -"comparing two geometries is to make pair-wise tests of the intersections " -"between the Interiors, Boundaries and Exteriors of the two geometries and to" -" classify the relationship between the two geometries based on the entries " -"in the resulting 'intersection' matrix.\"" +"According to the OpenGIS Simple Features Implementation Specification for SQL, " +"\"the basic approach to comparing two geometries is to make pair-wise tests " +"of the intersections between the Interiors, Boundaries and Exteriors of the " +"two geometries and to classify the relationship between the two geometries " +"based on the entries in the resulting 'intersection' matrix.\"" msgstr "" #. Tag: glossterm @@ -2234,12 +2242,12 @@ msgstr "" #: using_postgis_dataman.xml:1141 #, no-c-format msgid "" -"The interior of a geometry are those points of a geometry that are left when" -" the boundary is removed. For POINTs, the interior is the" -" POINT itself. The interior of a " -"LINESTRING are the set of real points between the " -"endpoints. For POLYGONs, the interior is the areal " -"surface inside the polygon." +"The interior of a geometry are those points of a geometry that are left when " +"the boundary is removed. For POINTs, the interior is the " +"POINT itself. The interior of a LINESTRING are the set of real points between the endpoints. For " +"POLYGONs, the interior is the areal surface inside the " +"polygon." msgstr "" #. Tag: glossterm @@ -2364,8 +2372,8 @@ msgstr "" #: using_postgis_dataman.xml:1315 #, no-c-format msgid "" -"Where dim(a) is the dimension of a" -" as specified by but has the domain of " +"Where dim(a) is the dimension of a " +"as specified by but has the domain of " "{0,1,2,T,F,*}" msgstr "" @@ -2444,8 +2452,8 @@ msgstr "" #, no-c-format msgid "" "A relate matrix that would therefore represent our first example of two " -"lines that intersect on a line would be: '1*1***1**'" +"lines that intersect on a line would be: '1*1***1**'" msgstr "" #. Tag: programlisting @@ -2524,9 +2532,9 @@ msgstr "" #, no-c-format msgid "" "Once you have created a spatial table, you are ready to upload GIS data to " -"the database. Currently, there are two ways to get data into a " -"PostGIS/PostgreSQL database: using formatted SQL statements or using the " -"Shape file loader/dumper." +"the database. Currently, there are two ways to get data into a PostGIS/" +"PostgreSQL database: using formatted SQL statements or using the Shape file " +"loader/dumper." msgstr "" #. Tag: title @@ -2541,8 +2549,8 @@ msgstr "" msgid "" "If you can convert your data to a text representation, then using formatted " "SQL might be the easiest way to get your data into PostGIS. As with Oracle " -"and other SQL databases, data can be bulk loaded by piping a large text file" -" full of SQL \"INSERT\" statements into the SQL terminal monitor." +"and other SQL databases, data can be bulk loaded by piping a large text file " +"full of SQL \"INSERT\" statements into the SQL terminal monitor." msgstr "" #. Tag: para @@ -2559,17 +2567,23 @@ msgstr "" msgid "" "BEGIN;\n" "INSERT INTO roads (road_id, roads_geom, road_name)\n" -" VALUES (1,ST_GeomFromText('LINESTRING(191232 243118,191108 243242)',-1),'Jeff Rd');\n" +" VALUES (1,ST_GeomFromText('LINESTRING(191232 243118,191108 " +"243242)',-1),'Jeff Rd');\n" "INSERT INTO roads (road_id, roads_geom, road_name)\n" -" VALUES (2,ST_GeomFromText('LINESTRING(189141 244158,189265 244817)',-1),'Geordie Rd');\n" +" VALUES (2,ST_GeomFromText('LINESTRING(189141 244158,189265 " +"244817)',-1),'Geordie Rd');\n" "INSERT INTO roads (road_id, roads_geom, road_name)\n" -" VALUES (3,ST_GeomFromText('LINESTRING(192783 228138,192612 229814)',-1),'Paul St');\n" +" VALUES (3,ST_GeomFromText('LINESTRING(192783 228138,192612 " +"229814)',-1),'Paul St');\n" "INSERT INTO roads (road_id, roads_geom, road_name)\n" -" VALUES (4,ST_GeomFromText('LINESTRING(189412 252431,189631 259122)',-1),'Graeme Ave');\n" +" VALUES (4,ST_GeomFromText('LINESTRING(189412 252431,189631 " +"259122)',-1),'Graeme Ave');\n" "INSERT INTO roads (road_id, roads_geom, road_name)\n" -" VALUES (5,ST_GeomFromText('LINESTRING(190131 224148,190871 228134)',-1),'Phil Tce');\n" +" VALUES (5,ST_GeomFromText('LINESTRING(190131 224148,190871 " +"228134)',-1),'Phil Tce');\n" "INSERT INTO roads (road_id, roads_geom, road_name)\n" -" VALUES (6,ST_GeomFromText('LINESTRING(198231 263418,198213 268322)',-1),'Dave Cres');\n" +" VALUES (6,ST_GeomFromText('LINESTRING(198231 263418,198213 " +"268322)',-1),'Dave Cres');\n" "COMMIT;" msgstr "" @@ -2598,8 +2612,8 @@ msgstr "" #, no-c-format msgid "" "The shp2pgsql data loader converts ESRI Shape files " -"into SQL suitable for insertion into a PostGIS/PostgreSQL database either in" -" geometry or geography format. The loader has several operating modes " +"into SQL suitable for insertion into a PostGIS/PostgreSQL database either in " +"geometry or geography format. The loader has several operating modes " "distinguished by command line flags:" msgstr "" @@ -2607,11 +2621,11 @@ msgstr "" #: using_postgis_dataman.xml:1540 #, no-c-format msgid "" -"In addition to the shp2pgsql command-line loader, there is an shp2pgsql-gui graphical interface with most of the options as " -"the command-line loader, but may be easier to use for one-off non-scripted " -"loading or if you are new to PostGIS. It can also be configured as a plugin " -"to PgAdminIII." +"In addition to the shp2pgsql command-line loader, there is an " +"shp2pgsql-gui graphical interface with most of the " +"options as the command-line loader, but may be easier to use for one-off non-" +"scripted loading or if you are new to PostGIS. It can also be configured as " +"a plugin to PgAdminIII." msgstr "" #. Tag: term @@ -2700,8 +2714,8 @@ msgstr "" #: using_postgis_dataman.xml:1609 #, no-c-format msgid "" -"Use the PostgreSQL \"dump\" format for the output data. This can be combined" -" with -a, -c and -d. It is much faster to load than the default \"insert\" " +"Use the PostgreSQL \"dump\" format for the output data. This can be combined " +"with -a, -c and -d. It is much faster to load than the default \"insert\" " "SQL format. Use this for very large data sets." msgstr "" @@ -2731,8 +2745,8 @@ msgstr "" #: using_postgis_dataman.xml:1633 #, no-c-format msgid "" -"Keep identifiers' case (column, schema and attributes). Note that attributes" -" in Shapefile are all UPPERCASE." +"Keep identifiers' case (column, schema and attributes). Note that attributes " +"in Shapefile are all UPPERCASE." msgstr "" #. Tag: term @@ -2771,8 +2785,8 @@ msgstr "" #: using_postgis_dataman.xml:1661 #, no-c-format msgid "" -"Generate simple geometries instead of MULTI geometries. Will only succeed if" -" all the geometries are actually single (I.E. a MULTIPOLYGON with a single " +"Generate simple geometries instead of MULTI geometries. Will only succeed if " +"all the geometries are actually single (I.E. a MULTIPOLYGON with a single " "shell, or or a MULTIPOINT with a single vertex)." msgstr "" @@ -2794,8 +2808,8 @@ msgstr "" #: using_postgis_dataman.xml:1676 #, no-c-format msgid "" -"If the input has fewer dimensions that specified, the output will have those" -" dimensions filled in with zeroes. If the input has more dimensions that " +"If the input has fewer dimensions that specified, the output will have those " +"dimensions filled in with zeroes. If the input has more dimensions that " "specified, the unwanted dimensions will be stripped." msgstr "" @@ -2824,9 +2838,9 @@ msgstr "" #, no-c-format msgid "" "Execute each statement on its own, without using a transaction. This allows " -"loading of the majority of good data when there are some bad geometries that" -" generate errors. Note that this cannot be used with the -D flag as the " -"\"dump\" format always uses a transaction." +"loading of the majority of good data when there are some bad geometries that " +"generate errors. Note that this cannot be used with the -D flag as the \"dump" +"\" format always uses a transaction." msgstr "" #. Tag: term @@ -2840,8 +2854,8 @@ msgstr "" #, no-c-format msgid "" "Specify encoding of the input data (dbf file). When used, all attributes of " -"the dbf are converted from the specified encoding to UTF8. The resulting SQL" -" output will contain a SET CLIENT_ENCODING to UTF8 command, so " +"the dbf are converted from the specified encoding to UTF8. The resulting SQL " +"output will contain a SET CLIENT_ENCODING to UTF8 command, so " "that the backend will be able to reconvert from UTF8 to whatever encoding " "the database is configured to use internally." msgstr "" @@ -2870,8 +2884,8 @@ msgstr "" msgid "" "-n Only import DBF file. If your data has no corresponding shapefile, it " "will automatically switch to this mode and load just the dbf. So setting " -"this flag is only needed if you have a full shapefile set, and you only want" -" the attribute data and no geometry." +"this flag is only needed if you have a full shapefile set, and you only want " +"the attribute data and no geometry." msgstr "" #. Tag: term @@ -2884,8 +2898,8 @@ msgstr "" #: using_postgis_dataman.xml:1739 #, no-c-format msgid "" -"Use geography type instead of geometry (requires lon/lat data) in WGS84 long" -" lat (SRID=4326)" +"Use geography type instead of geometry (requires lon/lat data) in WGS84 long " +"lat (SRID=4326)" msgstr "" #. Tag: term @@ -2898,8 +2912,8 @@ msgstr "" #: using_postgis_dataman.xml:1747 #, no-c-format msgid "" -"Specify the tablespace for the new table. Indexes will still use the default" -" tablespace unless the -X parameter is also used. The PostgreSQL " +"Specify the tablespace for the new table. Indexes will still use the default " +"tablespace unless the -X parameter is also used. The PostgreSQL " "documentation has a good description on when to use custom tablespaces." msgstr "" @@ -2921,15 +2935,16 @@ msgstr "" #: using_postgis_dataman.xml:1765 #, no-c-format msgid "" -"An example session using the loader to create an input file and uploading it" -" might look like this:" +"An example session using the loader to create an input file and uploading it " +"might look like this:" msgstr "" #. Tag: programlisting #: using_postgis_dataman.xml:1770 #, no-c-format msgid "" -"# shp2pgsql -c -D -s 4269 -i -I shaperoads.shp myschema.roadstable > roads.sql\n" +"# shp2pgsql -c -D -s 4269 -i -I shaperoads.shp myschema.roadstable > " +"roads.sql\n" "# psql -d roadsdb -f roads.sql" msgstr "" @@ -2964,9 +2979,9 @@ msgstr "" #: using_postgis_dataman.xml:1791 #, no-c-format msgid "" -"The most straightforward means of pulling data out of the database is to use" -" a SQL select query to reduce the number of RECORDS and COLUMNS returned and" -" dump the resulting columns into a parsable text file:" +"The most straightforward means of pulling data out of the database is to use " +"a SQL select query to reduce the number of RECORDS and COLUMNS returned and " +"dump the resulting columns into a parsable text file:" msgstr "" #. Tag: programlisting @@ -3023,8 +3038,8 @@ msgstr "" #, no-c-format msgid "" "This tests whether two geometries are geometrically identical. For example, " -"if 'POLYGON((0 0,1 1,1 0,0 0))' is the same as 'POLYGON((0 0,1 1,1 0,0 0))' " -"(it is)." +"if 'POLYGON((0 0,1 1,1 0,0 0))' is the same as 'POLYGON((0 0,1 1,1 0,0 " +"0))' (it is)." msgstr "" #. Tag: term @@ -3058,15 +3073,16 @@ msgstr "" msgid "" "SELECT road_id, road_name\n" " FROM roads\n" -" WHERE ST_OrderingEquals(roads_geom , ST_GeomFromText('LINESTRING(191232 243118,191108 243242)',312) ) ;" +" WHERE ST_OrderingEquals(roads_geom , ST_GeomFromText('LINESTRING(191232 " +"243118,191108 243242)',312) ) ;" msgstr "" #. Tag: para #: using_postgis_dataman.xml:1842 #, no-c-format msgid "" -"The above query would return the single record from the \"ROADS_GEOM\" table" -" in which the geometry was equal to that value." +"The above query would return the single record from the \"ROADS_GEOM\" table " +"in which the geometry was equal to that value." msgstr "" #. Tag: para @@ -3099,10 +3115,10 @@ msgstr "" #: using_postgis_dataman.xml:1855 #, no-c-format msgid "" -"The most common spatial query will probably be a \"frame-based\" query, used" -" by client software, like data browsers and web mappers, to grab a \"map " -"frame\" worth of data for display. Using a \"BOX3D\" object for the frame, " -"such a query looks like this:" +"The most common spatial query will probably be a \"frame-based\" query, used " +"by client software, like data browsers and web mappers, to grab a \"map frame" +"\" worth of data for display. Using a \"BOX3D\" object for the frame, such a " +"query looks like this:" msgstr "" #. Tag: programlisting @@ -3226,8 +3242,8 @@ msgstr "" #: using_postgis_dataman.xml:1923 #, no-c-format msgid "" -"In the case of tables with multiple geometry columns, the geometry column to" -" use when writing the shape file." +"In the case of tables with multiple geometry columns, the geometry column to " +"use when writing the shape file." msgstr "" #. Tag: term @@ -3263,8 +3279,8 @@ msgstr "" #, no-c-format msgid "" "For backward compatibility: write a 3-dimensional shape file when dumping " -"from old (pre-1.0.0) postgis databases (the default is to write a " -"2-dimensional shape file in that case). Starting from postgis-1.0.0+, " +"from old (pre-1.0.0) postgis databases (the default is to write a 2-" +"dimensional shape file in that case). Starting from postgis-1.0.0+, " "dimensions are fully encoded." msgstr "" @@ -3293,9 +3309,9 @@ msgstr "" #: using_postgis_dataman.xml:1976 #, no-c-format msgid "" -"Indexes are what make using a spatial database for large data sets possible." -" Without indexing, any search for a feature would require a \"sequential " -"scan\" of every record in the database. Indexing speeds up searching by " +"Indexes are what make using a spatial database for large data sets possible. " +"Without indexing, any search for a feature would require a \"sequential scan" +"\" of every record in the database. Indexing speeds up searching by " "organizing the data into a search tree which can be quickly traversed to " "find a particular record. PostgreSQL supports three kinds of indexes by " "default: B-Tree indexes, R-Tree indexes, and GiST indexes." @@ -3306,9 +3322,9 @@ msgstr "" #, no-c-format msgid "" "B-Trees are used for data which can be sorted along one axis; for example, " -"numbers, letters, dates. GIS data cannot be rationally sorted along one axis" -" (which is greater, (0,0) or (0,1) or (1,0)?) so B-Tree indexing is of no " -"use for us." +"numbers, letters, dates. GIS data cannot be rationally sorted along one axis " +"(which is greater, (0,0) or (0,1) or (1,0)?) so B-Tree indexing is of no use " +"for us." msgstr "" #. Tag: para @@ -3327,8 +3343,8 @@ msgstr "" msgid "" "GiST (Generalized Search Trees) indexes break up data into \"things to one " "side\", \"things which overlap\", \"things which are inside\" and can be " -"used on a wide range of data-types, including GIS data. PostGIS uses an " -"R-Tree index implemented on top of GiST to index GIS data." +"used on a wide range of data-types, including GIS data. PostGIS uses an R-" +"Tree index implemented on top of GiST to index GIS data." msgstr "" #. Tag: title @@ -3351,10 +3367,10 @@ msgstr "" #: using_postgis_dataman.xml:2016 #, no-c-format msgid "" -"Once a GIS data table exceeds a few thousand rows, you will want to build an" -" index to speed up spatial searches of the data (unless all your searches " -"are based on attributes, in which case you'll want to build a normal index " -"on the attribute fields)." +"Once a GIS data table exceeds a few thousand rows, you will want to build an " +"index to speed up spatial searches of the data (unless all your searches are " +"based on attributes, in which case you'll want to build a normal index on " +"the attribute fields)." msgstr "" #. Tag: para @@ -3367,8 +3383,7 @@ msgstr "" #. Tag: programlisting #: using_postgis_dataman.xml:2024 #, no-c-format -msgid "" -"CREATE INDEX [indexname] ON [tablename] USING GIST ( [geometryfield] );" +msgid "CREATE INDEX [indexname] ON [tablename] USING GIST ( [geometryfield] );" msgstr "" #. Tag: para @@ -3395,8 +3410,8 @@ msgid "" "Building a spatial index is a computationally intensive exercise: on tables " "of around 1 million rows, on a 300MHz Solaris machine, we have found " "building a GiST index takes about 1 hour. After building an index, it is " -"important to force PostgreSQL to collect table statistics, which are used to" -" optimize query plans:" +"important to force PostgreSQL to collect table statistics, which are used to " +"optimize query plans:" msgstr "" #. Tag: programlisting @@ -3412,14 +3427,14 @@ msgstr "" #: using_postgis_dataman.xml:2036 #, no-c-format msgid "" -"GiST indexes have two advantages over R-Tree indexes in PostgreSQL. Firstly," -" GiST indexes are \"null safe\", meaning they can index columns which " -"include null values. Secondly, GiST indexes support the concept of " -"\"lossiness\" which is important when dealing with GIS objects larger than " -"the PostgreSQL 8K page size. Lossiness allows PostgreSQL to store only the " -"\"important\" part of an object in an index -- in the case of GIS objects, " -"just the bounding box. GIS objects larger than 8K will cause R-Tree indexes " -"to fail in the process of being built." +"GiST indexes have two advantages over R-Tree indexes in PostgreSQL. Firstly, " +"GiST indexes are \"null safe\", meaning they can index columns which include " +"null values. Secondly, GiST indexes support the concept of \"lossiness\" " +"which is important when dealing with GIS objects larger than the PostgreSQL " +"8K page size. Lossiness allows PostgreSQL to store only the \"important\" " +"part of an object in an index -- in the case of GIS objects, just the " +"bounding box. GIS objects larger than 8K will cause R-Tree indexes to fail " +"in the process of being built." msgstr "" #. Tag: title @@ -3432,8 +3447,8 @@ msgstr "" #: using_postgis_dataman.xml:2050 #, no-c-format msgid "" -"Ordinarily, indexes invisibly speed up data access: once the index is built," -" the query planner transparently decides when to use index information to " +"Ordinarily, indexes invisibly speed up data access: once the index is built, " +"the query planner transparently decides when to use index information to " "speed up a query plan. Unfortunately, the PostgreSQL query planner does not " "optimize the use of GiST indexes well, so sometimes searches which should " "use a spatial index instead default to a sequence scan of the whole table." @@ -3452,14 +3467,14 @@ msgstr "" #, no-c-format msgid "" "Firstly, make sure statistics are gathered about the number and " -"distributions of values in a table, to provide the query planner with better" -" information to make decisions around index usage. For PostgreSQL 7.4 " +"distributions of values in a table, to provide the query planner with better " +"information to make decisions around index usage. For PostgreSQL 7.4 " "installations and below this is done by running " -"update_geometry_stats([table_name, column_name]) (compute" -" distribution) and VACUUM ANALYZE [table_name] " -"[column_name] (compute number of values). Starting with PostgreSQL" -" 8.0 running VACUUM ANALYZE will do both operations. You " -"should regularly vacuum your databases anyways -- many PostgreSQL DBAs have " +"update_geometry_stats([table_name, column_name]) (compute " +"distribution) and VACUUM ANALYZE [table_name] [column_name] (compute number of values). Starting with PostgreSQL 8.0 running " +"VACUUM ANALYZE will do both operations. You should " +"regularly vacuum your databases anyways -- many PostgreSQL DBAs have " "VACUUM run as an off-peak cron job on a regular basis." msgstr "" @@ -3470,8 +3485,8 @@ msgid "" "If vacuuming does not work, you can force the planner to use the index " "information by using the SET ENABLE_SEQSCAN=OFF command. " "You should only use this command sparingly, and only on spatially indexed " -"queries: generally speaking, the planner knows better than you do about when" -" to use normal B-Tree indexes. Once you have run your query, you should " +"queries: generally speaking, the planner knows better than you do about when " +"to use normal B-Tree indexes. Once you have run your query, you should " "consider setting ENABLE_SEQSCAN back on, so that other " "queries will utilize the planner as normal." msgstr "" @@ -3509,8 +3524,8 @@ msgid "" "performing queries inside the database which would ordinarily require " "desktop GIS functionality. Using PostGIS effectively requires knowing what " "spatial functions are available, and ensuring that appropriate indexes are " -"in place to provide good performance. The SRID of 312 used in these examples" -" is purely for demonstration. You should be using a REAL SRID listed in the " +"in place to provide good performance. The SRID of 312 used in these examples " +"is purely for demonstration. You should be using a REAL SRID listed in the " "the spatial_ref_sys table and one that matches the projection of your data. " "If your data has no spatial reference system specified, you should be " "THINKING very thoughtfully why it doesn't and maybe it should. If your " @@ -3531,11 +3546,11 @@ msgstr "" #: using_postgis_dataman.xml:2123 #, no-c-format msgid "" -"When constructing a query it is important to remember that only the " -"bounding-box-based operators such as && can take advantage of the " -"GiST spatial index. Functions such as ST_Distance() " -"cannot use the index to optimize their operation. For example, the following" -" query would be quite slow on a large table:" +"When constructing a query it is important to remember that only the bounding-" +"box-based operators such as && can take advantage of the GiST " +"spatial index. Functions such as ST_Distance() cannot use " +"the index to optimize their operation. For example, the following query " +"would be quite slow on a large table:" msgstr "" #. Tag: programlisting @@ -3544,7 +3559,8 @@ msgstr "" msgid "" "SELECT the_geom\n" "FROM geom_table\n" -"WHERE ST_Distance(the_geom, ST_GeomFromText('POINT(100000 200000)', 312)) < 100" +"WHERE ST_Distance(the_geom, ST_GeomFromText('POINT(100000 200000)', 312)) " +"< 100" msgstr "" #. Tag: para @@ -3565,7 +3581,8 @@ msgstr "" msgid "" "SELECT the_geom\n" "FROM geom_table\n" -"WHERE ST_DWithin(the_geom, ST_MakeEnvelope(90900, 190900, 100100, 200100,312), 100)" +"WHERE ST_DWithin(the_geom, ST_MakeEnvelope(90900, 190900, 100100, " +"200100,312), 100)" msgstr "" #. Tag: para @@ -3576,10 +3593,10 @@ msgid "" "way. Assuming there is a GiST index on the_geom, the query planner will " "recognize that it can use the index to reduce the number of rows before " "calculating the result of the ST_distance() function. " -"Notice that the ST_MakeEnvelope geometry which is used in" -" the && operation is a 200 unit square box centered on the original " -"point - this is our \"query box\". The && operator uses the index to" -" quickly reduce the result set down to only those geometries which have " +"Notice that the ST_MakeEnvelope geometry which is used in " +"the && operation is a 200 unit square box centered on the original " +"point - this is our \"query box\". The && operator uses the index to " +"quickly reduce the result set down to only those geometries which have " "bounding boxes that overlap the \"query box\". Assuming that our query box " "is much smaller than the extents of the entire geometry table, this will " "drastically reduce the number of distance calculations that need to be done." @@ -3679,8 +3696,8 @@ msgstr "" #: using_postgis_dataman.xml:2198 #, no-c-format msgid "" -"This query combines an attribute condition (on the municipality name) with a" -" spatial calculation (of the area):" +"This query combines an attribute condition (on the municipality name) with a " +"spatial calculation (of the area):" msgstr "" #. Tag: programlisting @@ -3787,8 +3804,8 @@ msgstr "" #: using_postgis_dataman.xml:2244 #, no-c-format msgid "" -"This query takes a while, because every road in the table is summarized into" -" the final result (about 250K roads for our particular example table). For " +"This query takes a while, because every road in the table is summarized into " +"the final result (about 250K roads for our particular example table). For " "smaller overlays (several thousand records on several hundred) the response " "can be very fast." msgstr "" @@ -3796,8 +3813,7 @@ msgstr "" #. Tag: para #: using_postgis_dataman.xml:2253 #, no-c-format -msgid "" -"Create a new table with all the roads within the city of Prince George." +msgid "Create a new table with all the roads within the city of Prince George." msgstr "" #. Tag: para @@ -3805,8 +3821,8 @@ msgstr "" #, no-c-format msgid "" "This is an example of an \"overlay\", which takes in two tables and outputs " -"a new table that consists of spatially clipped or cut resultants. Unlike the" -" \"spatial join\" demonstrated above, this query actually creates new " +"a new table that consists of spatially clipped or cut resultants. Unlike the " +"\"spatial join\" demonstrated above, this query actually creates new " "geometries. An overlay is like a turbo-charged spatial join, and is useful " "for more exact analysis work:" msgstr "" diff --git a/doc/po/fr/using_raster_dataman.xml.po b/doc/po/fr/using_raster_dataman.xml.po index 5670b1756..0f66eeab6 100644 --- a/doc/po/fr/using_raster_dataman.xml.po +++ b/doc/po/fr/using_raster_dataman.xml.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# +# # Translators: msgid "" msgstr "" @@ -8,11 +8,12 @@ msgstr "" "POT-Creation-Date: 2012-09-14 17:50+0000\n" "PO-Revision-Date: 2013-11-26 21:54+0000\n" "Last-Translator: georgersilva \n" -"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/postgis-1/" +"language/fr/)\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. Tag: title @@ -46,8 +47,8 @@ msgstr "" #: using_raster_dataman.xml:10 #, no-c-format msgid "" -"The raster2pgsql is a raster loader executable that loads" -" GDAL supported raster formats into sql suitable for loading into a PostGIS " +"The raster2pgsql is a raster loader executable that loads " +"GDAL supported raster formats into sql suitable for loading into a PostGIS " "raster table. It is capable of loading folders of raster files as well as " "creating overviews of rasters." msgstr "" @@ -56,14 +57,13 @@ msgstr "" #: using_raster_dataman.xml:13 #, no-c-format msgid "" -"Since the raster2pgsql is compiled as part of PostGIS most often (unless you" -" compile your own GDAL library), the raster types supported by the " -"executable will be the same as those compiled in the GDAL dependency " -"library. To get a list of raster types your particular raster2pgsql supports" -" use the -G switch. These should be the same as those " -"provided by your PostGIS install documented here if you are using the same gdal library for " -"both." +"Since the raster2pgsql is compiled as part of PostGIS most often (unless you " +"compile your own GDAL library), the raster types supported by the executable " +"will be the same as those compiled in the GDAL dependency library. To get a " +"list of raster types your particular raster2pgsql supports use the -" +"G switch. These should be the same as those provided by your " +"PostGIS install documented here if you " +"are using the same gdal library for both." msgstr "" #. Tag: para @@ -71,12 +71,11 @@ msgstr "" #, no-c-format msgid "" "The older version of this tool was a python script. The executable has " -"replaced the python script. If you still find the need for the Python script" -" Examples of the python one can be found at GDAL PostGIS " -"Raster Driver Usage. Please note that the raster2pgsql python script" -" may not work with future versions of PostGIS raster and is no longer " -"supported." +"replaced the python script. If you still find the need for the Python script " +"Examples of the python one can be found at GDAL PostGIS Raster Driver Usage. Please note that the raster2pgsql python script may not work with " +"future versions of PostGIS raster and is no longer supported." msgstr "" #. Tag: para @@ -84,9 +83,9 @@ msgstr "" #, no-c-format msgid "" "When creating overviews of a specific factor from a set of rasters that are " -"aligned, it is possible for the overviews to not align. Visit http://trac.osgeo.org/postgis/ticket/1764" -" for an example where the overviews do not align." +"aligned, it is possible for the overviews to not align. Visit http://trac.osgeo.org/postgis/" +"ticket/1764 for an example where the overviews do not align." msgstr "" #. Tag: para @@ -99,9 +98,9 @@ msgstr "" #: using_raster_dataman.xml:26 #, no-c-format msgid "" -"raster2pgsql raster_options_go_here " -"raster_file " -"someschema.sometable > out.sql" +"raster2pgsql raster_options_go_here raster_file someschema.sometable > out." +"sql" msgstr "" #. Tag: term @@ -282,8 +281,8 @@ msgstr "" #: using_raster_dataman.xml:153 #, no-c-format msgid "" -"Cut raster into tiles to be inserted one per table row. " -"TILE_SIZE is expressed as WIDTHxHEIGHT." +"Cut raster into tiles to be inserted one per table row. TILE_SIZE is expressed as WIDTHxHEIGHT." msgstr "" #. Tag: term @@ -302,8 +301,8 @@ msgstr "" #: using_raster_dataman.xml:163 #, no-c-format msgid "" -"Only the metadata of the raster and path location to the raster is stored in" -" the database (not the pixels)." +"Only the metadata of the raster and path location to the raster is stored in " +"the database (not the pixels)." msgstr "" #. Tag: term @@ -318,8 +317,8 @@ msgstr "" msgid "" "Create overview of the raster. For more than one factor, separate with " "comma(,). Overview table name follows the pattern o_overview " -"factor_table. Created overview is stored in the" -" database and is not affected by -R. Note that your generated sql file will " +"factor_table. Created overview is stored in the " +"database and is not affected by -R. Note that your generated sql file will " "contain both the main table and overview tables." msgstr "" @@ -486,8 +485,8 @@ msgstr "" #: using_raster_dataman.xml:285 #, no-c-format msgid "" -"An example session using the loader to create an input file and uploading it" -" chunked in 100x100 tiles might look like this:" +"An example session using the loader to create an input file and uploading it " +"chunked in 100x100 tiles might look like this:" msgstr "" #. Tag: para @@ -503,7 +502,8 @@ msgstr "" #: using_raster_dataman.xml:288 #, no-c-format msgid "" -"raster2pgsql -s 4236 -I -C -M *.tif -F -t 100x100 public.demelevation > elev.sql\n" +"raster2pgsql -s 4236 -I -C -M *.tif -F -t 100x100 public.demelevation > elev." +"sql\n" "psql -d gisdb -f elev.sql" msgstr "" @@ -517,8 +517,8 @@ msgstr "" #: using_raster_dataman.xml:292 #, no-c-format msgid "" -"raster2pgsql -s 4236 -I -C -M *.tif -F -t 100x100 public.demelevation | psql" -" -d gisdb" +"raster2pgsql -s 4236 -I -C -M *.tif -F -t 100x100 public.demelevation | psql " +"-d gisdb" msgstr "" #. Tag: para @@ -528,20 +528,19 @@ msgid "" "Load rasters Massachusetts state plane meters aerial tiles into a schema " "called aerial and create a full view, 2 and 4 level " "overview tables, use copy mode for inserting (no intermediary file just " -"straight to db), and -e don't force everything in a transaction (good if you" -" want to see data in tables right away without waiting). Break up the " -"rasters into 128x128 pixel tiles and apply raster constraints. Use copy mode" -" instead of table insert. (-F) Include a field called filename to hold the " -"name of the file the tiles were cut from." +"straight to db), and -e don't force everything in a transaction (good if you " +"want to see data in tables right away without waiting). Break up the rasters " +"into 128x128 pixel tiles and apply raster constraints. Use copy mode instead " +"of table insert. (-F) Include a field called filename to hold the name of " +"the file the tiles were cut from." msgstr "" #. Tag: programlisting #: using_raster_dataman.xml:296 #, no-c-format msgid "" -"raster2pgsql -I -C -e -Y -F -s 26986 -t 128x128 -l 2,4 " -"bostonaerials2008/*.jpg aerials.boston | psql -U postgres -d gisdb -h " -"localhost -p 5432" +"raster2pgsql -I -C -e -Y -F -s 26986 -t 128x128 -l 2,4 bostonaerials2008/*." +"jpg aerials.boston | psql -U postgres -d gisdb -h localhost -p 5432" msgstr "" #. Tag: programlisting @@ -681,8 +680,8 @@ msgstr "" #: using_raster_dataman.xml:307 #, no-c-format msgid "" -"Create a table with a raster column to hold the new raster records which can" -" be accomplished with:" +"Create a table with a raster column to hold the new raster records which can " +"be accomplished with:" msgstr "" #. Tag: programlisting @@ -695,10 +694,10 @@ msgstr "" #: using_raster_dataman.xml:311 #, no-c-format msgid "" -"There are many functions to help with that goal. If you are creating rasters" -" not as a derivative of other rasters, you will want to start with: , followed by " +"There are many functions to help with that goal. If you are creating rasters " +"not as a derivative of other rasters, you will want to start with: , followed by " msgstr "" #. Tag: para @@ -707,9 +706,9 @@ msgstr "" msgid "" "You can also create rasters from geometries. To achieve that you'll want to " "use perhaps accompanied with other " -"functions such as or or any of the family of other map algebra" -" functions." +"functions such as or or any of the family of other map algebra " +"functions." msgstr "" #. Tag: para @@ -733,8 +732,8 @@ msgstr "" #: using_raster_dataman.xml:318 #, no-c-format msgid "" -"CREATE INDEX myrasters_rast_st_convexhull_idx ON myrasters USING gist( " -"ST_ConvexHull(rast) );" +"CREATE INDEX myrasters_rast_st_convexhull_idx ON myrasters USING " +"gist( ST_ConvexHull(rast) );" msgstr "" #. Tag: para @@ -749,15 +748,16 @@ msgstr "" #: using_raster_dataman.xml:320 #, no-c-format msgid "" -"Pre-2.0 versions of PostGIS raster were based on the envelop rather than the" -" convex hull. For the spatial indexes to work properly you'll need to drop " +"Pre-2.0 versions of PostGIS raster were based on the envelop rather than the " +"convex hull. For the spatial indexes to work properly you'll need to drop " "those and replace with convex hull based index." msgstr "" #. Tag: para #: using_raster_dataman.xml:321 #, no-c-format -msgid "Apply raster constraints using " +msgid "" +"Apply raster constraints using " msgstr "" #. Tag: title @@ -805,8 +805,8 @@ msgstr "" #, no-c-format msgid "" "The raster_columns is a catalog of all raster table " -"columns in your database that are of type raster. It is a view utilizing the" -" constraints on the tables so the information is always consistent even if " +"columns in your database that are of type raster. It is a view utilizing the " +"constraints on the tables so the information is always consistent even if " "you restore one raster table from a backup of another database. The " "following columns exist in the raster_columns catalog." msgstr "" @@ -817,8 +817,8 @@ msgstr "" msgid "" "If you created your tables not with the loader or forgot to specify the " "-C flag during load, you can enforce the constraints " -"after the fact using so that the" -" raster_columns catalog registers the common information " +"after the fact using so that the " +"raster_columns catalog registers the common information " "about your raster tiles." msgstr "" @@ -848,11 +848,11 @@ msgstr "" #: using_raster_dataman.xml:355 #, no-c-format msgid "" -"r_raster_column the column in the " -"r_table_name table that is of type raster. There is " -"nothing in PostGIS preventing you from having multiple raster columns per " -"table so its possible to have a raster table listed multiple times with a " -"different raster column for each." +"r_raster_column the column in the r_table_name table that is of type raster. There is nothing in PostGIS " +"preventing you from having multiple raster columns per table so its possible " +"to have a raster table listed multiple times with a different raster column " +"for each." msgstr "" #. Tag: para @@ -867,19 +867,19 @@ msgstr "" #: using_raster_dataman.xml:361 #, no-c-format msgid "" -"scale_x The scaling between geometric spatial coordinates" -" and pixel. This is only available if all tiles in the raster column have " -"the same scale_x and this constraint is applied. Refer to" -" for more details." +"scale_x The scaling between geometric spatial coordinates " +"and pixel. This is only available if all tiles in the raster column have the " +"same scale_x and this constraint is applied. Refer to " +" for more details." msgstr "" #. Tag: para #: using_raster_dataman.xml:364 #, no-c-format msgid "" -"scale_y The scaling between geometric spatial coordinates" -" and pixel. This is only available if all tiles in the raster column have " -"the same scale_y and the scale_y " +"scale_y The scaling between geometric spatial coordinates " +"and pixel. This is only available if all tiles in the raster column have the " +"same scale_y and the scale_y " "constraint is applied. Refer to for more " "details." msgstr "" @@ -905,16 +905,16 @@ msgstr "" #, no-c-format msgid "" "same_alignment A boolean that is true if all the raster " -"tiles have the same alignment . Refer to for more details." +"tiles have the same alignment . Refer to for more details." msgstr "" #. Tag: para #: using_raster_dataman.xml:376 #, no-c-format msgid "" -"regular_blocking This is a true/false constraint flag set" -" on the table to denote that the tiles do not overlap, are of the same " +"regular_blocking This is a true/false constraint flag set " +"on the table to denote that the tiles do not overlap, are of the same " "alignment, pixel size, srid etc. It is not really validated but just taken " "as a given so should be used for informational. In the future we plan to " "properly constrain this so that this inforamtion is guaranteed to be right " @@ -925,8 +925,8 @@ msgstr "" #: using_raster_dataman.xml:379 #, no-c-format msgid "" -"num_bands The number of bands in each tile of your raster" -" set. This is the same information as what is provided by" +"num_bands The number of bands in each tile of your raster " +"set. This is the same information as what is provided by" msgstr "" #. Tag: para @@ -945,10 +945,10 @@ msgstr "" msgid "" "nodata_values An array of double precision numbers " "denoting the nodata_value for each band. You will have " -"the same number of elements in this array as you have number of bands. These" -" numbers define the pixel value for each band that should be ignored for " -"most operations. This is similar information provided by ." +"the same number of elements in this array as you have number of bands. These " +"numbers define the pixel value for each band that should be ignored for most " +"operations. This is similar information provided by ." msgstr "" #. Tag: para @@ -956,10 +956,10 @@ msgstr "" #, no-c-format msgid "" "extent This is the extent of all the raster rows in your " -"raster set. If you plan to load more data that will change the extent of the" -" set, you'll want to run the " -"function before load and then reapply constraints with after load." +"raster set. If you plan to load more data that will change the extent of the " +"set, you'll want to run the " +"function before load and then reapply constraints with after load." msgstr "" #. Tag: title @@ -975,12 +975,11 @@ msgid "" "raster_overviews catalogs information about raster table " "columns used for overviews and additional information about them that is " "useful to know when utilizing overviews. Overview tables are cataloged in " -"both raster_columns and " -"raster_overviews because they are rasters in their own " -"right but also serve an additional special purpose of being a lower " -"resolution caricature of a higher resolution table. These are generated " -"along-side the main raster table when you use the -l " -"switch in raster loading." +"both raster_columns and raster_overviews because they are rasters in their own right but also serve an " +"additional special purpose of being a lower resolution caricature of a " +"higher resolution table. These are generated along-side the main raster " +"table when you use the -l switch in raster loading." msgstr "" #. Tag: para @@ -997,10 +996,10 @@ msgstr "" msgid "" "The information in raster_overviews does not duplicate " "the information in raster_columns. If you need the " -"information about an overview table present in " -"raster_columns you can join the " -"raster_overviews and raster_columns " -"together to get the full set of information you need." +"information about an overview table present in raster_columns you can join the raster_overviews and " +"raster_columns together to get the full set of " +"information you need." msgstr "" #. Tag: para @@ -1021,8 +1020,8 @@ msgstr "" #: using_raster_dataman.xml:400 #, no-c-format msgid "" -"Computations are generally faster to do on them than their higher resolution" -" parents because there are fewer records and each pixel covers more " +"Computations are generally faster to do on them than their higher resolution " +"parents because there are fewer records and each pixel covers more " "territory. Though the computations are not as accurate as the high-res " "tables they support, they can be sufficient in many rule-of-thumb " "computations." @@ -1101,20 +1100,19 @@ msgstr "" #, no-c-format msgid "" "overview_factor - this is the pyramid level of the " -"overview table. The higher the number the lower the resolution of the table." -" raster2pgsql if given a folder of images, will compute overview of each " +"overview table. The higher the number the lower the resolution of the table. " +"raster2pgsql if given a folder of images, will compute overview of each " "image file and load separately. Level 1 is assumed and always the original " "file. Level 2 is will have each tile represent 4 of the original. So for " "example if you have a folder of 5000x5000 pixel image files that you chose " -"to chunk 125x125, for each image file your base table will have " -"(5000*5000)/(125*125) records = 1600, your (l=2) o_2 " -"table will have ceiling(1600/Power(2,2)) = 400 rows, your (l=3) " -"o_3 will have ceiling(1600/Power(2,3) ) = 200 rows. If " -"your pixels aren't divisible by the size of your tiles, you'll get some " -"scrap tiles (tiles not completely filled). Note that each overview tile " -"generated by raster2pgsql has the same number of pixels as its parent, but " -"is of a lower resolution where each pixel of it represents " -"(Power(2,overview_factor) pixels of the original)." +"to chunk 125x125, for each image file your base table will have (5000*5000)/" +"(125*125) records = 1600, your (l=2) o_2 table will have " +"ceiling(1600/Power(2,2)) = 400 rows, your (l=3) o_3 will " +"have ceiling(1600/Power(2,3) ) = 200 rows. If your pixels aren't divisible " +"by the size of your tiles, you'll get some scrap tiles (tiles not completely " +"filled). Note that each overview tile generated by raster2pgsql has the same " +"number of pixels as its parent, but is of a lower resolution where each " +"pixel of it represents (Power(2,overview_factor) pixels of the original)." msgstr "" #. Tag: title @@ -1130,11 +1128,11 @@ msgid "" "The fact that PostGIS raster provides you with SQL functions to render " "rasters in known image formats gives you a lot of optoins for rendering " "them. For example you can use OpenOffice / LibreOffice for rendering as " -"demonstrated in Rendering PostGIS " -"Raster graphics with LibreOffice Base Reports. In addition you can " -"use a wide variety of languages as demonstrated in this section." +"demonstrated in Rendering PostGIS Raster graphics with LibreOffice Base Reports. In addition you can use a wide variety of languages as demonstrated " +"in this section." msgstr "" #. Tag: title @@ -1170,9 +1168,9 @@ msgstr "" #: using_raster_dataman.xml:454 #, no-c-format msgid "" -"You would call the below using " -"http://mywebserver/test_raster.php?srid=2249" -" to get the raster image in Massachusetts state plane feet." +"You would call the below using http://mywebserver/" +"test_raster.php?srid=2249 to get the raster image in " +"Massachusetts state plane feet." msgstr "" #. Tag: programlisting @@ -1181,22 +1179,27 @@ msgstr "" msgid "" " family of functions to output" -" band 1,2,3 of a raster to a PHP request stream that can then be embedded in" -" an img src html tag." +"and the family of functions to output " +"band 1,2,3 of a raster to a PHP request stream that can then be embedded in " +"an img src html tag." msgstr "" #. Tag: para @@ -1228,27 +1231,26 @@ msgstr "" #, no-c-format msgid "" "You will need the npgsql .NET PostgreSQL driver for this exercise which you " -"can get the latest of from http://npgsql.projects.postgresql.org/." -" Just download the latest and drop into your ASP.NET bin folder and you'll " -"be good to go." +"can get the latest of from http://npgsql.projects.postgresql.org/. Just download the " +"latest and drop into your ASP.NET bin folder and you'll be good to go." msgstr "" #. Tag: para #: using_raster_dataman.xml:466 #, no-c-format msgid "" -"This is same example as except implemented" -" in C#." +"This is same example as except implemented " +"in C#." msgstr "" #. Tag: para #: using_raster_dataman.xml:467 #, no-c-format msgid "" -"You would call the below using " -"http://mywebserver/TestRaster.ashx?srid=2249" -" to get the raster image in Massachusetts state plane feet." +"You would call the below using http://mywebserver/TestRaster." +"ashx?srid=2249 to get the raster image in Massachusetts " +"state plane feet." msgstr "" #. Tag: programlisting @@ -1258,7 +1260,8 @@ msgid "" "-- web.config connection string section --\n" "\n" " \n" +" connectionString=\"server=localhost;database=mydb;Port=5432;User " +"Id=myuser;password=mypwd\"/>\n" "]]>" msgstr "" @@ -1294,24 +1297,31 @@ msgid "" " string sql = null;\n" " int input_srid = 26986;\n" " try {\n" -" using (NpgsqlConnection conn = new NpgsqlConnection(System.Configuration.ConfigurationManager.ConnectionStrings[\"DSN\"].ConnectionString)) {\n" +" using (NpgsqlConnection conn = new " +"NpgsqlConnection(System.Configuration.ConfigurationManager." +"ConnectionStrings[\"DSN\"].ConnectionString)) {\n" " conn.Open();\n" "\n" " if (context.Request[\"srid\"] != null)\n" " {\n" -" input_srid = Convert.ToInt32(context.Request[\"srid\"]); \n" +" input_srid = Convert.ToInt32(context.Request[\"srid" +"\"]); \n" " }\n" " sql = @\"SELECT ST_AsPNG(\n" " ST_Transform(\n" " ST_AddBand(\n" -" ST_Union(rast,1), ARRAY[ST_Union(rast,2),ST_Union(rast,3)])\n" -" ,:input_srid) ) As new_rast \n" +" ST_Union(rast,1), ARRAY[ST_Union(rast,2)," +"ST_Union(rast,3)])\n" +" ,:input_srid) ) As " +"new_rast \n" " FROM aerials.boston \n" " WHERE \n" " ST_Intersects(rast, \n" -" ST_Transform(ST_MakeEnvelope(-71.1217, 42.227, -71.1210, 42.218,4326),26986) )\";\n" +" ST_Transform(ST_MakeEnvelope(-71.1217, " +"42.227, -71.1210, 42.218,4326),26986) )\";\n" " command = new NpgsqlCommand(sql, conn);\n" -" command.Parameters.Add(new NpgsqlParameter(\"input_srid\", input_srid));\n" +" command.Parameters.Add(new NpgsqlParameter(\"input_srid\", " +"input_srid));\n" " \n" " \n" " result = (byte[]) command.ExecuteScalar();\n" @@ -1347,8 +1357,9 @@ msgstr "" #: using_raster_dataman.xml:474 #, no-c-format msgid "" -"You can download the latest PostgreSQL JDBC drivers from http://jdbc.postgresql.org/download.html" +"You can download the latest PostgreSQL JDBC drivers from http://jdbc.postgresql.org/download." +"html" msgstr "" #. Tag: para @@ -1403,10 +1414,12 @@ msgid "" "\n" "public class SaveQueryImage {\n" " public static void main(String[] argv) {\n" -" System.out.println(\"Checking if Driver is registered with DriverManager.\");\n" +" System.out.println(\"Checking if Driver is registered with " +"DriverManager.\");\n" " \n" " try {\n" -" //java.sql.DriverManager.registerDriver (new org.postgresql.Driver());\n" +" //java.sql.DriverManager.registerDriver (new org.postgresql." +"Driver());\n" " Class.forName(\"org.postgresql.Driver\");\n" " } \n" " catch (ClassNotFoundException cnfe) {\n" @@ -1418,7 +1431,8 @@ msgid "" " Connection conn = null;\n" " \n" " try {\n" -" conn = DriverManager.getConnection(\"jdbc:postgresql://localhost:5432/mydb\",\"myuser\", \"mypwd\");\n" +" conn = DriverManager.getConnection(\"jdbc:postgresql://" +"localhost:5432/mydb\",\"myuser\", \"mypwd\");\n" " conn.setAutoCommit(false);\n" "\n" " PreparedStatement sGetImg = conn.prepareStatement(argv[0]);\n" @@ -1445,7 +1459,8 @@ msgid "" " conn.close();\n" " } \n" " catch (SQLException se) {\n" -" System.out.println(\"Couldn't connect: print out a stack trace and exit.\");\n" +" System.out.println(\"Couldn't connect: print out a stack trace and " +"exit.\");\n" " se.printStackTrace();\n" " System.exit(1);\n" " } \n" @@ -1472,7 +1487,8 @@ msgstr "" #, no-c-format msgid "" "//plpython postgresql stored proc. Requires you have plpython installed\n" -"Clever Trick Challenge -- Outputting bytea " -"with psql that piggy backs on PostgreSQL somewhat legacy large " -"object support. To use first launch your psql commandline connected to your " -"database." +"outlined in Clever Trick Challenge -- " +"Outputting bytea with psql that piggy backs on PostgreSQL somewhat " +"legacy large object support. To use first launch your psql commandline " +"connected to your database." msgstr "" #. Tag: para @@ -1544,7 +1560,8 @@ msgid "" "---------+-----------\n" " 2630819 | 74860\n" " \n" -"-- next note the oid and do this replacing the c:/test.png to file path location\n" +"-- next note the oid and do this replacing the c:/test.png to file path " +"location\n" "-- on your local computer\n" " \\lo_export 2630819 'C:/temp/aerial_samp.png'\n" " \n"