From: Sandro Santilli Date: Tue, 14 Oct 2014 21:57:21 +0000 (+0000) Subject: Update language files with "make update-po" X-Git-Tag: 2.2.0rc1~781 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=51de0d8e8efe5df3dff9c5e3189855ef8d219e84;p=postgis Update language files with "make update-po" git-svn-id: http://svn.osgeo.org/postgis/trunk@13069 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/po/it_IT/faq.xml.po b/doc/po/it_IT/faq.xml.po index cb26f0323..79e9c227d 100644 --- a/doc/po/it_IT/faq.xml.po +++ b/doc/po/it_IT/faq.xml.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# +# # Translators: # pibinko , 2013 msgid "" @@ -9,11 +9,12 @@ msgstr "" "POT-Creation-Date: 2012-09-14 17:50+0000\n" "PO-Revision-Date: 2013-12-02 15:37+0000\n" "Last-Translator: pibinko \n" -"Language-Team: Italian (Italy) (http://www.transifex.com/projects/p/postgis-1/language/it_IT/)\n" +"Language-Team: Italian (Italy) (http://www.transifex.com/projects/p/" +"postgis-1/language/it_IT/)\n" +"Language: it_IT\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it_IT\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. Tag: title @@ -28,23 +29,32 @@ msgstr "Domande frequenti (F.A.Q) su 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 "Le mie applicazioni e i miei strumenti desktop funzionavano con PostGIS 1.5, ma non funzionano con PostGIS 2.0. Come posso risolvere la cosa?" +msgstr "" +"Le mie applicazioni e i miei strumenti desktop funzionavano con PostGIS 1.5, " +"ma non funzionano con PostGIS 2.0. Come posso risolvere la cosa?" #. 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 "Diverse funzioni obsolete sono state eliminate dal codice PostGIS nella versione 2.0. Ciò ha avuto un effetto sulle applicazioni, oltre che su strumenti di terze parti quali Geoserver, MapServer, QuantumGIS e OpenJump, per citarne alcuni. Ci sono un paio di modi per risolvere il problema. Per le applicazioni di terze parti, potere provare ad aggiornarle alla versione più recente, in cui molti di questi problemi sono stati sistemati. Per il codice da che hai sviluppato tu, puoi modificare il codice in modo da non utilizzare le funzioni eliminate. [TO BE COMPLETED HAVING CLARIFIED ISSUE]" +"etc. and as a last resort, install the whole of legacy.sql or just the portions of legacy.sql you need." +msgstr "" +"Diverse funzioni obsolete sono state eliminate dal codice PostGIS nella " +"versione 2.0. Ciò ha avuto un effetto sulle applicazioni, oltre che su " +"strumenti di terze parti quali Geoserver, MapServer, QuantumGIS e OpenJump, " +"per citarne alcuni. Ci sono un paio di modi per risolvere il problema. Per " +"le applicazioni di terze parti, potere provare ad aggiornarle alla versione " +"più recente, in cui molti di questi problemi sono stati sistemati. Per il " +"codice da che hai sviluppato tu, puoi modificare il codice in modo da non " +"utilizzare le funzioni eliminate. [TO BE COMPLETED HAVING CLARIFIED ISSUE]" #. Tag: para #: faq.xml:18 @@ -54,7 +64,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 "Il file legacy.sql è ubicato nella stessa cartella di postgis.sql. Puoi installare questo file dopo aver installato postgis.sql e spatial_ref_sys.sql per recuperare le circa 200 vecchie funzioni che abbiamo eliminato." +msgstr "" +"Il file legacy.sql è ubicato nella stessa cartella di " +"postgis.sql. Puoi installare questo file dopo aver installato postgis.sql e " +"spatial_ref_sys.sql per recuperare le circa 200 vecchie funzioni che abbiamo " +"eliminato." #. Tag: para #: faq.xml:24 @@ -62,7 +76,9 @@ msgstr "Il file legacy.sql è ubicato nella stessa cartella d msgid "" "I'm running PostgreSQL 9.0 and I can no longer read/view geometries in " "OpenJump, Safe FME, and some other tools?" -msgstr "Sto usando PostgreSQL 9.0 e non posso più leggere le geometrie in OpenJump, Safe FME e altri strumenti. Come mai?" +msgstr "" +"Sto usando PostgreSQL 9.0 e non posso più leggere le geometrie in OpenJump, " +"Safe FME e altri strumenti. Come mai?" #. Tag: para #: faq.xml:28 @@ -70,31 +86,47 @@ msgstr "Sto usando PostgreSQL 9.0 e non posso più leggere le geometrie in OpenJ 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 "In PostgreSQL 9.0+, la codifica di default per i dati di tipo bytea è stata modificata in esadecimale e i vecchi driver JDBC considerano sempre il formato di escape. Ciò ha avuto un effetto su alcune applicazioni, quali le applicazioni Java con i driver JDBC più vecchi o le applicazioni .NET che utilizzano il vecchio driver npgsql, che si aspetta di incontrare il vecchio comportamento di ST_AsBinary. Ci sono due approcci per far funzionare nuovamente il tutto." +msgstr "" +"In PostgreSQL 9.0+, la codifica di default per i dati di tipo bytea è stata " +"modificata in esadecimale e i vecchi driver JDBC considerano sempre il " +"formato di escape. Ciò ha avuto un effetto su alcune applicazioni, quali le " +"applicazioni Java con i driver JDBC più vecchi o le applicazioni .NET che " +"utilizzano il vecchio driver npgsql, che si aspetta di incontrare il vecchio " +"comportamento di ST_AsBinary. Ci sono due approcci per far funzionare " +"nuovamente il tutto." #. 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 "Puoi aggiornare il driver JDBC alla versione PostgreSQL 9.0 più recente dal sito http://jdbc.postgresql.org/download.html" +"you can get from http://jdbc.postgresql.org/download.html" +msgstr "" +"Puoi aggiornare il driver JDBC alla versione PostgreSQL 9.0 più recente dal " +"sito 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 "Se stai usando un'applicazione .NET, puoi utilizzare Npgsql 2.0.11 o versioni superiori, scaricandolo da http://pgfoundry.org/frs/?group_id=1000140 e seguendo le istruzioni descritte nel blog di Francisco Figueiredo su 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 "" +"Se stai usando un'applicazione .NET, puoi utilizzare Npgsql 2.0.11 o " +"versioni superiori, scaricandolo da http://pgfoundry.org/frs/?group_id=1000140 e " +"seguendo le istruzioni descritte nel blog di Francisco Figueiredo su " +"NpgSQL 2.0.11 " #. Tag: para #: faq.xml:38 @@ -102,7 +134,9 @@ msgstr "Se stai usando un'applicazione .NET, puoi utilizzare Npgsql 2.0.11 o ver 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 "Se non è possibile aggiornare il tuo driver PostgreSQL, puoi ripristinare il comportamento precedente con la seguente modifica:" +msgstr "" +"Se non è possibile aggiornare il tuo driver PostgreSQL, puoi ripristinare il " +"comportamento precedente con la seguente modifica:" #. Tag: programlisting #: faq.xml:39 @@ -116,7 +150,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 "Ho provato a usare PgAdmin per visualizzare la mia colonna della geometria e questa risulta vuota. Perché?" +msgstr "" +"Ho provato a usare PgAdmin per visualizzare la mia colonna della geometria e " +"questa risulta vuota. Perché?" #. Tag: para #: faq.xml:50 @@ -124,24 +160,35 @@ msgstr "Ho provato a usare PgAdmin per visualizzare la mia colonna della geometr 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 non mostra nulla nel caso di grandi geometrie. I modi migliori per verificare che vi siano dati presenti nelle vostre colonne di geometria sono:" +msgstr "" +"PgAdmin non mostra nulla nel caso di grandi geometrie. I modi migliori per " +"verificare che vi siano dati presenti nelle vostre colonne di geometria sono:" #. 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 "" +"-- se tutti i tuoi campi geometrici sono popolati, questa query non dovrebbe " +"restituire alcun record \n" "SELECT somefield FROM mytable WHERE geom IS NULL;" -msgstr "-- se tutti i tuoi campi geometrici sono popolati, questa query non dovrebbe restituire alcun record \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 "" +"-- Per conoscere giusto la dimensione di una geometria, è possibile eseguire " +"una query in una forma \n" +"--che vi dirà il più elevato numero di punti in una colonna di geometria\n" "SELECT MAX(ST_NPoints(geom)) FROM sometable;" -msgstr "-- Per conoscere giusto la dimensione di una geometria, è possibile eseguire una query in una forma \n--che vi dirà il più elevato numero di punti in una colonna di geometria\nSELECT MAX(ST_NPoints(geom)) FROM sometable;" #. Tag: para #: faq.xml:61 @@ -153,8 +200,8 @@ msgstr "Quale tipo di oggetti geometrici posso memorizzare?" #: 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 " @@ -163,15 +210,30 @@ 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." -msgstr "Potete memorizzare oggetti di tipo point, line, polygon, multipoint, multiline, multipolygon, and geometrycollections. In PostGIS 2.0 e versioni superiori potete anche memorizzare TINe e superfici poliedriche con la geometria di base. Questi tipi di dati sono specificati nello Well Known Text Format di Open GIS (con le estensioni XYZ,XYM,XYZM). Attualmente vi sono tre tipo di dati supportati. Le geometrie standard OGC, che usano un sistema di coordinate piano per le misure; i dati di tipo geografico, che utilizzano un sistema di coordinate geodetico (non OGC, ma ne trovate un tipo simile in Microsoft SQL Server 2008+). Il tipo di dati geografico supporta solamente il sistema di coordinate WGS 84 long lat (SRID:4326). L'ultimo membro della famiglia dei tipi di dati spaziali di PosGIS è poi il raster. Questo ha una sua FAQ dedicata. Vi rimandiamo a per ulteriori informazioni." +"analyzing raster data. Raster has its very own FAQ. Refer to and for more details." +msgstr "" +"Potete memorizzare oggetti di tipo point, line, polygon, multipoint, " +"multiline, multipolygon, and geometrycollections. In PostGIS 2.0 e versioni " +"superiori potete anche memorizzare TINe e superfici poliedriche con la " +"geometria di base. Questi tipi di dati sono specificati nello Well Known " +"Text Format di Open GIS (con le estensioni XYZ,XYM,XYZM). Attualmente vi " +"sono tre tipo di dati supportati. Le geometrie standard OGC, che usano un " +"sistema di coordinate piano per le misure; i dati di tipo geografico, che " +"utilizzano un sistema di coordinate geodetico (non OGC, ma ne trovate un " +"tipo simile in Microsoft SQL Server 2008+). Il tipo di dati geografico " +"supporta solamente il sistema di coordinate WGS 84 long lat (SRID:4326). " +"L'ultimo membro della famiglia dei tipi di dati spaziali di PosGIS è poi il " +"raster. Questo ha una sua FAQ dedicata. Vi rimandiamo a per ulteriori informazioni." #. Tag: para #: faq.xml:78 #, no-c-format msgid "I'm all confused. Which data store should I use geometry or geography?" -msgstr "Sono confuso. Quale tipo di dati dovrei usare, quello geometrico o quello geografico?" +msgstr "" +"Sono confuso. Quale tipo di dati dovrei usare, quello geometrico o quello " +"geografico?" #. Tag: para #: faq.xml:82 @@ -180,48 +242,76 @@ 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 "In breve: il tipo di dati geografico è un nuovo tipo che supporta i calcoli delle lunghe distanze, tuttavia la maggior parte dei calcoli con questo tipo di dati sono più lenti che non con il tipo di dati geometrico. Se utilizzate il tipo geografico non serve imparare molto sui sistemi di coordinate planari. Questo tipo è in genere migliore se dovete misurare distanze e lunghezze e avete dati da tutto il mondo. Il tipo di dati geometrico è un tipo di dati più vecchio, ha maggiore supporto da strumenti di terze parti, e le operazioni su questo sono generalmente più veloci, a volte sino a 10 volte più veloci per le geometrie più grandi. Il tipo di dati geometrico è migliore se siete a vostro agio con i sistemi di riferimento spaziale o se stai lavorando con dati su scala locale, che siano compresi in un unico sistema di riferimento spaziale (spatial reference system (SRID), o se devi svolgere molte elaborazioni spaziali. Nota: è abbastanza semplice eseguire conversioni da un tipo di dati all'altro in modo da avvantaggiarsi dei pregi di ciascun sistema. Ti rimandiamo a per vedere che quali funzioni sono attualmente supportate e quali no." +"two types to gain the benefits of each. Refer to to see what is currently supported and what " +"is not." +msgstr "" +"In breve: il tipo di dati geografico è un nuovo tipo che supporta i calcoli " +"delle lunghe distanze, tuttavia la maggior parte dei calcoli con questo tipo " +"di dati sono più lenti che non con il tipo di dati geometrico. Se utilizzate " +"il tipo geografico non serve imparare molto sui sistemi di coordinate " +"planari. Questo tipo è in genere migliore se dovete misurare distanze e " +"lunghezze e avete dati da tutto il mondo. Il tipo di dati geometrico è un " +"tipo di dati più vecchio, ha maggiore supporto da strumenti di terze parti, " +"e le operazioni su questo sono generalmente più veloci, a volte sino a 10 " +"volte più veloci per le geometrie più grandi. Il tipo di dati geometrico è " +"migliore se siete a vostro agio con i sistemi di riferimento spaziale o se " +"stai lavorando con dati su scala locale, che siano compresi in un unico " +"sistema di riferimento spaziale (spatial " +"reference system (SRID), o se devi svolgere molte elaborazioni " +"spaziali. Nota: è abbastanza semplice eseguire conversioni da un tipo di " +"dati all'altro in modo da avvantaggiarsi dei pregi di ciascun sistema. Ti " +"rimandiamo a per vedere che " +"quali funzioni sono attualmente supportate e quali no." #. Tag: para #: faq.xml:93 #, no-c-format msgid "" -"Long Answer: Refer to our more lengthy discussion in the and function type matrix." -msgstr "Risposta lunga: ti rimandiamo alla discussione più estesa e matrice dei tipi di funzione." +"Long Answer: Refer to our more lengthy discussion in the and function type matrix." +msgstr "" +"Risposta lunga: ti rimandiamo alla discussione più estesa e matrice dei tipi di funzione." #. 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 "Ho altre domande più profonde sulla geografia, ad esempio qual è la massima dimensione di una regione geografica che posso inserire in una colonna di tipo geography per continuare ad avere risultati ragionevoli. Ci sono limitazioni ai poli, tutto deve essere in un unico emisfero (come per SQL Server 2008)?" +msgstr "" +"Ho altre domande più profonde sulla geografia, ad esempio qual è la massima " +"dimensione di una regione geografica che posso inserire in una colonna di " +"tipo geography per continuare ad avere risultati ragionevoli. Ci sono " +"limitazioni ai poli, tutto deve essere in un unico emisfero (come per SQL " +"Server 2008)?" #. 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 "Le tue domande sono troppo profonde e complesse per avere una risposta in questa sezione del documento. Ti rimandiamo alle nostre ." +"section. Please refer to our ." +msgstr "" +"Le tue domande sono troppo profonde e complesse per avere una risposta in " +"questa sezione del documento. Ti rimandiamo alle nostre ." #. Tag: para #: faq.xml:112 @@ -234,10 +324,15 @@ msgstr "Come posso inserire un oggetto GIS nel database?" #, 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 "Anzitutto devi creare una tabella con una colonna di tipo \"geometry\" o \"geography\" per contenere i dati GIS. Memorizzare i dati di tipo geografico e un po' diverso dal memorizzare dati geometrici. Ti rimandiamo a per i dettagli sulla gestione dei dati geografici." +"\"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 "" +"Anzitutto devi creare una tabella con una colonna di tipo \"geometry\" o " +"\"geography\" per contenere i dati GIS. Memorizzare i dati di tipo " +"geografico e un po' diverso dal memorizzare dati geometrici. Ti rimandiamo a " +" per i dettagli sulla gestione dei dati " +"geografici." #. Tag: para #: faq.xml:120 @@ -245,7 +340,9 @@ msgstr "Anzitutto devi creare una tabella con una colonna di tipo \"geometry\" o msgid "" "For geometry: Connect to your database with psql and " "try the following SQL:" -msgstr "Per la geometria: collegati al database con psql e prova a eseguire il seguente codice SQL:" +msgstr "" +"Per la geometria: collegati al database con psql e " +"prova a eseguire il seguente codice SQL:" #. Tag: programlisting #: faq.xml:124 @@ -253,25 +350,33 @@ msgstr "Per la geometria: collegati al database con psql e msgid "" "CREATE TABLE gtest ( ID int4, NAME varchar(20) );\n" "SELECT AddGeometryColumn('', 'gtest','geom',-1,'LINESTRING',2);" -msgstr "CREATE TABLE gtest ( ID int4, NAME varchar(20) );\nSELECT AddGeometryColumn('', 'gtest','geom',-1,'LINESTRING',2);" +msgstr "" +"CREATE TABLE gtest ( ID int4, NAME varchar(20) );\n" +"SELECT AddGeometryColumn('', 'gtest','geom',-1,'LINESTRING',2);" #. Tag: para #: faq.xml:126 #, no-c-format msgid "" "If the geometry column addition fails, you probably have not loaded the " -"PostGIS functions and objects into this database. See the ." -msgstr "Se l'aggiunta della colonna con la geometria non funziona, probabilmente non avete caricato le funzioni e gli oggetti PostGIS nel database. Vi rimandiamo a ." +"PostGIS functions and objects into this database. See the ." +msgstr "" +"Se l'aggiunta della colonna con la geometria non funziona, probabilmente non " +"avete caricato le funzioni e gli oggetti PostGIS nel database. Vi rimandiamo " +"a ." #. 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 "Fatto questo, puoi inserire una geometria nella tabella utilizzando un comando di INSERT SQL. L'oggetto GIS vero e proprio è formattato utilizzando le specifiche \"well-known text\" dell'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 "" +"Fatto questo, puoi inserire una geometria nella tabella utilizzando un " +"comando di INSERT SQL. L'oggetto GIS vero e proprio è formattato utilizzando " +"le specifiche \"well-known text\" dell'OpenGIS Consortium:" #. Tag: programlisting #: faq.xml:134 @@ -283,15 +388,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 "Per ulteriori informazioni su altri oggetti GIS, si rimanda alla guida di riferimento sugli oggetti." +"For more information about other GIS objects, see the object reference." +msgstr "" +"Per ulteriori informazioni su altri oggetti GIS, si rimanda alla guida di riferimento sugli oggetti." #. Tag: para #: faq.xml:139 @@ -319,7 +432,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 @@ -333,41 +450,56 @@ msgstr "Come posso creare una query spaziale?" msgid "" "The same way you construct any other database query, as an SQL combination " "of return values, functions, and boolean tests." -msgstr "Nello stesso modo in cui creeresti qualsiasi altra query per il database, come combinazione SQL di valori, funzioni e test booleani." +msgstr "" +"Nello stesso modo in cui creeresti qualsiasi altra query per il database, " +"come combinazione SQL di valori, funzioni e test booleani." #. 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 "Per le query spaziali, è bene tenere a mente due aspetti: se esiste un indice spaziale che puoi utilizzare, e se stai eseguendo calcoli impegnativi su un grande numero di geometrie." +"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 "" +"Per le query spaziali, è bene tenere a mente due aspetti: se esiste un " +"indice spaziale che puoi utilizzare, e se stai eseguendo calcoli impegnativi " +"su un grande numero di geometrie." #. 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 "In generale, vorrai considerare l'uso dell'operatore di intersezione (&&) che verifica se le bounding box degli elementi si intersecano. La ragione per cui l'operatore &&) è utile è perché questo operatore ne farà uso, accelerando di molto le query." +msgstr "" +"In generale, vorrai considerare l'uso dell'operatore di intersezione (&" +"&) che verifica se le bounding box degli elementi si intersecano. La " +"ragione per cui l'operatore &&) è utile è perché questo operatore ne " +"farà uso, accelerando di molto le query." #. 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 " "condition exactly." -msgstr "Utilizzerai anche funzioni spaziali quali Distance(), ST_Intersects(), ST_Contains() and ST_Within(), tra le altre, per ridurre l'insieme dei risultati della ricerca. Molte interrogazioni spaziali comprendono sia un test legato a un indice, che un test spaziale. Il test legato all'indice serve a limitare il numero di tuple a quelle che potrebbero rispondere alle condizioni richieste. Le funzioni spaziali vanno poi a verificare in modo più esatto le condizioni." +msgstr "" +"Utilizzerai anche funzioni spaziali quali Distance(), ST_Intersects(), " +"ST_Contains() and ST_Within(), tra le altre, per ridurre l'insieme dei " +"risultati della ricerca. Molte interrogazioni spaziali comprendono sia un " +"test legato a un indice, che un test spaziale. Il test legato all'indice " +"serve a limitare il numero di tuple a quelle che potrebbero rispondere alle condizioni richieste. Le funzioni spaziali vanno " +"poi a verificare in modo più esatto le condizioni." #. Tag: programlisting #: faq.xml:178 @@ -377,7 +509,11 @@ 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 @@ -390,9 +526,12 @@ msgstr "Come posso accelerare le query spaziali su grandi tabelle?" #, 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 "La velocità delle query su tabelle di grandi dimensioni è la raison d'etre dei database spaziali (assieme al supporto delle transazioni), per cui avere un buon indice è importante." +"spatial databases (along with transaction support) so having a good index is " +"important." +msgstr "" +"La velocità delle query su tabelle di grandi dimensioni è la " +"raison d'etre dei database spaziali (assieme al " +"supporto delle transazioni), per cui avere un buon indice è importante." #. Tag: para #: faq.xml:192 @@ -400,22 +539,28 @@ msgstr "La velocità delle query su tabelle di grandi dimensioni è la geometry " "column, use the \"CREATE INDEX\" function as follows:" -msgstr "Per creare un indice spaziale per una tabella con colonna geometry , utilizza la funzione \"CREATE INDEX\" secono le istruzioni seguenti:" +msgstr "" +"Per creare un indice spaziale per una tabella con colonna geometry , utilizza la funzione \"CREATE INDEX\" secono le istruzioni " +"seguenti:" #. 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'opzione \"USING GIST\" dice al server di utilizzare un indice GiST (Generalized Search Tree)." +"The \"USING GIST\" option tells the server to use a GiST (Generalized Search " +"Tree) index." +msgstr "" +"L'opzione \"USING GIST\" dice al server di utilizzare un indice GiST " +"(Generalized Search Tree)." #. Tag: para #: faq.xml:202 @@ -438,9 +583,11 @@ msgstr "" #: faq.xml:212 #, no-c-format msgid "" -"For PostgreSQL 8.0.x and greater, just run the VACUUM " -"ANALYZE command." -msgstr "Per PostgreSQL 8.0.x e versioni superiori, è sufficiente eseguire il comando VACUUM ANALYZE." +"For PostgreSQL 8.0.x and greater, just run the VACUUM ANALYZE command." +msgstr "" +"Per PostgreSQL 8.0.x e versioni superiori, è sufficiente eseguire il comando " +"VACUUM ANALYZE." #. Tag: para #: faq.xml:215 @@ -448,7 +595,9 @@ msgstr "Per PostgreSQL 8.0.x e versioni superiori, è sufficiente eseguire il co msgid "" "For PostgreSQL 7.4.x and below, run the SELECT " "UPDATE_GEOMETRY_STATS() command." -msgstr "Per PostgreSQL 7.4.x e versioni precedenti, eseguite il comando SELECT UPDATE_GEOMETRY_STATS()." +msgstr "" +"Per PostgreSQL 7.4.x e versioni precedenti, eseguite il comando " +"SELECT UPDATE_GEOMETRY_STATS()." #. Tag: para #: faq.xml:222 @@ -463,7 +612,11 @@ 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 "Le prime versioni di PostGIS usavano gli indici R-Tree di PostgreSQL. Tuttavia questi sono stati completamente abbandonati a partire dalla versione 0.6, e l'indicizzazione spaziale viene fornita con un approccio R-Tree attraverso GiST." +msgstr "" +"Le prime versioni di PostGIS usavano gli indici R-Tree di PostgreSQL. " +"Tuttavia questi sono stati completamente abbandonati a partire dalla " +"versione 0.6, e l'indicizzazione spaziale viene fornita con un approccio R-" +"Tree attraverso GiST." #. Tag: para #: faq.xml:231 @@ -474,14 +627,20 @@ 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 "I nostri test hanno mostrato che la velocità di ricerca per gli indici nativi con R-tree e quelli con GiST sono paragonabili. Gli indici nativi di PostgreSQL hanno due limitazioni che li rendono non desiderabili quando si tratta di elementi GIS (si noti che queste limitazioni sono dovute all'attuale implementazione degli indici R-Tree da parte di PostgreSQL e non al concetto di R-Tree in generale):" +msgstr "" +"I nostri test hanno mostrato che la velocità di ricerca per gli indici " +"nativi con R-tree e quelli con GiST sono paragonabili. Gli indici nativi di " +"PostgreSQL hanno due limitazioni che li rendono non desiderabili quando si " +"tratta di elementi GIS (si noti che queste limitazioni sono dovute " +"all'attuale implementazione degli indici R-Tree da parte di PostgreSQL e non " +"al concetto di R-Tree in generale):" #. 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 "" @@ -491,28 +650,41 @@ msgstr "" 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 "Gli indici R-Tree di PostgreSQL non sono \"a prova di NULL\", per cui creare un indice su una colonna di geometria che contenga valori nulli non funzionerà." +msgstr "" +"Gli indici R-Tree di PostgreSQL non sono \"a prova di NULL\", per cui creare " +"un indice su una colonna di geometria che contenga valori nulli non " +"funzionerà." #. Tag: para #: faq.xml:256 #, no-c-format msgid "" -"Why should I use the AddGeometryColumn() function and all" -" the other OpenGIS stuff?" -msgstr "Perché dovrei usare la funzione AddGeometryColumn() e tutti gli altri elementi OpenGIS?" +"Why should I use the AddGeometryColumn() function and all " +"the other OpenGIS stuff?" +msgstr "" +"Perché dovrei usare la funzione AddGeometryColumn() e " +"tutti gli altri elementi OpenGIS?" #. 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 "Se non volete utilizzare le funzioni di supporto per OpenGIS, non siete obbligati. E' sufficiente creare le tabelle come nelle versioni più vecchie, definendo le colonne per la geometria nel comando CREATE. Tutte le geometrie avranno uno SRID uguale a -1, e le tabelle con i metadati OpenGIS non saranno compilate correttamente. Tuttavia, ciò farà sì che la maggior parte delle applicazioni basate su PostGIS abbia problemi, e in genere è consigliabile usare AddGeometryColumn() per creare tabelle con la geometria." +msgstr "" +"Se non volete utilizzare le funzioni di supporto per OpenGIS, non siete " +"obbligati. E' sufficiente creare le tabelle come nelle versioni più vecchie, " +"definendo le colonne per la geometria nel comando CREATE. Tutte le geometrie " +"avranno uno SRID uguale a -1, e le tabelle con i metadati OpenGIS " +"non saranno compilate correttamente. Tuttavia, ciò farà " +"sì che la maggior parte delle applicazioni basate su PostGIS abbia problemi, " +"e in genere è consigliabile usare AddGeometryColumn() per " +"creare tabelle con la geometria." #. Tag: para #: faq.xml:270 @@ -522,34 +694,49 @@ 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 è un'applicazione che fa uso dei medatati AddGeometryColumn()geometry_columns. In particolare, MapServer può utilizzare il valore SRID della colonna geometrica per eseguire riproiezioni cartografiche al volo." +msgstr "" +"MapServer è un'applicazione che fa uso dei medatati " +"AddGeometryColumn()geometry_columns. In particolare, " +"MapServer può utilizzare il valore SRID della colonna geometrica per " +"eseguire riproiezioni cartografiche al volo." #. 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 "Qual è il modo migliore per trovare tutti gli oggetti entro un dato raggio da un altro oggetto?" +msgstr "" +"Qual è il modo migliore per trovare tutti gli oggetti entro un dato raggio " +"da un altro oggetto?" #. 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 "Per utilizzare il database in modo efficiente, la cosa migliore è eseguire le query con un raggio assieme al test sulla bounding box: il test sulla bounding box ricorre all'indice spaziale, dando un accesso velocizzato a un sottoinsieme dei dati cui poi viene applicato il test sul raggio." +msgstr "" +"Per utilizzare il database in modo efficiente, la cosa migliore è eseguire " +"le query con un raggio assieme al test sulla bounding box: il test sulla " +"bounding box ricorre all'indice spaziale, dando un accesso velocizzato a un " +"sottoinsieme dei dati cui poi viene applicato il test sul raggio." #. 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 funzione ST_DWithin(geometry, geometry, distance) è un sistema pratico per eseguire una ricerca per distanza indicizzata. Funziona creando un rettangolo di ricerca grande abbastanza da racchiudere il raggio di distanza specificato, e poi eseguendo una ricerca per distanza precisa sul sottoinsieme dei risultati, che viene indicizzato." +msgstr "" +"La funzione ST_DWithin(geometry, geometry, distance) è un " +"sistema pratico per eseguire una ricerca per distanza indicizzata. Funziona " +"creando un rettangolo di ricerca grande abbastanza da racchiudere il raggio " +"di distanza specificato, e poi eseguendo una ricerca per distanza precisa " +"sul sottoinsieme dei risultati, che viene indicizzato." #. Tag: para #: faq.xml:295 @@ -557,7 +744,9 @@ msgstr "La funzione 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 "Per esempio, per trovare tutti gli oggetti entro 100 metri dal punto POINT(1000 1000), la seguente query funzionerebbe bene:" +msgstr "" +"Per esempio, per trovare tutti gli oggetti entro 100 metri dal punto " +"POINT(1000 1000), la seguente query funzionerebbe bene:" #. Tag: programlisting #: faq.xml:298 @@ -565,13 +754,16 @@ msgstr "Per esempio, per trovare tutti gli oggetti entro 100 metri dal punto POI 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 "Come posso eseguire una riproiezione di coordinate come parte di una query?" +msgstr "" +"Come posso eseguire una riproiezione di coordinate come parte di una query?" #. Tag: para #: faq.xml:309 @@ -583,7 +775,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 "Per eseguire una riproiezione, sia il sistema di riferimento di coordinate di origine che quello di destinazione devono essere definiti nella tabella SPATIAL_REF_SYS, e le geometrie da riproiettare devono già avere uno SRID assegnato. Fatto questo, la riproiezione è semplice come riferirsi allo SRID desiderato per la destinazione. L'esempio proietta una geometria in NAD 83 long lat. Il caso sotto funzionerà solamente se lo SRID di the_geom non è -1 (il riferimento spaziale non deve essere indefinito)." +msgstr "" +"Per eseguire una riproiezione, sia il sistema di riferimento di coordinate " +"di origine che quello di destinazione devono essere definiti nella tabella " +"SPATIAL_REF_SYS, e le geometrie da riproiettare devono già avere uno SRID " +"assegnato. Fatto questo, la riproiezione è semplice come riferirsi allo SRID " +"desiderato per la destinazione. L'esempio proietta una geometria in NAD 83 " +"long lat. Il caso sotto funzionerà solamente se lo SRID di the_geom non è -1 " +"(il riferimento spaziale non deve essere indefinito)." #. Tag: programlisting #: faq.xml:316 @@ -595,9 +794,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 "Ho eseguito una ST_AsEWKT e ST_AsText su una geometria piuttosto grossa ed ho ottenuto un campo vuoto. Come mai?" +"I did an ST_AsEWKT and ST_AsText on my rather large geometry and it returned " +"blank field. What gives?" +msgstr "" +"Ho eseguito una ST_AsEWKT e ST_AsText su una geometria piuttosto grossa ed " +"ho ottenuto un campo vuoto. Come mai?" #. Tag: para #: faq.xml:326 @@ -606,23 +807,33 @@ 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 "Probabilmente stato usando PgAdmin o qualche altro strumento che non dà in uscita testi di grandi dimensioni. Se la vostra geometria è abbastanza grande, risulterà vuota in questi strumenti. Se dovete vederla o dovete vedere l'uscita in formato WKT potete usare PSQL," +msgstr "" +"Probabilmente stato usando PgAdmin o qualche altro strumento che non dà in " +"uscita testi di grandi dimensioni. Se la vostra geometria è abbastanza " +"grande, risulterà vuota in questi strumenti. Se dovete vederla o dovete " +"vedere l'uscita in formato WKT potete usare PSQL," #. 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 "--Per verificare il numero di geometrie che sono effettivamente vuote\n SELECT count(gid) FROM geotable WHERE the_geom IS NULL;" +" SELECT count(gid) FROM geotable WHERE " +"the_geom IS NULL;" +msgstr "" +"--Per verificare il numero di geometrie che sono effettivamente vuote\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 "Quando eseguo ST_Intersects, mi dice che le mie due geometrie non si intersecano, mentre SO CHE LO FANNO. Come mai?" +"When I do an ST_Intersects, it says my two geometries don't intersect when I " +"KNOW THEY DO. What gives?" +msgstr "" +"Quando eseguo ST_Intersects, mi dice che le mie due geometrie non si " +"intersecano, mentre SO CHE LO FANNO. Come mai?" #. Tag: para #: faq.xml:339 @@ -632,16 +843,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 "Ciò in genere accade in due casi frequenti. O la tua geometria non è valida (controlla ), oppure presumi che si intersechi perche ST_AsText esegue un troncamento dei numeri e hai molti decimali che non vengono mostrati." +msgstr "" +"Ciò in genere accade in due casi frequenti. O la tua geometria non è valida " +"(controlla ), oppure presumi che si " +"intersechi perche ST_AsText esegue un troncamento dei numeri e hai molti " +"decimali che non vengono mostrati." #. 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 "Sto rilasciando software che utilizza PostGIS. Significa che dovrà utilizzare per questo la licenza GPL come PostGIS? Dovrò pubblicare tutto il mio codice se uso PostGIS?" +msgstr "" +"Sto rilasciando software che utilizza PostGIS. Significa che dovrà " +"utilizzare per questo la licenza GPL come PostGIS? Dovrò pubblicare tutto il " +"mio codice se uso PostGIS?" #. Tag: para #: faq.xml:351 @@ -649,19 +867,31 @@ msgstr "Sto rilasciando software che utilizza PostGIS. Significa che dovrà util 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 "Quasi sicuramente no. Per esempio, considera un database Oracle su Linux. Linux è GPL. Oracle non lo è. L'Oracle che gira su Linux deve essere distribuito con licenza GPL? No. Pertanto il tuo software può utilizzare PostgreSQL/PostGIS quanto vuole, ed essere rilasciato sotto qualsiasi tipo di licenza." +"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 "" +"Quasi sicuramente no. Per esempio, considera un database Oracle su Linux. " +"Linux è GPL. Oracle non lo è. L'Oracle che gira su Linux deve essere " +"distribuito con licenza GPL? No. Pertanto il tuo software può utilizzare " +"PostgreSQL/PostGIS quanto vuole, ed essere rilasciato sotto qualsiasi tipo " +"di licenza." #. 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 "L'unica eccezione sarebbe se hai eseguito delle modifiche al sorgente di PostGIS, e hai distribuito la versione modificata di PostGIS. In questo caso devi condividere il codice del PostGIS modificato (ma non il codice delle applicazioni che girano su questo). Anche in questo caso particolare, dovrai distribuire il codice sorgente a coloro cui hai distribuito i file binari. La licenza GPL non richiede che tu pubblichi il sorgente, ma solo che tu lo condivida con coloro a cui dai i file binari." +msgstr "" +"L'unica eccezione sarebbe se hai eseguito delle modifiche al sorgente di " +"PostGIS, e hai distribuito la versione modificata di PostGIS. In questo caso " +"devi condividere il codice del PostGIS modificato (ma non il codice delle " +"applicazioni che girano su questo). Anche in questo caso particolare, dovrai " +"distribuire il codice sorgente a coloro cui hai distribuito i file binari. " +"La licenza GPL non richiede che tu pubblichi il " +"sorgente, ma solo che tu lo condivida con coloro a cui dai i file binari." diff --git a/doc/po/it_IT/faq_raster.xml.po b/doc/po/it_IT/faq_raster.xml.po index a3a7f7818..f21e73ef1 100644 --- a/doc/po/it_IT/faq_raster.xml.po +++ b/doc/po/it_IT/faq_raster.xml.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# +# # Translators: # pibinko , 2013-2014 msgid "" @@ -9,11 +9,12 @@ msgstr "" "POT-Creation-Date: 2012-09-14 17:50+0000\n" "PO-Revision-Date: 2014-01-02 17:12+0000\n" "Last-Translator: pibinko \n" -"Language-Team: Italian (Italy) (http://www.transifex.com/projects/p/postgis-1/language/it_IT/)\n" +"Language-Team: Italian (Italy) (http://www.transifex.com/projects/p/" +"postgis-1/language/it_IT/)\n" +"Language: it_IT\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it_IT\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. Tag: title @@ -32,10 +33,11 @@ msgstr "Dove posso trovare altre informazioni sul progetto PostGIS Raster?" #: faq_raster.xml:13 #, no-c-format msgid "" -"Refer to the PostGIS Raster home " -"page." -msgstr "Visita la home page di PostGIS Raster." +"Refer to the PostGIS Raster home page." +msgstr "" +"Visita la home " +"page di PostGIS Raster." #. Tag: para #: faq_raster.xml:19 @@ -43,38 +45,56 @@ msgstr "Visita la ho msgid "" "Are there any books or tutorials to get me started with this wonderful " "invention?" -msgstr "Ci sono libri o manuali che mi possano introdurre a questa meravigliosa invenzione?" +msgstr "" +"Ci sono libri o manuali che mi possano introdurre a questa meravigliosa " +"invenzione?" #. Tag: para #: faq_raster.xml:23 #, no-c-format msgid "" -"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 "C'è un tutorial completo per principianti, dal titolo Intersecting vector buffers with large raster coverage using PostGIS Raster. Jorge ha nel suo blog una serie di articoli su PostGIS Raster che mostrano come caricare dati raster e che danno un confronto con le funzioni analoghe di Oracle GeoRaster. Controlla la serie di articoli di Jorge su PostGIS Raster / Oracle GeoRaster. C'è un intero capitolo (più di 35 pagine) dedicato a PostGIS Raster, assieme a codice libero e dati da scaricare alla pagina PostGIS in Action - Raster chapter. Potete acquistare PostGIS in Action da Manning in versione cartacea (con sconti significativi per grossi quantitativi) oppore in versione E-book. Potete anche acquistare il libro da Amazon e da altri distributori. Tutte le copie cartacee contengono un buono per scaricare la versione 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 "" +"C'è un tutorial completo per principianti, dal titolo Intersecting vector " +"buffers with large raster coverage using PostGIS Raster. Jorge ha " +"nel suo blog una serie di articoli su PostGIS Raster che mostrano come " +"caricare dati raster e che danno un confronto con le funzioni analoghe di " +"Oracle GeoRaster. Controlla la serie di articoli di Jorge su PostGIS Raster / " +"Oracle GeoRaster. C'è un intero capitolo (più di 35 pagine) dedicato " +"a PostGIS Raster, assieme a codice libero e dati da scaricare alla pagina " +"PostGIS in Action - Raster " +"chapter. Potete acquistare PostGIS in Action da Manning in versione cartacea (con " +"sconti significativi per grossi quantitativi) oppore in versione E-book. " +"Potete anche acquistare il libro da Amazon e da altri distributori. Tutte le " +"copie cartacee contengono un buono per scaricare la versione 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 "Qui trovi una rassegna da parte di un utente di PostGIS Raster per applicazioni di classificazione del suolo nelle zone verdi urbane." +"Here is a review from a PostGIS Raster user PostGIS raster applied to " +"land classification urban forestry" +msgstr "" +"Qui trovi una rassegna da parte di un utente di PostGIS Raster per applicazioni di " +"classificazione del suolo nelle zone verdi urbane." #. Tag: para #: faq_raster.xml:37 @@ -88,10 +108,16 @@ msgstr "Come installo il supporto Raster nel mio database 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 "Il modo più semplice è scaricare la versione binaria di PostGIS e della parte Raster, che sono attualmente disponibili per Windows e per le ultime versioni di Max OSX, partendo da una versione funzionante di PostGIS 2.0.0 o versioni superiori, con PostgreSQL 8.4, 9.0, o 9.1. Nota che in PostGIS 2.0 la parte Raster è completamente integrata, per cui dovrebbe essere compilata quando compilate PostGIS." +msgstr "" +"Il modo più semplice è scaricare la versione binaria di PostGIS e della " +"parte Raster, che sono attualmente disponibili per Windows e per le ultime " +"versioni di Max OSX, partendo da una versione funzionante di PostGIS 2.0.0 o " +"versioni superiori, con PostgreSQL 8.4, 9.0, o 9.1. Nota che in PostGIS 2.0 " +"la parte Raster è completamente integrata, per cui dovrebbe essere compilata " +"quando compilate PostGIS." #. Tag: para #: faq_raster.xml:43 @@ -101,19 +127,29 @@ msgid "" "How to Install and Configure PostGIS " "raster on windows" -msgstr "Le istruzioni per installare ed eseguire il programma sotto Windows sono disponibili alla pagina How to Install and Configure PostGIS raster on windows" +msgstr "" +"Le istruzioni per installare ed eseguire il programma sotto Windows sono " +"disponibili alla pagina 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 "Su Windows, puoi compilare il programma da solo, oppure usare i binari precompilati per Windows di PostGIS Raster. Se sei su Mac OSX Leopard o Snow Leopard, i binari sono disponibili all'indirizzo di Kyng Chaos Mac OSX PostgreSQL/GIS." +"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 "" +"Su Windows, puoi compilare il programma da solo, oppure usare i binari precompilati per Windows di PostGIS Raster. Se sei su Mac " +"OSX Leopard o Snow Leopard, i binari sono disponibili all'indirizzo di " +"Kyng Chaos Mac OSX " +"PostgreSQL/GIS." #. Tag: para #: faq_raster.xml:50 @@ -122,7 +158,10 @@ 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 "Poi per abilitare il supporto raster nel tuo database, esegui il file rtpostgis.sql nel tuo database. Per aggiornare un'installazione esistente, utilizza rtpostgis_upgrade_minor..sql anziché rtpostgis.sql" +msgstr "" +"Poi per abilitare il supporto raster nel tuo database, esegui il file " +"rtpostgis.sql nel tuo database. Per aggiornare un'installazione esistente, " +"utilizza rtpostgis_upgrade_minor..sql anziché rtpostgis.sql" #. Tag: para #: faq_raster.xml:51 @@ -130,37 +169,53 @@ msgstr "Poi per abilitare il supporto raster nel tuo database, esegui il file rt 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 "Per le altre piattaforme, in genere dovrai eseguire la compilazione da solo. Ci sono dipendenze da PostGISe da GDAL. Per ulteriori dettagli sulla compilazione da sorgente, vedi Installing PostGIS Raster from source (in prior versions of PostGIS)" +"refer to Installing PostGIS " +"Raster from source (in prior versions of PostGIS)" +msgstr "" +"Per le altre piattaforme, in genere dovrai eseguire la compilazione da solo. " +"Ci sono dipendenze da PostGISe da GDAL. Per ulteriori dettagli sulla " +"compilazione da sorgente, vedi Installing PostGIS Raster from source (in prior versions of 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 "Ottengo l'errore 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" +"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 "" +"Ottengo l'errore 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" #. 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 is viene compilato con la dipendenza da libgdal.dll/so. Assicurati su Windows di avere libgdal-1.dll nella cartellabin folder della tua installazione PostgreSQL. Per Linux, libgdal deve essere nel tuo path o nella cartella 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 is viene compilato con la dipendenza da libgdal.dll/so. " +"Assicurati su Windows di avere libgdal-1.dll nella cartellabin folder della " +"tua installazione PostgreSQL. Per Linux, libgdal deve essere nel tuo path o " +"nella cartella 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 "Potresti anche riscontrare errori diversi se non hai PostGIS installato nel tuo database. Assicurati di installare PostGIS prima di provare a installare il supporto raster." +"in your database. Make sure to install PostGIS first in your database before " +"trying to install the raster support." +msgstr "" +"Potresti anche riscontrare errori diversi se non hai PostGIS installato nel " +"tuo database. Assicurati di installare PostGIS prima di provare a installare " +"il supporto raster." #. Tag: para #: faq_raster.xml:71 @@ -172,14 +227,20 @@ msgstr "Come carico i dati raster in 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 più recente versione di PostGIS è corredata dall'eseguibile raster2pgsql per il caricamento di diversi tipi di raster e anche per generare quadri d'insieme senza software aggiuntivo. Ti rimandiamo a per ulteriori dettagli. Le versioni precedenti alla 2.0 avevano un programma raster2pgsql.py che richiedeva python, numpy e GDAL. Questo programma non è più necessario." +"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 più recente versione di PostGIS è corredata dall'eseguibile " +"raster2pgsql per il caricamento di diversi tipi di raster " +"e anche per generare quadri d'insieme senza software aggiuntivo. Ti " +"rimandiamo a per ulteriori dettagli. Le " +"versioni precedenti alla 2.0 avevano un programma raster2pgsql.py che richiedeva python, numpy e GDAL. Questo programma non è più " +"necessario." #. Tag: para #: faq_raster.xml:81 @@ -192,17 +253,22 @@ msgstr "Che tipo di formati raster posso caricare nel mio database?" #, no-c-format msgid "" "Any that your GDAL library supports. GDAL supported formats are documented " -"GDAL File " -"Formats." -msgstr "Qualsiasi formato supportato dalla tua libreria GDAL. I formati supportati da GDAL sono documentati." +"GDAL File Formats." +msgstr "" +"Qualsiasi formato supportato dalla tua libreria GDAL. I formati supportati " +"da GDAL sono documentati." #. 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 "La tua particolare versione di GDAL potrebbe non supportare tutti i formati. Per verificare di preciso, puoi usare" +"Your particular GDAL install may not support all formats. To verify the ones " +"supported by your particular GDAL install, you can use" +msgstr "" +"La tua particolare versione di GDAL potrebbe non supportare tutti i formati. " +"Per verificare di preciso, puoi usare" #. Tag: programlisting #: faq_raster.xml:87 @@ -226,9 +292,11 @@ msgstr "Sì" #: 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 "Dalla versione 1.7 in su, GDAL ha un driver per PostGIS Raster, ma viene compilato solo se scegli la compilazione con supporto PostgreSQL." +"GDAL 1.7+ has a PostGIS raster driver, but is only compiled in if you choose " +"to compile with PostgreSQL support." +msgstr "" +"Dalla versione 1.7 in su, GDAL ha un driver per PostGIS Raster, ma viene " +"compilato solo se scegli la compilazione con supporto PostgreSQL." #. Tag: para #: faq_raster.xml:99 @@ -236,7 +304,9 @@ msgstr "Dalla versione 1.7 in su, GDAL ha un driver per PostGIS Raster, ma viene msgid "" "The driver currently doesn't support irregularly blocked rasters, although " "you can store irregularly blocked rasters in PostGIS raster data type." -msgstr "Al momento il driver non supporta i raster a blocchi irregolari, sebbene sia possibile memorizzare blocchi irregolari nel tipo dati PostGIS raster." +msgstr "" +"Al momento il driver non supporta i raster a blocchi irregolari, sebbene sia " +"possibile memorizzare blocchi irregolari nel tipo dati PostGIS raster." #. Tag: para #: faq_raster.xml:101 @@ -244,10 +314,15 @@ msgstr "Al momento il driver non supporta i raster a blocchi irregolari, sebbene 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." +msgstr "" +"Se stai compilando il programma a partire dal sorgente, devi includere nel " +"sorgente l'opzione --with-pg=path/to/pg_config per abilitare il driver. Ti rimandiamo alla pagina GDAL Build Hints " -"for tips on building GDAL against in various OS platforms." -msgstr "Se stai compilando il programma a partire dal sorgente, devi includere nel sorgente l'opzione --with-pg=path/to/pg_config per abilitare il driver. Ti rimandiamo alla pagina GDAL Build Hints per suggerimenti sulla compilazione di GDAL su divrse piattaforme." +"per suggerimenti sulla compilazione di GDAL su divrse piattaforme." #. Tag: para #: faq_raster.xml:106 @@ -255,7 +330,9 @@ msgstr "Se stai compilando il programma a partire dal sorgente, devi includere n msgid "" "If your version of GDAL is compiled with the PostGIS Raster driver you " "should see PostGIS Raster in list when you do" -msgstr "Se la tua versione di GDAL è compilata con il driver PostGIS Raster, dovresti trovare PostGIS Raster nella lista quando esegui" +msgstr "" +"Se la tua versione di GDAL è compilata con il driver PostGIS Raster, " +"dovresti trovare PostGIS Raster nella lista quando esegui" #. Tag: programlisting #: faq_raster.xml:108 @@ -267,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 "Per ottenere informazioni riassuntive sul tuo raster tramite GDAL, utilizza gdalinfo:" +msgstr "" +"Per ottenere informazioni riassuntive sul tuo raster tramite GDAL, utilizza " +"gdalinfo:" #. Tag: programlisting #: faq_raster.xml:111 @@ -275,7 +354,9 @@ msgstr "Per ottenere informazioni riassuntive sul tuo raster tramite GDAL, utili 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='mygisdb' user='postgres' password='whatever' schema='someschema' table=sometable\"" +msgstr "" +"gdalinfo \"PG:host=localhost port=5432 dbname='mygisdb' user='postgres' " +"password='whatever' schema='someschema' table=sometable\"" #. Tag: para #: faq_raster.xml:114 @@ -283,7 +364,10 @@ msgstr "gdalinfo \"PG:host=localhost port=5432 dbname='mygisdb' user='postgres' 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 "Per esportare dati verso altri formati raster, utilizza gdal_translate. L'esempio sotto esporterà tutti i dati da una tabella a un file PNG col 10% della dimensione." +msgstr "" +"Per esportare dati verso altri formati raster, utilizza gdal_translate. " +"L'esempio sotto esporterà tutti i dati da una tabella a un file PNG col 10% " +"della dimensione." #. Tag: para #: faq_raster.xml:116 @@ -291,9 +375,13 @@ msgstr "Per esportare dati verso altri formati raster, utilizza gdal_translate. 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 "A seconda dei tipi di banda dei pixel, alcune conversioni non funzioneranno, se il formato di esportazione non supprta un dato tipo di pixel. Per esempio, i tipi di banda a virgola mobile, o gli interi senza segno a 32 bit non si convertiranno bene in JPEG." +"band types and 32 bit unsigned ints will not translate easily to JPG or some " +"others." +msgstr "" +"A seconda dei tipi di banda dei pixel, alcune conversioni non " +"funzioneranno, se il formato di esportazione non supprta un dato tipo di " +"pixel. Per esempio, i tipi di banda a virgola mobile, o gli interi senza " +"segno a 32 bit non si convertiranno bene in JPEG." #. Tag: para #: faq_raster.xml:119 @@ -305,10 +393,13 @@ msgstr "Ecco un esempio di una semplice conversione" #: 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" -msgstr "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 "" +"gdal_translate -of PNG -outsize 10% 10% \"PG:host=localhost dbname='mygisdb' " +"user='postgres' password=whatever' schema='someschema' table=sometable\" C:" +"\\somefile.png" #. Tag: para #: faq_raster.xml:121 @@ -316,35 +407,49 @@ msgstr "gdal_translate -of PNG -outsize 10% 10% \"PG:host=localhost dbname='mygi msgid "" "You can also use SQL where clauses in your export using the where=... in " "your driver connection string. Below are some using a where clause" -msgstr "Puoi anche utilizzare la clausola SQL WHERE nell'esportazione, riportando il testo where=.... nella stringa di collegamento del driver. Sotto si riportano alcuni esempi che utilizzano la clausola where" +msgstr "" +"Puoi anche utilizzare la clausola SQL WHERE nell'esportazione, riportando il " +"testo where=.... nella stringa di collegamento del driver. Sotto si " +"riportano alcuni esempi che utilizzano la clausola where" #. Tag: programlisting #: 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" -msgstr "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 "" +"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" #. 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 "" +"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 "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" #. Tag: para #: faq_raster.xml:125 #, no-c-format msgid "" -"To see more examples and syntax refer to Reading" -" Raster Data of PostGIS Raster section" -msgstr "Per vedere altri esempi e sintassi, si rimanda al paragrafo Leggere dati raster da un raster PostGIS" +"To see more examples and syntax refer to Reading Raster Data of PostGIS Raster section" +msgstr "" +"Per vedere altri esempi e sintassi, si rimanda al paragrafo Leggere dati raster da un raster PostGIS" #. Tag: para #: faq_raster.xml:130 @@ -358,19 +463,23 @@ msgstr "I binari di GDAL sono già disponibili con il supporto raster PostGIS?" #: 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." -msgstr "Sì. Controlla la pagina GDAL Binaries. Qualsiasi versione compilata con l'opzione di supporto per PostgreSQL dovrebbe avere il supporto per i raster PostGIS." +"Yes. Check out the page GDAL Binaries page. Any compiled with " +"PostgreSQL support should have PostGIS Raster in them." +msgstr "" +"Sì. Controlla la pagina GDAL Binaries. Qualsiasi versione " +"compilata con l'opzione di supporto per PostgreSQL dovrebbe avere il " +"supporto per i raster PostGIS." #. Tag: para #: faq_raster.xml:134 #, no-c-format msgid "" -"We know for sure the following windows binaries have PostGIS Raster built " -"in." -msgstr "Sappiamo per certo che i seguenti binari Windows hanno il supporto raster PostGIS." +"We know for sure the following windows binaries have PostGIS Raster built in." +msgstr "" +"Sappiamo per certo che i seguenti binari Windows hanno il supporto raster " +"PostGIS." #. Tag: para #: faq_raster.xml:135 @@ -378,7 +487,9 @@ msgstr "Sappiamo per certo che i seguenti binari Windows hanno il supporto raste msgid "" "FWTools latest stable version " "for Windows is compiled with Raster support." -msgstr "La versione più recente e stabile di FWTools per Windows è compilata con il supporto raster." +msgstr "" +"La versione più recente e stabile di FWTools per Windows è compilata con il supporto raster." #. Tag: para #: faq_raster.xml:136 @@ -387,10 +498,10 @@ 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 @@ -406,7 +517,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 "Puoi utilizzare Mapserver compilato con GDAL 1.7 o versioni superiori e con il supporto del driver raster PostGIS per vedere i dati raster. Quantum GIS (QGIS) inoltre supporta la visualizzazione dei raster PostGIS se hai il driver installato." +msgstr "" +"Puoi utilizzare Mapserver compilato con GDAL 1.7 o versioni superiori e con " +"il supporto del driver raster PostGIS per vedere i dati raster. Quantum GIS " +"(QGIS) inoltre supporta la visualizzazione dei raster PostGIS se hai il " +"driver installato." #. Tag: para #: faq_raster.xml:151 @@ -414,33 +529,42 @@ msgstr "Puoi utilizzare Mapserver compilato con GDAL 1.7 o versioni superiori e 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." -msgstr "In teoria qualsiasi strumento che utilizzi GDAL per la restituzione dei dati può supportare i raster PostGIS direttamente o con un minimo sforzo. Sempre per Windows, I binari di Tama http://vbkto.dyndns.org/sdk/ sono una buona scelta se non volete prendervi la briga di eseguire la compilazione in proprio." +"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 "" +"In teoria qualsiasi strumento che utilizzi GDAL per la restituzione dei dati " +"può supportare i raster PostGIS direttamente o con un minimo sforzo. Sempre " +"per Windows, I binari di Tama http://vbkto.dyndns.org/sdk/ sono una buona scelta se non volete " +"prendervi la briga di eseguire la compilazione in proprio." #. Tag: para #: faq_raster.xml:158 #, no-c-format msgid "How can I add a PostGIS raster layer to my MapServer map?" -msgstr "Come posso aggiungere uno strato raster PostGIS in una mappa di MapServer?" +msgstr "" +"Come posso aggiungere uno strato raster PostGIS in una mappa di 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 "Anzitutto ti serve GDAL 1.7 o superiore compilato con il supporto per raster PostGIS. E consigliata la versione 1.8 o superiore, dato che quest'ultima risolve numerosi problemi, e altri problemi con i raster PostGIS sono risolti nella versione trunk." +"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 "" +"Anzitutto ti serve GDAL 1.7 o superiore compilato con il supporto per raster " +"PostGIS. E consigliata la versione 1.8 o superiore, dato che quest'ultima " +"risolve numerosi problemi, e altri problemi con i raster PostGIS sono " +"risolti nella versione trunk." #. 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 "" @@ -460,7 +584,9 @@ msgstr "" msgid "" "Below is an example of how you would define a PostGIS raster layer in " "MapServer." -msgstr "Sotto trovi un esempio di come definire uno strato raster PostGIS in MapServer." +msgstr "" +"Sotto trovi un esempio di come definire uno strato raster PostGIS in " +"MapServer." #. Tag: para #: faq_raster.xml:170 @@ -468,7 +594,9 @@ msgstr "Sotto trovi un esempio di come definire uno strato raster PostGIS in Map msgid "" "The mode=2 is required for tiled rasters and was added in PostGIS 2.0 and " "GDAL 1.8 drivers. This does not exist in GDAL 1.7 drivers." -msgstr "L'opzione mode=2 serve per i raster con tile ed è stata aggiunta in PostGIS 2.0 con il driver GDAL 1.8. Non esiste nei driver GDAL 1.7." +msgstr "" +"L'opzione mode=2 serve per i raster con tile ed è stata aggiunta in PostGIS " +"2.0 con il driver GDAL 1.8. Non esiste nei driver GDAL 1.7." #. Tag: programlisting #: faq_raster.xml:171 @@ -479,7 +607,37 @@ 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" +" #... other standard raster processing functions here\n" +" #... classes are optional but useful for 1 band data\n" +" CLASS\n" +" NAME \"boring\"\n" +" EXPRESSION ([pixel] < 20)\n" +" COLOR 250 250 250\n" +" END\n" +" CLASS\n" +" NAME \"mildly interesting\"\n" +" EXPRESSION ([pixel] > 20 AND [pixel] < 1000)\n" +" COLOR 255 0 0\n" +" END\n" +" CLASS\n" +" NAME \"very interesting\"\n" +" EXPRESSION ([pixel] >= 1000)\n" +" COLOR 0 255 0\n" +" END\n" +"END" +msgstr "" +"-- visualizzare un raster con le opzioni standard\n" +"LAYER\n" +" NAME coolwktraster\n" +" TYPE raster\n" +" STATUS ON\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" @@ -501,7 +659,6 @@ msgid "" " COLOR 0 255 0\n" " END\n" "END" -msgstr "-- visualizzare un raster con le opzioni standard\nLAYER\n NAME coolwktraster\n TYPE raster\n STATUS ON\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 #... other standard raster processing functions here\n #... classes are optional but useful for 1 band data\n CLASS\n NAME \"boring\"\n EXPRESSION ([pixel] < 20)\n COLOR 250 250 250\n END\n CLASS\n NAME \"mildly interesting\"\n EXPRESSION ([pixel] > 20 AND [pixel] < 1000)\n COLOR 255 0 0\n END\n CLASS\n NAME \"very interesting\"\n EXPRESSION ([pixel] >= 1000)\n COLOR 0 255 0\n END\nEND" #. Tag: programlisting #: faq_raster.xml:173 @@ -512,13 +669,28 @@ 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" +"END" +msgstr "" +"-- visualizzare un raster con le opzioni standard e la clausola where\n" +"LAYER\n" +" 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" " PROCESSING \"NODATA=0\"\n" " #... other standard raster processing functions here\n" " #... classes are optional but useful for 1 band data\n" "END" -msgstr "-- visualizzare un raster con le opzioni standard e la clausola where\nLAYER\n 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 PROCESSING \"NODATA=0\"\n #... other standard raster processing functions here\n #... classes are optional but useful for 1 band data\nEND" #. Tag: para #: faq_raster.xml:181 @@ -532,17 +704,21 @@ msgstr "Quali funzioni posso attualmente utilizzare con i dati raster?" msgid "" "Refer to the list of . There are more, but " "this is still a work in progress." -msgstr "Ti rimandiamo alla lista . Ce ne sono anche altre, ma si tratta di funzioni in via di sviluppo." +msgstr "" +"Ti rimandiamo alla lista . Ce ne sono anche " +"altre, ma si tratta di funzioni in via di sviluppo." #. Tag: para #: 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." -msgstr "Ti rimandiamo alla pagina PostGIS Raster roadmap page per i dettagli sugli sviluppi attesti in futuro." +"Refer to the PostGIS Raster roadmap page for details of what " +"you can expect in the future." +msgstr "" +"Ti rimandiamo alla pagina PostGIS Raster roadmap page per i " +"dettagli sugli sviluppi attesti in futuro." #. Tag: para #: faq_raster.xml:195 @@ -550,7 +726,9 @@ msgstr "Ti rimandiamo alla pagina Oracle GeoRaster and PostGIS Raster: First impressions " -msgstr "Per una discussione dettagliata su questo argomento, dai un'occhiata all'articolo di Jorge Arévalo Oracle GeoRaster and PostGIS Raster: First impressions " +"Oracle GeoRaster and PostGIS Raster: First impressions " +msgstr "" +"Per una discussione dettagliata su questo argomento, dai un'occhiata " +"all'articolo di Jorge Arévalo Oracle GeoRaster and PostGIS " +"Raster: First impressions " #. Tag: para #: faq_raster.xml:216 @@ -627,8 +827,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 @@ -646,8 +846,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/it_IT/introduction.xml.po b/doc/po/it_IT/introduction.xml.po index 383de972b..c01b7b9da 100644 --- a/doc/po/it_IT/introduction.xml.po +++ b/doc/po/it_IT/introduction.xml.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# +# # Translators: # pibinko , 2013 # Stefano Costa , 2013 @@ -10,11 +10,12 @@ msgstr "" "POT-Creation-Date: 2012-09-14 17:50+0000\n" "PO-Revision-Date: 2013-11-27 09:02+0000\n" "Last-Translator: pibinko \n" -"Language-Team: Italian (Italy) (http://www.transifex.com/projects/p/postgis-1/language/it_IT/)\n" +"Language-Team: Italian (Italy) (http://www.transifex.com/projects/p/" +"postgis-1/language/it_IT/)\n" +"Language: it_IT\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it_IT\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. Tag: title @@ -35,7 +36,15 @@ 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 è stato sviluppato da Refractions Research Inc come progetto di ricerca sui database spaziali. Refractions è una azienda nel settore GIS e database con sede a Victoria, British Columbia, in Canada, specializzata nell'integrazione di dati e nello sviluppo di software su misura. Abbiamo in programma di supportare e sviluppare PostGIS per gestire una gamma di funzionalità GIS importanti, tra cui un completo supporto OpenGIS, operazioni topologiche avanzate (estensioni, superfici, reti), strumenti desktop per la visualizzazione e l'editing di dati GIS, e strumenti web." +msgstr "" +"PostGIS è stato sviluppato da Refractions Research Inc come progetto di " +"ricerca sui database spaziali. Refractions è una azienda nel settore GIS e " +"database con sede a Victoria, British Columbia, in Canada, specializzata " +"nell'integrazione di dati e nello sviluppo di software su misura. Abbiamo in " +"programma di supportare e sviluppare PostGIS per gestire una gamma di " +"funzionalità GIS importanti, tra cui un completo supporto OpenGIS, " +"operazioni topologiche avanzate (estensioni, superfici, reti), strumenti " +"desktop per la visualizzazione e l'editing di dati GIS, e strumenti web." #. Tag: para #: introduction.xml:15 @@ -45,7 +54,11 @@ 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 è in fase di incubazione come progetto della OSGeo Foundation. PostGIS viene continuamente migliorato e sostenuto economicamente da molti sviluppatori FOSS4G e da aziende di tutto il mondo che ricavano grandi benefici dalle sue funzionalità e versatilità." +msgstr "" +"PostGIS è in fase di incubazione come progetto della OSGeo Foundation. " +"PostGIS viene continuamente migliorato e sostenuto economicamente da molti " +"sviluppatori FOSS4G e da aziende di tutto il mondo che ricavano grandi " +"benefici dalle sue funzionalità e versatilità." #. Tag: title #: introduction.xml:21 @@ -63,7 +76,14 @@ 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 "Il comitato di coordinamento del progetto (in inglese Project Steering Commitee o PSC) coordina la direzione generale, i cicli di rilascio, la documentazione e le iniziative di divulgazione del progetto PostGIS. Inoltre il comitato fornisce supporto agli utenti, accetta e approva patch dalla comunità generale PostGIS e vota su questioni varie che coinvolgono PostGIS come l'accesso di commit per gli sviluppatori, i nuovi membri del comitato e modifiche della API." +msgstr "" +"Il comitato di coordinamento del progetto (in inglese Project Steering " +"Commitee o PSC) coordina la direzione generale, i cicli di rilascio, la " +"documentazione e le iniziative di divulgazione del progetto PostGIS. Inoltre " +"il comitato fornisce supporto agli utenti, accetta e approva patch dalla " +"comunità generale PostGIS e vota su questioni varie che coinvolgono PostGIS " +"come l'accesso di commit per gli sviluppatori, i nuovi membri del comitato e " +"modifiche della API." #. Tag: term #: introduction.xml:31 @@ -78,7 +98,9 @@ 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 "Coordina la soluzione dei bug e le iniziative di manutenzione, l'allineamento di PostGIS con i rilasci di PostgreSQL" +msgstr "" +"Coordina la soluzione dei bug e le iniziative di manutenzione, " +"l'allineamento di PostGIS con i rilasci di PostgreSQL" #. Tag: term #: introduction.xml:40 @@ -91,10 +113,14 @@ 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 "Manutenzione Buildbot, build sperimentali e di produzione per Windows, documentazione, supporto per gli utenti nel newsgroup PostGIS, supporto X3D, Supporto per il geocodeo Tiger, funzioni di gestione, test di integrità funzionale per nuove funzioni o variazioni sostanziali del codice." +"Documentation, general user support on PostGIS newsgroup, X3D support, Tiger " +"Geocoder Support, management functions, and smoke testing new functionality " +"or major code changes." +msgstr "" +"Manutenzione Buildbot, build sperimentali e di produzione per Windows, " +"documentazione, supporto per gli utenti nel newsgroup PostGIS, supporto X3D, " +"Supporto per il geocodeo Tiger, funzioni di gestione, test di integrità " +"funzionale per nuove funzioni o variazioni sostanziali del codice." #. Tag: term #: introduction.xml:49 @@ -111,7 +137,13 @@ msgid "" "index), underlying geometry internal structures, GEOS functionality " "integration and alignment with GEOS releases, loader/dumper, and Shapefile " "GUI loader." -msgstr "Cofondatore del progetto PostGIS. Correzione dei bug, supporto alla componente geografica, supporto per gli indici geografici e geometrici (2D, 3D, nD e qualsiasi altra cosa legata agli indici spaziali), strutture interne per la geometria, integrazione delle funzionalità GEOS e allineamento con le nuove versioni GEOS releases, loader/dumper, e interfaccia grafica per il loader Shapefile." +msgstr "" +"Cofondatore del progetto PostGIS. Correzione dei bug, supporto alla " +"componente geografica, supporto per gli indici geografici e geometrici (2D, " +"3D, nD e qualsiasi altra cosa legata agli indici spaziali), strutture " +"interne per la geometria, integrazione delle funzionalità GEOS e " +"allineamento con le nuove versioni GEOS releases, loader/dumper, e " +"interfaccia grafica per il loader Shapefile." #. Tag: term #: introduction.xml:57 @@ -124,9 +156,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 "Correzione di bug, manutenzione e integrazione delle nuove funzioalità GEOS, allineamento con le versioni di GEOS, supporto topologico, framework Raster e funzioni API di basso livello." +"alignment with GEOS releases, Topology support, and Raster framework and low " +"level api functions." +msgstr "" +"Correzione di bug, manutenzione e integrazione delle nuove funzioalità " +"GEOS, allineamento con le versioni di GEOS, supporto topologico, framework " +"Raster e funzioni API di basso livello." #. Tag: title #: introduction.xml:67 @@ -146,7 +181,9 @@ msgstr "Chris Hodgson" msgid "" "Prior PSC Member. General development, site and buildbot maintenance, OSGeo " "incubation management" -msgstr "Ex-membro del comitato di coordinamento. Sviluppo generale, manutenzione del sito e del buildbot, gestione dell'incubazione OSGeo" +msgstr "" +"Ex-membro del comitato di coordinamento. Sviluppo generale, manutenzione del " +"sito e del buildbot, gestione dell'incubazione OSGeo" #. Tag: term #: introduction.xml:77 @@ -161,7 +198,10 @@ msgid "" "Prior PSC Member. Documentation and documentation support tools, advanced " "user support on PostGIS newsgroup, and PostGIS maintenance function " "enhancements." -msgstr "Ex-membro del comitato di coordinamento. Documentazione e strumenti di supporto alla documentazione. Supporto avanzato per gli utenti nel newsgroup PostGIS, miglioramenti alle funzioni di manutenzione PostGIS." +msgstr "" +"Ex-membro del comitato di coordinamento. Documentazione e strumenti di " +"supporto alla documentazione. Supporto avanzato per gli utenti nel newsgroup " +"PostGIS, miglioramenti alle funzioni di manutenzione PostGIS." #. Tag: term #: introduction.xml:85 @@ -175,7 +215,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 "Lo sviluppatore iniziale e uno dei cofondatori di PostGIS. Dave ha scritto il codice per gli oggetti lato server, il binding degli indici e molte delle funzioni analitiche lato server." +msgstr "" +"Lo sviluppatore iniziale e uno dei cofondatori di PostGIS. Dave ha scritto " +"il codice per gli oggetti lato server, il binding degli indici e molte delle " +"funzioni analitiche lato server." #. Tag: term #: introduction.xml:95 @@ -189,7 +232,9 @@ msgstr "Jeff Lounsbury" msgid "" "Original development of the Shape file loader/dumper. Current PostGIS " "Project Owner representative." -msgstr "Sviluppo iniziale del loader/dumper per gli Shapefile. Attualmente rappresentante di Project Owner di PostGIS." +msgstr "" +"Sviluppo iniziale del loader/dumper per gli Shapefile. Attualmente " +"rappresentante di Project Owner di PostGIS." #. Tag: term #: introduction.xml:102 @@ -200,9 +245,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 "Funzioni di input e ouput XML (KML,GML)/GeoJSON, supporto 3D e correzione di bug." +msgid "Input output XML (KML,GML)/GeoJSON functions, 3D support and bug fixes." +msgstr "" +"Funzioni di input e ouput XML (KML,GML)/GeoJSON, supporto 3D e correzione di " +"bug." #. Tag: term #: introduction.xml:109 @@ -216,7 +262,9 @@ msgstr "Mark Leslie" msgid "" "Ongoing maintenance and development of core functions. Enhanced curve " "support. Shapefile GUI loader." -msgstr "Continuo sviluppo e manutenzione delle funzioni di base. Supporto avanzanto per le curve. Interfaccia grafica per il loader di Shapefile." +msgstr "" +"Continuo sviluppo e manutenzione delle funzioni di base. Supporto avanzanto " +"per le curve. Interfaccia grafica per il loader di Shapefile." #. Tag: term #: introduction.xml:116 @@ -228,7 +276,8 @@ msgstr "Pierre Racine" #: introduction.xml:118 #, no-c-format msgid "Raster overall architecture, prototyping, programming support" -msgstr "Architettura complessiva raster, prototipazione, supporto alla programmazione" +msgstr "" +"Architettura complessiva raster, prototipazione, supporto alla programmazione" #. Tag: term #: introduction.xml:123 @@ -242,7 +291,9 @@ msgstr "Nicklas Avén" msgid "" "Distance function enhancements (including 3D distance and relationship " "functions) and additions, Windows testing, and general user support" -msgstr "Miglioramenti e aggiunte alla funzione di distanza (comprese le funzioni di distanza 3D e di relazione), test su Windows e supporto generale agli utenti" +msgstr "" +"Miglioramenti e aggiunte alla funzione di distanza (comprese le funzioni di " +"distanza 3D e di relazione), test su Windows e supporto generale agli utenti" #. Tag: term #: introduction.xml:131 @@ -305,16 +356,26 @@ 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 "In ordine alfabetico: 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 "" +"In ordine alfabetico: 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 +389,10 @@ msgstr "Altre collaborazioni: sponsor aziendali" msgid "" "These are corporate entities that have contributed developer time, hosting, " "or direct monetary funding to the PostGIS project" -msgstr "Queste sono realtà aziendali o altre istituzioni che hanno contribuito al progetto PostGIS sotto forma di tempo sviluppatore, hosting o finanziamento economico" +msgstr "" +"Queste sono realtà aziendali o altre istituzioni che hanno contribuito al " +"progetto PostGIS sotto forma di tempo sviluppatore, hosting o finanziamento " +"economico" #. Tag: para #: introduction.xml:225 @@ -338,14 +402,23 @@ 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 "In ordine alfabetico: 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 "" +"In ordine alfabetico: 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 +435,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 "Le campagne di finanziamento diffuso sono campagne che promuoviamo per finanziare funzionalità molto richieste e che possono servire a un gran numero di persone. Ogni campagna è dedicata in modo particolare a una data funzionalità o gruppo di funzionalità. Ogni sponsor partecipat con una quota ridotta rispetto al finanziamento richiesto, e con un numero sufficiente di persone e organizzazioni che contribuiscono, possiamo ottenere i fondi per retribuire un lavoro che servirà a molti. Se avete un'idea per una funzione che pensate possa essere cofinanziata anche da molti altri, vi preghiamo di condividere le vostre idee sul newsgroup PostGIS, e insieme possiamo vedere di realizzarla." +"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 "" +"Le campagne di finanziamento diffuso sono campagne che promuoviamo per " +"finanziare funzionalità molto richieste e che possono servire a un gran " +"numero di persone. Ogni campagna è dedicata in modo particolare a una data " +"funzionalità o gruppo di funzionalità. Ogni sponsor partecipat con una quota " +"ridotta rispetto al finanziamento richiesto, e con un numero sufficiente di " +"persone e organizzazioni che contribuiscono, possiamo ottenere i fondi per " +"retribuire un lavoro che servirà a molti. Se avete un'idea per una funzione " +"che pensate possa essere cofinanziata anche da molti altri, vi preghiamo di " +"condividere le vostre idee sul newsgroup PostGIS, e insieme possiamo " +"vedere di realizzarla." #. Tag: para #: introduction.xml:269 @@ -375,29 +459,43 @@ 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 è stata la prima release con cui abbiamo tentato questa strategia. Abbiamo utilizzato PledgeBank, realizzando due campagne di successo." +msgstr "" +"PostGIS 2.0.0 è stata la prima release con cui abbiamo tentato questa " +"strategia. Abbiamo utilizzato PledgeBank, realizzando due campagne di successo." #. 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 - Oltre 10 sponsor hanno contribuito con 250 USD ciascuno per realizzare la funzione TopoGeometry e per migliorare il supporto della topologia nella versione 2.0.0. E' successo." +msgstr "" +"postgistopology - Oltre 10 sponsor hanno " +"contribuito con 250 USD ciascuno per realizzare la funzione TopoGeometry e " +"per migliorare il supporto della topologia nella versione 2.0.0. E' successo." #. 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 - Una ventina di sponsor hanno contribuito con 100 USD ciascuno per retribuire il lavoro necessario per risolvere varie problematiche su PostGIS per Windows a 64 bit. E' successo. Ora abbiamo una versione beta per PostGIS 2.0.0 e una previsione per il rilascio di una versione finale che sarà disponibile con lo stack builder PostgreSQL." +msgstr "" +"postgis64windows - Una ventina di sponsor hanno " +"contribuito con 100 USD ciascuno per retribuire il lavoro necessario per " +"risolvere varie problematiche su PostGIS per Windows a 64 bit. E' successo. " +"Ora abbiamo una versione beta per PostGIS 2.0.0 e una previsione per il " +"rilascio di una versione finale che sarà disponibile con lo stack builder " +"PostgreSQL." #. Tag: term #: introduction.xml:276 @@ -411,9 +509,13 @@ msgstr "Librerie di supporto importanti" 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 libreria per operazioni geometriche GEOS, e il lavoro sugli algoritmi di Martin Davis per far funzionare il tutto, la manutenzione e il supporto continui di Mateusz Loskot, Sandro Santilli (strk), Paul Ramsey a altri." +"all work, ongoing maintenance and support of Mateusz Loskot, Sandro Santilli " +"(strk), Paul Ramsey and others." +msgstr "" +"La libreria per operazioni geometriche GEOS, e il lavoro sugli algoritmi di Martin Davis per far " +"funzionare il tutto, la manutenzione e il supporto continui di Mateusz " +"Loskot, Sandro Santilli (strk), Paul Ramsey a altri." #. Tag: para #: introduction.xml:284 @@ -423,7 +525,13 @@ 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 libreria GDAL (Geospatial Data Abstraction Library), di Frank Warmerdam e altri viene utilizzata per far funzionare gran parte delle funzionalità raster introdotte in PostGIS 2.0.0. I miglioramenti realizzati su GDAL per consentire il supporto di PostGIS sono stati restituiti come contributo al progetto GDAL." +msgstr "" +"La libreria GDAL " +"(Geospatial Data Abstraction Library), di Frank Warmerdam e altri viene " +"utilizzata per far funzionare gran parte delle funzionalità raster " +"introdotte in PostGIS 2.0.0. I miglioramenti realizzati su GDAL per " +"consentire il supporto di PostGIS sono stati restituiti come contributo al " +"progetto GDAL." #. Tag: para #: introduction.xml:289 @@ -432,7 +540,10 @@ msgid "" "The Proj4 cartographic " "projection library, and the work of Gerald Evenden and Frank Warmerdam in " "creating and maintaining it." -msgstr "La libreria di proiezione cartografica Proj4, e il lavoro di Gerald Evenden e Frank Warmerdam nel crearla e mantenerla." +msgstr "" +"La libreria di proiezione cartografica Proj4, e il lavoro di Gerald Evenden e Frank Warmerdam nel " +"crearla e mantenerla." #. Tag: para #: introduction.xml:293 @@ -443,7 +554,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 "Ultimo, ma non ultimo, il database PostgreSQL, il gigante sulle cui spalle sta PostGIS. Molta della velolcità e flessibilità di PostGIS non sarebbe possibile senza l'estensibilità, il grande query planner, l'indice GIST, e la varietà di caratteristiche SQL rese disponibili da PostgreSQL." +msgstr "" +"Ultimo, ma non ultimo, il database PostgreSQL, il gigante sulle cui spalle sta PostGIS. Molta della " +"velolcità e flessibilità di PostGIS non sarebbe possibile senza " +"l'estensibilità, il grande query planner, l'indice GIST, e la varietà di " +"caratteristiche SQL rese disponibili da PostgreSQL." #. Tag: title #: introduction.xml:302 @@ -456,44 +572,59 @@ msgstr "Altre informazioni" #, no-c-format msgid "" "The latest software, documentation and news items are available at the " -"PostGIS web site, http://www.postgis.org." -msgstr "Le versioni più recenti del software, della documentazione e le notizie sono disponibili sul sito web di PostGIS, http://www.postgis.org." +"PostGIS web site, http://www.postgis." +"org." +msgstr "" +"Le versioni più recenti del software, della documentazione e le notizie sono " +"disponibili sul sito web di 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 "Ulteriori informazioni sulla libreria di operazioni geometriche GEOS sono disponibili alla pagina http://trac.osgeo.org/geos/." +"at http://trac.osgeo.org/geos/." +msgstr "" +"Ulteriori informazioni sulla libreria di operazioni geometriche GEOS sono " +"disponibili alla pagina 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 "Ulteriori informazioni sulla libreria di riproiezione Proj4 sono disponibili alla pagina http://trac.osgeo.org/proj/." +"More information about the Proj4 reprojection library is available at http://trac.osgeo.org/proj/." +msgstr "" +"Ulteriori informazioni sulla libreria di riproiezione Proj4 sono disponibili " +"alla pagina 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 "Ulteriori informazioni sul server database PostgreSQL database server sono disponibili dal sito principale di PostgreSQL http://www.postgresql.org." +"PostgreSQL main site http://www." +"postgresql.org." +msgstr "" +"Ulteriori informazioni sul server database PostgreSQL database server sono " +"disponibili dal sito principale di 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 "Ulteriori informazioni sull'indicizzazione GiST sono disponibili sul sito di sviluppo di PostgreSQL GiST, http://www.sai.msu.su/~megera/postgres/gist/." +"development site, http://www.sai.msu.su/~megera/postgres/gist/." +msgstr "" +"Ulteriori informazioni sull'indicizzazione GiST sono disponibili sul sito di " +"sviluppo di PostgreSQL GiST, http://www.sai.msu.su/~megera/postgres/gist/." #. Tag: para #: introduction.xml:336 @@ -501,14 +632,20 @@ msgstr "Ulteriori informazioni sull'indicizzazione GiST sono disponibili sul sit msgid "" "More information about MapServer internet map server is available at http://mapserver.org." -msgstr "Ulteriori informazioni sul map server internet MapServer sono disponibili su http://mapserver.org." +msgstr "" +"Ulteriori informazioni sul map server internet MapServer sono disponibili " +"su 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 "La documentazione su "Simple Features for Specification for SQL" è disponibile sul sito web dell'OpenGIS Consortium: http://www.opengeospatial.org/." +"Features for Specification for SQL" is available at the OpenGIS " +"Consortium web site: http://" +"www.opengeospatial.org/." +msgstr "" +"La documentazione su "Simple Features for Specification for SQL" è " +"disponibile sul sito web dell'OpenGIS Consortium: http://www.opengeospatial.org/." diff --git a/doc/po/it_IT/performance_tips.xml.po b/doc/po/it_IT/performance_tips.xml.po index 88dd72a17..69503833b 100644 --- a/doc/po/it_IT/performance_tips.xml.po +++ b/doc/po/it_IT/performance_tips.xml.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# +# # Translators: # Tommaso Di Bucchianico, 2013 msgid "" @@ -9,11 +9,12 @@ msgstr "" "POT-Creation-Date: 2012-09-14 17:50+0000\n" "PO-Revision-Date: 2013-11-30 05:55+0000\n" "Last-Translator: Tommaso Di Bucchianico\n" -"Language-Team: Italian (Italy) (http://www.transifex.com/projects/p/postgis-1/language/it_IT/)\n" +"Language-Team: Italian (Italy) (http://www.transifex.com/projects/p/" +"postgis-1/language/it_IT/)\n" +"Language: it_IT\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it_IT\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. Tag: title @@ -39,13 +40,21 @@ msgstr "Descrizione del problema" #, 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 "Le attuali versioni di PostgreSQL (compresa la versione 8.0) sono affette da un difetto del query optimizer riguardante le tabelle TOAST. Le tabelle TOAST sono una sorta di \"spazio aggiuntivo\" usato per memorizzare valori di grandi dimensioni (nel senso di dimensioni dei dati) che non possono essere salvati in normali pagine (per esempio lunghi testi, immagini o geometrie con molti vertici). Vedi la documentazione PostgreSQL sulle tabelle TOAST per maggiori informazioni)." +"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 "" +"Le attuali versioni di PostgreSQL (compresa la versione 8.0) sono affette da " +"un difetto del query optimizer riguardante le tabelle TOAST. Le tabelle " +"TOAST sono una sorta di \"spazio aggiuntivo\" usato per memorizzare valori " +"di grandi dimensioni (nel senso di dimensioni dei dati) che non possono " +"essere salvati in normali pagine (per esempio lunghi testi, immagini o " +"geometrie con molti vertici). Vedi la documentazione PostgreSQL sulle " +"tabelle TOAST per maggiori informazioni)." #. Tag: para #: performance_tips.xml:19 @@ -57,7 +66,13 @@ 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 "Il problema si presenta nel caso di tabelle contenenti geometrie di grandi dimensioni ma poche righe (per esempio una tabella contenente i confini di tutti gli stati europei ad alta risoluzione). In questo caso infatti la tabella in se è di piccole dimensioni ma usa molto spazio TOAST. Nel nostro esempio la tabella conteneva circa 80 righe e utilizzava solo 3 pagine di dati, ma la tabella TOAST ne utilizzava 8225." +msgstr "" +"Il problema si presenta nel caso di tabelle contenenti geometrie di grandi " +"dimensioni ma poche righe (per esempio una tabella contenente i confini di " +"tutti gli stati europei ad alta risoluzione). In questo caso infatti la " +"tabella in se è di piccole dimensioni ma usa molto spazio TOAST. Nel nostro " +"esempio la tabella conteneva circa 80 righe e utilizzava solo 3 pagine di " +"dati, ma la tabella TOAST ne utilizzava 8225." #. Tag: para #: performance_tips.xml:26 @@ -71,7 +86,9 @@ 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 "Ora si lanci una query che usi l'operatore && e che [MATCHES] solo poche righe. Il " +msgstr "" +"Ora si lanci una query che usi l'operatore && e che [MATCHES] solo " +"poche righe. Il " #. Tag: para #: performance_tips.xml:35 @@ -79,9 +96,14 @@ msgstr "Ora si lanci una query che usi l'operatore && e che [MATCHES] s 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 "Per controllare se i propri dati sono interessati da questo bug, si può usare il comando PostgreSQL \"EXPLAIN ANALYZE\". Per maggiori informazioni e dettagli tecnici consultare il corrispondente thread sulla mailing list di PostgreSQL: 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 "" +"Per controllare se i propri dati sono interessati da questo bug, si può " +"usare il comando PostgreSQL \"EXPLAIN ANALYZE\". Per maggiori informazioni e " +"dettagli tecnici consultare il corrispondente thread sulla mailing list di " +"PostgreSQL: http://archives.postgresql.org/pgsql-performance/2005-02/" +"msg00030.php" #. Tag: title #: performance_tips.xml:43 @@ -95,7 +117,10 @@ msgstr "Possibili soluzioni" msgid "" "The PostgreSQL people are trying to solve this issue by making the query " "estimation TOAST-aware. For now, here are two workarounds:" -msgstr "Gli sviluppatori di PostgreSQL stanno cercando di risolvere il problema rendendo la valutazione della query indipendente dalla tabella TOAST. Per ora ci sono due possibili soluzioni alternative:" +msgstr "" +"Gli sviluppatori di PostgreSQL stanno cercando di risolvere il problema " +"rendendo la valutazione della query indipendente dalla tabella TOAST. Per " +"ora ci sono due possibili soluzioni alternative:" #. Tag: para #: performance_tips.xml:48 @@ -104,10 +129,17 @@ 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 è forzare il query planner ad usare l'indice spaziale usando il comando \"SET enable_seqscan TO off;\" prima di lanciare la query. Questo comando impedisce al query planner di usare lo scan sequenziale della tabella se possibile e lo forza quindi ad usare l'indice GIST. Tuttavia il comando deve essere lanciato ad ogni connessione e, per evitare di confondere il query planner in altri casi, il parametro deve essere resettato dopo l'esecuzione della query interessata con il comando \"SET enable_seqscan TO on;\" ." +"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 è forzare il query planner ad usare l'indice spaziale usando il comando " +"\"SET enable_seqscan TO off;\" prima di lanciare la query. Questo comando " +"impedisce al query planner di usare lo scan sequenziale della tabella se " +"possibile e lo forza quindi ad usare l'indice GIST. Tuttavia il comando deve " +"essere lanciato ad ogni connessione e, per evitare di confondere il query " +"planner in altri casi, il parametro deve essere resettato dopo l'esecuzione " +"della query interessata con il comando \"SET enable_seqscan TO on;\" ." #. Tag: para #: performance_tips.xml:56 @@ -115,25 +147,35 @@ msgstr "La è forzare il query planner ad usare l'indice spaziale usando il coma 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 "Il secondo metodo è rendere lo scan sequenziale così veloce come il query planner si aspetta che sia. Questo può essere raggiunto aggiungendo una colonna addizionale in cui salvare la bounding box di ogni geometria. Nel nostro esempio i comandi sarebbero:" +"\"caches\" the bbox, and matching against this. In our example, the commands " +"are like:" +msgstr "" +"Il secondo metodo è rendere lo scan sequenziale così veloce come il query " +"planner si aspetta che sia. Questo può essere raggiunto aggiungendo una " +"colonna addizionale in cui salvare la bounding box di ogni geometria. Nel " +"nostro esempio i comandi sarebbero:" #. 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 "Ora la query deve essere modificata in modo da usare l'operatore && con la colonna bbox piuttosto che con la colonna geom_column:" +"Now change your query to use the && operator against bbox instead of " +"geom_column, like:" +msgstr "" +"Ora la query deve essere modificata in modo da usare l'operatore && " +"con la colonna bbox piuttosto che con la colonna geom_column:" #. Tag: programlisting #: performance_tips.xml:66 @@ -142,7 +184,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 +197,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 "Ovviamente la colonna bbox deve essere mantenuta attuale quando si modificano o si aggiungono geometrie. La via più semplice per fare questo sarebbe con un trigger, oppure l'applicazione può essere modificata in modo da attualizzare anche la colonna bbox oppure si può lanciare l'UPDATE precedente dopo ogni modifica." +msgstr "" +"Ovviamente la colonna bbox deve essere mantenuta attuale quando si " +"modificano o si aggiungono geometrie. La via più semplice per fare questo " +"sarebbe con un trigger, oppure l'applicazione può essere modificata in modo " +"da attualizzare anche la colonna bbox oppure si può lanciare l'UPDATE " +"precedente dopo ogni modifica." #. Tag: title #: performance_tips.xml:77 @@ -165,15 +215,25 @@ msgstr "CLUSTERing di indici geometrici" #, 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 "Per tabelle che vengono per lo più solo lette, e dove un singolo indice è usato dalla maggior parte delle query, PostgreSQL offre il comando CLUSTER. Questo comando riordina fisicamente le righe in modo che l'ordine corrisponda a quello dell'indice. Con questo metodo si migliorano le prestazioni per due motivi: primo, il numero delle ricerche nella tabella dei dati è ridotto drasticamente. Secondo, se i dati interessati dalla query sono concentrati in un piccolo intervallo sull'indice, il processo di mettere in cache sarà più efficiente perché le righe saranno distribuite all'interno di poche pagine. (si invita a leggere la documentazione di PostgreSQL riguardante il comando CLUSTER)." +"data pages. (Feel invited to read the CLUSTER command documentation from the " +"PostgreSQL manual at this point.)" +msgstr "" +"Per tabelle che vengono per lo più solo lette, e dove un singolo indice è " +"usato dalla maggior parte delle query, PostgreSQL offre il comando CLUSTER. " +"Questo comando riordina fisicamente le righe in modo che l'ordine " +"corrisponda a quello dell'indice. Con questo metodo si migliorano le " +"prestazioni per due motivi: primo, il numero delle ricerche nella tabella " +"dei dati è ridotto drasticamente. Secondo, se i dati interessati dalla query " +"sono concentrati in un piccolo intervallo sull'indice, il processo di " +"mettere in cache sarà più efficiente perché le righe saranno distribuite " +"all'interno di poche pagine. (si invita a leggere la documentazione di " +"PostgreSQL riguardante il comando CLUSTER)." #. Tag: para #: performance_tips.xml:89 @@ -182,7 +242,9 @@ 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 "Attualmente però, PostgreSQL non permette di usare il clustering con indici GIST, perché gli indici GIST ignorano i valori nulli:" +msgstr "" +"Attualmente però, PostgreSQL non permette di usare il clustering con indici " +"GIST, perché gli indici GIST ignorano i valori nulli:" #. Tag: programlisting #: performance_tips.xml:93 @@ -190,16 +252,23 @@ msgstr "Attualmente però, PostgreSQL non permette di usare il clustering con in 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 "Come suggerito dal messaggio di errore, è possibile aggirare il problema aggiungendo un vincolo \"NOT NULL\" alla tabella:" +"As the HINT message tells you, one can work around this deficiency by adding " +"a \"not null\" constraint to the table:" +msgstr "" +"Come suggerito dal messaggio di errore, è possibile aggirare il problema " +"aggiungendo un vincolo \"NOT NULL\" alla tabella:" #. Tag: programlisting #: performance_tips.xml:98 @@ -207,7 +276,9 @@ msgstr "Come suggerito dal messaggio di errore, è possibile aggirare il problem 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 +288,11 @@ 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 "Ovviamente questo non funzionerà se la colonna the_geom già contiene valori nulli. Inoltre il vincolo dev'essere definito usando il comando precedente. Usare un vincolo CHECK del tipo \"ALTER TABLE blubb ADD CHECK (geometry is not null);\" non funzionerà." +msgstr "" +"Ovviamente questo non funzionerà se la colonna the_geom già contiene valori " +"nulli. Inoltre il vincolo dev'essere definito usando il comando precedente. " +"Usare un vincolo CHECK del tipo \"ALTER TABLE blubb ADD CHECK (geometry is " +"not null);\" non funzionerà." #. Tag: title #: performance_tips.xml:107 @@ -229,13 +304,20 @@ msgstr "Evitare la conversione della dimensione" #: 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 "A volte può accadere di avere dati in 3D o 4D, ma di accederli sempre usando funzioni che danno in output solo geometrie 2D come ST_AsText() oppure ST_AsBinary(). Queste funzioni processano internamente le geometrie eseguendo ST_Force2D() e questo può risultare in un peggioramento delle prestazioni significativo nel caso di geometrie di grandi dimensioni. Per evitare questo problema è consigliabile eliminare le dimensioni non utilizzate una volte e per sempre:" +msgstr "" +"A volte può accadere di avere dati in 3D o 4D, ma di accederli sempre usando " +"funzioni che danno in output solo geometrie 2D come ST_AsText() oppure " +"ST_AsBinary(). Queste funzioni processano internamente le geometrie " +"eseguendo ST_Force2D() e questo può risultare in un peggioramento delle " +"prestazioni significativo nel caso di geometrie di grandi dimensioni. Per " +"evitare questo problema è consigliabile eliminare le dimensioni non " +"utilizzate una volte e per sempre:" #. Tag: programlisting #: performance_tips.xml:116 @@ -243,7 +325,9 @@ msgstr "A volte può accadere di avere dati in 3D o 4D, ma di accederli sempre u 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 +335,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 "Se la colonna di tipo geometry è stata aggiunta usando la funzione AddGeometryColumn(), verrà creato anche un vincolo dimensionale sulla geometria. Per aggirare il vincolo sarà necessario cancellarlo. Ricorda di attualizzare il record nella tabella geometry_columns e di ricreare il vincolo successivamente. " +"to drop the constraint. Remember to update the entry in the geometry_columns " +"table and recreate the constraint afterwards." +msgstr "" +"Se la colonna di tipo geometry è stata aggiunta usando la funzione " +"AddGeometryColumn(), verrà creato anche un vincolo dimensionale sulla " +"geometria. Per aggirare il vincolo sarà necessario cancellarlo. Ricorda di " +"attualizzare il record nella tabella geometry_columns e di ricreare il " +"vincolo successivamente. " #. Tag: para #: performance_tips.xml:124 @@ -266,7 +355,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 "Nel caso di grandi tabelle può essere sensato dividere l'UPDATE in porzioni più piccole, usando la clausola WHERE con la chiave primaria o un altro criterio flessibile per attualizzare solo una parte della tabella , ed eseguendo un semplice \"VACUUM;\" tra gli UPDATE. Questo accorgimento ridurrà drasticamente il bisogno lo spazio temporaneo sul disco. Inoltre, se la colonna geometrica contiene geometrie con diverse dimensioni, si può limitare l'UPDATE con \"WHERE dimension(the_geom)>2\", evitando così di riscrivere le geometrie che sono già in 2D." +msgstr "" +"Nel caso di grandi tabelle può essere sensato dividere l'UPDATE in porzioni " +"più piccole, usando la clausola WHERE con la chiave primaria o un altro " +"criterio flessibile per attualizzare solo una parte della tabella , ed " +"eseguendo un semplice \"VACUUM;\" tra gli UPDATE. Questo accorgimento " +"ridurrà drasticamente il bisogno lo spazio temporaneo sul disco. Inoltre, se " +"la colonna geometrica contiene geometrie con diverse dimensioni, si può " +"limitare l'UPDATE con \"WHERE dimension(the_geom)>2\", evitando così di " +"riscrivere le geometrie che sono già in 2D." #. Tag: title #: performance_tips.xml:136 @@ -279,21 +376,30 @@ msgstr "Mettere a punto la configurazione" #, 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 "Questi consigli sono tratti dalla presentazione di Kevin Neufeld \"Tips for the PostGIS Power User\" alla conferenza FOSS4G 2007. A seconda del contesto in cui viene usato PostGIS (per esempio dati statici e analisi complesse piuttosto che update frequenti e numerosi utenti) questi cambiamenti possono significare un significativo aumento della velocità delle query." +"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 "" +"Questi consigli sono tratti dalla presentazione di Kevin Neufeld \"Tips for " +"the PostGIS Power User\" alla conferenza FOSS4G 2007. A seconda del contesto " +"in cui viene usato PostGIS (per esempio dati statici e analisi complesse " +"piuttosto che update frequenti e numerosi utenti) questi cambiamenti possono " +"significare un significativo aumento della velocità delle query." #. 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 "Per più consigli (e una formattazione migliore) la presentazione originale è consultabile a http://2007.foss4g.org/presentations/view.php?abstract_id=117." +" http://2007.foss4g.org/presentations/view.php?" +"abstract_id=117." +msgstr "" +"Per più consigli (e una formattazione migliore) la presentazione originale è " +"consultabile a http://2007.foss4g.org/presentations/view.php?" +"abstract_id=117." #. Tag: title #: performance_tips.xml:151 @@ -319,7 +425,9 @@ msgstr "checkpoint_segments" msgid "" "Maximum number of log file segments between automatic WAL checkpoints (each " "segment is normally 16MB); default is 3" -msgstr "Numero massimo di segmenti del log file tra checkpoint WAL (ogni segmento è normalmente 16MB); l'impostazione predefinita è 3." +msgstr "" +"Numero massimo di segmenti del log file tra checkpoint WAL (ogni segmento è " +"normalmente 16MB); l'impostazione predefinita è 3." #. Tag: para #: performance_tips.xml:169 @@ -327,9 +435,14 @@ msgstr "Numero massimo di segmenti del log file tra checkpoint WAL (ogni segment 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 "Impostare almeno su 10 o 30 per database con intensa attività di scrittura, o più quando si importa nel database grandi quantità di dati. Un altro articolo da leggere sull'argomento è 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 "" +"Impostare almeno su 10 o 30 per database con intensa attività di scrittura, " +"o più quando si importa nel database grandi quantità di dati. Un altro " +"articolo da leggere sull'argomento è Greg Smith: Checkpoint and " +"Background writer " #. Tag: para #: performance_tips.xml:175 @@ -349,20 +462,28 @@ msgstr "constraint_exclusion" msgid "" "Default: off (prior to PostgreSQL 8.4 and for PostgreSQL 8.4+ is set to " "partition)" -msgstr "Il valore di default è \"off\" per versioni inferiori alla 8.4 e \"partition\" a partire dalla 8.4()" +msgstr "" +"Il valore di default è \"off\" per versioni inferiori alla 8.4 e \"partition" +"\" a partire dalla 8.4()" #. 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 "Generalmente usato per il partizionamento delle tabelle. Con versioni di PostgreSQL inferiori alla 8.4 impostare il parametro su \"on\" per permettere al query planner di ottimizzare secondo necessità. Da PostgreSQL 8.4, il valore di default è \"partition\", ideale per versioni 8.4 e superiori perché forza il query planner ad analizzare i vincoli delle tabelle solo se queste sono in una gerarchia di ereditarietà e non essere penalizzate dal planner in caso contrario." +"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 "" +"Generalmente usato per il partizionamento delle tabelle. Con versioni di " +"PostgreSQL inferiori alla 8.4 impostare il parametro su \"on\" per " +"permettere al query planner di ottimizzare secondo necessità. Da PostgreSQL " +"8.4, il valore di default è \"partition\", ideale per versioni 8.4 e " +"superiori perché forza il query planner ad analizzare i vincoli delle " +"tabelle solo se queste sono in una gerarchia di ereditarietà e non essere " +"penalizzate dal planner in caso contrario." #. Tag: ulink #: performance_tips.xml:202 @@ -395,7 +516,10 @@ msgid "" "work_mem (the memory used for sort " "operations and complex queries)" -msgstr "work_mem (memoria usata per operazioni di ordinamento e query complesse)" +msgstr "" +"work_mem (memoria usata per operazioni " +"di ordinamento e query complesse)" #. Tag: para #: performance_tips.xml:228 @@ -407,13 +531,16 @@ msgstr "Default: 1MB" #: performance_tips.xml:233 #, no-c-format msgid "Adjust up for large dbs, complex queries, lots of RAM" -msgstr "Aumentare il valore per grandi database, query complesse, abbondanza di RAM" +msgstr "" +"Aumentare il valore per grandi database, query complesse, abbondanza di RAM" #. Tag: para #: performance_tips.xml:238 #, no-c-format msgid "Adjust down for many concurrent users or low RAM." -msgstr "Diminuire il valore nel caso di molti utenti concorrenti oppure disponibilità di RAM ridotta" +msgstr "" +"Diminuire il valore nel caso di molti utenti concorrenti oppure " +"disponibilità di RAM ridotta" #. Tag: para #: performance_tips.xml:243 @@ -434,7 +561,10 @@ msgid "" "maintenance_work_mem (used " "for VACUUM, CREATE INDEX, etc.)" -msgstr "maintenance_work_mem (usato per VACUUM, CREATE INDEX, etc.)" +msgstr "" +"maintenance_work_mem (usato " +"per VACUUM, CREATE INDEX, etc.)" #. Tag: para #: performance_tips.xml:256 @@ -446,7 +576,9 @@ msgstr "Default: 16MB" #: performance_tips.xml:261 #, no-c-format msgid "Generally too low - ties up I/O, locks objects while swapping memory" -msgstr "Generalmente troppo basso. Tiene occupati i processi Input/Output e blocca oggetti quando viene impegnata la memoria swap." +msgstr "" +"Generalmente troppo basso. Tiene occupati i processi Input/Output e blocca " +"oggetti quando viene impegnata la memoria swap." #. Tag: para #: performance_tips.xml:266 @@ -454,7 +586,10 @@ msgstr "Generalmente troppo basso. Tiene occupati i processi Input/Output e bloc 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 "Si raccomandano 32MB oppure 256MB su server di produzione con molta RAM, ma dipende dal numero di utenti concorrenti. Nel caso di molta RAM e pochi sviluppatori:" +msgstr "" +"Si raccomandano 32MB oppure 256MB su server di produzione con molta RAM, ma " +"dipende dal numero di utenti concorrenti. Nel caso di molta RAM e pochi " +"sviluppatori:" #. Tag: programlisting #: performance_tips.xml:269 diff --git a/doc/po/it_IT/postgis.xml.po b/doc/po/it_IT/postgis.xml.po index 3841e473a..a08a9acd1 100644 --- a/doc/po/it_IT/postgis.xml.po +++ b/doc/po/it_IT/postgis.xml.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# +# # Translators: # pibinko , 2013 msgid "" @@ -9,11 +9,12 @@ msgstr "" "POT-Creation-Date: 2012-09-14 17:50+0000\n" "PO-Revision-Date: 2013-11-26 23:23+0000\n" "Last-Translator: pibinko \n" -"Language-Team: Italian (Italy) (http://www.transifex.com/projects/p/postgis-1/language/it_IT/)\n" +"Language-Team: Italian (Italy) (http://www.transifex.com/projects/p/" +"postgis-1/language/it_IT/)\n" +"Language: it_IT\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it_IT\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. Tag: title @@ -26,11 +27,15 @@ msgstr "Manuale di PostGIS &last_release_version;" #: postgis.xml:114 #, 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:124 @@ -40,7 +45,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 è un'estensione del database object-relational PostgreSQL che consente l'archiviazione di oggetti GIS (Geographic Information Systems). PostGIS comprende il supporto per gli indici spaziali R-Tree basati su GIST, e funzioni per l'analisi e l'elaborazione di oggetti GIS." +msgstr "" +"PostGIS è un'estensione del database object-relational PostgreSQL che " +"consente l'archiviazione di oggetti GIS (Geographic Information Systems). " +"PostGIS comprende il supporto per gli indici spaziali R-Tree basati su GIST, " +"e funzioni per l'analisi e l'elaborazione di oggetti GIS." #. Tag: para #: postgis.xml:133 @@ -52,10 +61,15 @@ msgstr "Questo è il manuale per la versione &last_release_version;" #: postgis.xml:134 #, 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://www.postgis.org." -msgstr "Questa opera è rilasciata con una licenza Creative Commons Attribution-Share Alike 3.0 License. Siete liberi di utilizzare questo materiale come volete, ma vi chiediamo di citare il progetto PostGIS come fonte e, ove possibile, di inserire un link a http://www.postgis.org." +"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://www.postgis.org." +msgstr "" +"Questa opera è rilasciata con una licenza Creative Commons Attribution-Share " +"Alike 3.0 License. Siete liberi di utilizzare questo materiale come " +"volete, ma vi chiediamo di citare il progetto PostGIS come fonte e, ove " +"possibile, di inserire un link a http://www.postgis.org." diff --git a/doc/po/it_IT/reference.xml.po b/doc/po/it_IT/reference.xml.po index 6779330ed..539950488 100644 --- a/doc/po/it_IT/reference.xml.po +++ b/doc/po/it_IT/reference.xml.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# +# # Translators: # aghisla , 2013 msgid "" @@ -9,11 +9,12 @@ msgstr "" "POT-Creation-Date: 2012-09-14 17:50+0000\n" "PO-Revision-Date: 2013-11-28 13:58+0000\n" "Last-Translator: aghisla \n" -"Language-Team: Italian (Italy) (http://www.transifex.com/projects/p/postgis-1/language/it_IT/)\n" +"Language-Team: Italian (Italy) (http://www.transifex.com/projects/p/" +"postgis-1/language/it_IT/)\n" +"Language: it_IT\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it_IT\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. Tag: title @@ -29,20 +30,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 "Le funzioni elencate sotto sono quelle di cui un utente PostGIS avrà più probabilmente bisogno. Ci sono altre funzioni, di supporto agli oggetti PostGIS, che non sono utili all'utente comune." +msgstr "" +"Le funzioni elencate sotto sono quelle di cui un utente PostGIS avrà più " +"probabilmente bisogno. Ci sono altre funzioni, di supporto agli oggetti " +"PostGIS, che non sono utili all'utente comune." #. 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 ha iniziato una transizione dalla namin convention esistente a una convenzione SQL-MM-centrica. Di conseguenza, molte funzioni di uso comune sono state rinominate usando il prefisso standard \"spatial type\" (ST). Le funzioni precedenti sono tuttora disponibili, anche se non elencate nel presente documento. Al loro posto sono presenti le funzioni aggiornate corrispondenti. Le funzioni non ST_ che mancano in questo documento sono deprecate e verranno eliminate in una futura release, quindi NON VANNO PIÙ USATE." +"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 ha iniziato una transizione dalla namin convention esistente a una " +"convenzione SQL-MM-centrica. Di conseguenza, molte funzioni di uso comune " +"sono state rinominate usando il prefisso standard \"spatial type\" (ST). Le " +"funzioni precedenti sono tuttora disponibili, anche se non elencate nel " +"presente documento. Al loro posto sono presenti le funzioni aggiornate " +"corrispondenti. Le funzioni non ST_ che mancano in questo documento sono " +"deprecate e verranno eliminate in una futura release, quindi NON VANNO PIÙ " +"USATE." #. Tag: chapter #: reference.xml:16 @@ -53,4 +65,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/it_IT/reference_management.xml.po b/doc/po/it_IT/reference_management.xml.po index e7c7e28aa..2d9b47a7a 100644 --- a/doc/po/it_IT/reference_management.xml.po +++ b/doc/po/it_IT/reference_management.xml.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# +# # Translators: # Tommaso Di Bucchianico, 2013 # Tommaso Di Bucchianico, 2013 @@ -10,11 +10,12 @@ msgstr "" "POT-Creation-Date: 2012-09-14 17:50+0000\n" "PO-Revision-Date: 2013-12-07 18:17+0000\n" "Last-Translator: Tommaso Di Bucchianico\n" -"Language-Team: Italian (Italy) (http://www.transifex.com/projects/p/postgis-1/language/it_IT/)\n" +"Language-Team: Italian (Italy) (http://www.transifex.com/projects/p/" +"postgis-1/language/it_IT/)\n" +"Language: it_IT\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it_IT\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. Tag: title @@ -36,45 +37,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 "Aggiunge una colonna di tipo geometry in una tabella già esistente. Per default usa il modificatore di tipo per la definizione della geometria piuttosto che dei vincoli. Si può passare alla funzione il parametro use_typemod per attivare il vecchio meccanismo basato sui vincoli." +msgstr "" +"Aggiunge una colonna di tipo geometry in una tabella già esistente. Per " +"default usa il modificatore di tipo per la definizione della geometria " +"piuttosto che dei vincoli. Si può passare alla funzione il parametro " +"use_typemod per attivare il vecchio meccanismo basato sui vincoli." #. 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 @@ -101,7 +130,15 @@ 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 "Aggiunge una colonna di tipo geometry ad una tabella già esistente. schema_name è il nome dello schema contenente la tabella. srid deve essere un numero intero che si riferisce a un record presente nella tabella SPATIAL_REF_SYS. type deve essere una stringa corrispondente al tipo di geometria, per esempio 'POLYGON' oppure 'MULTILINESTRING'. La funzione produce un errore se lo schema non esiste (oppure non è visibile nel search_path attual), o la SRID specificata, il tipo di geometria o la dimensione sono invalidi." +msgstr "" +"Aggiunge una colonna di tipo geometry ad una tabella già esistente. " +"schema_name è il nome dello schema contenente la tabella. " +"srid deve essere un numero intero che si riferisce a un " +"record presente nella tabella SPATIAL_REF_SYS. type deve " +"essere una stringa corrispondente al tipo di geometria, per esempio " +"'POLYGON' oppure 'MULTILINESTRING'. La funzione produce un errore se lo " +"schema non esiste (oppure non è visibile nel search_path attual), o la SRID " +"specificata, il tipo di geometria o la dimensione sono invalidi." #. Tag: para #: reference_management.xml:104 @@ -111,9 +148,16 @@ 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 "Cambiamento nella versione 2.0.0: questa funzione non aggiorna più geometry_columns perché geometry_columns non è più una tabella ma una vista che estrae automaticamente le informazioni necessarie dal system catalog. Inoltre per default la funzione non crea vincoli ma usa il modificatore di tipi integrato in PostgreSQL. Per esempio: creare una colonna con tipo POINT e con SRID 4326 con questa funzione, ora è equivalente a: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 "" +"Cambiamento nella versione 2.0.0: questa funzione non aggiorna più " +"geometry_columns perché geometry_columns non è più una tabella ma una vista " +"che estrae automaticamente le informazioni necessarie dal system catalog. " +"Inoltre per default la funzione non crea vincoli ma usa il modificatore di " +"tipi integrato in PostgreSQL. Per esempio: creare una colonna con tipo POINT " +"e con SRID 4326 con questa funzione, ora è equivalente a:ALTER TABLE " +"some_table ADD COLUMN geom geometry(Point,4326);" #. Tag: para #: reference_management.xml:107 @@ -121,7 +165,10 @@ msgstr "Cambiamento nella versione 2.0.0: questa funzione non aggiorna più geom msgid "" "Changed: 2.0.0 If you require the old behavior of constraints use the " "default use_typmod, but set it to false." -msgstr "Cambiamento nella versione 2.0.0: il vecchio funzionamento con i vincoli può essere attivato passando alla funzione l'argomento use_typmod impostato su false." +msgstr "" +"Cambiamento nella versione 2.0.0: il vecchio funzionamento con i vincoli può " +"essere attivato passando alla funzione l'argomento use_typmod impostato su false." #. Tag: para #: reference_management.xml:111 @@ -133,9 +180,17 @@ 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 "Cambiamento in versione 2.0.0: le viste non possono più essere registrate in geometry_columns, a meno che le colonne geometry a cui fanno riferimento non siano state generate con typmod e usate senza funzioni wrapper. In questo caso la vista sarà registrata correttamente in geometry_columns perché eredita il typmod dalla colonna geometry originale. Le viste che usano funzioni che ritornano geometrie verranno registrate correttamente se il tipo delll'output della funzione verrà definito esplicitamente con la funzione CAST come typmod geometry." +"registered correctly in geometry_columns. Refer to ." +msgstr "" +"Cambiamento in versione 2.0.0: le viste non possono più essere registrate in " +"geometry_columns, a meno che le colonne geometry a cui fanno riferimento non " +"siano state generate con typmod e usate senza funzioni wrapper. In questo " +"caso la vista sarà registrata correttamente in geometry_columns perché " +"eredita il typmod dalla colonna geometry originale. Le viste che usano " +"funzioni che ritornano geometrie verranno registrate correttamente se il " +"tipo delll'output della funzione verrà definito esplicitamente con la " +"funzione CAST come typmod geometry." #. Tag: para #: reference_management.xml:117 reference_management.xml:194 @@ -163,7 +218,11 @@ msgstr "&curve_support;" msgid "" "Enhanced: 2.0.0 use_typmod argument introduced. Defaults to creating typmod " "geometry column instead of constraint-based." -msgstr "Miglioramento nella version 2.0.0: introdotto il parametro use_typmod. Se settato su true (o se omesso) la funzione genererà una colonna geometry basata su typmod. Se settato su \"false\", la funzione genererà una colonna geometry con basata su vincoli geometrici." +msgstr "" +"Miglioramento nella version 2.0.0: introdotto il parametro use_typmod. Se " +"settato su true (o se omesso) la funzione genererà una colonna geometry " +"basata su typmod. Se settato su \"false\", la funzione genererà una colonna " +"geometry con basata su vincoli geometrici." #. Tag: title #: reference_management.xml:124 reference_management.xml:203 @@ -188,19 +247,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" @@ -210,31 +275,106 @@ 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 "" +"-- Creiamo uno schema in sui salvare i dati\n" +"CREATE SCHEMA my_schema;\n" +"-- Creiamo una Semplice tabella\n" +"CREATE TABLE my_schema.my_spatial_table (id serial);\n" +"\n" +"-- La descrizione mostra una semplice tabella con un'unica colonna \"id\"\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" +"-- Aggiungiamo una colonna geometry\n" +"SELECT AddGeometryColumn " +"('my_schema','my_spatial_table','geom',4326,'POINT',2);\n" +"\n" +"-- Aggiungiamo un'altra colonna geometry settando il parametro use_typmod = " +"false, \n" +"-- generando quindo una colonna geometry basata su vincoli\n" +"SELECT AddGeometryColumn " +"('my_schema','my_spatial_table','geom_c',4326,'POINT',2, false);\n" +"\n" +"--Di nuovo aggiungiamo un'altra colonna geometry usando il vecchio " +"meccanismo con vincoli\n" +"Add a curvepolygon using old constraint behavior\n" +"SELECT AddGeometryColumn " +"('my_schema','my_spatial_table','geomcp_c',4326,'CURVEPOLYGON',2, false);\n" +"\n" +"-- Descriviamo di nuovo la tabella con le nuove 3 colonne geometry\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" +"-- Le colonne geometry sono automaticamante registrate in geometry_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 "-- Creiamo uno schema in sui salvare i dati\nCREATE SCHEMA my_schema;\n-- Creiamo una Semplice tabella\nCREATE TABLE my_schema.my_spatial_table (id serial);\n\n-- La descrizione mostra una semplice tabella con un'unica colonna \"id\"\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-- Aggiungiamo una colonna geometry\nSELECT AddGeometryColumn ('my_schema','my_spatial_table','geom',4326,'POINT',2);\n\n-- Aggiungiamo un'altra colonna geometry settando il parametro use_typmod = false, \n-- generando quindo una colonna geometry basata su vincoli\nSELECT AddGeometryColumn ('my_schema','my_spatial_table','geom_c',4326,'POINT',2, false);\n\n--Di nuovo aggiungiamo un'altra colonna geometry usando il vecchio meccanismo con vincoli\nAdd a curvepolygon using old constraint behavior\nSELECT AddGeometryColumn ('my_schema','my_spatial_table','geomcp_c',4326,'CURVEPOLYGON',2, false);\n\n-- Descriviamo di nuovo la tabella con le nuove 3 colonne geometry\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-- Le colonne geometry sono automaticamante registrate in geometry_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 @@ -252,10 +392,11 @@ msgstr "Vedi anche" #: reference_management.xml:132 #, no-c-format msgid "" -", , , " -msgstr ", , , " +", , , " +msgstr "" +", , , " #. Tag: refname #: reference_management.xml:138 @@ -273,24 +414,35 @@ msgstr "Rimuove una colonna geometry da una tabella spaziale" #: 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 @@ -299,7 +451,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 "Rimuove una colonna geometry da una tabella spaziale. Il campo schema_name deve corrispondere al campo f_table_schema in geometry_columns." +msgstr "" +"Rimuove una colonna geometry da una tabella spaziale. Il campo schema_name " +"deve corrispondere al campo f_table_schema in geometry_columns." #. Tag: para #: reference_management.xml:198 @@ -309,7 +463,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 "Cambiamento nella versione 2.0.0: questa funzione è mantenuta per retrocompatibilità. Attualmente, essendo geometry_columns una vista basata sul system catalog, una colonna geometry può essere rimossa come qualsiasi altra colonna con ALTER TABLE" +msgstr "" +"Cambiamento nella versione 2.0.0: questa funzione è mantenuta per " +"retrocompatibilità. Attualmente, essendo geometry_columns una vista basata " +"sul system catalog, una colonna geometry può essere rimossa come qualsiasi " +"altra colonna con ALTER TABLE" #. Tag: programlisting #: reference_management.xml:205 @@ -324,13 +482,25 @@ 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+ questo comando è equivalente al comando standard\n-- alter table. Ambedue i comandi rimuoveranno la colonna da 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+ questo comando è equivalente al comando standard\n" +"-- alter table. Ambedue i comandi rimuoveranno la colonna da " +"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 @@ -348,20 +518,29 @@ msgstr "Rimuove una tabella e tutte le sue referenze da 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 " -" 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 " +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 " #. Tag: para #: reference_management.xml:256 @@ -370,7 +549,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 "Rimuove una tabella spaziale e tutte le sue referenze da geometry_columns. Nota: utilizza la funzione PostgreSQL current_schema() se lo schema non è passato come argomento." +msgstr "" +"Rimuove una tabella spaziale e tutte le sue referenze da geometry_columns. " +"Nota: utilizza la funzione PostgreSQL current_schema() se lo schema non è " +"passato come argomento." #. Tag: para #: reference_management.xml:261 @@ -378,9 +560,13 @@ msgstr "Rimuove una tabella spaziale e tutte le sue referenze da geometry_column 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 "Cambiamento nella versione 2.0.0: questa funzione è mantenuta per retrocompatibilità. Attualmente, essendo geometry_columns una vista basata sul system catalog, una tabella spaziale può essere rimossa come qualsiasi altra tabella con DROP TABLE" +"can drop a table with geometry columns like any other table using DROP " +"TABLE" +msgstr "" +"Cambiamento nella versione 2.0.0: questa funzione è mantenuta per " +"retrocompatibilità. Attualmente, essendo geometry_columns una vista basata " +"sul system catalog, una tabella spaziale può essere rimossa come qualsiasi " +"altra tabella con DROP TABLE" #. Tag: programlisting #: reference_management.xml:269 @@ -392,13 +578,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-- Il comando sopra è ora equivalente a --\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" +"-- Il comando sopra è ora equivalente a --\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 @@ -410,7 +606,9 @@ msgstr "PostGIS_Full_Version" #: reference_management.xml:283 #, no-c-format msgid "Reports full postgis version and build configuration infos." -msgstr "Riporta informazioni sulla versione completa di Postgis e sulla configurazione della compilazione." +msgstr "" +"Riporta informazioni sulla versione completa di Postgis e sulla " +"configurazione della compilazione." #. Tag: funcprototype #: reference_management.xml:289 @@ -418,7 +616,9 @@ msgstr "Riporta informazioni sulla versione completa di Postgis e sulla configur msgid "" "text PostGIS_Full_Version " "" -msgstr "text PostGIS_Full_Version " +msgstr "" +"text PostGIS_Full_Version " +"" #. Tag: para #: reference_management.xml:300 @@ -427,7 +627,10 @@ msgid "" "Reports full postgis version and build configuration infos. Also informs " "about synchronization between libraries and scripts suggesting upgrades as " "needed." -msgstr "Riporta informazioni sulla versione completa di Postgis e sulla configurazione della compilazione. Effettua anche un confronto tra librerie e script e suggerisce l'aggiornamento dove ce ne sia bisogno." +msgstr "" +"Riporta informazioni sulla versione completa di Postgis e sulla " +"configurazione della compilazione. Effettua anche un confronto tra librerie " +"e script e suggerisce l'aggiornamento dove ce ne sia bisogno." #. Tag: programlisting #: reference_management.xml:308 @@ -436,19 +639,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 @@ -468,7 +680,9 @@ msgstr "Riporta il numero della versione della libreria GEOS." msgid "" "text PostGIS_GEOS_Version " "" -msgstr "text PostGIS_GEOS_Version " +msgstr "" +"text PostGIS_GEOS_Version " +"" #. Tag: para #: reference_management.xml:346 @@ -476,7 +690,9 @@ msgstr "text PostGIS_GEOS_Version NULL " "if GEOS support is not enabled." -msgstr "Riporta il numero di versione della libreria GEOS oppure NULL se il supporto a GEOS non è attivato." +msgstr "" +"Riporta il numero di versione della libreria GEOS oppure NULL se il supporto a GEOS non è attivato." #. Tag: programlisting #: reference_management.xml:353 @@ -487,16 +703,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 @@ -516,7 +740,9 @@ msgstr "Riporta il numero della versione della libreria libxml2." msgid "" "text PostGIS_LibXML_Version " "" -msgstr "text PostGIS_LibXML_Version " +msgstr "" +"text PostGIS_LibXML_Version " +"" #. Tag: para #: reference_management.xml:388 @@ -539,16 +765,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 @@ -560,7 +794,9 @@ msgstr "PostGIS_Lib_Build_Date" #: reference_management.xml:413 #, no-c-format msgid "Returns build date of the PostGIS library." -msgstr "Riporta la data della compilazione della libreria PostGIS." +msgstr "" +"Riporta la data della compilazione della libreria PostGIS." #. Tag: funcprototype #: reference_management.xml:418 @@ -568,13 +804,16 @@ msgstr "Riporta la data della compilazione della libreria PostGIS.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 "Riporta la data della compilazione della libreria PostGIS." +msgstr "" +"Riporta la data della compilazione della libreria PostGIS." #. Tag: programlisting #: reference_management.xml:435 @@ -585,7 +824,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 @@ -598,15 +842,19 @@ msgstr "PostGIS_Lib_Version" #, no-c-format msgid "" "Returns the version number of the PostGIS library." -msgstr "Riporta il numero di versione della libreria PostGIS." +msgstr "" +"Riporta il numero di versione della libreria 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 @@ -623,16 +871,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 @@ -652,7 +908,9 @@ msgstr "Riporta il numero di versione della libreria PROJ4." msgid "" "text PostGIS_PROJ_Version " "" -msgstr "text PostGIS_PROJ_Version " +msgstr "" +"text PostGIS_PROJ_Version " +"" #. Tag: para #: reference_management.xml:501 @@ -660,7 +918,9 @@ msgstr "text PostGIS_PROJ_Version NULL " "if PROJ4 support is not enabled." -msgstr "Riporta il numero di versione della libreria PROJ4, oppure NULL se il supporto a PROJ4 non è attivato." +msgstr "" +"Riporta il numero di versione della libreria PROJ4, oppure NULL se il supporto a PROJ4 non è attivato." #. Tag: programlisting #: reference_management.xml:508 @@ -671,16 +931,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 @@ -692,7 +960,9 @@ msgstr "PostGIS_Scripts_Build_Date" #: reference_management.xml:526 #, no-c-format msgid "Returns build date of the PostGIS scripts." -msgstr "Riporta la data della compilazione degli script PostGIS." +msgstr "" +"Riporta la data della compilazione degli script PostGIS." #. Tag: funcprototype #: reference_management.xml:531 @@ -700,7 +970,9 @@ msgstr "Riporta la data della compilazione degli script PostGIS.text PostGIS_Scripts_Build_Date " "" -msgstr "text PostGIS_Scripts_Build_Date " +msgstr "" +"text PostGIS_Scripts_Build_Date " +"" #. Tag: para #: reference_management.xml:542 @@ -723,7 +995,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 @@ -737,7 +1014,9 @@ msgstr "PostGIS_Scripts_Installed" msgid "" "Returns version of the postgis scripts installed in this " "database." -msgstr "Riporta il numero della versione degli script PostGIS installati del database." +msgstr "" +"Riporta il numero della versione degli script PostGIS installati " +"del database." #. Tag: funcprototype #: reference_management.xml:574 @@ -745,25 +1024,33 @@ msgstr "Riporta il numero della versione degli script PostGIS instal 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 " +"Returns version of the postgis scripts installed in this database." +msgstr "" +"Riporta il numero della versione degli script PostGIS installati del " "database." -msgstr "Riporta il numero della versione degli script PostGIS installati del database." #. 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 "Se l'output di questa funzione non corrisponde all'output di , probabilmente gli script installati nel database devono essere aggiornati. Vedi la sezione Aggiornamento per più informazioni." +"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 "" +"Se l'output di questa funzione non corrisponde all'output di , probabilmente gli script installati nel " +"database devono essere aggiornati. Vedi la sezione Aggiornamento per più informazioni." #. Tag: para #: reference_management.xml:596 reference_management.xml:642 @@ -780,15 +1067,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 @@ -802,7 +1096,9 @@ msgstr "PostGIS_Scripts_Released" msgid "" "Returns the version number of the postgis.sql script released " "with the installed postgis lib." -msgstr "Riporta il numero di versione dello script postgis.sql rilasciato con la libreria PostGIS installata." +msgstr "" +"Riporta il numero di versione dello script postgis.sql " +"rilasciato con la libreria PostGIS installata." #. Tag: funcprototype #: reference_management.xml:622 @@ -810,15 +1106,19 @@ msgstr "Riporta il numero di versione dello script postgis.sql rilas 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 "Riporta il numero di versione dello script postgis.sql rilasciato con la libreria PostGIS installata." +"Returns the version number of the postgis.sql script released with the " +"installed postgis lib." +msgstr "" +"Riporta il numero di versione dello script postgis.sql rilasciato con " +"la libreria PostGIS installata." #. Tag: para #: reference_management.xml:637 @@ -826,7 +1126,9 @@ msgstr "Riporta il numero di versione dello script postgis.sql rilasciato msgid "" "Starting with version 1.1.0 this function returns the same value of . Kept for backward compatibility." -msgstr "Dalla versione 1.1.0 questa funzione ritorna lo stesso valore di . Viene mantenuta per retrocompatibilità." +msgstr "" +"Dalla versione 1.1.0 questa funzione ritorna lo stesso valore di . Viene mantenuta per retrocompatibilità." #. Tag: programlisting #: reference_management.xml:648 @@ -837,15 +1139,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 @@ -857,23 +1166,29 @@ msgstr "PostGIS_Version" #: reference_management.xml:662 #, no-c-format msgid "" -"Returns PostGIS version number and compile-time " -"options." -msgstr "Riporta il numero della versione di PostGIS e le opzioni della compilazione." +"Returns PostGIS version number and compile-time options." +msgstr "" +"Riporta il numero della versione di PostGIS e le opzioni della " +"compilazione." #. 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 "Riporta il numero della versione di PostGIS e le opzioni della compilazione." +msgstr "" +"Riporta il numero della versione di PostGIS e le opzioni della " +"compilazione." #. Tag: programlisting #: reference_management.xml:685 @@ -884,17 +1199,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 @@ -906,27 +1228,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 "Si accerta che le colonne geometry siano definite con typemod oppure abbiano gli appropriati vincoli spaziali e conseguentemente siano correttamente registrate nella vista geometry_columns. Per default la funzione converte tutte le colonne geometry definite senza typemod in geometry con typemod. Per ottenere il vecchio meccanismo con i vincoli spaziali si può settare la variabile use_typmod=false" +msgstr "" +"Si accerta che le colonne geometry siano definite con typemod oppure abbiano " +"gli appropriati vincoli spaziali e conseguentemente siano correttamente " +"registrate nella vista geometry_columns. Per default la " +"funzione converte tutte le colonne geometry definite senza typemod in " +"geometry con typemod. Per ottenere il vecchio meccanismo con i vincoli " +"spaziali si può settare la variabile 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 " -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 " #. Tag: para #: reference_management.xml:728 @@ -935,7 +1268,10 @@ msgid "" "Ensures geometry columns have appropriate type modifiers or spatial " "constraints to ensure they are registered correctly in " "geometry_columns table." -msgstr "Si accerta che le colonne geometry siano definite con typemod oppure abbiano gli appropriati vincoli spaziali e conseguentemente siano correttamente registrate nella vista geometry_columns." +msgstr "" +"Si accerta che le colonne geometry siano definite con typemod oppure abbiano " +"gli appropriati vincoli spaziali e conseguentemente siano correttamente " +"registrate nella vista geometry_columns." #. Tag: para #: reference_management.xml:730 @@ -945,11 +1281,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 "Per retrocompatibilità e per particolari casi come tabelle con ereditarietà, dove le tabelle che ereditano potrebbero avere altri tipi di geometria, il meccanismo con i vincoli spaziali è ancora supportato. Se questo dovesse essere necessario, è sufficiente passare come false il nuovo argomento opzionale use_typmod=false. In questo modo la colonna geometry verrà creata senza type modifier e avrà 3 vincoli definiti. In particolare questo significa che ogni colonna geometry avrà almeno 3 vincoli spaziali:" +msgstr "" +"Per retrocompatibilità e per particolari casi come tabelle con ereditarietà, " +"dove le tabelle che ereditano potrebbero avere altri tipi di geometria, il " +"meccanismo con i vincoli spaziali è ancora supportato. Se questo dovesse " +"essere necessario, è sufficiente passare come false il nuovo argomento " +"opzionale use_typmod=false. In questo modo la colonna " +"geometry verrà creata senza type modifier e avrà 3 vincoli definiti. In " +"particolare questo significa che ogni colonna geometry avrà almeno 3 vincoli " +"spaziali:" #. Tag: para #: reference_management.xml:738 @@ -957,7 +1301,9 @@ msgstr "Per retrocompatibilità e per particolari casi come tabelle con ereditar msgid "" "enforce_dims_the_geom - ensures every geometry has the " "same dimension (see )" -msgstr "enforce_dims_the_geom - assicura che tutte le geometrie hanno la stessa dimensione (vedi )" +msgstr "" +"enforce_dims_the_geom - assicura che tutte le geometrie " +"hanno la stessa dimensione (vedi )" #. Tag: para #: reference_management.xml:744 @@ -965,7 +1311,9 @@ msgstr "enforce_dims_the_geom - assicura che tutte le geometr msgid "" "enforce_geotype_the_geom - ensures every geometry is of " "the same type (see )" -msgstr "enforce_geotype_the_geom - assicura che tutte le geometrie sono dello stesso tipo (vedi )" +msgstr "" +"enforce_geotype_the_geom - assicura che tutte le " +"geometrie sono dello stesso tipo (vedi )" #. Tag: para #: reference_management.xml:750 @@ -973,7 +1321,9 @@ msgstr "enforce_geotype_the_geom - assicura che tutte le geom msgid "" "enforce_srid_the_geom - ensures every geometry is in the " "same projection (see )" -msgstr "enforce_srid_the_geom - - assicura che tutte le geometrie hanno la stessa proiezione (vedi )" +msgstr "" +"enforce_srid_the_geom - - assicura che tutte le geometrie " +"hanno la stessa proiezione (vedi )" #. Tag: para #: reference_management.xml:756 @@ -982,9 +1332,15 @@ 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 "Se alla funzione viene passato l' oid di una tabella, questa cerca di determinare srid, dimensione e tipo della geometria di tutte le colonne geometry della tabella, aggiungendo i vincoli se necessario. In caso di successo, una riga viene inserita nella tabella geometry_columns, altrimenti viene lanciata un'eccezione con un messaggio che descrive il problema." +"row is inserted into the geometry_columns table, otherwise, the exception is " +"caught and an error notice is raised describing the problem." +msgstr "" +"Se alla funzione viene passato l' oid di una tabella, " +"questa cerca di determinare srid, dimensione e tipo della geometria di tutte " +"le colonne geometry della tabella, aggiungendo i vincoli se necessario. In " +"caso di successo, una riga viene inserita nella tabella geometry_columns, " +"altrimenti viene lanciata un'eccezione con un messaggio che descrive il " +"problema." #. Tag: para #: reference_management.xml:763 @@ -995,7 +1351,11 @@ msgid "" "geometries in the view, inserting appropriate entries into the " "geometry_columns table, but nothing is done to enforce " "constraints." -msgstr "Se alla funzione viene passato l'oid di una vista, questa cerca di determinare srid, dimensione e tipo della geometria di tutte le colonne geometry della vista, inserendo le appropriate righe nella tabella geometry_columns. I vincoli spaziali non vengono controllati né definiti." +msgstr "" +"Se alla funzione viene passato l'oid di una vista, questa " +"cerca di determinare srid, dimensione e tipo della geometria di tutte le " +"colonne geometry della vista, inserendo le appropriate righe nella tabella " +"geometry_columns. I vincoli spaziali non vengono controllati né definiti." #. Tag: para #: reference_management.xml:769 @@ -1003,13 +1363,20 @@ msgstr "Se alla funzione viene passato l'oid di una vista, qu 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 variante senza parametri è un semplice wrapper per la variante parametrizzata, che prima svuota e poi riempie la tabella geometry_columns per ogni vista e tabella spaziale nel database, aggiungendo gli appropriate vincoli spaziali. La funzione ritorna un sommario con il numero delle colonne geometry trovate e di quelle inserite in geometry_columns. La versione parametrizzata ritorna semplicemente il numero di righe inserite nella tabella geometry_columns." +"returns the number of rows inserted into the geometry_columns table." +msgstr "" +"La variante senza parametri è un semplice wrapper per la variante " +"parametrizzata, che prima svuota e poi riempie la tabella geometry_columns " +"per ogni vista e tabella spaziale nel database, aggiungendo gli appropriate " +"vincoli spaziali. La funzione ritorna un sommario con il numero delle " +"colonne geometry trovate e di quelle inserite in geometry_columns. La versione parametrizzata ritorna semplicemente il numero di " +"righe inserite nella tabella geometry_columns." #. Tag: para #: reference_management.xml:777 @@ -1025,7 +1392,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 "Cambiamento nella versione 2.0.0: Per default la funzione utilizza ora type modifier invece di controllare i vincoli spaziali. il meccanismo con i vincoli può essere comunque attivato passando il parametro use_typmod e settandolo come false." +msgstr "" +"Cambiamento nella versione 2.0.0: Per default la funzione utilizza ora type " +"modifier invece di controllare i vincoli spaziali. il meccanismo con i " +"vincoli può essere comunque attivato passando il parametro " +"use_typmod e settandolo come false." #. Tag: para #: reference_management.xml:780 @@ -1034,15 +1405,21 @@ 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 "Miglioramento nelle version 2.0.0: Il parametro opzionale use_typmod è stato introdotto per permettere di controllare se le colonne devono essere create con typmodifier oppure con i vincoli spaziali." +msgstr "" +"Miglioramento nelle version 2.0.0: Il parametro opzionale " +"use_typmod è stato introdotto per permettere di " +"controllare se le colonne devono essere create con typmodifier oppure con i " +"vincoli spaziali." #. 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" @@ -1053,36 +1430,95 @@ 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);\n" +"INSERT INTO myspatial_table(geom) VALUES(ST_GeomFromText('LINESTRING(1 2, 3 " +"4)',4326) );\n" +"-- Il comando seguente usa typ modifiers. Per poter funzionare devono " +"essere presenti dati nella tabella.\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);\nINSERT INTO myspatial_table(geom) VALUES(ST_GeomFromText('LINESTRING(1 2, 3 4)',4326) );\n-- Il comando seguente usa typ modifiers. Per poter funzionare devono essere presenti dati nella tabella.\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 "" +"-- Il comando seguente modificherà le colonne geometry usando i vincoli " +"spaziali se non sono state definite con typmod oppure non hanno già i " +"vincoli spaziali.\n" +"--Per poter funzionare devono essere presenti dati nella tabella.\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 "-- Il comando seguente modificherà le colonne geometry usando i vincoli spaziali se non sono state definite con typmod oppure non hanno già i vincoli spaziali.\n--Per poter funzionare devono essere presenti dati nella tabella.\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 @@ -1096,34 +1532,49 @@ msgstr "UpdateGeometrySRID" msgid "" "Updates the SRID of all features in a geometry column, geometry_columns " "metadata and srid table constraint" -msgstr "Aggiorna lo SRID di tutti i record in una colonna geometry. Vengono aggiornati anche geometry_columns e il vincolo SRID della colonna." +msgstr "" +"Aggiorna lo SRID di tutti i record in una colonna geometry. Vengono " +"aggiornati anche geometry_columns e il vincolo SRID della colonna." #. 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 @@ -1132,4 +1583,7 @@ 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 "Aggiorna lo SRID di tutti i record in una colonna geometry, aggiornando anche geometry_columns e il vincolo SRID della colonna. Usa la funzione current_schema() se lo schema non è passato come argomento." +msgstr "" +"Aggiorna lo SRID di tutti i record in una colonna geometry, aggiornando " +"anche geometry_columns e il vincolo SRID della colonna. Usa la funzione " +"current_schema() se lo schema non è passato come argomento." diff --git a/doc/po/it_IT/reference_output.xml.po b/doc/po/it_IT/reference_output.xml.po index 6ac7c5655..48991aabf 100644 --- a/doc/po/it_IT/reference_output.xml.po +++ b/doc/po/it_IT/reference_output.xml.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2012-09-14 17:50+0000\n" +"POT-Creation-Date: 2014-10-14 21:54+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -54,10 +54,11 @@ msgid "" msgstr "" #. Tag: title -#: reference_output.xml:35 reference_output.xml:108 reference_output.xml:161 -#: reference_output.xml:233 reference_output.xml:335 reference_output.xml:436 -#: reference_output.xml:492 reference_output.xml:557 reference_output.xml:600 -#: reference_output.xml:702 reference_output.xml:751 reference_output.xml:809 +#: reference_output.xml:35 reference_output.xml:109 reference_output.xml:162 +#: reference_output.xml:238 reference_output.xml:339 reference_output.xml:440 +#: reference_output.xml:496 reference_output.xml:561 reference_output.xml:604 +#: reference_output.xml:707 reference_output.xml:755 reference_output.xml:813 +#: reference_output.xml:879 reference_output.xml:944 reference_output.xml:988 #, no-c-format msgid "Description" msgstr "" @@ -74,7 +75,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:40 reference_output.xml:112 +#: reference_output.xml:40 reference_output.xml:113 #, no-c-format msgid "" "This is useful in binary cursors to pull data out of the database without " @@ -109,7 +110,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:55 reference_output.xml:120 +#: reference_output.xml:55 reference_output.xml:121 #, no-c-format msgid "" "Enhanced: 2.0.0 support for Polyhedral surfaces, Triangles and TIN was " @@ -131,7 +132,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:58 reference_output.xml:274 reference_output.xml:379 +#: reference_output.xml:58 reference_output.xml:279 reference_output.xml:383 #, no-c-format msgid "Availability: 1.5.0 geography support was introduced." msgstr "" @@ -143,13 +144,13 @@ msgid "" "Changed: 2.0.0 Inputs to this function can not be unknown -- must be " "geometry. Constructs such as ST_AsBinary('POINT(1 2)') are no " "longer valid and you will get an n st_asbinary(unknown) is not unique " -"error. Code like that needs to be changed to ST_AsBinary('POINT" -"(1 2)'::geometry);. If that is not possible, then install " -"legacy.sql." +"error. Code like that needs to be changed to " +"ST_AsBinary('POINT(1 2)'::geometry);. If that is not possible, " +"then install legacy.sql." msgstr "" #. Tag: para -#: reference_output.xml:61 reference_output.xml:767 +#: reference_output.xml:61 reference_output.xml:771 #, no-c-format msgid "&sfs_compliant; s2.1.1.1" msgstr "" @@ -161,39 +162,40 @@ msgid "&sqlmm_compliant; SQL-MM 3: 5.1.37" msgstr "" #. Tag: para -#: reference_output.xml:63 reference_output.xml:122 reference_output.xml:176 -#: reference_output.xml:445 reference_output.xml:716 reference_output.xml:769 +#: reference_output.xml:63 reference_output.xml:123 reference_output.xml:177 +#: reference_output.xml:449 reference_output.xml:721 reference_output.xml:773 #, no-c-format msgid "&curve_support;" msgstr "" #. Tag: para -#: reference_output.xml:64 reference_output.xml:123 reference_output.xml:177 -#: reference_output.xml:386 reference_output.xml:659 +#: reference_output.xml:64 reference_output.xml:124 reference_output.xml:178 +#: reference_output.xml:390 reference_output.xml:664 #, no-c-format msgid "&P_support;" msgstr "" #. Tag: para -#: reference_output.xml:65 reference_output.xml:124 reference_output.xml:178 -#: reference_output.xml:387 reference_output.xml:662 +#: reference_output.xml:65 reference_output.xml:125 reference_output.xml:179 +#: reference_output.xml:391 reference_output.xml:667 #, no-c-format msgid "&T_support;" msgstr "" #. Tag: para -#: reference_output.xml:66 reference_output.xml:121 reference_output.xml:175 -#: reference_output.xml:276 reference_output.xml:385 reference_output.xml:444 -#: reference_output.xml:519 reference_output.xml:657 +#: reference_output.xml:66 reference_output.xml:122 reference_output.xml:176 +#: reference_output.xml:281 reference_output.xml:389 reference_output.xml:448 +#: reference_output.xml:523 reference_output.xml:662 #, no-c-format msgid "&Z_support;" msgstr "" #. Tag: title -#: reference_output.xml:71 reference_output.xml:129 reference_output.xml:183 -#: reference_output.xml:280 reference_output.xml:449 reference_output.xml:523 -#: reference_output.xml:576 reference_output.xml:720 reference_output.xml:774 -#: reference_output.xml:838 +#: reference_output.xml:71 reference_output.xml:130 reference_output.xml:184 +#: reference_output.xml:285 reference_output.xml:453 reference_output.xml:527 +#: reference_output.xml:580 reference_output.xml:725 reference_output.xml:778 +#: reference_output.xml:842 reference_output.xml:896 reference_output.xml:961 +#: reference_output.xml:997 #, no-c-format msgid "Examples" msgstr "" @@ -237,9 +239,10 @@ msgid "" msgstr "" #. Tag: title -#: reference_output.xml:79 reference_output.xml:137 reference_output.xml:190 -#: reference_output.xml:405 reference_output.xml:527 reference_output.xml:724 -#: reference_output.xml:781 +#: reference_output.xml:79 reference_output.xml:138 reference_output.xml:191 +#: reference_output.xml:409 reference_output.xml:531 reference_output.xml:729 +#: reference_output.xml:785 reference_output.xml:901 reference_output.xml:966 +#: reference_output.xml:1002 #, no-c-format msgid "See Also" msgstr "" @@ -247,17 +250,19 @@ msgstr "" #. Tag: para #: reference_output.xml:80 #, no-c-format -msgid ", ," +msgid "" +", , , ," msgstr "" #. Tag: refname -#: reference_output.xml:89 +#: reference_output.xml:90 #, no-c-format msgid "ST_AsEWKB" msgstr "" #. Tag: refpurpose -#: reference_output.xml:90 +#: reference_output.xml:91 #, no-c-format msgid "" "Return the Well-Known Binary (WKB) representation of the geometry with SRID " @@ -265,7 +270,7 @@ msgid "" msgstr "" #. Tag: funcsynopsis -#: reference_output.xml:94 +#: reference_output.xml:95 #, no-c-format msgid "" " bytea ST_AsEWKB " @@ -277,7 +282,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:109 +#: reference_output.xml:110 #, no-c-format msgid "" "Returns the Well-Known Binary representation of the geometry with SRID " @@ -288,7 +293,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:115 +#: reference_output.xml:116 #, no-c-format msgid "" "The WKB spec does not include the SRID. To get the OGC WKB format use " @@ -296,7 +301,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:118 +#: reference_output.xml:119 #, no-c-format msgid "" "ST_AsEWKB is the reverse of ST_GeomFromEWKB. Use ST_GeomFromEWKB to convert " @@ -304,7 +309,7 @@ msgid "" msgstr "" #. Tag: programlisting -#: reference_output.xml:131 +#: reference_output.xml:132 #, no-c-format msgid "" "SELECT ST_AsEWKB(ST_GeomFromText('POLYGON((0 0,0 1,1 1,1 0,0 0))',4326));\n" @@ -324,7 +329,7 @@ msgid "" msgstr "" #. Tag: programlisting -#: reference_output.xml:132 +#: 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), " @@ -342,7 +347,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:138 +#: reference_output.xml:139 #, no-c-format msgid "" ", , , text ST_AsEWKT " @@ -375,7 +380,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:163 +#: reference_output.xml:164 #, no-c-format msgid "" "Returns the Well-Known Text representation of the geometry prefixed with the " @@ -383,7 +388,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:166 +#: reference_output.xml:167 #, no-c-format msgid "" "The WKT spec does not include the SRID. To get the OGC WKT format use " @@ -391,7 +396,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:168 reference_output.xml:759 +#: reference_output.xml:169 reference_output.xml:763 #, no-c-format msgid "" "WKT format does not maintain precision so to prevent floating truncation, " @@ -399,7 +404,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:172 +#: reference_output.xml:173 #, no-c-format msgid "" "ST_AsEWKT is the reverse of . Use ," +msgid "" +", , , " msgstr "" #. Tag: refname -#: reference_output.xml:196 +#: reference_output.xml:201 #, no-c-format msgid "ST_AsGeoJSON" msgstr "" #. Tag: refpurpose -#: reference_output.xml:198 +#: reference_output.xml:203 #, no-c-format msgid "Return the geometry as a GeoJSON element." msgstr "" #. Tag: funcsynopsis -#: reference_output.xml:202 +#: reference_output.xml:207 #, no-c-format msgid "" " text ST_AsGeoJSON " @@ -487,7 +494,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:235 +#: reference_output.xml:240 #, no-c-format msgid "" "Return the geometry as a Geometry Javascript Object Notation (GeoJSON) " @@ -497,7 +504,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:241 +#: reference_output.xml:246 #, no-c-format msgid "" "The gj_version parameter is the major version of the GeoJSON spec. If " @@ -505,7 +512,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:243 +#: reference_output.xml:248 #, no-c-format msgid "" "The third argument may be used to reduce the maximum number of decimal " @@ -513,7 +520,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:246 +#: reference_output.xml:251 #, no-c-format msgid "" "The last 'options' argument could be used to add Bbox or Crs in GeoJSON " @@ -521,79 +528,79 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:250 +#: reference_output.xml:255 #, no-c-format msgid "0: means no option (default value)" msgstr "" #. Tag: para -#: reference_output.xml:254 +#: reference_output.xml:259 #, no-c-format msgid "1: GeoJSON Bbox" msgstr "" #. Tag: para -#: reference_output.xml:258 +#: reference_output.xml:263 #, no-c-format msgid "2: GeoJSON Short CRS (e.g EPSG:4326)" msgstr "" #. Tag: para -#: reference_output.xml:262 +#: reference_output.xml:267 #, no-c-format msgid "4: GeoJSON Long CRS (e.g urn:ogc:def:crs:EPSG::4326)" msgstr "" #. Tag: para -#: reference_output.xml:266 +#: reference_output.xml:271 #, no-c-format msgid "Version 1: ST_AsGeoJSON(geom) / precision=15 version=1 options=0" msgstr "" #. Tag: para -#: reference_output.xml:267 +#: reference_output.xml:272 #, no-c-format msgid "Version 2: ST_AsGeoJSON(geom, precision) / version=1 options=0" msgstr "" #. Tag: para -#: reference_output.xml:268 +#: reference_output.xml:273 #, no-c-format msgid "Version 3: ST_AsGeoJSON(geom, precision, options) / version=1" msgstr "" #. Tag: para -#: reference_output.xml:269 +#: reference_output.xml:274 #, no-c-format msgid "Version 4: ST_AsGeoJSON(gj_version, geom) / precision=15 options=0" msgstr "" #. Tag: para -#: reference_output.xml:270 +#: reference_output.xml:275 #, no-c-format msgid "Version 5: ST_AsGeoJSON(gj_version, geom, precision) /options=0" msgstr "" #. Tag: para -#: reference_output.xml:271 +#: reference_output.xml:276 #, no-c-format msgid "Version 6: ST_AsGeoJSON(gj_version, geom, precision,options)" msgstr "" #. Tag: para -#: reference_output.xml:273 +#: reference_output.xml:278 #, no-c-format msgid "Availability: 1.3.4" msgstr "" #. Tag: para -#: reference_output.xml:275 +#: reference_output.xml:280 #, no-c-format msgid "Changed: 2.0.0 support default args and named args." msgstr "" #. Tag: para -#: reference_output.xml:281 +#: reference_output.xml:286 #, no-c-format msgid "" "GeoJSON format is generally more efficient than other formats for use in " @@ -603,7 +610,7 @@ msgid "" msgstr "" #. Tag: programlisting -#: reference_output.xml:286 +#: reference_output.xml:291 #, no-c-format msgid "" "SELECT ST_AsGeoJSON(the_geom) from fe_edges limit 1;\n" @@ -623,26 +630,36 @@ msgid "" msgstr "" #. Tag: refname -#: reference_output.xml:291 +#: reference_output.xml:296 #, no-c-format msgid "ST_AsGML" msgstr "" #. Tag: refpurpose -#: reference_output.xml:292 +#: reference_output.xml:297 #, no-c-format msgid "Return the geometry as a GML version 2 or 3 element." msgstr "" #. Tag: funcsynopsis -#: reference_output.xml:296 +#: reference_output.xml:301 #, no-c-format msgid "" " text ST_AsGML " -"integer version " "geometry geom " "integer " "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 " @@ -659,7 +676,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:337 +#: reference_output.xml:341 #, no-c-format msgid "" "Return the geometry as a Geography Markup Language (GML) element. The " @@ -670,13 +687,13 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:342 +#: reference_output.xml:346 #, no-c-format msgid "GML 2 refer to 2.1.2 version, GML 3 to 3.1.1 version" msgstr "" #. Tag: para -#: reference_output.xml:343 +#: reference_output.xml:347 #, no-c-format msgid "" "The 'options' argument is a bitfield. It could be used to define CRS output " @@ -684,25 +701,25 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:347 +#: reference_output.xml:351 #, no-c-format msgid "0: GML Short CRS (e.g EPSG:4326), default value" msgstr "" #. Tag: para -#: reference_output.xml:351 +#: reference_output.xml:355 #, no-c-format msgid "1: GML Long CRS (e.g urn:ogc:def:crs:EPSG::4326)" msgstr "" #. Tag: para -#: reference_output.xml:355 +#: reference_output.xml:359 #, no-c-format msgid "2: For GML 3 only, remove srsDimension attribute from output." msgstr "" #. Tag: para -#: reference_output.xml:359 +#: reference_output.xml:363 #, no-c-format msgid "" "4: For GML 3 only, use <LineString> rather than <Curve> tag for " @@ -710,7 +727,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:363 +#: reference_output.xml:367 #, no-c-format msgid "" "16: Declare that datas are lat/lon (e.g srid=4326). Default is to assume " @@ -720,13 +737,13 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:369 +#: reference_output.xml:373 #, no-c-format msgid "32: Output the box of the geometry (envelope)." msgstr "" #. Tag: para -#: reference_output.xml:374 +#: reference_output.xml:378 #, no-c-format msgid "" "The 'namespace prefix' argument may be used to specify a custom namespace " @@ -734,13 +751,13 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:378 +#: reference_output.xml:382 #, no-c-format msgid "Availability: 1.3.2" msgstr "" #. Tag: para -#: reference_output.xml:380 +#: reference_output.xml:384 #, no-c-format msgid "" "Enhanced: 2.0.0 prefix support was introduced. Option 4 for GML3 was " @@ -750,31 +767,31 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:381 +#: reference_output.xml:385 #, no-c-format msgid "Changed: 2.0.0 use default named args" msgstr "" #. Tag: para -#: reference_output.xml:382 +#: reference_output.xml:386 #, no-c-format msgid "Enhanced: 2.1.0 id support was introduced, for GML 3." msgstr "" #. Tag: para -#: reference_output.xml:384 +#: reference_output.xml:388 #, no-c-format msgid "Only version 3+ of ST_AsGML supports Polyhedral Surfaces and TINS." msgstr "" #. Tag: title -#: reference_output.xml:391 +#: reference_output.xml:395 #, no-c-format msgid "Examples: Version 2" msgstr "" #. Tag: programlisting -#: reference_output.xml:392 +#: reference_output.xml:396 #, no-c-format msgid "" " text ST_AsHEXEWKB " @@ -931,7 +948,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:438 +#: reference_output.xml:442 #, no-c-format msgid "" "Returns a Geometry in HEXEWKB format (as text) using either little-endian " @@ -940,13 +957,13 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:442 +#: reference_output.xml:446 #, no-c-format msgid "Availability: 1.2.2" msgstr "" #. Tag: programlisting -#: reference_output.xml:450 +#: reference_output.xml:454 #, no-c-format msgid "" "SELECT ST_AsHEXEWKB(ST_GeomFromText('POLYGON((0 0,0 1,1 1,1 0,0 " @@ -966,13 +983,13 @@ msgid "" msgstr "" #. Tag: refname -#: reference_output.xml:456 +#: reference_output.xml:460 #, no-c-format msgid "ST_AsKML" msgstr "" #. Tag: refpurpose -#: reference_output.xml:458 +#: reference_output.xml:462 #, no-c-format msgid "" "Return the geometry as a KML element. Several variants. Default version=2, " @@ -980,7 +997,7 @@ msgid "" msgstr "" #. Tag: funcsynopsis -#: reference_output.xml:462 +#: reference_output.xml:466 #, no-c-format msgid "" " text ST_AsKML " @@ -1007,7 +1024,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:494 +#: reference_output.xml:498 #, no-c-format msgid "" "Return the geometry as a Keyhole Markup Language (KML) element. There are " @@ -1017,7 +1034,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:498 +#: reference_output.xml:502 #, no-c-format msgid "" "Version 1: ST_AsKML(geom_or_geog, maxdecimaldigits) / version=2 / " @@ -1025,7 +1042,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:499 +#: reference_output.xml:503 #, no-c-format msgid "" "Version 2: ST_AsKML(version, geom_or_geog, maxdecimaldigits, nprefix) " @@ -1033,7 +1050,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:502 +#: reference_output.xml:506 #, no-c-format msgid "" "Requires PostGIS be compiled with Proj support. Use " msgstr "" #. Tag: refname -#: reference_output.xml:534 +#: reference_output.xml:538 #, no-c-format msgid "ST_AsSVG" msgstr "" #. Tag: refpurpose -#: reference_output.xml:536 +#: reference_output.xml:540 #, no-c-format msgid "" "Returns a Geometry in SVG path data given a geometry or geography object." msgstr "" #. Tag: funcsynopsis -#: reference_output.xml:540 +#: reference_output.xml:544 #, no-c-format msgid "" " text ST_AsSVG " @@ -1120,7 +1137,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:559 +#: reference_output.xml:563 #, no-c-format msgid "" "Return the geometry as Scalar Vector Graphics (SVG) path data. Use 1 as " @@ -1133,7 +1150,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:569 +#: reference_output.xml:573 #, no-c-format msgid "" "Availability: 1.2.2. Availability: 1.4.0 Changed in PostGIS 1.4.0 to include " @@ -1143,13 +1160,13 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:572 +#: reference_output.xml:576 #, no-c-format msgid "Changed: 2.0.0 to use default args and support named args" msgstr "" #. Tag: programlisting -#: reference_output.xml:577 +#: reference_output.xml:581 #, no-c-format msgid "" "SELECT ST_AsSVG(ST_GeomFromText('POLYGON((0 0,0 1,1 1,1 0,0 0))',4326));\n" @@ -1160,13 +1177,13 @@ msgid "" msgstr "" #. Tag: refname -#: reference_output.xml:583 +#: reference_output.xml:587 #, no-c-format msgid "ST_AsX3D" msgstr "" #. Tag: refpurpose -#: reference_output.xml:585 +#: reference_output.xml:589 #, no-c-format msgid "" "Returns a Geometry in X3D xml node element format: ISO-IEC-19776-1.2-" @@ -1174,7 +1191,7 @@ msgid "" msgstr "" #. Tag: funcprototype -#: reference_output.xml:590 +#: reference_output.xml:594 #, no-c-format msgid "" "text ST_AsX3D " @@ -1185,19 +1202,17 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:602 +#: reference_output.xml:606 #, no-c-format msgid "" "Returns a geometry as an X3D xml formatted node element http://web3d.org/x3d/specifications/ISO-IEC-19776-1.2-" -"X3DEncodings-XML/Part01/EncodingOfNodes.html. If " -"maxdecimaldigits (precision) is not specified then " -"defaults to 15." +"www.web3d.org/standards/number/19776-1\">http://www.web3d.org/standards/" +"number/19776-1. If maxdecimaldigits (precision) " +"is not specified then defaults to 15." msgstr "" #. Tag: para -#: reference_output.xml:604 +#: reference_output.xml:608 #, no-c-format msgid "" "There are various options for translating PostGIS geometries to X3D since " @@ -1209,127 +1224,127 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:606 +#: reference_output.xml:610 #, no-c-format msgid "Below is how we currently map PostGIS 2D/3D types to X3D types" msgstr "" #. Tag: entry -#: reference_output.xml:613 +#: reference_output.xml:617 #, no-c-format msgid "PostGIS Type" msgstr "" #. Tag: entry -#: reference_output.xml:614 +#: reference_output.xml:618 #, no-c-format msgid "2D X3D Type" msgstr "" #. Tag: entry -#: reference_output.xml:615 +#: reference_output.xml:619 #, no-c-format msgid "3D X3D Type" msgstr "" #. Tag: entry -#: reference_output.xml:620 +#: reference_output.xml:624 #, no-c-format msgid "LINESTRING" msgstr "" #. Tag: entry -#: reference_output.xml:621 reference_output.xml:626 +#: reference_output.xml:625 reference_output.xml:630 #, no-c-format msgid "not yet implemented - will be PolyLine2D" msgstr "" #. Tag: entry -#: reference_output.xml:622 +#: reference_output.xml:626 #, no-c-format msgid "LineSet" msgstr "" #. Tag: entry -#: reference_output.xml:625 +#: reference_output.xml:629 #, no-c-format msgid "MULTILINESTRING" msgstr "" #. Tag: entry -#: reference_output.xml:627 +#: reference_output.xml:631 #, no-c-format msgid "IndexedLineSet" msgstr "" #. Tag: entry -#: reference_output.xml:630 +#: reference_output.xml:634 #, no-c-format msgid "MULTIPOINT" msgstr "" #. Tag: entry -#: reference_output.xml:631 +#: reference_output.xml:635 #, no-c-format msgid "Polypoint2D" msgstr "" #. Tag: entry -#: reference_output.xml:632 +#: reference_output.xml:636 #, no-c-format msgid "PointSet" msgstr "" #. Tag: entry -#: reference_output.xml:635 +#: reference_output.xml:639 #, no-c-format msgid "POINT" msgstr "" #. Tag: entry -#: reference_output.xml:636 reference_output.xml:637 +#: reference_output.xml:640 reference_output.xml:641 #, no-c-format msgid "outputs the space delimited coordinates" msgstr "" #. Tag: entry -#: reference_output.xml:640 +#: reference_output.xml:644 #, no-c-format msgid "(MULTI) POLYGON, POLYHEDRALSURFACE" msgstr "" #. Tag: entry -#: reference_output.xml:641 +#: reference_output.xml:645 #, no-c-format msgid "Invalid X3D markup" msgstr "" #. Tag: entry -#: reference_output.xml:642 +#: reference_output.xml:646 #, no-c-format msgid "IndexedFaceSet (inner rings currently output as another faceset)" msgstr "" #. Tag: entry -#: reference_output.xml:645 +#: reference_output.xml:649 #, no-c-format msgid "TIN" msgstr "" #. Tag: entry -#: reference_output.xml:646 +#: reference_output.xml:650 #, no-c-format msgid "TriangleSet2D (Not Yet Implemented)" msgstr "" #. Tag: entry -#: reference_output.xml:647 +#: reference_output.xml:651 #, no-c-format msgid "IndexedTriangleSet" msgstr "" #. Tag: para -#: reference_output.xml:652 +#: reference_output.xml:656 #, no-c-format msgid "" "2D geometry support not yet complete. Inner rings currently just drawn as " @@ -1337,7 +1352,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:653 +#: reference_output.xml:657 #, no-c-format msgid "" "Lots of advancements happening in 3D space particularly with PostGIS minimalist X3D viewer that utilizes this function and " +"x3dDom html/js open source toolkit." +msgstr "" + +#. Tag: para +#: reference_output.xml:660 #, no-c-format msgid "Availability: 2.0.0: ISO-IEC-19776-1.2-X3DEncodings-XML" msgstr "" #. Tag: title -#: reference_output.xml:667 +#: reference_output.xml:672 #, no-c-format msgid "" "Example: Create a fully functional X3D document - This will generate a cube " @@ -1370,7 +1395,7 @@ msgid "" msgstr "" #. Tag: programlisting -#: reference_output.xml:668 +#: reference_output.xml:673 #, no-c-format msgid "" "\n" @@ -1420,13 +1445,13 @@ msgid "" msgstr "" #. Tag: title -#: reference_output.xml:671 +#: reference_output.xml:676 #, no-c-format msgid "Example: An Octagon elevated 3 Units and decimal precision of 6" msgstr "" #. Tag: programlisting -#: reference_output.xml:672 +#: reference_output.xml:677 #, no-c-format msgid "" "SELECT ST_AsX3D(\n" @@ -1445,13 +1470,13 @@ msgid "" msgstr "" #. Tag: title -#: reference_output.xml:675 +#: reference_output.xml:680 #, no-c-format msgid "Example: TIN" msgstr "" #. Tag: programlisting -#: reference_output.xml:676 +#: reference_output.xml:681 #, no-c-format msgid "" "text ST_GeoHash " @@ -1523,17 +1548,18 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:704 +#: reference_output.xml:709 #, no-c-format msgid "" -"Return a GeoHash representation (geohash.org) 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 -#: reference_output.xml:706 +#: reference_output.xml:711 #, no-c-format msgid "" "If no maxchars is specficified ST_GeoHash returns a " @@ -1547,7 +1573,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:708 +#: reference_output.xml:713 #, no-c-format msgid "" "If maxchars is specified ST_GeoHash returns a GeoHash " @@ -1557,13 +1583,13 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:710 +#: reference_output.xml:715 #, no-c-format msgid "Availability: 1.4.0" msgstr "" #. Tag: para -#: reference_output.xml:713 +#: reference_output.xml:718 #, no-c-format msgid "" "ST_GeoHash will not work with geometries that are not in geographic (lon/" @@ -1571,7 +1597,7 @@ msgid "" msgstr "" #. Tag: programlisting -#: reference_output.xml:721 +#: reference_output.xml:726 #, no-c-format msgid "" " text ST_AsText " @@ -1614,13 +1640,13 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:753 +#: reference_output.xml:757 #, no-c-format msgid "Returns the Well-Known Text representation of the geometry/geography." msgstr "" #. Tag: para -#: reference_output.xml:756 +#: 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, " @@ -1628,7 +1654,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:763 +#: reference_output.xml:767 #, no-c-format msgid "" "ST_AsText is the reverse of . Use , , text ST_AsLatLonText " @@ -1696,13 +1722,13 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:811 +#: reference_output.xml:815 #, no-c-format msgid "Returns the Degrees, Minutes, Seconds representation of the point." msgstr "" #. Tag: para -#: reference_output.xml:814 +#: reference_output.xml:818 #, no-c-format msgid "" "It is assumed the point is in a lat/lon projection. The X (lon) and Y (lat) " @@ -1711,7 +1737,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:817 +#: reference_output.xml:821 #, no-c-format msgid "" "The text parameter is a format string containing the format for the " @@ -1722,7 +1748,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:822 +#: reference_output.xml:826 #, no-c-format msgid "" "\"M\", \"S\", and \"C\" are optional. If \"C\" is omitted, degrees are shown " @@ -1733,7 +1759,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:827 +#: reference_output.xml:831 #, no-c-format msgid "" "If the format string is omitted (or zero-length) a default format will be " @@ -1741,19 +1767,19 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:833 +#: reference_output.xml:837 #, no-c-format msgid "Availability: 2.0" msgstr "" #. Tag: para -#: reference_output.xml:839 +#: reference_output.xml:843 #, no-c-format msgid "Default format." msgstr "" #. Tag: programlisting -#: reference_output.xml:840 +#: reference_output.xml:844 #, no-c-format msgid "" "SELECT (ST_AsLatLonText('POINT (-3.2342342 -2.32498)'));\n" @@ -1763,13 +1789,13 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:841 +#: reference_output.xml:845 #, no-c-format msgid "Providing a format (same as the default)." msgstr "" #. Tag: programlisting -#: reference_output.xml:842 +#: reference_output.xml:846 #, no-c-format msgid "" "SELECT (ST_AsLatLonText('POINT (-3.2342342 -2.32498)', 'D°M''S.SSS\"C'));\n" @@ -1779,13 +1805,13 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:843 +#: reference_output.xml:847 #, no-c-format msgid "Characters other than D, M, S, C and . are just passed through." msgstr "" #. Tag: programlisting -#: reference_output.xml:844 +#: reference_output.xml:848 #, no-c-format msgid "" "SELECT (ST_AsLatLonText('POINT (-3.2342342 -2.32498)', 'D degrees, M " @@ -1797,13 +1823,13 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:845 +#: reference_output.xml:849 #, no-c-format msgid "Signed degrees instead of cardinal directions." msgstr "" #. Tag: programlisting -#: reference_output.xml:846 +#: reference_output.xml:850 #, no-c-format msgid "" "SELECT (ST_AsLatLonText('POINT (-3.2342342 -2.32498)', 'D°M''S.SSS\"'));\n" @@ -1813,13 +1839,13 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:847 +#: reference_output.xml:851 #, no-c-format msgid "Decimal degrees." msgstr "" #. Tag: programlisting -#: reference_output.xml:848 +#: reference_output.xml:852 #, no-c-format msgid "" "SELECT (ST_AsLatLonText('POINT (-3.2342342 -2.32498)', 'D.DDDD degrees " @@ -1830,13 +1856,13 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:849 +#: reference_output.xml:853 #, no-c-format msgid "Excessively large values are normalized." msgstr "" #. Tag: programlisting -#: reference_output.xml:850 +#: reference_output.xml:854 #, no-c-format msgid "" "SELECT (ST_AsLatLonText('POINT (-302.2342342 -792.32498)'));\n" @@ -1844,3 +1870,210 @@ msgid "" "-------------------------------\n" " 72°19'29.928\"S 57°45'56.757\"E" msgstr "" + +#. Tag: refname +#: reference_output.xml:862 +#, no-c-format +msgid "ST_AsTWKB" +msgstr "" + +#. Tag: refpurpose +#: reference_output.xml:863 +#, no-c-format +msgid "Returns the geometry as TWKB, Tiny WKB" +msgstr "" + +#. Tag: funcprototype +#: reference_output.xml:868 +#, no-c-format +msgid "" +"bytea ST_AsTWKB " +"geometry g1 " +"integer decimaldigits int8 geometryID=null boolean include " +"sizes=false boolean " +"include bounding boxes=false" +msgstr "" + +#. Tag: para +#: reference_output.xml:880 reference_output.xml:946 +#, no-c-format +msgid "" +"Returns the geometry in TWKB format. TWKB is a new compressed binary format." +msgstr "" + +#. Tag: para +#: reference_output.xml:881 reference_output.xml:948 +#, no-c-format +msgid "" +"The second parameter is an integer used to define the number of coordinate " +"decimals in the output." +msgstr "" + +#. Tag: para +#: reference_output.xml:882 reference_output.xml:949 +#, no-c-format +msgid "" +"The third parameter is optional. It is used to give each TWKB-geometry an " +"unique ID" +msgstr "" + +#. Tag: para +#: reference_output.xml:883 reference_output.xml:950 +#, no-c-format +msgid "" +"The fourth parameter is optional. If it is set to true, the size of the " +"geometry is included" +msgstr "" + +#. Tag: para +#: 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" +msgstr "" + +#. Tag: para +#: reference_output.xml:888 +#, no-c-format +msgid "" +"TWKB doesn't make any difference of Z and M. So PointM and PointZ will give " +"the same twkb representation." +msgstr "" + +#. Tag: para +#: reference_output.xml:891 reference_output.xml:956 reference_output.xml:993 +#, no-c-format +msgid "Availability: 2.2.0" +msgstr "" + +#. Tag: programlisting +#: reference_output.xml:897 +#, no-c-format +msgid "" +"SELECT ST_AsTWKB('LINESTRING(1 1,5 5)'::geometry,0,1);\n" +" st_astwkb \n" +"--------------------------------------------\n" +"\\x0142020202020808" +msgstr "" + +#. Tag: para +#: reference_output.xml:902 reference_output.xml:967 +#, no-c-format +msgid "" +", , , , " +msgstr "" + +#. Tag: refname +#: reference_output.xml:908 +#, no-c-format +msgid "ST_AsTWKBAgg" +msgstr "" + +#. Tag: refpurpose +#: reference_output.xml:909 +#, no-c-format +msgid "Aggregates the geometries and returns as TWKB" +msgstr "" + +#. Tag: funcsynopsis +#: reference_output.xml:913 +#, no-c-format +msgid "" +" bytea ST_AsTWKBAgg " +"geometry set g1 " +"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 " +msgstr "" + +#. Tag: para +#: reference_output.xml:947 +#, no-c-format +msgid "" +"This is the aggregate version of ST_AsTWKB. It aggregates and returns the " +"geometry in TWKB-format. In the resulting TWKB-geometry each individual ID " +"of the input geometries is stored." +msgstr "" + +#. Tag: para +#: 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" +msgstr "" + +#. Tag: programlisting +#: reference_output.xml:962 +#, no-c-format +msgid "" +"SELECT ST_AsTWKBAgg(geom,0,id) FROM\n" +"(SELECT 'LINESTRING(1 1,5 5)'::geometry geom, 1 AS id\n" +"UNION ALL\n" +"SELECT 'LINESTRING(6 5, 1 7)'::geometry AS geom, 2 AS id) foo;\n" +" st_astwkbagg \n" +"----------------------------------------------------------------------------\n" +"\\x015602020202020808040202000904" +msgstr "" + +#. Tag: refname +#: reference_output.xml:973 +#, no-c-format +msgid "ST_AsEncodedPolyline" +msgstr "" + +#. Tag: refpurpose +#: reference_output.xml:974 +#, no-c-format +msgid "Returns an Encoded Polyline from a LineString geometry." +msgstr "" + +#. Tag: funcprototype +#: reference_output.xml:979 +#, no-c-format +msgid "" +"text ST_AsEncodedPolyline " +"geometry geom " +"integer precision=5" +msgstr "" + +#. Tag: para +#: reference_output.xml:990 +#, no-c-format +msgid "Returns the geometry as an Encoded Polyline." +msgstr "" + +#. Tag: programlisting +#: 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" +"--result--\n" +"|_p~iF~ps|U_ulLnnqC_mqNvxq`@" +msgstr "" diff --git a/doc/po/it_IT/reference_sfcgal.xml.po b/doc/po/it_IT/reference_sfcgal.xml.po index ff2d79828..58c21fa9e 100644 --- a/doc/po/it_IT/reference_sfcgal.xml.po +++ b/doc/po/it_IT/reference_sfcgal.xml.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# +# # Translators: # Tommaso Di Bucchianico, 2013 msgid "" @@ -9,11 +9,12 @@ msgstr "" "POT-Creation-Date: 2013-05-12 08:39+0000\n" "PO-Revision-Date: 2013-12-09 19:33+0000\n" "Last-Translator: Tommaso Di Bucchianico\n" -"Language-Team: Italian (Italy) (http://www.transifex.com/projects/p/postgis-1/language/it_IT/)\n" +"Language-Team: Italian (Italy) (http://www.transifex.com/projects/p/" +"postgis-1/language/it_IT/)\n" +"Language: it_IT\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it_IT\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 "" 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 "Verifica se una superficie è planare o meno." 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 "Determina l'orientazione di una superficie." 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 "Forza l'orientazione di tipo LHR" 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 "Effettua tassellazione di una superficie" msgid "" "geometry ST_Tesselate " "geometry geom" -msgstr "geometry ST_Tesselate geometry geom" +msgstr "" +"geometry ST_Tesselate " +"geometry geom" diff --git a/doc/po/it_IT/reference_type.xml.po b/doc/po/it_IT/reference_type.xml.po index bb0ae2d8b..37ee54759 100644 --- a/doc/po/it_IT/reference_type.xml.po +++ b/doc/po/it_IT/reference_type.xml.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# +# # Translators: # Tommaso Di Bucchianico, 2013 msgid "" @@ -9,11 +9,12 @@ msgstr "" "POT-Creation-Date: 2012-09-14 21:04+0000\n" "PO-Revision-Date: 2013-12-01 05:50+0000\n" "Last-Translator: Tommaso Di Bucchianico\n" -"Language-Team: Italian (Italy) (http://www.transifex.com/projects/p/postgis-1/language/it_IT/)\n" +"Language-Team: Italian (Italy) (http://www.transifex.com/projects/p/" +"postgis-1/language/it_IT/)\n" +"Language: it_IT\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it_IT\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 "Questa sezione illustra i tipi di dati di PostgreSQL che vengono installati da Postgis. Vengono illustrati anche i metodi per eseguire il cast tra diversi tipi, cosa particolarmente importante per la realizzazione di funzioni proprie." +msgstr "" +"Questa sezione illustra i tipi di dati di PostgreSQL che vengono installati " +"da Postgis. Vengono illustrati anche i metodi per eseguire il cast tra " +"diversi tipi, cosa particolarmente importante per la realizzazione di " +"funzioni proprie." #. Tag: para #: reference_type.xml:8 @@ -32,10 +37,17 @@ 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 "Effettuare il cast significa forzare un tipo in un altro tipo di dato. PostgreSQL è tra i pochi database che offrono la possibilità di definire comportamento di casting per tipi personalizzati e le funzioni usate per il casting. Un cast può essere definito come automatico: non è necessario utilizzare la funzione CAST(myfoo As otherfootype) oppure myfoo::otherfootype se si esegue una funzione che supporta unicamente il tipo otherfootype. In questo caso il cast avverrà automaticamente." +msgstr "" +"Effettuare il cast significa forzare un tipo in un altro tipo di dato. " +"PostgreSQL è tra i pochi database che offrono la possibilità di definire " +"comportamento di casting per tipi personalizzati e le funzioni usate per il " +"casting. Un cast può essere definito come automatico: non è necessario " +"utilizzare la funzione CAST(myfoo As otherfootype) oppure myfoo::" +"otherfootype se si esegue una funzione che supporta unicamente il tipo " +"otherfootype. In questo caso il cast avverrà automaticamente." #. Tag: para #: reference_type.xml:13 @@ -43,11 +55,19 @@ msgstr "Effettuare il cast significa forzare un tipo in un altro tipo di dato. P 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 "Un rischio dell'usare un cast automatico può esserci quando si ha una funzione sovraccaricata, per esempio una funzione che accetta come argomento un box2d e un'altra che accetta un box3d ma nessuna che accetti un geometry. In questo caso le due funzioni possono essere utilizzate con un tipo geometry, perché geometry supporta il cast automatico verso box2d e box3d, e si avrà quindi un errore che indica che la funzione è ambigua. Per forzare PostgreSQL ad effettuare la scelta giusta bisogna effettuare un cast specifico con CAST(mygeom AS box3d) oppure mygeom::box3d" +msgstr "" +"Un rischio dell'usare un cast automatico può esserci quando si ha una " +"funzione sovraccaricata, per esempio una funzione che accetta come argomento " +"un box2d e un'altra che accetta un box3d ma nessuna che accetti un geometry. " +"In questo caso le due funzioni possono essere utilizzate con un tipo " +"geometry, perché geometry supporta il cast automatico verso box2d e box3d, e " +"si avrà quindi un errore che indica che la funzione è ambigua. Per forzare " +"PostgreSQL ad effettuare la scelta giusta bisogna effettuare un cast " +"specifico con CAST(mygeom AS box3d) oppure mygeom::box3d" #. Tag: para #: reference_type.xml:17 @@ -56,7 +76,11 @@ 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 partire dalla versione PostgreSQL 8.3 - È possibile effettuare il CAST di ogni tipo a \"text\" (presumibilmente per merito del magico tipo \"unknown\"), quindi non è necessario definire esplicitamente il CAST di un oggetto a \"text\"." +msgstr "" +"A partire dalla versione PostgreSQL 8.3 - È possibile " +"effettuare il CAST di ogni tipo a \"text\" (presumibilmente per merito del " +"magico tipo \"unknown\"), quindi non è necessario definire esplicitamente il " +"CAST di un oggetto a \"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 rettangolo composto dalle coordinate xmin,ymin,xmax,ymax. Spesso è usato per ritornare l'estensione 2D della geometria." +msgstr "" +"Un rettangolo composto dalle coordinate xmin,ymin,xmax,ymax. Spesso è usato " +"per ritornare l'estensione 2D della geometria." #. 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 è un tipo di dato spaziale usato per rappresentare in rettangolo contenente una geometria o un insieme di geometrie. In versioni precedenti Postgis 1.4, la funzione ST_Extent ritorna un box2d." +msgstr "" +"box2d è un tipo di dato spaziale usato per rappresentare in rettangolo " +"contenente una geometria o un insieme di geometrie. In versioni precedenti " +"Postgis 1.4, la funzione ST_Extent ritorna un 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 "Un parallelepipedo composto dalle coordinate xmin, ymin, zmin, xmax, ymax, zmax. Spesso usato per ritornare l'estensione 3D di una geometria o di una collezione di geometrie." +msgstr "" +"Un parallelepipedo composto dalle coordinate xmin, ymin, zmin, xmax, ymax, " +"zmax. Spesso usato per ritornare l'estensione 3D di una geometria o di una " +"collezione di geometrie." #. Tag: para #: reference_type.xml:41 @@ -114,7 +146,10 @@ msgstr "Un parallelepipedo composto dalle coordinate xmin, ymin, zmin, xmax, yma 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 è un tipo spaziale di Postgis usato per rappresentare il parallelepipedo contente una geometria o un insieme di geometrie. La funzione ST_3DExtent ritorna un oggetto box3d." +msgstr "" +"box3d è un tipo spaziale di Postgis usato per rappresentare il " +"parallelepipedo contente una geometria o un insieme di geometrie. La " +"funzione ST_3DExtent ritorna un oggetto box3d." #. Tag: title #: reference_type.xml:45 reference_type.xml:84 reference_type.xml:160 @@ -128,7 +163,9 @@ msgstr "Comportamento in caso di CAST" msgid "" "This section lists the automatic as well as explicit casts allowed for this " "data type" -msgstr "Questa sezione illustra le modalità di CAST - automatici e espliciti - permessi per questo tipo di dato" +msgstr "" +"Questa sezione illustra le modalità di CAST - automatici e espliciti - " +"permessi per questo tipo di dato" #. Tag: entry #: reference_type.xml:51 reference_type.xml:90 reference_type.xml:166 @@ -186,7 +223,9 @@ msgstr "Tipi di dati spaziali piani." msgid "" "geometry is a fundamental postgis spatial data type used to represent a " "feature in the Euclidean coordinate system." -msgstr "Il tipo di dato \"geometry\" è un fondamentale tipo spaziale di Postgis usato per rappresentare una entità in un sistema di coordinate euclideo. " +msgstr "" +"Il tipo di dato \"geometry\" è un fondamentale tipo spaziale di Postgis " +"usato per rappresentare una entità in un sistema di coordinate euclideo. " #. 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 tipo di dato spaziale composto da due campi: geom (contenente un oggetto geometry) e path[] (un array unidimensionale 1-d contenente la posizione della geometria all'interno della collezione)." +msgstr "" +"Un tipo di dato spaziale composto da due campi: geom (contenente un oggetto " +"geometry) e path[] (un array unidimensionale 1-d contenente la posizione " +"della geometria all'interno della collezione)." #. Tag: para #: reference_type.xml:137 @@ -243,7 +285,11 @@ 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 è un tipo composto formato da un oggetto geometry, associato al campo .geom, e path[] un array unidimensionale di interi (l'array inizia con 1. Per esempio path[1] ritorna il primo elemento) che definisce il percorso di ogni geometria all'interno della collezione. " +msgstr "" +"geometry_dump è un tipo composto formato da un oggetto geometry, associato " +"al campo .geom, e path[] un array unidimensionale di interi (l'array inizia " +"con 1. Per esempio path[1] ritorna il primo elemento) che definisce il " +"percorso di ogni geometria all'interno della collezione. " #. Tag: refname #: reference_type.xml:150 @@ -263,7 +309,9 @@ msgstr "Tipi spaziali ellissoidi." msgid "" "geography is a spatial data type used to represent a feature in the round-" "earth coordinate system." -msgstr "geography è un tipo spaziale usato per rappresentare un'entità in un sistema di coordinate sferico valido per l'intero pianeta." +msgstr "" +"geography è un tipo spaziale usato per rappresentare un'entità in un sistema " +"di coordinate sferico valido per l'intero pianeta." #. Tag: entry #: reference_type.xml:171 diff --git a/doc/po/it_IT/reporting.xml.po b/doc/po/it_IT/reporting.xml.po index 4323887d4..5bb04bc51 100644 --- a/doc/po/it_IT/reporting.xml.po +++ b/doc/po/it_IT/reporting.xml.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# +# # Translators: # aghisla , 2013 msgid "" @@ -9,11 +9,12 @@ msgstr "" "POT-Creation-Date: 2012-09-14 17:50+0000\n" "PO-Revision-Date: 2013-11-28 09:40+0000\n" "Last-Translator: aghisla \n" -"Language-Team: Italian (Italy) (http://www.transifex.com/projects/p/postgis-1/language/it_IT/)\n" +"Language-Team: Italian (Italy) (http://www.transifex.com/projects/p/" +"postgis-1/language/it_IT/)\n" +"Language: it_IT\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it_IT\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. Tag: title @@ -32,42 +33,61 @@ msgstr "Segnalare Bug del Software" #: 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 "Segnalare efficacemente i bug è una modalità fondamentale per aiutare lo sviluppo di PostGIS. Il bug report più efficiente è quello che permette agli sviluppatori PostGIS di replicarlo, quindi idealmente contiene uno script che lo rende evidente e un elenco di informazioni sull'ambiente in cui si verifica. Le informazioni indispensabili possono essere estratte eseguendo code>SELECT postgis_full_version() [per postgis] and SELECT version() [per postgresql]." +msgstr "" +"Segnalare efficacemente i bug è una modalità fondamentale per aiutare lo " +"sviluppo di PostGIS. Il bug report più efficiente è quello che permette agli " +"sviluppatori PostGIS di replicarlo, quindi idealmente contiene uno script " +"che lo rende evidente e un elenco di informazioni sull'ambiente in cui si " +"verifica. Le informazioni indispensabili possono essere estratte eseguendo " +"code>SELECT postgis_full_version() [per postgis] and SELECT " +"version() [per 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 "Se non si sta usando l'ultima release, vale la pena leggere il release changelog dell'ultima versione, per scoprire se il bug in questione è già stato risolto." +"release changelog first, to find out if your bug has already been fixed." +msgstr "" +"Se non si sta usando l'ultima release, vale la pena leggere il release changelog dell'ultima " +"versione, per scoprire se il bug in questione è già stato risolto." #. 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." -msgstr "Usare il PostGIS bug tracker assicura che le segnalazioni non vadano perse, e permette di restare aggiornati sulla sua gestione. Prima di riportare un nuovo bug, per favore esaminate il database dei bug per vedere se è già stato segnalato, nel qual caso è opportuno aggiungere ad esso nuove informazioni." +"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 "" +"Usare il PostGIS bug tracker assicura che le segnalazioni non vadano perse, e permette di restare " +"aggiornati sulla sua gestione. Prima di riportare un nuovo bug, per favore " +"esaminate il database dei bug per vedere se è già stato segnalato, nel qual " +"caso è opportuno aggiungere ad esso nuove informazioni." #. 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." -msgstr "Consigliamo la lettura del paper di Simon Tatham su How to Report Bugs Effectively (Come riportare bug in modo efficiente) prima di compilare un nuovo bug report." +"You might want to read Simon Tatham's paper about How to Report Bugs Effectively before filing a new report." +msgstr "" +"Consigliamo la lettura del paper di Simon Tatham su How to Report Bugs Effectively (Come riportare bug in modo efficiente) prima di compilare un nuovo " +"bug report." #. Tag: title #: reporting.xml:34 @@ -79,18 +99,23 @@ msgstr "Segnalare Problemi nella Documentazione" #: 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 "La documentazione deve riflettere accuratamente le funzionalità e il comportamento del software. Se così non fosse, potrebbe essere dovuto a un bug del software o a un errore o mancanza della documentazione." +msgstr "" +"La documentazione deve riflettere accuratamente le funzionalità e il " +"comportamento del software. Se così non fosse, potrebbe essere dovuto a un " +"bug del software o a un errore o mancanza della documentazione." #. Tag: para #: reporting.xml:40 #, no-c-format msgid "" -"Documentation issues can also be reported to the PostGIS bug tracker." -msgstr "I problemi della documentazione possono essere riportati nel bug tracker di PostGIS." +"Documentation issues can also be reported to the PostGIS bug tracker." +msgstr "" +"I problemi della documentazione possono essere riportati nel bug tracker di PostGIS." #. Tag: para #: reporting.xml:44 @@ -98,7 +123,9 @@ msgstr "I problemi della documentazione possono essere riportati nel Subversion installed):" -msgstr "Se i cambiamenti sono più estesi, è preferibile mandare una patch per Subversion. In Unix, si tratta di un processo in 4 fasi (assumendo di avere Subversion già installato):" +msgstr "" +"Se i cambiamenti sono più estesi, è preferibile mandare una patch per " +"Subversion. In Unix, si tratta di un processo in 4 fasi (assumendo di avere " +"Subversion già " +"installato):" #. Tag: para #: reporting.xml:54 #, no-c-format msgid "Check out a copy of PostGIS' Subversion trunk. On Unix, type:" -msgstr "Eseguire il checkout del trunk di PostGIS da Subversion. In Unix, digitare:" +msgstr "" +"Eseguire il checkout del trunk di PostGIS da Subversion. In Unix, digitare:" #. Tag: command #: reporting.xml:57 @@ -133,7 +165,9 @@ msgstr "I file saranno salvati nella cartella ./trunk" msgid "" "Make your changes to the documentation with your favorite text editor. On " "Unix, type (for example):" -msgstr "Apportare le modifiche alla documentazione con l'editor di testo preferito. In Unix, ad esempio, digitare:" +msgstr "" +"Apportare le modifiche alla documentazione con l'editor di testo preferito. " +"In Unix, ad esempio, digitare:" #. Tag: command #: reporting.xml:67 @@ -146,9 +180,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 "Nota: la documentazione è scritta in DocBook XML, non in HTML, quindi se non si ha familiarità con esso conviene seguire lo stile della documentazione esistente." +"if you are not familiar with it please follow the example of the rest of the " +"documentation." +msgstr "" +"Nota: la documentazione è scritta in DocBook XML, non in HTML, quindi se non " +"si ha familiarità con esso conviene seguire lo stile della documentazione " +"esistente." #. Tag: para #: reporting.xml:75 @@ -156,7 +193,9 @@ msgstr "Nota: la documentazione è scritta in DocBook XML, non in HTML, quindi s msgid "" "Make a patch file containing the differences from the master copy of the " "documentation. On Unix, type:" -msgstr "Produrre una patch, cioè un file contenente le differenze rispetto alla copia master della documentazione. In Unix, digitare:" +msgstr "" +"Produrre una patch, cioè un file contenente le differenze rispetto alla " +"copia master della documentazione. In Unix, digitare:" #. Tag: command #: reporting.xml:78 diff --git a/doc/po/it_IT/using_raster_dataman.xml.po b/doc/po/it_IT/using_raster_dataman.xml.po index 6231ea33c..da98b162d 100644 --- a/doc/po/it_IT/using_raster_dataman.xml.po +++ b/doc/po/it_IT/using_raster_dataman.xml.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# +# # Translators: # pibinko , 2013-2014 msgid "" @@ -9,11 +9,12 @@ msgstr "" "POT-Creation-Date: 2012-09-14 17:50+0000\n" "PO-Revision-Date: 2014-01-08 10:11+0000\n" "Last-Translator: pibinko \n" -"Language-Team: Italian (Italy) (http://www.transifex.com/projects/p/postgis-1/language/it_IT/)\n" +"Language-Team: Italian (Italy) (http://www.transifex.com/projects/p/" +"postgis-1/language/it_IT/)\n" +"Language: it_IT\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it_IT\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. Tag: title @@ -35,7 +36,10 @@ msgid "" "For most use cases, you will create PostGIS rasters by loading existing " "raster files using the packaged raster2pgsql raster " "loader." -msgstr "Nella maggior parte dei casi, creerete i raster PostGIS caricando file esterni tramite il raster loader raster2pgsql compreso nell'installazione." +msgstr "" +"Nella maggior parte dei casi, creerete i raster PostGIS caricando file " +"esterni tramite il raster loader raster2pgsql compreso " +"nell'installazione." #. Tag: title #: using_raster_dataman.xml:9 @@ -47,47 +51,64 @@ msgstr "Usare raster2pgsql per caricare i raster" #: 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 " raster2pgsql è un loader raster che trasforma i formati raster supportati da GDAL in formato SQL utile al caricamento in una tabella raster di PostGIS. Può caricare anche cartelle di file, e creare delle anteprime." +msgstr "" +" raster2pgsql è un loader raster che trasforma i formati " +"raster supportati da GDAL in formato SQL utile al caricamento in una tabella " +"raster di PostGIS. Può caricare anche cartelle di file, e creare delle " +"anteprime." #. Tag: para #: 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." -msgstr "Dato che in genere raster2pgsql viene compilato come parte di PostGIS (a meno che non abbiate compilato una vostra libreria GDAL a parte), i tipi di raster supportati dall'eseguibile saranno gli stessi che sono compilati per GDAL. Per avere una lista dei tipi di raster supportati dal vostro raster2pgsql utilizzate l'opzione -G. Questi tipi dovrebbero essere gli stessi disponibilii tramite la vostra installazione di PostGIS e documentati qui , se usate la stessa libreria gdal per entrambi i programmi." +"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 "" +"Dato che in genere raster2pgsql viene compilato come parte di PostGIS (a " +"meno che non abbiate compilato una vostra libreria GDAL a parte), i tipi di " +"raster supportati dall'eseguibile saranno gli stessi che sono compilati per " +"GDAL. Per avere una lista dei tipi di raster supportati dal vostro " +"raster2pgsql utilizzate l'opzione -G. Questi tipi " +"dovrebbero essere gli stessi disponibilii tramite la vostra installazione di " +"PostGIS e documentati qui , se usate la " +"stessa libreria gdal per entrambi i programmi." #. Tag: para #: using_raster_dataman.xml:16 #, 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." +msgstr "" +"La vecchia versione di questo strumento era uno script in python. " +"L'eseguibile sostituisce lo script in python. Se vi trovate ad avere bisogno " +"dello script in Python, alcuni esempio sono reperibili alla pagina 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 "La vecchia versione di questo strumento era uno script in python. L'eseguibile sostituisce lo script in python. Se vi trovate ad avere bisogno dello script in Python, alcuni esempio sono reperibili alla pagina GDAL PostGIS Raster Driver Usage. Notate che lo script Python raster2pgsql potrebbe non funzionare con le future versioni di raster PostGIS e che non è più supportato." +"Raster Driver Usage. Notate che lo script Python raster2pgsql " +"potrebbe non funzionare con le future versioni di raster PostGIS e che non è " +"più supportato." #. Tag: para #: using_raster_dataman.xml:21 #, 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 @@ -100,10 +121,13 @@ msgstr "ESEMPIO DI UTILIZZO:" #: using_raster_dataman.xml:26 #, no-c-format msgid "" -"raster2pgsql raster_options_go_here " -"raster_file " -"someschema.sometable > out.sql" -msgstr "raster2pgsql opzioni raster nome file raster snome schema.nome tabella > out.sql" +"raster2pgsql raster_options_go_here raster_file someschema.sometable > out." +"sql" +msgstr "" +"raster2pgsql opzioni raster nome file raster snome schema.nome tabella " +"> out.sql" #. Tag: term #: using_raster_dataman.xml:30 @@ -117,7 +141,9 @@ msgstr "-?" msgid "" "Display help screen. Help will also display if you don't pass in any " "arguments." -msgstr "Mostra una schermata di aiuto. L'aiuto verra mostrato inoltre se non assegnate alcun parametro." +msgstr "" +"Mostra una schermata di aiuto. L'aiuto verra mostrato inoltre se non " +"assegnate alcun parametro." #. Tag: term #: using_raster_dataman.xml:39 @@ -149,7 +175,9 @@ msgstr "-c" msgid "" "Create new table and populate it with raster(s), this is the " "default mode" -msgstr "Crea una nuova tabella e carica in questa il/i raster. Questa è la modalita di default" +msgstr "" +"Crea una nuova tabella e carica in questa il/i raster. Questa è la " +"modalita di default" #. Tag: term #: using_raster_dataman.xml:62 @@ -242,7 +270,9 @@ msgstr "" msgid "" "Raster processing: Optional parameters used to manipulate input raster " "dataset" -msgstr "Elaborazioni raster: parametri opzionali utilizzati nel trattamento dei dati raster in ingresso" +msgstr "" +"Elaborazioni raster: parametri opzionali utilizzati nel trattamento dei dati " +"raster in ingresso" #. Tag: term #: using_raster_dataman.xml:132 @@ -256,7 +286,10 @@ msgstr "-s <SRID>" msgid "" "Assign output raster with specified SRID. If not provided or is zero, " "raster's metadata will be checked to determine an appropriate SRID." -msgstr "Assegna lo SRID specificato al raster in uscita. Se non fornito o uguale a zero, saranno controllati i metadati del raster per determinare uno SRID appropriato." +msgstr "" +"Assegna lo SRID specificato al raster in uscita. Se non fornito o uguale a " +"zero, saranno controllati i metadati del raster per determinare uno SRID " +"appropriato." #. Tag: term #: using_raster_dataman.xml:141 @@ -271,7 +304,10 @@ msgid "" "Index (1-based) of band to extract from raster. For more than one band " "index, separate with comma (,). If unspecified, all bands of raster will be " "extracted." -msgstr "Indice (a partire da 1) della banda da estrarre dal raster. Per specificare più di un indice di banda, separare con una virgola (,). Se non specificato, saranno estratte tutte le bande." +msgstr "" +"Indice (a partire da 1) della banda da estrarre dal raster. Per specificare " +"più di un indice di banda, separare con una virgola (,). Se non specificato, " +"saranno estratte tutte le bande." #. Tag: term #: using_raster_dataman.xml:151 @@ -283,9 +319,11 @@ msgstr "-t DIMENSIONE_TILE" #: 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." -msgstr "Taglia un raster in tile da inserire in un record di tabella ciascuno. La DIMENSIONE TILE è espressa come LARGHEZZAxALTEZZA." +"Cut raster into tiles to be inserted one per table row. TILE_SIZE is expressed as WIDTHxHEIGHT." +msgstr "" +"Taglia un raster in tile da inserire in un record di tabella ciascuno. La " +"DIMENSIONE TILE è espressa come LARGHEZZAxALTEZZA." #. Tag: term #: using_raster_dataman.xml:160 @@ -303,9 +341,11 @@ 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)." -msgstr "Nel database vengono salvati solo i metadati e il percorso del raster (non i pixel)." +"Only the metadata of the raster and path location to the raster is stored in " +"the database (not the pixels)." +msgstr "" +"Nel database vengono salvati solo i metadati e il percorso del raster (non i " +"pixel)." #. Tag: term #: using_raster_dataman.xml:168 @@ -319,8 +359,8 @@ msgstr "-l OVERVIEW_FACTOR" 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 "" @@ -364,7 +404,9 @@ msgstr "-f COLONNA" #: using_raster_dataman.xml:205 #, no-c-format msgid "Specify name of destination raster column, default is 'rast'" -msgstr "Specifica il nome della colonna di destinazione per i raster. Il default è 'rast'." +msgstr "" +"Specifica il nome della colonna di destinazione per i raster. Il default è " +"'rast'." #. Tag: term #: using_raster_dataman.xml:211 @@ -415,7 +457,10 @@ msgid "" "Specify the tablespace for the new table. Note that indices (including the " "primary key) will still use the default tablespace unless the -X flag is " "also used." -msgstr "Specificare il tablespace per la nuova tabella. Notare che gli indici (compresa la chiave primaria) useranno sempre il tablespace di default, a meno che non venga usato anche il flag -X." +msgstr "" +"Specificare il tablespace per la nuova tabella. Notare che gli indici " +"(compresa la chiave primaria) useranno sempre il tablespace di default, a " +"meno che non venga usato anche il flag -X." #. Tag: term #: using_raster_dataman.xml:247 @@ -429,7 +474,9 @@ msgstr "-X tablespace" msgid "" "Specify the tablespace for the table's new index. This applies to the " "primary key and the spatial index if the -I flag is used." -msgstr "Specifica il tablespace per il nuovo indice della tabella. Si applica alla chiave primaria e all'indice spaziale se viene usato il flag -I" +msgstr "" +"Specifica il tablespace per il nuovo indice della tabella. Si applica alla " +"chiave primaria e all'indice spaziale se viene usato il flag -I" #. Tag: term #: using_raster_dataman.xml:258 @@ -467,7 +514,10 @@ msgstr "-E ENDIAN" msgid "" "Control endianness of generated binary output of raster; specify 0 for XDR " "and 1 for NDR (default); only NDR output is supported now" -msgstr "Controlla l'ordine dei byte prodotti nell'output binario del raster: specificare 0 per XDR e 1 per NDR (il default). Al momento viene supportato solo lo NDR." +msgstr "" +"Controlla l'ordine dei byte prodotti nell'output binario del raster: " +"specificare 0 per XDR e 1 per NDR (il default). Al momento viene supportato " +"solo lo NDR." #. Tag: term #: using_raster_dataman.xml:281 @@ -481,15 +531,19 @@ msgstr "-V versione" msgid "" "Specify version of output format. Default is 0. Only 0 is supported at this " "time." -msgstr "Specifica la versione del formato in uscita. Il default è 0. Al momento 0 è l'unico supportato." +msgstr "" +"Specifica la versione del formato in uscita. Il default è 0. Al momento 0 è " +"l'unico supportato." #. Tag: para #: 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:" -msgstr "Una sessione di esempio che utilizzi il loader per creare un file di input e per caricarlo a pezzi di tile 100x100 potrebbe essere il seguente:" +"An example session using the loader to create an input file and uploading it " +"chunked in 100x100 tiles might look like this:" +msgstr "" +"Una sessione di esempio che utilizzi il loader per creare un file di input e " +"per caricarlo a pezzi di tile 100x100 potrebbe essere il seguente:" #. Tag: para #: using_raster_dataman.xml:286 @@ -498,29 +552,40 @@ msgid "" "You can leave the schema name out e.g demelevation " "instead of public.demelevation and the raster table will " "be created in the default schema of the database or user" -msgstr "Potete omettere il nome dello schema, per esempio demelevation al posto di public.demelevation e la tabella raster sarà creata nello schema di default del database o dell'utente" +msgstr "" +"Potete omettere il nome dello schema, per esempio demelevation al posto di public.demelevation e la tabella " +"raster sarà creata nello schema di default del database o dell'utente" #. Tag: programlisting #: 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 "" +"raster2pgsql -s 4236 -I -C -M *.tif -F -t 100x100 public.demelevation > elev." +"sql\n" "psql -d gisdb -f elev.sql" -msgstr "raster2pgsql -s 4236 -I -C -M *.tif -F -t 100x100 public.demelevation > elev.sql\npsql -d gisdb -f elev.sql" #. Tag: para #: using_raster_dataman.xml:290 #, no-c-format msgid "A conversion and upload can be done all in one step using UNIX pipes:" -msgstr "La conversione e il caricamento possono essere eseguiti in un unico passaggio tramite le pipe UNIX:" +msgstr "" +"La conversione e il caricamento possono essere eseguiti in un unico " +"passaggio tramite le pipe UNIX:" #. Tag: programlisting #: using_raster_dataman.xml:292 #, no-c-format msgid "" -"raster2pgsql -s 4236 -I -C -M *.tif -F -t 100x100 public.demelevation | psql" -" -d gisdb" -msgstr "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 "" +"raster2pgsql -s 4236 -I -C -M *.tif -F -t 100x100 public.demelevation | psql " +"-d gisdb" #. Tag: para #: using_raster_dataman.xml:294 @@ -529,21 +594,22 @@ 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" -msgstr "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 "" +"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" #. Tag: programlisting #: using_raster_dataman.xml:298 @@ -551,7 +617,9 @@ msgstr "raster2pgsql -I -C -e -Y -F -s 26986 -t 128x128 -l 2,4 bostonaerials200 msgid "" "--get a list of raster types supported:\n" "raster2pgsql -G" -msgstr "--ottieni la lista dei tipi raster supportati:\nraster2pgsql -G" +msgstr "" +"--ottieni la lista dei tipi raster supportati:\n" +"raster2pgsql -G" #. Tag: para #: using_raster_dataman.xml:300 @@ -661,7 +729,105 @@ msgid "" " Arc/Info Export E00 GRID\n" " ZMap Plus Grid\n" " NOAA NGS Geoid Height Grids" -msgstr "Available GDAL raster formats:\n Virtual Raster\n GeoTIFF\n National Imagery Transmission Format\n Raster Product Format TOC format\n ECRG TOC format\n Erdas Imagine Images (.img)\n CEOS SAR Image\n CEOS Image\n JAXA PALSAR Product Reader (Level 1.1/1.5)\n Ground-based SAR Applications Testbed File Format (.gff)\n ELAS\n Arc/Info Binary Grid\n Arc/Info ASCII Grid\n GRASS ASCII Grid\n SDTS Raster\n DTED Elevation Raster\n Portable Network Graphics\n JPEG JFIF\n In Memory Raster\n Japanese DEM (.mem)\n Graphics Interchange Format (.gif)\n Graphics Interchange Format (.gif)\n Envisat Image Format\n Maptech BSB Nautical Charts\n X11 PixMap Format\n MS Windows Device Independent Bitmap\n SPOT DIMAP\n AirSAR Polarimetric Image\n RadarSat 2 XML Product\n PCIDSK Database File\n PCRaster Raster File\n ILWIS Raster Map\n SGI Image File Format 1.0\n SRTMHGT File Format\n Leveller heightfield\n Terragen heightfield\n USGS Astrogeology ISIS cube (Version 3)\n USGS Astrogeology ISIS cube (Version 2)\n NASA Planetary Data System\n EarthWatch .TIL\n ERMapper .ers Labelled\n NOAA Polar Orbiter Level 1b Data Set\n FIT Image\n GRIdded Binary (.grb)\n Raster Matrix Format\n EUMETSAT Archive native (.nat)\n Idrisi Raster A.1\n Intergraph Raster\n Golden Software ASCII Grid (.grd)\n Golden Software Binary Grid (.grd)\n Golden Software 7 Binary Grid (.grd)\n COSAR Annotated Binary Matrix (TerraSAR-X)\n TerraSAR-X Product\n DRDC COASP SAR Processor Raster\n R Object Data Store\n Portable Pixmap Format (netpbm)\n USGS DOQ (Old Style)\n USGS DOQ (New Style)\n ENVI .hdr Labelled\n ESRI .hdr Labelled\n Generic Binary (.hdr Labelled)\n PCI .aux Labelled\n Vexcel MFF Raster\n Vexcel MFF2 (HKV) Raster\n Fuji BAS Scanner Image\n GSC Geogrid\n EOSAT FAST Format\n VTP .bt (Binary Terrain) 1.3 Format\n Erdas .LAN/.GIS\n Convair PolGASP\n Image Data and Analysis\n NLAPS Data Format\n Erdas Imagine Raw\n DIPEx\n FARSITE v.4 Landscape File (.lcp)\n NOAA Vertical Datum .GTX\n NADCON .los/.las Datum Grid Shift\n NTv2 Datum Grid Shift\n ACE2\n Snow Data Assimilation System\n Swedish Grid RIK (.rik)\n USGS Optional ASCII DEM (and CDED)\n GeoSoft Grid Exchange Format\n Northwood Numeric Grid Format .grd/.tab\n Northwood Classified Grid Format .grc/.tab\n ARC Digitized Raster Graphics\n Standard Raster Product (ASRP/USRP)\n Magellan topo (.blx)\n SAGA GIS Binary Grid (.sdat)\n Kml Super Overlay\n ASCII Gridded XYZ\n HF2/HFZ heightfield raster\n OziExplorer Image File\n USGS LULC Composite Theme Grid\n Arc/Info Export E00 GRID\n ZMap Plus Grid\n NOAA NGS Geoid Height Grids" +msgstr "" +"Available GDAL raster formats:\n" +" Virtual Raster\n" +" GeoTIFF\n" +" National Imagery Transmission Format\n" +" Raster Product Format TOC format\n" +" ECRG TOC format\n" +" Erdas Imagine Images (.img)\n" +" CEOS SAR Image\n" +" CEOS Image\n" +" JAXA PALSAR Product Reader (Level 1.1/1.5)\n" +" Ground-based SAR Applications Testbed File Format (.gff)\n" +" ELAS\n" +" Arc/Info Binary Grid\n" +" Arc/Info ASCII Grid\n" +" GRASS ASCII Grid\n" +" SDTS Raster\n" +" DTED Elevation Raster\n" +" Portable Network Graphics\n" +" JPEG JFIF\n" +" In Memory Raster\n" +" Japanese DEM (.mem)\n" +" Graphics Interchange Format (.gif)\n" +" Graphics Interchange Format (.gif)\n" +" Envisat Image Format\n" +" Maptech BSB Nautical Charts\n" +" X11 PixMap Format\n" +" MS Windows Device Independent Bitmap\n" +" SPOT DIMAP\n" +" AirSAR Polarimetric Image\n" +" RadarSat 2 XML Product\n" +" PCIDSK Database File\n" +" PCRaster Raster File\n" +" ILWIS Raster Map\n" +" SGI Image File Format 1.0\n" +" SRTMHGT File Format\n" +" Leveller heightfield\n" +" Terragen heightfield\n" +" USGS Astrogeology ISIS cube (Version 3)\n" +" USGS Astrogeology ISIS cube (Version 2)\n" +" NASA Planetary Data System\n" +" EarthWatch .TIL\n" +" ERMapper .ers Labelled\n" +" NOAA Polar Orbiter Level 1b Data Set\n" +" FIT Image\n" +" GRIdded Binary (.grb)\n" +" Raster Matrix Format\n" +" EUMETSAT Archive native (.nat)\n" +" Idrisi Raster A.1\n" +" Intergraph Raster\n" +" Golden Software ASCII Grid (.grd)\n" +" Golden Software Binary Grid (.grd)\n" +" Golden Software 7 Binary Grid (.grd)\n" +" COSAR Annotated Binary Matrix (TerraSAR-X)\n" +" TerraSAR-X Product\n" +" DRDC COASP SAR Processor Raster\n" +" R Object Data Store\n" +" Portable Pixmap Format (netpbm)\n" +" USGS DOQ (Old Style)\n" +" USGS DOQ (New Style)\n" +" ENVI .hdr Labelled\n" +" ESRI .hdr Labelled\n" +" Generic Binary (.hdr Labelled)\n" +" PCI .aux Labelled\n" +" Vexcel MFF Raster\n" +" Vexcel MFF2 (HKV) Raster\n" +" Fuji BAS Scanner Image\n" +" GSC Geogrid\n" +" EOSAT FAST Format\n" +" VTP .bt (Binary Terrain) 1.3 Format\n" +" Erdas .LAN/.GIS\n" +" Convair PolGASP\n" +" Image Data and Analysis\n" +" NLAPS Data Format\n" +" Erdas Imagine Raw\n" +" DIPEx\n" +" FARSITE v.4 Landscape File (.lcp)\n" +" NOAA Vertical Datum .GTX\n" +" NADCON .los/.las Datum Grid Shift\n" +" NTv2 Datum Grid Shift\n" +" ACE2\n" +" Snow Data Assimilation System\n" +" Swedish Grid RIK (.rik)\n" +" USGS Optional ASCII DEM (and CDED)\n" +" GeoSoft Grid Exchange Format\n" +" Northwood Numeric Grid Format .grd/.tab\n" +" Northwood Classified Grid Format .grc/.tab\n" +" ARC Digitized Raster Graphics\n" +" Standard Raster Product (ASRP/USRP)\n" +" Magellan topo (.blx)\n" +" SAGA GIS Binary Grid (.sdat)\n" +" Kml Super Overlay\n" +" ASCII Gridded XYZ\n" +" HF2/HFZ heightfield raster\n" +" OziExplorer Image File\n" +" USGS LULC Composite Theme Grid\n" +" Arc/Info Export E00 GRID\n" +" ZMap Plus Grid\n" +" NOAA NGS Geoid Height Grids" #. Tag: title #: using_raster_dataman.xml:304 @@ -676,15 +842,20 @@ msgid "" "On many occasions, you'll want to create rasters and raster tables right in " "the database. There are a plethora of functions to do that. The general " "steps to follow." -msgstr "In varie occasioni vorrete creare raster e tabelle raster direttamente nel database. Per questo esiste una pletora di funzioni. Questi sono i passi generali da seguire." +msgstr "" +"In varie occasioni vorrete creare raster e tabelle raster direttamente nel " +"database. Per questo esiste una pletora di funzioni. Questi sono i passi " +"generali da seguire." #. Tag: para #: 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:" -msgstr "Creare una tabella con una colonna raster per contenere i nuovi valori raster può essere ottenuto da:" +"Create a table with a raster column to hold the new raster records which can " +"be accomplished with:" +msgstr "" +"Creare una tabella con una colonna raster per contenere i nuovi valori " +"raster può essere ottenuto da:" #. Tag: programlisting #: using_raster_dataman.xml:308 @@ -696,11 +867,15 @@ msgstr "CREATE TABLE myrasters(rid serial primary key, rast raster);" #: 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 " -msgstr "Esistono molte funzioni per assitervi verso questo obiettivo. Se state creando un raster non derivato da altri raster, inizierete con: , seguito da " +"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 "" +"Esistono molte funzioni per assitervi verso questo obiettivo. Se state " +"creando un raster non derivato da altri raster, inizierete con: , seguito da " #. Tag: para #: using_raster_dataman.xml:313 @@ -708,10 +883,15 @@ msgstr "Esistono molte funzioni per assitervi verso questo obiettivo. Se state c 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." -msgstr "Potete anche creare raster a partire dalle geometria. Per questo userete , magari accompagnato da altre funzioni come o , o qualsiasi altra delle funzioni di algebra sulle mappe." +"functions such as or or any of the family of other map algebra " +"functions." +msgstr "" +"Potete anche creare raster a partire dalle geometria. Per questo userete " +", magari accompagnato da altre funzioni " +"come o , o qualsiasi altra delle funzioni di algebra " +"sulle mappe." #. Tag: para #: using_raster_dataman.xml:315 @@ -720,7 +900,11 @@ msgid "" "There are even many more options for creating new raster tables from " "existing tables. For example you can create a raster table in a different " "projection from an existing one using " -msgstr "Vi sono poi ancora più opzioni per creare nuove tabelle raster a partire da tabelle esistenti. Per esempio potete creare una tabella raster in una proiezione diversa da una tabella esistente usando " +msgstr "" +"Vi sono poi ancora più opzioni per creare nuove tabelle raster a partire da " +"tabelle esistenti. Per esempio potete creare una tabella raster in una " +"proiezione diversa da una tabella esistente usando " #. Tag: para #: using_raster_dataman.xml:317 @@ -728,15 +912,19 @@ msgstr "Vi sono poi ancora più opzioni per creare nuove tabelle raster a partir msgid "" "Once you are done populating your table initially, you'll want to create a " "spatial index on the raster column with something like:" -msgstr "Una volta inseriti dei valori iniziali nella tabella, vorrete creare un indice spaziale sulla colonna raster, con un comando tipo:" +msgstr "" +"Una volta inseriti dei valori iniziali nella tabella, vorrete creare un " +"indice spaziale sulla colonna raster, con un comando tipo:" #. Tag: programlisting #: using_raster_dataman.xml:318 #, no-c-format msgid "" -"CREATE INDEX myrasters_rast_st_convexhull_idx ON myrasters USING gist( " -"ST_ConvexHull(rast) );" -msgstr "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 "" +"CREATE INDEX myrasters_rast_st_convexhull_idx ON myrasters USING " +"gist( ST_ConvexHull(rast) );" #. Tag: para #: using_raster_dataman.xml:319 @@ -750,15 +938,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 @@ -775,7 +964,12 @@ msgid "" "views utilize information embedded in the constraints of the raster tables. " "As a result the catalog views are always consistent with the raster data in " "the tables since the constraints are enforced." -msgstr "Esistono due tipi di viste dei cataloghi raster fornite con PostGIS. Entrambe le viste utilizzano informazioni contenute nei dati sui limiti delle tabelle raster. Da ciò risulta che le viste dei cataloghi sono sempre consistenti con i dati raster nelle tabelle, dato che sono considerati i limiti di queste." +msgstr "" +"Esistono due tipi di viste dei cataloghi raster fornite con PostGIS. " +"Entrambe le viste utilizzano informazioni contenute nei dati sui limiti " +"delle tabelle raster. Da ciò risulta che le viste dei cataloghi sono sempre " +"consistenti con i dati raster nelle tabelle, dato che sono considerati i " +"limiti di queste." #. Tag: para #: using_raster_dataman.xml:331 @@ -783,7 +977,9 @@ msgstr "Esistono due tipi di viste dei cataloghi raster fornite con PostGIS. Ent msgid "" "raster_columns this view catalogs all the raster table " "columns in your database." -msgstr "raster_columns questa vista riporta il catalogo di tutte le colonne raster nel vostro database." +msgstr "" +"raster_columns questa vista riporta il catalogo di tutte " +"le colonne raster nel vostro database." #. Tag: para #: using_raster_dataman.xml:334 @@ -793,7 +989,12 @@ msgid "" "columns in your database that serve as overviews for a finer grained table. " "Tables of this type are generated when you use the -l " "switch during load." -msgstr "raster_overviews questa vista elenca tutte le colonne raste di tabelle nel vostro database che sono utilizzate come vista d'insieme per una tabella con maggiori dettagli. Le tabelle di questo tipo sono generate quando utilizzate l'opzione -l durante il caricamento." +msgstr "" +"raster_overviews questa vista elenca tutte le colonne " +"raste di tabelle nel vostro database che sono utilizzate come vista " +"d'insieme per una tabella con maggiori dettagli. Le tabelle di questo tipo " +"sono generate quando utilizzate l'opzione -l durante il " +"caricamento." #. Tag: title #: using_raster_dataman.xml:338 @@ -806,11 +1007,17 @@ msgstr "Catalogo delle colonne raster" #, 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 " raster_columns è un catalogo di tutte le colonne di tabelle che nel vostro database sono di tipo raster. E' una vista che utilizza i limiti applicati alle tabelle, per cui le informazioni sono sempre congruenti, anche se ripristinate una tabella raster dal backup di un altro database. Il catalogo raster_columns contiene le seguenti colonne." +msgstr "" +" raster_columns è un catalogo di tutte le colonne di " +"tabelle che nel vostro database sono di tipo raster. E' una vista che " +"utilizza i limiti applicati alle tabelle, per cui le informazioni sono " +"sempre congruenti, anche se ripristinate una tabella raster dal backup di un " +"altro database. Il catalogo raster_columns contiene le " +"seguenti colonne." #. Tag: para #: using_raster_dataman.xml:341 @@ -818,10 +1025,16 @@ msgstr " raster_columns è un catalogo di tutte le colonne di 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 "Se non avete creato le tabelle con il loader o vi siete dimenticati di specificare l'opzione -C durante il caricamento, potete far applicare i limiti a cose fatte utilizzando , di modo che il catalogo raster_columns registri le informazioni sulle vostre tile raster." +msgstr "" +"Se non avete creato le tabelle con il loader o vi siete dimenticati di " +"specificare l'opzione -C durante il caricamento, potete " +"far applicare i limiti a cose fatte utilizzando , di modo che il catalogo " +"raster_columns registri le informazioni sulle vostre tile " +"raster." #. Tag: para #: using_raster_dataman.xml:346 @@ -829,7 +1042,9 @@ msgstr "Se non avete creato le tabelle con il loader o vi siete dimenticati di s msgid "" "r_table_catalog The database the table is in. This will " "always read the current database." -msgstr "r_table_catalog Il database in cui si trova la tabella. Conterrà sempre il database corrente." +msgstr "" +"r_table_catalog Il database in cui si trova la tabella. " +"Conterrà sempre il database corrente." #. Tag: para #: using_raster_dataman.xml:349 @@ -837,7 +1052,9 @@ msgstr "r_table_catalog Il database in cui si trova la tabell msgid "" "r_table_schema The database schema the raster table " "belongs to." -msgstr "r_table_schema Lo schema database cui la tabella raster appartiene." +msgstr "" +"r_table_schema Lo schema database cui la tabella raster " +"appartiene." #. Tag: para #: using_raster_dataman.xml:352 @@ -849,12 +1066,17 @@ msgstr "r_table_name tabella raster" #: 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." -msgstr "r_raster_column la colonna nella tabella r_table_name che è di tipo raster. Nulla in PostGIS vi impedisce di avere più colonne raster per tabella, per cui è possibile avere una tabella raster elencata più volte con il riferimento ogni volta a una colonna raster differente.." +"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 "" +"r_raster_column la colonna nella tabella " +"r_table_name che è di tipo raster. Nulla in PostGIS vi " +"impedisce di avere più colonne raster per tabella, per cui è possibile avere " +"una tabella raster elencata più volte con il riferimento ogni volta a una " +"colonna raster differente.." #. Tag: para #: using_raster_dataman.xml:358 @@ -862,28 +1084,40 @@ msgstr "r_raster_column la colonna nella tabella r_ msgid "" "srid The spatial reference identifier of the raster. " "Should be an entry in the ." -msgstr "srid L'identificatore del sistema di riferimento spaziale del raster. Dovrebbe essere una voce di ." +msgstr "" +"srid L'identificatore del sistema di riferimento spaziale " +"del raster. Dovrebbe essere una voce di ." #. Tag: para #: 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." -msgstr "scale_x Il rapporto di scala tra le coordinate geometriche e il pixel, disponibile solo se tutte le tile nella colonna raster hanno lo stesso valore di scale_x e questo limite è applicato. Si rimanda è per ulteriori dettagli." +"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 "" +"scale_x Il rapporto di scala tra le coordinate " +"geometriche e il pixel, disponibile solo se tutte le tile nella colonna " +"raster hanno lo stesso valore di scale_x e questo limite " +"è applicato. Si rimanda è per ulteriori " +"dettagli." #. 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 "scale_y Il rapporto di scala tra le coordinate geometriche e il pixel, disponibile solo se tutte le tile nella colonna raster hanno lo stesso valore di scale_y e questo limite è applicato. Si rimanda è per ulteriori dettagli." +msgstr "" +"scale_y Il rapporto di scala tra le coordinate " +"geometriche e il pixel, disponibile solo se tutte le tile nella colonna " +"raster hanno lo stesso valore di scale_y e questo limite " +"è applicato. Si rimanda è per ulteriori " +"dettagli." #. Tag: para #: using_raster_dataman.xml:367 @@ -891,7 +1125,10 @@ msgstr "scale_y Il rapporto di scala tra le coordinate geomet msgid "" "blocksize_x The width (number of pixels across) of each " "raster tile . Refer to for more details." -msgstr "blocksize_x La larghezza (come numero di pixel in orizzontale) di ogni tile raster. Si rimanda a per ulteriori dettagli." +msgstr "" +"blocksize_x La larghezza (come numero di pixel in " +"orizzontale) di ogni tile raster. Si rimanda a per ulteriori dettagli." #. Tag: para #: using_raster_dataman.xml:370 @@ -899,36 +1136,51 @@ msgstr "blocksize_x La larghezza (come numero di pixel in ori msgid "" "blocksize_y The width (number of pixels down) of each " "raster tile . Refer to for more details." -msgstr "blocksize_y L'altezza (number of pixels in verticale) di ogni tile raster. Si rimanda a per ulteriori dettagli." +msgstr "" +"blocksize_y L'altezza (number of pixels in verticale) di " +"ogni tile raster. Si rimanda a per " +"ulteriori dettagli." #. Tag: para #: using_raster_dataman.xml:373 #, 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." -msgstr "stesso_allineamento Variabile booleana pari a \"vero\" se tutte le tile raster hanno lo stesso allineamento. Si rimanda a per ulteriori dettagli." +"tiles have the same alignment . Refer to for more details." +msgstr "" +"stesso_allineamento Variabile booleana pari a \"vero\" se " +"tutte le tile raster hanno lo stesso allineamento. Si rimanda a per ulteriori dettagli." #. 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 " "when it returns true" -msgstr "regular_blocking è un valore vero/falso sulla tabella, per indicare che le tile non si sovrappongono, hanno lo stesso allineamento, dimensione del pixel, SRID, ecc. Non viene effettivamente validato, ma considerato così come è. Per questo l'indicazione dovrebbe essere considerata solo a titolo informativo. In futuro prevediamo di analizzare queste condizioni in modo più adeguato, per cui si garantirà che l'informazione è corretta quando il valore risulta true" +msgstr "" +"regular_blocking è un valore vero/falso sulla tabella, " +"per indicare che le tile non si sovrappongono, hanno lo stesso allineamento, " +"dimensione del pixel, SRID, ecc. Non viene effettivamente validato, ma " +"considerato così come è. Per questo l'indicazione dovrebbe essere " +"considerata solo a titolo informativo. In futuro prevediamo di analizzare " +"queste condizioni in modo più adeguato, per cui si garantirà che " +"l'informazione è corretta quando il valore risulta true" #. Tag: para #: 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" -msgstr "numero_bande Il numero delle bande in ogni tile del set di raster. Questa è la stessa informazione fornita da" +"num_bands The number of bands in each tile of your raster " +"set. This is the same information as what is provided by" +msgstr "" +"numero_bande Il numero delle bande in ogni tile del set " +"di raster. Questa è la stessa informazione fornita da" #. Tag: para #: using_raster_dataman.xml:382 @@ -938,7 +1190,11 @@ msgid "" "band. You will have the same number of elements in this array as you have " "number of bands. The pixel_types are one of the following defined in ." -msgstr "pixel_types Un vettore che definisce il tipo di pixel per ciascuna banda. In questo vettore avrete un numero di elementi pari al numero delle bande. I valori di pixel_types possono essere tra quelli definiti in ." +msgstr "" +"pixel_types Un vettore che definisce il tipo di pixel per " +"ciascuna banda. In questo vettore avrete un numero di elementi pari al " +"numero delle bande. I valori di pixel_types possono essere tra quelli " +"definiti in ." #. Tag: para #: using_raster_dataman.xml:385 @@ -946,21 +1202,27 @@ msgstr "pixel_types Un vettore che definisce il tipo di pixel 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 ." -msgstr "nodata_values Un vettore in doppia precisione che spefica i valori nodata_value per ciascuna banda. Avrete in questo vettore un numero di elementi pari al numero di bande. Questi numeri definiscono il valore del pixel che per ciascuna banda deve essere ignorato nella maggior parte delle operazioni. L'informazion è simile a quella fornita da ." +"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 "" +"nodata_values Un vettore in doppia precisione che spefica " +"i valori nodata_value per ciascuna banda. Avrete in " +"questo vettore un numero di elementi pari al numero di bande. Questi numeri " +"definiscono il valore del pixel che per ciascuna banda deve essere ignorato " +"nella maggior parte delle operazioni. L'informazion è simile a quella " +"fornita da ." #. Tag: para #: using_raster_dataman.xml:388 #, 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 @@ -976,12 +1238,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 @@ -998,10 +1259,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 @@ -1022,8 +1283,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." @@ -1102,20 +1363,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 @@ -1131,19 +1391,29 @@ 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." -msgstr "Il fatto che PostGIS raster vi fornisca le funzioni per restituire i raster in formati di immagine noti vi dà diverse opzioni per visualizzarli. Per esempio potete utilizzare OpenOffice / LibreOffice, come mostrato alla pagina Rendering PostGIS Raster graphics with LibreOffice Base Reports. Inoltre potete utilizzare diversi linguaggi, come illustrato in questo paragrafo." +"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 "" +"Il fatto che PostGIS raster vi fornisca le funzioni per restituire i raster " +"in formati di immagine noti vi dà diverse opzioni per visualizzarli. Per " +"esempio potete utilizzare OpenOffice / LibreOffice, come mostrato alla " +"pagina Rendering PostGIS Raster graphics with LibreOffice Base Reports. " +"Inoltre potete utilizzare diversi linguaggi, come illustrato in questo " +"paragrafo." #. Tag: title #: using_raster_dataman.xml:447 #, no-c-format msgid "" "PHP Example Outputting using ST_AsPNG in concert with other raster functions" -msgstr "Esempio di output in PHP, utilizzando ST_AsPNG assieme ad altre funzioni raster" +msgstr "" +"Esempio di output in PHP, utilizzando ST_AsPNG assieme ad altre funzioni " +"raster" #. Tag: para #: using_raster_dataman.xml:448 @@ -1153,7 +1423,11 @@ msgid "" "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 "In questo paragrafo mostreremo come utilizzare il driver PHP PostgreSQL e la famiglia di funzioni per estrarre le bande 1,2,3 di un raster a una richiesta PHP che poi può essere inserita in un tag src di un'immagine HTML." +msgstr "" +"In questo paragrafo mostreremo come utilizzare il driver PHP PostgreSQL e la " +"famiglia di funzioni per estrarre le " +"bande 1,2,3 di un raster a una richiesta PHP che poi può essere inserita in " +"un tag src di un'immagine HTML." #. Tag: para #: using_raster_dataman.xml:451 using_raster_dataman.xml:463 @@ -1165,16 +1439,26 @@ msgid "" "intersecting tiles together returning all bands, transforms to user " "specified projection using , and then " "outputs the results as a png using ." -msgstr "La query di esempio mostra come combinare varie funzioni raster per recuperare tutte le tile che intersecano una data area rettangolare in wgs84, unisce le tile risultanti per tutte le bande con , le trasforma in una proiezione specificata dall'utente con e infine crea un PNG in uscita tramite ." +msgstr "" +"La query di esempio mostra come combinare varie funzioni raster per " +"recuperare tutte le tile che intersecano una data area rettangolare in " +"wgs84, unisce le tile risultanti per tutte le bande con , le trasforma in una proiezione specificata dall'utente " +"con e infine crea un PNG in uscita " +"tramite ." #. Tag: para #: 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." -msgstr "Andreste a chiamare il codice sotto utilizzando http://mywebserver/test_raster.php?srid=2249 per ottenere l'immagine raster proiettata nel sistema di riferimento 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 "" +"Andreste a chiamare il codice sotto utilizzando http://" +"mywebserver/test_raster.php?srid=2249 per ottenere " +"l'immagine raster proiettata nel sistema di riferimento Massachusetts state " +"plane feet." #. Tag: programlisting #: using_raster_dataman.xml:455 @@ -1182,29 +1466,63 @@ msgstr "Andreste a chiamare il codice sotto utilizzando http:// msgid "" "]]>" +msgstr "" +"]]>" -msgstr "]]>" #. Tag: title #: using_raster_dataman.xml:458 @@ -1212,45 +1530,58 @@ msgstr " 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 "In questo paragrafo vi mostreremo come usare il driver .NET Npgsql e la famiglia di funzioni per inviare in uscita le bande 1,2,3 di un raster a una richiesta PHP che può poi essere inserita nel tag src di un immagine html." +"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 "" +"In questo paragrafo vi mostreremo come usare il driver .NET Npgsql e la " +"famiglia di funzioni per inviare in " +"uscita le bande 1,2,3 di un raster a una richiesta PHP che può poi essere " +"inserita nel tag src di un immagine html." #. Tag: para #: using_raster_dataman.xml:462 #, 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." -msgstr "Per questo vi servirà il driver PostgreSQL npgsql .NET. Potete recuperare il più recente da http://npgsql.projects.postgresql.org/. Scaricatelo e salvatelo nella vostra cartella bin di ASP.NET per poter lavorare." +"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 "" +"Per questo vi servirà il driver PostgreSQL npgsql .NET. Potete recuperare il " +"più recente da http://" +"npgsql.projects.postgresql.org/. Scaricatelo e salvatelo nella " +"vostra cartella bin di ASP.NET per poter lavorare." #. Tag: para #: using_raster_dataman.xml:466 #, no-c-format msgid "" -"This is same example as except implemented" -" in C#." -msgstr "Questo è lo stesso esempio illustrato in , implementato in C#." +"This is same example as except implemented " +"in C#." +msgstr "" +"Questo è lo stesso esempio illustrato in , " +"implementato in C#." #. 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." -msgstr "Richiamerete il codice sotto come http://mywebserver/TestRaster.ashx?srid=2249 per ottenere l'immagine raster nel sistema di riferimento 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 "" +"Richiamerete il codice sotto come http://mywebserver/" +"TestRaster.ashx?srid=2249 per ottenere l'immagine raster " +"nel sistema di riferimento Massachusetts state plane feet." #. Tag: programlisting #: using_raster_dataman.xml:468 @@ -1259,9 +1590,16 @@ msgid "" "-- web.config connection string section --\n" "\n" " \n" +" connectionString=\"server=localhost;database=mydb;Port=5432;User " +"Id=myuser;password=mypwd\"/>\n" +"]]>" +msgstr "" +"-- web.config connection string section --\n" +"\n" +" \n" "]]>" -msgstr "-- web.config connection string section --\n\n \n]]>" #. Tag: programlisting #: using_raster_dataman.xml:469 @@ -1295,24 +1633,100 @@ 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" +" conn.Close();\n" +" }\n" +"\n" +" }\n" +" catch (Exception ex)\n" +" {\n" +" result = null;\n" +" context.Response.Write(ex.Message.Trim());\n" +" }\n" +" return result;\n" +" }\n" +"}]]>" +msgstr "" +"// Code for TestRaster.ashx\n" +"\n" +"using System;\n" +"using System.Data;\n" +"using System.Web;\n" +"using Npgsql;\n" +"\n" +"public class TestRaster : IHttpHandler\n" +"{\n" +" public void ProcessRequest(HttpContext context)\n" +" {\n" +" \n" +" context.Response.ContentType = \"image/png\";\n" +" context.Response.BinaryWrite(GetResults(context));\n" +" \n" +" }\n" +"\n" +" public bool IsReusable {\n" +" get { return false; }\n" +" }\n" +"\n" +" public byte[] GetResults(HttpContext context)\n" +" {\n" +" byte[] result = null;\n" +" NpgsqlCommand command;\n" +" string sql = null;\n" +" int input_srid = 26986;\n" +" try {\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" +" }\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" +" 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" +" command = new NpgsqlCommand(sql, conn);\n" +" command.Parameters.Add(new NpgsqlParameter(\"input_srid\", " +"input_srid));\n" " \n" " \n" " result = (byte[]) command.ExecuteScalar();\n" @@ -1328,7 +1742,6 @@ msgid "" " return result;\n" " }\n" "}]]>" -msgstr "// Code for TestRaster.ashx\n\nusing System;\nusing System.Data;\nusing System.Web;\nusing Npgsql;\n\npublic class TestRaster : IHttpHandler\n{\n public void ProcessRequest(HttpContext context)\n {\n \n context.Response.ContentType = \"image/png\";\n context.Response.BinaryWrite(GetResults(context));\n \n }\n\n public bool IsReusable {\n get { return false; }\n }\n\n public byte[] GetResults(HttpContext context)\n {\n byte[] result = null;\n NpgsqlCommand command;\n string sql = null;\n int input_srid = 26986;\n try {\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 }\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 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 command = new NpgsqlCommand(sql, conn);\n command.Parameters.Add(new NpgsqlParameter(\"input_srid\", input_srid));\n \n \n result = (byte[]) command.ExecuteScalar();\n conn.Close();\n }\n\n }\n catch (Exception ex)\n {\n result = null;\n context.Response.Write(ex.Message.Trim());\n }\n return result;\n }\n}]]>" #. Tag: title #: using_raster_dataman.xml:472 @@ -1342,15 +1755,21 @@ msgstr "app per Java console per esportare una query raster come file immagine" msgid "" "This is a simple java console app that takes a query that returns one image " "and outputs to specified file." -msgstr "Questa è una semplice app per console java che prende una query, ne restituisce la corrispondente immagine e la scrive in un file specificato." +msgstr "" +"Questa è una semplice app per console java che prende una query, ne " +"restituisce la corrispondente immagine e la scrive in un file specificato." #. Tag: para #: using_raster_dataman.xml:474 #, no-c-format msgid "" -"You can download the latest PostgreSQL JDBC drivers from http://jdbc.postgresql.org/download.html" -msgstr "Potete scaricare i driver JDBC per PostgreSQL più recenti da http://jdbc.postgresql.org/download.html" +"You can download the latest PostgreSQL JDBC drivers from http://jdbc.postgresql.org/download." +"html" +msgstr "" +"Potete scaricare i driver JDBC per PostgreSQL più recenti da http://jdbc.postgresql.org/" +"download.html" #. Tag: para #: using_raster_dataman.xml:475 @@ -1365,7 +1784,10 @@ msgid "" "set env CLASSPATH .:..\\postgresql-9.0-801.jdbc4.jar\n" "javac SaveQueryImage.java\n" "jar cfm SaveQueryImage.jar Manifest.txt *.class" -msgstr "set env CLASSPATH .:..\\postgresql-9.0-801.jdbc4.jar\njavac SaveQueryImage.java\njar cfm SaveQueryImage.jar Manifest.txt *.class" +msgstr "" +"set env CLASSPATH .:..\\postgresql-9.0-801.jdbc4.jar\n" +"javac SaveQueryImage.java\n" +"jar cfm SaveQueryImage.jar Manifest.txt *.class" #. Tag: para #: using_raster_dataman.xml:477 @@ -1380,7 +1802,10 @@ msgid "" "java -jar SaveQueryImage.jar \"SELECT " "ST_AsPNG(ST_AsRaster(ST_Buffer(ST_Point(1,5),10, 'quad_segs=2'),150, 150, " "'8BUI',100));\" \"test.png\"" -msgstr "java -jar SaveQueryImage.jar \"SELECT ST_AsPNG(ST_AsRaster(ST_Buffer(ST_Point(1,5),10, 'quad_segs=2'),150, 150, '8BUI',100));\" \"test.png\"" +msgstr "" +"java -jar SaveQueryImage.jar \"SELECT " +"ST_AsPNG(ST_AsRaster(ST_Buffer(ST_Point(1,5),10, 'quad_segs=2'),150, 150, " +"'8BUI',100));\" \"test.png\"" #. Tag: programlisting #: using_raster_dataman.xml:479 @@ -1389,7 +1814,10 @@ msgid "" "-- Manifest.txt --\n" "" -msgstr "-- Manifest.txt --\n" +msgstr "" +"-- Manifest.txt --\n" +"" #. Tag: programlisting #: using_raster_dataman.xml:480 @@ -1404,10 +1832,74 @@ 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" +" Class.forName(\"org.postgresql.Driver\");\n" +" } \n" +" catch (ClassNotFoundException cnfe) {\n" +" System.out.println(\"Couldn't find the driver!\");\n" +" cnfe.printStackTrace();\n" +" System.exit(1);\n" +" }\n" +" \n" +" Connection conn = null;\n" +" \n" +" try {\n" +" conn = DriverManager.getConnection(\"jdbc:postgresql://" +"localhost:5432/mydb\",\"myuser\", \"mypwd\");\n" +" conn.setAutoCommit(false);\n" +"\n" +" PreparedStatement sGetImg = conn.prepareStatement(argv[0]);\n" +" \n" +" ResultSet rs = sGetImg.executeQuery();\n" +" \n" +" FileOutputStream fout;\n" +" try\n" +" {\n" +" rs.next();\n" +" /** Output to file name requested by user **/\n" +" fout = new FileOutputStream(new File(argv[1]) );\n" +" fout.write(rs.getBytes(1));\n" +" fout.close();\n" +" }\n" +" catch(Exception e)\n" +" {\n" +" System.out.println(\"Can't create file\");\n" +" e.printStackTrace();\n" +" }\n" +" \n" +" rs.close();\n" +" sGetImg.close();\n" +" conn.close();\n" +" } \n" +" catch (SQLException se) {\n" +" System.out.println(\"Couldn't connect: print out a stack trace and " +"exit.\");\n" +" se.printStackTrace();\n" +" System.exit(1);\n" +" } \n" +" }\n" +"}]]>" +msgstr "" +"// Code for SaveQueryImage.java\n" +"" -msgstr "// Code for SaveQueryImage.java\n" #. Tag: title #: using_raster_dataman.xml:484 @@ -1466,21 +1959,33 @@ msgstr "Utilizzare PLPython per esportare immagini tramite SQL" msgid "" "This is a plpython stored function that creates a file in the server " "directory for each record." -msgstr "Questa è una stored function in plypython che crea nella cartella del server un file per ciascun record." +msgstr "" +"Questa è una stored function in plypython che crea nella cartella del server " +"un file per ciascun record." #. Tag: programlisting #: using_raster_dataman.xml:486 #, no-c-format msgid "" "//plpython postgresql stored proc. Requires you have plpython installed\n" -"" +msgstr "" +"//plpython postgresql stored proc. Richiede l'installazione di plpython\n" +"" -msgstr "//plpython postgresql stored proc. Richiede l'installazione di plpython\n" #. Tag: programlisting #: using_raster_dataman.xml:487 @@ -1490,7 +1995,26 @@ msgid "" "-- note the postgresql daemon account needs to have write access to folder\n" "-- this echos back the file names created;\n" " SELECT write_file(ST_AsPNG(\n" -" ST_AsRaster(ST_Buffer(ST_Point(1,5),j*5, 'quad_segs=2'),150*j, 150*j, '8BUI',100)),\n" +" ST_AsRaster(ST_Buffer(ST_Point(1,5),j*5, 'quad_segs=2'),150*j, " +"150*j, '8BUI',100)),\n" +" 'C:/temp/slices'|| j || '.png')\n" +" FROM generate_series(1,5) As j;\n" +" \n" +" write_file\n" +"---------------------\n" +" C:/temp/slices1.png\n" +" C:/temp/slices2.png\n" +" C:/temp/slices3.png\n" +" C:/temp/slices4.png\n" +" C:/temp/slices5.png" +msgstr "" +"--scrive cinque immagini sul server PostgreSQL con dimensioni variabili\n" +"-- notaer che il l'account da cui gira il demone postgresql deve avere " +"diritto di scrittura sulla cartella\n" +"-- questo mostra i nomi dei file creati;\n" +" SELECT write_file(ST_AsPNG(\n" +" ST_AsRaster(ST_Buffer(ST_Point(1,5),j*5, 'quad_segs=2'),150*j, " +"150*j, '8BUI',100)),\n" " 'C:/temp/slices'|| j || '.png')\n" " FROM generate_series(1,5) As j;\n" " \n" @@ -1501,7 +2025,6 @@ msgid "" " C:/temp/slices3.png\n" " C:/temp/slices4.png\n" " C:/temp/slices5.png" -msgstr "--scrive cinque immagini sul server PostgreSQL con dimensioni variabili\n-- notaer che il l'account da cui gira il demone postgresql deve avere diritto di scrittura sulla cartella\n-- questo mostra i nomi dei file creati;\n SELECT write_file(ST_AsPNG(\n ST_AsRaster(ST_Buffer(ST_Point(1,5),j*5, 'quad_segs=2'),150*j, 150*j, '8BUI',100)),\n 'C:/temp/slices'|| j || '.png')\n FROM generate_series(1,5) As j;\n \n write_file\n---------------------\n C:/temp/slices1.png\n C:/temp/slices2.png\n C:/temp/slices3.png\n C:/temp/slices4.png\n C:/temp/slices5.png" #. Tag: title #: using_raster_dataman.xml:490 @@ -1515,13 +2038,20 @@ msgstr "Produrre raster con PSQL" msgid "" "Sadly PSQL doesn't have easy to use built-in functionality for outputting " "binaries. This is a bit of a hack and based on one of the suggestions " -"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 "Purtroppo PSQL non dispone di una funzione comoda per l'esportazione di file binari. Quello che segue è una soluzione improvvisata derivante dai suggerimenti che trovate alla pagina Clever Trick Challenge -- Outputting bytea with psql e che si appoggia al supporto di PostgreSQL per i tipi \"large object\". Per utilizzare questo sistema anzitutto lanciate la riga di comando psql e collegatevi al 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 "" +"Purtroppo PSQL non dispone di una funzione comoda per l'esportazione di file " +"binari. Quello che segue è una soluzione improvvisata derivante dai " +"suggerimenti che trovate alla pagina Clever Trick Challenge -- Outputting bytea with psql e che si " +"appoggia al supporto di PostgreSQL per i tipi \"large object\". Per " +"utilizzare questo sistema anzitutto lanciate la riga di comando psql e " +"collegatevi al database." #. Tag: para #: using_raster_dataman.xml:494 @@ -1529,7 +2059,9 @@ msgstr "Purtroppo PSQL non dispone di una funzione comoda per l'esportazione di msgid "" "Unlike the python approach, this approach creates the file on your local " "computer." -msgstr "A differenza dell'approcio python, questo sistema crea il file in locale sul vostro computer." +msgstr "" +"A differenza dell'approcio python, questo sistema crea il file in locale sul " +"vostro computer." #. Tag: screen #: using_raster_dataman.xml:495 @@ -1545,10 +2077,29 @@ 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" "-- this deletes the file from large object storage on db\n" "SELECT lo_unlink(2630819);" -msgstr "SELECT oid, lowrite(lo_open(oid, 131072), png) As num_bytes\n FROM \n ( VALUES (lo_create(0), \n ST_AsPNG( (SELECT rast FROM aerials.boston WHERE rid=1) ) \n ) ) As v(oid,png);\n-- otterrete qualcosa tipo --\n oid | num_bytes\n---------+-----------\n 2630819 | 74860\n \n-- prendete nota dell'oid e sostituite c:/test.png con il percorso del file \n-- sul vostro computer\n \\lo_export 2630819 'C:/temp/aerial_samp.png'\n \n-- questo cancella il file dall'archiviazione dei large objects nel database\nSELECT lo_unlink(2630819);" +msgstr "" +"SELECT oid, lowrite(lo_open(oid, 131072), png) As num_bytes\n" +" FROM \n" +" ( VALUES (lo_create(0), \n" +" ST_AsPNG( (SELECT rast FROM aerials.boston WHERE rid=1) ) \n" +" ) ) As v(oid,png);\n" +"-- otterrete qualcosa tipo --\n" +" oid | num_bytes\n" +"---------+-----------\n" +" 2630819 | 74860\n" +" \n" +"-- prendete nota dell'oid e sostituite c:/test.png con il percorso del " +"file \n" +"-- sul vostro computer\n" +" \\lo_export 2630819 'C:/temp/aerial_samp.png'\n" +" \n" +"-- questo cancella il file dall'archiviazione dei large objects nel " +"database\n" +"SELECT lo_unlink(2630819);" diff --git a/doc/po/pt_BR/extras_historytable.xml.po b/doc/po/pt_BR/extras_historytable.xml.po index d8034ac4b..6c19e54ee 100644 --- a/doc/po/pt_BR/extras_historytable.xml.po +++ b/doc/po/pt_BR/extras_historytable.xml.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# +# # Translators: # Dauro Lima Sobrinho , 2013 # Thiago lima santos leão , 2013 @@ -10,11 +10,12 @@ msgstr "" "POT-Creation-Date: 2012-09-14 17:50+0000\n" "PO-Revision-Date: 2013-11-27 20:23+0000\n" "Last-Translator: Dauro Lima Sobrinho \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/postgis-1/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"postgis-1/language/pt_BR/)\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. Tag: title @@ -28,13 +29,21 @@ msgstr "Histórico de Rastreamento" #, 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 "Suponha que você tenha uma tabela que representa o estado atual de uma funcionalidade geográfica em particular. Uma tabela de parcelas, or uma tabela de estradas, or uma tabela de árvores frutíferas, seja o que for. Geralmente, ferramentas SIG entendem uma tabela como uma entidade única que pode atualizar, inserir e apagar registros. Como você permite que ferramentas SIG comuns a trabalhar com os seus dados, mantendo uma trilha de auditoria de que mudanças foram feitas, por quem, e em que estado o dado estava?" +msgstr "" +"Suponha que você tenha uma tabela que representa o estado atual de uma " +"funcionalidade geográfica em particular. Uma tabela de parcelas, or uma " +"tabela de estradas, or uma tabela de árvores frutíferas, seja o que for. " +"Geralmente, ferramentas SIG entendem uma tabela como uma entidade única que " +"pode atualizar, inserir e apagar registros. Como você permite que " +"ferramentas SIG comuns a trabalhar com os seus dados, mantendo uma trilha de " +"auditoria de que mudanças foram feitas, por quem, e em que estado o dado " +"estava?" #. Tag: para #: extras_historytable.xml:10 @@ -42,7 +51,9 @@ msgstr "Suponha que você tenha uma tabela que representa o estado atual de uma msgid "" "This history_table extra module provides some utility " "functions for creating and maintaining history." -msgstr "Este history_table módulo extra oferece algumas funcionalidade úteis para criar e manter histórico." +msgstr "" +"Este history_table módulo extra oferece algumas " +"funcionalidade úteis para criar e manter histórico." #. Tag: para #: extras_historytable.xml:14 @@ -52,7 +63,11 @@ msgid "" "added to the documentation in PostGIS 2.0. This package is written in " "plpgsql and located in the extras/history_table of " "PostGIS source tar balls and source repository." -msgstr "A history_table também foi empacotada no PostGIS 1.5, mas adicionada a documentação no PostGIS 2.0. Esse pacote é escrito em plpgsql e está localizado em extras/history_table do código fonte e do repositório PostGIS." +msgstr "" +"A history_table também foi empacotada no PostGIS 1.5, mas " +"adicionada a documentação no PostGIS 2.0. Esse pacote é escrito em plpgsql e " +"está localizado em extras/history_table do código fonte e " +"do repositório PostGIS." #. Tag: para #: extras_historytable.xml:15 @@ -61,7 +76,10 @@ msgid "" "If you have a table 'roads', this module will maintain a 'roads_history' " "side table, which contains all the columns of the parent table, and the " "following additional columns:" -msgstr "Se você tem a tabela 'roads', este módulo manterá a 'roads_history' lateralmente, que contém todas as colunas da tabela pai, e as colunas adicionais abaixo:" +msgstr "" +"Se você tem a tabela 'roads', este módulo manterá a 'roads_history' " +"lateralmente, que contém todas as colunas da tabela pai, e as colunas " +"adicionais abaixo:" #. Tag: programlisting #: extras_historytable.xml:16 @@ -71,19 +89,35 @@ 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 "history_id | integer | not null default \n\ndate_added | timestamp without time zone | not null default now()\n\ndate_deleted | timestamp without time zone | \n\nlast_operation | character varying(30) | not null\n\nactive_user | character varying(90) | not null default \"current_user\"()\n\ncurrent_version | text | not null" +msgstr "" +"history_id | integer | not null default \n" +"\n" +"date_added | timestamp without time zone | not null default now()\n" +"\n" +"date_deleted | timestamp without time zone | \n" +"\n" +"last_operation | character varying(30) | not null\n" +"\n" +"active_user | character varying(90) | not null default \"current_user\"()\n" +"\n" +"current_version | text | not null" #. Tag: para #: 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 "Quando você insere um novo registro em 'roads' uma gravação é automativamente inserida em 'roads_history', com a 'date_added' preenchido, a 'date_deleted' com NULL, um único 'history_id', uma 'last_operation' de 'INSERT' e 'active_user' set." +msgstr "" +"Quando você insere um novo registro em 'roads' uma gravação é " +"automativamente inserida em 'roads_history', com a 'date_added' preenchido, " +"a 'date_deleted' com NULL, um único 'history_id', uma 'last_operation' de " +"'INSERT' e 'active_user' set." #. Tag: para #: extras_historytable.xml:23 @@ -91,7 +125,9 @@ msgstr "Quando você insere um novo registro em 'roads' uma gravação é automa 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 "Quando você apaga uma gravação em 'roads', a gravação na tabela histórica *não* é apagada, mas a 'date_deleted' e determinada com a data atual." +msgstr "" +"Quando você apaga uma gravação em 'roads', a gravação na tabela histórica " +"*não* é apagada, mas a 'date_deleted' e determinada com a data atual." #. Tag: para #: extras_historytable.xml:26 @@ -100,7 +136,10 @@ 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 "Quando você atualização uma gravação em 'roads', a gravação atual tem 'date_deleted' preenchido e uma nova gravação é criada com determinação da 'date-added' e 'date_deleted' NULL." +msgstr "" +"Quando você atualização uma gravação em 'roads', a gravação atual tem " +"'date_deleted' preenchido e uma nova gravação é criada com determinação da " +"'date-added' e 'date_deleted' NULL." #. Tag: para #: extras_historytable.xml:30 @@ -108,7 +147,9 @@ msgstr "Quando você atualização uma gravação em 'roads', a gravação atual msgid "" "With this information maintained, it is possible to retrieve the history of " "any record in the roads table:" -msgstr "Com essas informações mantidas, é possível recuperar o histórico de qualquer gravação na tabela roads:" +msgstr "" +"Com essas informações mantidas, é possível recuperar o histórico de qualquer " +"gravação na tabela roads:" #. Tag: programlisting #: extras_historytable.xml:31 @@ -129,7 +170,12 @@ 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\nWHERE date_added < 'January 1, 2001' AND \n\n( date_deleted >= 'January 1, 2001' OR date_deleted IS NULL );" +msgstr "" +"SELECT * FROM roads_history\n" +"\n" +"WHERE date_added < 'January 1, 2001' AND \n" +"\n" +"( date_deleted >= 'January 1, 2001' OR date_deleted IS NULL );" #. Tag: refname #: extras_historytable.xml:38 @@ -143,7 +189,9 @@ msgstr "Postgis_Install_History" msgid "" "Creates a table that will hold some interesting values for managing history " "tables." -msgstr "Cria uma tabela que irá armazenar alguns valores interessantes para o gerenciamento de tabelas de histórico." +msgstr "" +"Cria uma tabela que irá armazenar alguns valores interessantes para o " +"gerenciamento de tabelas de histórico." #. Tag: funcprototype #: extras_historytable.xml:44 @@ -151,7 +199,9 @@ msgstr "Cria uma tabela que irá armazenar alguns valores interessantes para o g 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 @@ -165,7 +215,10 @@ msgstr "Descrição" msgid "" "Creates a table that will hold some interesting values for managing history " "tables. Creates a table called historic_information" -msgstr "Cria uma tabela que irá armazenar alguns valores interessantes para o gerenciamento de tabelas de histórico.\nCria uma tabela chamada historic_information" +msgstr "" +"Cria uma tabela que irá armazenar alguns valores interessantes para o " +"gerenciamento de tabelas de histórico.\n" +"Cria uma tabela chamada historic_information" #. Tag: para #: extras_historytable.xml:58 extras_historytable.xml:100 @@ -201,9 +254,11 @@ 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." -msgstr "Registra na tabela history_information para rastreamento e também para adicionar na tabela history e inserir, atualizar e apagar regras na tabela." +"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 "" +"Registra na tabela history_information para rastreamento e também para " +"adicionar na tabela history e inserir, atualizar e apagar regras na tabela." #. Tag: funcprototype #: extras_historytable.xml:83 @@ -212,7 +267,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,10 +278,15 @@ 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 "Registra na table history_information para rastreamento e também para adicionar na tabela history com o mesmo nome da tabela, mas com o prefixo history no mesmo esquema como tabela original. Coloca nas regras de inserção, atualização e deleção na tabela. Qualquer inserção, atualização e deleção de uma geometria são gravadas na tabela de histórico." +msgstr "" +"Registra na table history_information para rastreamento e também para " +"adicionar na tabela history com o mesmo nome da tabela, mas com o prefixo " +"history no mesmo esquema como tabela original. Coloca nas " +"regras de inserção, atualização e deleção na tabela. Qualquer inserção, " +"atualização e deleção de uma geometria são gravadas na tabela de histórico." #. Tag: para #: extras_historytable.xml:97 @@ -232,7 +295,10 @@ msgid "" "This function currently relies on a geometry column being registered in " "geometry_columns and fails if the geometry column is not " "present in geometry_columns table." -msgstr "Esta função atualmente depende da coluna geometria sendo registrada em geometry_columns e falhas se a coluna geometria não estiver presente na table geometry_columns." +msgstr "" +"Esta função atualmente depende da coluna geometria sendo registrada em " +"geometry_columns e falhas se a coluna geometria não " +"estiver presente na table geometry_columns." #. Tag: programlisting #: extras_historytable.xml:107 @@ -247,7 +313,8 @@ 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" @@ -257,4 +324,31 @@ 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));\n\nSELECT AddGeometryColumn('roads', 'geom', 26986, 'LINESTRING', 2);\n\nSELECT postgis_enable_history('public', 'roads', 'geom') As register_table;\n\nregister_table\n\n--------------\n\nINSERT INTO roads(road_name, geom) \nVALUES('Test Street', ST_GeomFromText('LINESTRING(231660.5 832170,231647 832202,231627.5 832250.5)',26986));\n\n-- checagem detalhada da transação --\n\nSELECT date_added, last_operation, current_version \n\nFROM roads_history \n\nWHERE road_name = 'Test Street' ORDER BY date_added DESC;\n\ndate_added | last_operation | current_version\n\n------------------------+----------------+-----------------\n\n2011-02-07 12:44:36.92 | INSERT | 2" +msgstr "" +"CREATE TABLE roads(gid SERIAL PRIMARY KEY, road_name varchar(150));\n" +"\n" +"SELECT AddGeometryColumn('roads', 'geom', 26986, 'LINESTRING', 2);\n" +"\n" +"SELECT postgis_enable_history('public', 'roads', 'geom') As register_table;\n" +"\n" +"register_table\n" +"\n" +"--------------\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" +"-- checagem detalhada da transação --\n" +"\n" +"SELECT date_added, last_operation, current_version \n" +"\n" +"FROM roads_history \n" +"\n" +"WHERE road_name = 'Test Street' ORDER BY date_added DESC;\n" +"\n" +"date_added | last_operation | current_version\n" +"\n" +"------------------------+----------------+-----------------\n" +"\n" +"2011-02-07 12:44:36.92 | INSERT | 2" diff --git a/doc/po/pt_BR/faq.xml.po b/doc/po/pt_BR/faq.xml.po index d9361388a..beb2e1b0c 100644 --- a/doc/po/pt_BR/faq.xml.po +++ b/doc/po/pt_BR/faq.xml.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# +# # Translators: # Dauro Lima Sobrinho , 2013-2014 # georgersilva , 2013 @@ -12,11 +12,12 @@ msgstr "" "POT-Creation-Date: 2012-09-14 17:50+0000\n" "PO-Revision-Date: 2014-07-28 21:12+0000\n" "Last-Translator: Dauro Lima Sobrinho \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/postgis-1/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"postgis-1/language/pt_BR/)\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. Tag: title @@ -31,23 +32,35 @@ msgstr "Perguntas frequentes 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 "Minhas aplicações e ferramentas desktop funcionavam com PostGIS 1.5, mas não funcionam com o PostGIS 2.0. Como corrigir isto?" +msgstr "" +"Minhas aplicações e ferramentas desktop funcionavam com PostGIS 1.5, mas não " +"funcionam com o PostGIS 2.0. Como corrigir isto?" #. 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 "Muitas funcionalidades obsoletas foram removidos da base de código do PostGIS na versão 2.0. Isto afetou aplicações e em especial, ferramentas de terceiros, como Geoserver, MapServer, QuantumGIS e OpenJump, para citar alguns casos. Existem algumas maneiras de resolver isto. Para aplicações de terceiros, você pode tentar atualizar para as versões mais atuais, muitas das quais corrigiram estes problemas. Para seu próprio código, você pode alterá-lo para não utilizar as funções removidas. A maior parte destas funções não possuem o prefixo ST_ de ST_Union, ST_Length, etc. Como um último recurso, você pode instalar todo o script legado legacy.sql ou apenas as porções de legacy.sql que você precisa." +"etc. and as a last resort, install the whole of legacy.sql or just the portions of legacy.sql you need." +msgstr "" +"Muitas funcionalidades obsoletas foram removidos da base de código do " +"PostGIS na versão 2.0. Isto afetou aplicações e em especial, ferramentas de " +"terceiros, como Geoserver, MapServer, QuantumGIS e OpenJump, para citar " +"alguns casos. Existem algumas maneiras de resolver isto. Para aplicações de " +"terceiros, você pode tentar atualizar para as versões mais atuais, muitas " +"das quais corrigiram estes problemas. Para seu próprio código, você pode " +"alterá-lo para não utilizar as funções removidas. A maior parte destas " +"funções não possuem o prefixo ST_ de ST_Union, ST_Length, etc. Como um " +"último recurso, você pode instalar todo o script legado legacy.sql ou apenas as porções de legacy.sql que você " +"precisa." #. Tag: para #: faq.xml:18 @@ -57,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 "O arquivo legacy.sql está localizado na mesma pasta em que o arquivo postgis.sql. Você pode instalar este arquivo após a instalação do postgis.sql e spatial_ref_sys.sql, para ter de volta todas 200 funções que foram removidas." +msgstr "" +"O arquivo legacy.sql está localizado na mesma pasta em " +"que o arquivo postgis.sql. Você pode instalar este arquivo após a instalação " +"do postgis.sql e spatial_ref_sys.sql, para ter de volta todas 200 funções " +"que foram removidas." #. Tag: para #: faq.xml:24 @@ -65,7 +82,9 @@ msgstr "O arquivo legacy.sql está localizado na mesma pasta msgid "" "I'm running PostgreSQL 9.0 and I can no longer read/view geometries in " "OpenJump, Safe FME, and some other tools?" -msgstr "Estou rodando PostgreSQL 9.0 e não mais posso ler/visualizar geometrias no OpenJump, Safe FME e outras ferramentas?" +msgstr "" +"Estou rodando PostgreSQL 9.0 e não mais posso ler/visualizar geometrias no " +"OpenJump, Safe FME e outras ferramentas?" #. Tag: para #: faq.xml:28 @@ -73,31 +92,45 @@ msgstr "Estou rodando PostgreSQL 9.0 e não mais posso ler/visualizar geometrias 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 "No PostgreSQL 9.0+, o encoding padrão para dados bytea foi alterado para hex e outros drivers JDBC ainda assumem o formato escapado. Isto afetou aplicações Java utilizando drivers antigos JDBC ou aplicações .NET que usam drivers antigos npgsql e esperam o comportamento antigo de ST_AsBInary. Existem duas formas de resolver este problema." +msgstr "" +"No PostgreSQL 9.0+, o encoding padrão para dados bytea foi alterado para hex " +"e outros drivers JDBC ainda assumem o formato escapado. Isto afetou " +"aplicações Java utilizando drivers antigos JDBC ou aplicações .NET que usam " +"drivers antigos npgsql e esperam o comportamento antigo de ST_AsBInary. " +"Existem duas formas de resolver este problema." #. 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 "Você pode atualizar seu driver JDBC para a última versão do PostgreSQL 9.0, que você obter em http://jdbc.postgresql.org/download.html." +"you can get from http://jdbc.postgresql.org/download.html" +msgstr "" +"Você pode atualizar seu driver JDBC para a última versão do PostgreSQL 9.0, " +"que você obter em 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 "Se você está utilizando uma aplicação .NET, você pode usar o driver Npgsql 2.0.11 ou melhor, que você fazer o download em http://pgfoundry.org/frs/?group_id=1000140 e descrito em Francisco Figueiredo's NpgSQL 2.0.11 released blog entry." +"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 "" +"Se você está utilizando uma aplicação .NET, você pode usar o driver Npgsql " +"2.0.11 ou melhor, que você fazer o download em http://pgfoundry.org/frs/?group_id=1000140 e descrito em Francisco Figueiredo's NpgSQL 2.0.11 released " +"blog entry." #. Tag: para #: faq.xml:38 @@ -105,7 +138,10 @@ msgstr "Se você está utilizando uma aplicação .NET, você pode usar o driver 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 "Se realizar um upgrade dos drivers PostgreSQL não é uma opção, então você pode setar o valor padrão para o comportamento antigo, usando a seguinte mudança:" +msgstr "" +"Se realizar um upgrade dos drivers PostgreSQL não é uma opção, então você " +"pode setar o valor padrão para o comportamento antigo, usando a seguinte " +"mudança:" #. Tag: programlisting #: faq.xml:39 @@ -119,7 +155,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 "Tentei usar o PgAdmin para visualizar minhas colunas geométricas e ela está em branco?" +msgstr "" +"Tentei usar o PgAdmin para visualizar minhas colunas geométricas e ela está " +"em branco?" #. Tag: para #: faq.xml:50 @@ -127,24 +165,34 @@ msgstr "Tentei usar o PgAdmin para visualizar minhas colunas geométricas e ela 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 não mostra nada para grandes colunas. A melhor maneira de garantir que você tem dados em suas colunas geométricas são" +msgstr "" +"PgAdmin não mostra nada para grandes colunas. A melhor maneira de garantir " +"que você tem dados em suas colunas geométricas são" #. 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 "" +"-- isto deve retornar zero registros se todos os seus campos geométricos " +"estão preencidos \n" "SELECT somefield FROM mytable WHERE geom IS NULL;" -msgstr "-- isto deve retornar zero registros se todos os seus campos geométricos estão preencidos \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 "-- Para ter uma ideia do tamanho de sua geometria, faça a query que vai lhe dizer o numero de pontos em suas colunas\nSELECT MAX(ST_NPoints(geom)) FROM tabela;" +msgstr "" +"-- Para ter uma ideia do tamanho de sua geometria, faça a query que vai lhe " +"dizer o numero de pontos em suas colunas\n" +"SELECT MAX(ST_NPoints(geom)) FROM tabela;" #. Tag: para #: faq.xml:61 @@ -156,8 +204,8 @@ msgstr "Quais tipos de objetos geométricos posso armazenar?" #: 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 " @@ -166,15 +214,29 @@ 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." -msgstr "Você pode armazenar pontos, linhas, polígonos, multipontos, multilinhas, multipolígonos e coleções geométricas. No PostGIS 2.0 ou melhor, você também pode armazenar TINS, superfícies polihédricas no tipo de geometria básico. Estes dados estão especificados no padrão Open GIS Well Known Text (com XYZ, XYM, XYZM). Existem três tipos de dados suportados. A geometria OGC padrão, que utiliza um sistema de coordenadas plano para medidas, o tipo de dados geografia, que utiliza um sistema de coordenadas geodésico (não faz parte do padrão OGC, mas existe um tipo similar no Microsoft SQL Server 2008+). Apenas o datum WGS 84 long lat (SRID 4326) é suportado pelo tipo dados geografia. O mais novo tipo de dados da família PostGIS é o raster, para armazenar e analisar dados em grade regular. Existe um FAQ somente para rasters, disponível em e para maiores detalhes." +"analyzing raster data. Raster has its very own FAQ. Refer to and for more details." +msgstr "" +"Você pode armazenar pontos, linhas, polígonos, multipontos, multilinhas, " +"multipolígonos e coleções geométricas. No PostGIS 2.0 ou melhor, você também " +"pode armazenar TINS, superfícies polihédricas no tipo de geometria básico. " +"Estes dados estão especificados no padrão Open GIS Well Known Text (com XYZ, " +"XYM, XYZM). Existem três tipos de dados suportados. A geometria OGC padrão, " +"que utiliza um sistema de coordenadas plano para medidas, o tipo de dados " +"geografia, que utiliza um sistema de coordenadas geodésico (não faz parte do " +"padrão OGC, mas existe um tipo similar no Microsoft SQL Server 2008+). " +"Apenas o datum WGS 84 long lat (SRID 4326) é suportado pelo tipo dados " +"geografia. O mais novo tipo de dados da família PostGIS é o raster, para " +"armazenar e analisar dados em grade regular. Existe um FAQ somente para " +"rasters, disponível em e para maiores detalhes." #. Tag: para #: faq.xml:78 #, no-c-format msgid "I'm all confused. Which data store should I use geometry or geography?" -msgstr "Estou confuso. Qual tipo de dados devo utilizar, geometria ou geografia?" +msgstr "" +"Estou confuso. Qual tipo de dados devo utilizar, geometria ou geografia?" #. Tag: para #: faq.xml:82 @@ -183,48 +245,75 @@ 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 "Resposta curta: geography é um novo tipo de dados que suporta medições de distância de longo alcance, mas a maioria dos cálculos sobre ele estão atualmente mais lento do que são na geometry. Se você usar geography -- você não precisará aprender muito sobre sistemas de coordenadas planar. Geography é geralmente melhor se tudo o que importa é a medição de distâncias e comprimentos e você tem dados de todo o mundo. Tipo de dado geometry é um tipo mais antigo de dados que possúi mais funções que o suportam, goza de maior apoio de ferramentas de terceiros, e as operações nele contidas são geralmente mais rápidas -- às vezes até 10 vezes mais rápido para geometrias maiores. Geometry é melhor se você se sentir confortável com sistemas de referência espacial ou se estiver lidando com dados localizados onde todos seus dados se encaixam em um único Sistema Espacial de Referência (SRID), ou você precisará fazer muito processamento espacial. Nota: É bastante fácil de fazer conversões pontuais entre dois tipos para ganhar os benefícios de cada. Consulte para ver o que é, e não é suportado." +"two types to gain the benefits of each. Refer to to see what is currently supported and what " +"is not." +msgstr "" +"Resposta curta: geography é um novo tipo de dados que suporta medições de " +"distância de longo alcance, mas a maioria dos cálculos sobre ele estão " +"atualmente mais lento do que são na geometry. Se você usar geography -- você " +"não precisará aprender muito sobre sistemas de coordenadas planar. Geography " +"é geralmente melhor se tudo o que importa é a medição de distâncias e " +"comprimentos e você tem dados de todo o mundo. Tipo de dado geometry é um " +"tipo mais antigo de dados que possúi mais funções que o suportam, goza de " +"maior apoio de ferramentas de terceiros, e as operações nele contidas são " +"geralmente mais rápidas -- às vezes até 10 vezes mais rápido para geometrias " +"maiores. Geometry é melhor se você se sentir confortável com sistemas de " +"referência espacial ou se estiver lidando com dados localizados onde todos " +"seus dados se encaixam em um único Sistema " +"Espacial de Referência (SRID), ou você precisará fazer muito " +"processamento espacial. Nota: É bastante fácil de fazer conversões pontuais " +"entre dois tipos para ganhar os benefícios de cada. Consulte para ver o que é, e não é suportado." #. Tag: para #: faq.xml:93 #, no-c-format msgid "" -"Long Answer: Refer to our more lengthy discussion in the and function type matrix." -msgstr "Resposta longa: Se refere a nossa mais longa discurssão no e tipo de função matriz." +"Long Answer: Refer to our more lengthy discussion in the and function type matrix." +msgstr "" +"Resposta longa: Se refere a nossa mais longa discurssão no e tipo de função matriz." #. 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 "Tenho questões mais aprofundadas sobre geography, tais como quão grande a geografia de uma região pode ser adicionada em uma coluna geography e continua razoavelmente responsiva. Existem limitações tais como pólos, tudo no campo deve caber em um hemisfério (como SQL Server 2008 tem), velocidade etc?" +msgstr "" +"Tenho questões mais aprofundadas sobre geography, tais como quão grande a " +"geografia de uma região pode ser adicionada em uma coluna geography e " +"continua razoavelmente responsiva. Existem limitações tais como pólos, tudo " +"no campo deve caber em um hemisfério (como SQL Server 2008 tem), velocidade " +"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 "Suas perguntas são profundas e complexas para serem respondindas de forma adequada nesta seção. Por favor, refira-se ao documento ." +"section. Please refer to our ." +msgstr "" +"Suas perguntas são profundas e complexas para serem respondindas de forma " +"adequada nesta seção. Por favor, refira-se ao documento ." #. Tag: para #: faq.xml:112 @@ -237,10 +326,14 @@ msgstr "Como insiro um objeto GIS dentro do banco de dados?" #, 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 "Primeiramente, você precisa criar uma tabela com uma coluna do tipo \"geometry\" ou \"geography\" para armazenar seus dados GIS. O armazenamento do dado do tipo \"geography\" é um pouco diferente do tipo \"geometry\". Consulte o documento para detalhes." +"\"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 "" +"Primeiramente, você precisa criar uma tabela com uma coluna do tipo " +"\"geometry\" ou \"geography\" para armazenar seus dados GIS. O armazenamento " +"do dado do tipo \"geography\" é um pouco diferente do tipo \"geometry\". " +"Consulte o documento para detalhes." #. Tag: para #: faq.xml:120 @@ -248,7 +341,9 @@ msgstr "Primeiramente, você precisa criar uma tabela com uma coluna do tipo \"g msgid "" "For geometry: Connect to your database with psql and " "try the following SQL:" -msgstr "Para geometrias: conecte seu banco de dados com psql e tente o seguinte SQL:" +msgstr "" +"Para geometrias: conecte seu banco de dados com psql e " +"tente o seguinte SQL:" #. Tag: programlisting #: faq.xml:124 @@ -256,25 +351,33 @@ msgstr "Para geometrias: conecte seu banco de dados com psql." -msgstr "Se a adição da coluna geométrica falhar, provavelmente você não instalou o PostGIS dentro deste banco de dados. Veja " +"PostGIS functions and objects into this database. See the ." +msgstr "" +"Se a adição da coluna geométrica falhar, provavelmente você não instalou o " +"PostGIS dentro deste banco de dados. Veja " #. 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 "Após a criação da tabela, você pode inserir uma geometria através de um comando SQL INSERT. O objeto GIS em si é formatado utilizando o formato OGC WKT (\"well known text\"):" +"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 "" +"Após a criação da tabela, você pode inserir uma geometria através de um " +"comando SQL INSERT. O objeto GIS em si é formatado utilizando o formato OGC " +"WKT (\"well known text\"):" #. Tag: programlisting #: faq.xml:134 @@ -286,15 +389,28 @@ msgid "" " 'First Geometry', \n" " ST_GeomFromText('LINESTRING(2 3,4 5,6 5,7 8)', -1)\n" ");" -msgstr "INSERT INTO gtest (ID, NAME, GEOM) \n\nVALUES (\n\n1, \n\n'First Geometry', \n\nST_GeomFromText('LINESTRING(2 3,4 5,6 5,7 8)', -1)\n\n);" +msgstr "" +"INSERT INTO gtest (ID, NAME, GEOM) \n" +"\n" +"VALUES (\n" +"\n" +"1, \n" +"\n" +"'First Geometry', \n" +"\n" +"ST_GeomFromText('LINESTRING(2 3,4 5,6 5,7 8)', -1)\n" +"\n" +");" #. Tag: para #: faq.xml:136 #, no-c-format msgid "" -"For more information about other GIS objects, see the object reference." -msgstr "Para maiores informações sobre outros objetos GIS, veja a referência de objetos." +"For more information about other GIS objects, see the object reference." +msgstr "" +"Para maiores informações sobre outros objetos GIS, veja a referência de objetos." #. Tag: para #: faq.xml:139 @@ -322,7 +438,14 @@ msgid "" "----+----------------+-----------------------------\n" " 1 | First Geometry | LINESTRING(2 3,4 5,6 5,7 8) \n" "(1 row)" -msgstr "id | name | geom\n\n----+----------------+-----------------------------\n\n1 | First Geometry | LINESTRING(2 3,4 5,6 5,7 8) \n\n(1 row)" +msgstr "" +"id | name | geom\n" +"\n" +"----+----------------+-----------------------------\n" +"\n" +"1 | First Geometry | LINESTRING(2 3,4 5,6 5,7 8) \n" +"\n" +"(1 row)" #. Tag: para #: faq.xml:151 @@ -336,41 +459,59 @@ msgstr "Como construo uma pesquisa geoespacial?" msgid "" "The same way you construct any other database query, as an SQL combination " "of return values, functions, and boolean tests." -msgstr "Da mesma forma como você constrói qualquer pesquisa no banco de dados, com SQL em uma combinação de valores de retorno, funções e testes de álgebra booleana." +msgstr "" +"Da mesma forma como você constrói qualquer pesquisa no banco de dados, com " +"SQL em uma combinação de valores de retorno, funções e testes de álgebra " +"booleana." #. 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 "Para pesquisas geoespaciais, existem duas questões que são importantes de se ter em mente durante sua construção: existe um índice geoespacial que você pode utilizar; e, você está realizando cálculos computacionalmente caros em um número grande de geometrias." +"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 "" +"Para pesquisas geoespaciais, existem duas questões que são importantes de se " +"ter em mente durante sua construção: existe um índice geoespacial que você " +"pode utilizar; e, você está realizando cálculos computacionalmente caros em " +"um número grande de geometrias." #. 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 "Em geral, você vai querer utilizar os operadores de interseção (&&) que testa se os retângulos envolventes de feições se intersecionam. A razão que torna o operador && útil é que existe um índice geoespacial para acelear a resolução do teste, que será utilizado pelo operador. Isto pode tornar as pesquisas muito mais rápidas." +msgstr "" +"Em geral, você vai querer utilizar os operadores de interseção (&&) " +"que testa se os retângulos envolventes de feições se intersecionam. A razão " +"que torna o operador && útil é que existe um índice geoespacial para " +"acelear a resolução do teste, que será utilizado pelo operador. Isto pode " +"tornar as pesquisas muito mais rápidas." #. 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 " "condition exactly." -msgstr "Você ainda pode usar funções geoespaciais, como ST_Distance(), ST_Intersects(), ST_Contains() e ST_Within(), entre outras, para filtrar ainda mais os resultados de sua pesquisa. A maior parte das pesquisas geoespaciais incluem ambos testes: um teste indexado e um teste de função geoespacial. O teste indexado serve para limitar o número de tuplas para as que podem ter a condição de interesse. As funções geoespaciais servem para testar a condição exatamente como esperado." +msgstr "" +"Você ainda pode usar funções geoespaciais, como ST_Distance(), " +"ST_Intersects(), ST_Contains() e ST_Within(), entre outras, para filtrar " +"ainda mais os resultados de sua pesquisa. A maior parte das pesquisas " +"geoespaciais incluem ambos testes: um teste indexado e um teste de função " +"geoespacial. O teste indexado serve para limitar o número de tuplas para as " +"que podem ter a condição de interesse. As funções " +"geoespaciais servem para testar a condição exatamente como esperado." #. Tag: programlisting #: faq.xml:178 @@ -380,7 +521,14 @@ 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\n\nFROM thetable \n\nWHERE \n\nST_Contains(the_geom,'POLYGON((0 0, 0 10, 10 10, 10 0, 0 0))');" +msgstr "" +"SELECT id, the_geom\n" +"\n" +"FROM thetable \n" +"\n" +"WHERE \n" +"\n" +"ST_Contains(the_geom,'POLYGON((0 0, 0 10, 10 10, 10 0, 0 0))');" #. Tag: para #: faq.xml:184 @@ -393,9 +541,12 @@ msgstr "Como acelero pesquisas geoespaciais em grandes tabelas?" #, 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 "Pesquisas rápidas em tabelas grandes é a raison d'etre de banco de dados geoespaciais (bem como suporte a transações), então ter um bom índice é importante." +"spatial databases (along with transaction support) so having a good index is " +"important." +msgstr "" +"Pesquisas rápidas em tabelas grandes é a raison d'etre " +"de banco de dados geoespaciais (bem como suporte a transações), então ter um " +"bom índice é importante." #. Tag: para #: faq.xml:192 @@ -403,22 +554,28 @@ msgstr "Pesquisas rápidas em tabelas grandes é a raison d'etregeometry " "column, use the \"CREATE INDEX\" function as follows:" -msgstr "Para criar um índice espacial em uma tabela com uma coluna geometry, utilize a função \"CREATE INDEX\" que segue abaixo:" +msgstr "" +"Para criar um índice espacial em uma tabela com uma coluna " +"geometry, utilize a função \"CREATE INDEX\" que segue " +"abaixo:" #. 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 "A opção \"USING GIST\" diz ao servidor que utilize um indice GIST (Generalized Search Tree)." +"The \"USING GIST\" option tells the server to use a GiST (Generalized Search " +"Tree) index." +msgstr "" +"A opção \"USING GIST\" diz ao servidor que utilize um indice GIST " +"(Generalized Search Tree)." #. Tag: para #: faq.xml:202 @@ -426,7 +583,9 @@ msgstr "A opção \"USING GIST\" diz ao servidor que utilize um indice GIST (Gen 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 "Índeces GIST são assumidamente lossy. Índices lossy usam um objeto de busca (em casos espaciais, uma bounding box) para contruir o índice." +msgstr "" +"Índeces GIST são assumidamente lossy. Índices lossy usam um objeto de busca " +"(em casos espaciais, uma bounding box) para contruir o índice." #. Tag: para #: faq.xml:207 @@ -435,15 +594,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 "Você também deveria garantir que o plano de acesso do PostgreSQL tem informações suficientes sobre seu índice para fazer decisões racionais sobre quando utilizá-lo. Para fazer isso, você deve atualizar as estatísticas nas suas tabelas geométricas." +msgstr "" +"Você também deveria garantir que o plano de acesso do PostgreSQL tem " +"informações suficientes sobre seu índice para fazer decisões racionais sobre " +"quando utilizá-lo. Para fazer isso, você deve atualizar as estatísticas nas " +"suas tabelas geométricas." #. Tag: para #: faq.xml:212 #, no-c-format msgid "" -"For PostgreSQL 8.0.x and greater, just run the VACUUM " -"ANALYZE command." -msgstr "Para o PostgreSQL 8.0.x ou posterior, apenas executeo o comando VACUUM ANALYZE." +"For PostgreSQL 8.0.x and greater, just run the VACUUM ANALYZE command." +msgstr "" +"Para o PostgreSQL 8.0.x ou posterior, apenas executeo o comando " +"VACUUM ANALYZE." #. Tag: para #: faq.xml:215 @@ -451,7 +616,9 @@ msgstr "Para o PostgreSQL 8.0.x ou posterior, apenas executeo o comando SELECT " "UPDATE_GEOMETRY_STATS() command." -msgstr "Para o PostgreSQL 7.4.x ou anterior, execute o comando SELECT UPDATE_GEOMETRY_STATS()." +msgstr "" +"Para o PostgreSQL 7.4.x ou anterior, execute o comando SELECT " +"UPDATE_GEOMETRY_STATS()." #. Tag: para #: faq.xml:222 @@ -466,7 +633,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 "Versões mais recentes do PostGIS no PostgreSQL usam indice R-Tree. Por outro lado, PostgreSQL R-Trees foi totalmente descontinuado desde a versão 0.6, e índice espacial é provido com um esquema R-Tree-over-GIST" +msgstr "" +"Versões mais recentes do PostGIS no PostgreSQL usam indice R-Tree. Por outro " +"lado, PostgreSQL R-Trees foi totalmente descontinuado desde a versão 0.6, e " +"índice espacial é provido com um esquema R-Tree-over-GIST" #. Tag: para #: faq.xml:231 @@ -477,16 +647,23 @@ 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 "Nossos testes tem mostrado que a velocidade de busca para o índice nativo R-Tree e o GIST são comparáveis. O nativo R-Tree tem duas limitações que dele indesejável para utlizar com funcionalidades GIS (note que essa limitação é devido a atual implementação do PostgreSQL, não do conceito R-Tree em geral):" +msgstr "" +"Nossos testes tem mostrado que a velocidade de busca para o índice nativo R-" +"Tree e o GIST são comparáveis. O nativo R-Tree tem duas limitações que dele " +"indesejável para utlizar com funcionalidades GIS (note que essa limitação é " +"devido a atual implementação do PostgreSQL, não do conceito R-Tree em geral):" #. 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 "Índices R-Tree no PostgreSQL não podem manipular funcionalidades que são maiores que 8K em tamanho. Já os índices GIST podem, utilizando o truque \"lossy\" de substituição da bounding pela própria funcionalidade." +msgstr "" +"Índices R-Tree no PostgreSQL não podem manipular funcionalidades que são " +"maiores que 8K em tamanho. Já os índices GIST podem, utilizando o truque " +"\"lossy\" de substituição da bounding pela própria funcionalidade." #. Tag: para #: faq.xml:246 @@ -494,28 +671,39 @@ msgstr "Índices R-Tree no PostgreSQL não podem manipular funcionalidades que 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 "Índices R-Tree no PostgreSQL não são \"null sage\", então construir um índice em uma coluna geometry que contenha null, falhará." +msgstr "" +"Índices R-Tree no PostgreSQL não são \"null sage\", então construir um " +"índice em uma coluna geometry que contenha null, falhará." #. Tag: para #: faq.xml:256 #, no-c-format msgid "" -"Why should I use the AddGeometryColumn() function and all" -" the other OpenGIS stuff?" -msgstr "Porque eu devo utilizar a função AddGeometryColumn() e todas as outras coisas do OpenGIS?" +"Why should I use the AddGeometryColumn() function and all " +"the other OpenGIS stuff?" +msgstr "" +"Porque eu devo utilizar a função AddGeometryColumn() e " +"todas as outras coisas do OpenGIS?" #. 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 "Se você não quer utlizar o suporte à funções OpenGIS, você não precisa. Simplesmente crie tabelas como nas versões antigas, definindo as colunas geometry no comando CREATE. Todas suas geometrias terão SRIDs de -1, e as tabelas de metadados do OpenGIS não serão preenchidas apropriadamente. No entanto, causará falha na maioria das aplicações baseadas no PostGIS, e é geralmente aconselhado que utilize AddGeometryColumn() para criar tabelas geometry." +msgstr "" +"Se você não quer utlizar o suporte à funções OpenGIS, você não precisa. " +"Simplesmente crie tabelas como nas versões antigas, definindo as colunas " +"geometry no comando CREATE. Todas suas geometrias terão SRIDs de -1, e as " +"tabelas de metadados do OpenGIS não serão preenchidas " +"apropriadamente. No entanto, causará falha na maioria das aplicações " +"baseadas no PostGIS, e é geralmente aconselhado que utilize " +"AddGeometryColumn() para criar tabelas geometry." #. Tag: para #: faq.xml:270 @@ -525,34 +713,48 @@ 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 é uma aplicação que faz uso de geometry_columns metadado. Especificamente, MapServer pode user SRID da coluna geometry para fazer reprojeção on-the-fly das funcionalidades dentro de uma correta projeção no mapa." +msgstr "" +"MapServer é uma aplicação que faz uso de geometry_columns " +"metadado. Especificamente, MapServer pode user SRID da coluna geometry para " +"fazer reprojeção on-the-fly das funcionalidades dentro de uma correta " +"projeção no mapa." #. 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 "Qual é a melhor maneira de achar todos os objetos dentre um radius e outro objeto?" +msgstr "" +"Qual é a melhor maneira de achar todos os objetos dentre um radius e outro " +"objeto?" #. 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 "Para usar a base de dados mais eficientemente, é melhor fazer radius queries que combine com teste radius com teste bounding box: o teste bounding box usa índice espacial, dando rapidez no acesso para subconjunto de dados que o teste radius é aplicada." +msgstr "" +"Para usar a base de dados mais eficientemente, é melhor fazer radius queries " +"que combine com teste radius com teste bounding box: o teste bounding box " +"usa índice espacial, dando rapidez no acesso para subconjunto de dados que o " +"teste radius é aplicada." #. 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 "A função ST_DWithin(geometry, geometry, distance) é uma forma conveniente de realizar uma busca distante no índice. Ele trabalha criando retângulo de busca suficiente para encobrir todo o raio, depois realiza uma busca exata da distância no subconjunto de resultados do índice." +msgstr "" +"A função ST_DWithin(geometry, geometry, distance) é uma " +"forma conveniente de realizar uma busca distante no índice. Ele trabalha " +"criando retângulo de busca suficiente para encobrir todo o raio, depois " +"realiza uma busca exata da distância no subconjunto de resultados do índice." #. Tag: para #: faq.xml:295 @@ -560,7 +762,9 @@ msgstr "A função 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 "Por exemplo, para encontrar todos os objetos com 100 metros de POINT(1000 1000) a query a seguir trabalharia corretamente:" +msgstr "" +"Por exemplo, para encontrar todos os objetos com 100 metros de POINT(1000 " +"1000) a query a seguir trabalharia corretamente:" #. Tag: programlisting #: faq.xml:298 @@ -568,13 +772,17 @@ msgstr "Por exemplo, para encontrar todos os objetos com 100 metros de POINT(100 msgid "" "SELECT * FROM geotable \n" "WHERE ST_DWithin(geocolumn, 'POINT(1000 1000)', 100.0);" -msgstr "SELECT * FROM geotable\n\nWHERE ST_DWithin(geocolumn, 'POINT(1000 1000)', 100.0);" +msgstr "" +"SELECT * FROM geotable\n" +"\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 "Como posso fazer uma reprojeção de coordenadas como parte de uma query?" +msgstr "" +"Como posso fazer uma reprojeção de coordenadas como parte de uma query?" #. Tag: para #: faq.xml:309 @@ -586,7 +794,13 @@ 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 "Para realizar uma reprojeção, ambos as coordenadas fonte e destino devem estar definidas na tabela SPATIAL_REF_SYS, e a geometria reprojetada deve já ter um SRID setado para ela. Uma vez isso feito, a reprojeção é taõ simples quanto referenciar um SRID de destino desejado. The below projects a geometry to NAD 83 long lat. Abaixo apenas trabalhará se o srid do the_geom não for -1 (não indefinido spatial ref)" +msgstr "" +"Para realizar uma reprojeção, ambos as coordenadas fonte e destino devem " +"estar definidas na tabela SPATIAL_REF_SYS, e a geometria reprojetada deve já " +"ter um SRID setado para ela. Uma vez isso feito, a reprojeção é taõ simples " +"quanto referenciar um SRID de destino desejado. The below projects a " +"geometry to NAD 83 long lat. Abaixo apenas trabalhará se o srid do the_geom " +"não for -1 (não indefinido spatial ref)" #. Tag: programlisting #: faq.xml:316 @@ -598,9 +812,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 "Faço uma ST_AsEWKT e ST_AsText na minha maior geometria e isso me retorna em branco. O que acontece?" +"I did an ST_AsEWKT and ST_AsText on my rather large geometry and it returned " +"blank field. What gives?" +msgstr "" +"Faço uma ST_AsEWKT e ST_AsText na minha maior geometria e isso me retorna em " +"branco. O que acontece?" #. Tag: para #: faq.xml:326 @@ -609,23 +825,33 @@ 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 "Vocês está provavelmente utilizando PgAdmin ou outra ferramenta que não retorna grandes textos. Se sua geometria é muito grande, aparecerá vazio nessas ferramentas. Use PSQL se você realmente precisa ver isso ou retornar em WKT." +msgstr "" +"Vocês está provavelmente utilizando PgAdmin ou outra ferramenta que não " +"retorna grandes textos. Se sua geometria é muito grande, aparecerá vazio " +"nessas ferramentas. Use PSQL se você realmente precisa ver isso ou retornar " +"em 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 "Para verificar o de geometrias que realmente estão vazias:\n\nSELECT count(gid) FROM geotable WHERE the_geom IS NULL;" +" SELECT count(gid) FROM geotable WHERE " +"the_geom IS NULL;" +msgstr "" +"Para verificar o de geometrias que realmente estão vazias:\n" +"\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 "Quando eu faço um ST_Intersects, tenho o retorno que minhas duas geometrias não intersectam quando EU SEI QUE SIM. O que acontece?" +"When I do an ST_Intersects, it says my two geometries don't intersect when I " +"KNOW THEY DO. What gives?" +msgstr "" +"Quando eu faço um ST_Intersects, tenho o retorno que minhas duas geometrias " +"não intersectam quando EU SEI QUE SIM. O que acontece?" #. Tag: para #: faq.xml:339 @@ -635,16 +861,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 "Isso geralmente acontece em dois casos comuns. Sua geometri é inválida -- verifique ou or você está assumindo que elas intesectam porque ST_AsText trucou os números e você tem muitos decimais que não estão sendo exibidos a você." +msgstr "" +"Isso geralmente acontece em dois casos comuns. Sua geometri é inválida -- " +"verifique ou or você está assumindo que elas " +"intesectam porque ST_AsText trucou os números e você tem muitos decimais que " +"não estão sendo exibidos a você." #. 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 "Estou liberando software que usa PostGIS, o que significa que meu software foi licenciado utilizado a GPL como PostGIS? Terei que publicar todo o meu código se utilizar o PostGIS?" +msgstr "" +"Estou liberando software que usa PostGIS, o que significa que meu software " +"foi licenciado utilizado a GPL como PostGIS? Terei que publicar todo o meu " +"código se utilizar o PostGIS?" #. Tag: para #: faq.xml:351 @@ -652,19 +885,31 @@ msgstr "Estou liberando software que usa PostGIS, o que significa que meu softw 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 "Com certeza não. Como exemplo, considere uma base de dados Oracle rodando no Linux. Linux é GPL. Oracle não, com o Oracle rodando no Linux tenho que distribuí-lo usando GPL? Não. Então seu software pode utilizar bases de dados PostgreSQL/PostGIS o quanto quiser e estar sob qualquer licença que queira." +"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 "" +"Com certeza não. Como exemplo, considere uma base de dados Oracle rodando no " +"Linux. Linux é GPL. Oracle não, com o Oracle rodando no Linux tenho que " +"distribuí-lo usando GPL? Não. Então seu software pode utilizar bases de " +"dados PostgreSQL/PostGIS o quanto quiser e estar sob qualquer licença que " +"queira." #. 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 "A única exceção seria se você fizer mudanças no código fonte do PostGIS, e distribuir a versão da sua mudança do PostGIS. Neste caso você teria que cmpartilhar o código da sua mudança do PostGIS (mas não o código da aplicação que está rodando). Mesmo neste caso limitado, você apenas teria que distribuir o código fonte para pessoas que também distribuem binários. A GPL não exige que você publique seu código fonte, apenas que compartilhe com pessoas que distribuem binários também." +msgstr "" +"A única exceção seria se você fizer mudanças no código fonte do PostGIS, e " +"distribuir a versão da sua mudança do PostGIS. Neste caso você teria que " +"cmpartilhar o código da sua mudança do PostGIS (mas não o código da " +"aplicação que está rodando). Mesmo neste caso limitado, você apenas teria " +"que distribuir o código fonte para pessoas que também distribuem binários. A " +"GPL não exige que você publique seu código fonte, " +"apenas que compartilhe com pessoas que distribuem binários também." diff --git a/doc/po/pt_BR/faq_raster.xml.po b/doc/po/pt_BR/faq_raster.xml.po index 9c595a872..04e55fd91 100644 --- a/doc/po/pt_BR/faq_raster.xml.po +++ b/doc/po/pt_BR/faq_raster.xml.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# +# # Translators: # Dauro Lima Sobrinho , 2013 # georgersilva , 2013 @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2012-09-14 17:50+0000\n" "PO-Revision-Date: 2013-11-27 15:09+0000\n" "Last-Translator: Dauro Lima Sobrinho \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/postgis-1/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"postgis-1/language/pt_BR/)\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. Tag: title @@ -34,10 +35,11 @@ msgstr "Onde posso saber mais sobre o projeto PostGIS Raster?" #: faq_raster.xml:13 #, no-c-format msgid "" -"Refer to the PostGIS Raster home " -"page." -msgstr "Consulte o sítio PostGIS Raster ." +"Refer to the PostGIS Raster home page." +msgstr "" +"Consulte o sítio PostGIS Raster ." #. Tag: para #: faq_raster.xml:19 @@ -45,38 +47,55 @@ msgstr "Consulte o sítio 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 "Existe um tutorial completo para iniciantes Interseção de buffers de vetores com grande cobertura de varredura usando PostGIS Raster. Jorge tem uma série de artigos no blog do PostGIS Raster que demonstram como carregar dados raster bem como comparar as mesmas tarefas no Oracle GeoRaster. Confira Artigos de Jorge: PostGIS Raster / Oracle GeoRaster. Há um capítulo inteiro (mais de 35 páginas de conteúdo) dedicado a PostGIS Raster com código livre e dados para download em PostGIS em Ação - Capítulo Raster. Você pode comprar a cópia impressa PostGIS em Ação agora de Manning (descontos significativos para compras em massa) ou apenas o formato E-book. Você também pode comprar na Amazon e outros distribuidores de livros. Todos os manuais impressos vêm com um cupom para baixar a versão 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 "" +"Existe um tutorial completo para iniciantes Interseção de buffers de vetores com " +"grande cobertura de varredura usando PostGIS Raster. Jorge tem uma " +"série de artigos no blog do PostGIS Raster que demonstram como carregar " +"dados raster bem como comparar as mesmas tarefas no Oracle GeoRaster. " +"Confira Artigos de Jorge: PostGIS Raster / Oracle GeoRaster. Há um " +"capítulo inteiro (mais de 35 páginas de conteúdo) dedicado a PostGIS Raster " +"com código livre e dados para download em PostGIS em Ação - Capítulo Raster. Você pode comprar a cópia impressa " +"PostGIS em Ação agora de Manning (descontos significativos para " +"compras em massa) ou apenas o formato E-book. Você também pode comprar na " +"Amazon e outros distribuidores de livros. Todos os manuais impressos vêm com " +"um cupom para baixar a versão 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 "Comentário de um usuário PostGIS Raster raster PostGIS aplicado ao solo - classificação de silvicultura urbana " +"Here is a review from a PostGIS Raster user PostGIS raster applied to " +"land classification urban forestry" +msgstr "" +"Comentário de um usuário PostGIS Raster raster PostGIS aplicado ao solo - " +"classificação de silvicultura urbana " #. Tag: para #: faq_raster.xml:37 @@ -90,10 +109,15 @@ msgstr "Como instalar o suporte a raster no meu banco de dados 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 "A forma mais simples é realizar o download dos binários para o PostGIS e para o Raster, que estão disponíveis para Windows e últimas versões de Mac OSX. Primeiro você precisa de um PostGIS 2.0.0 ou maior e estar rodando PostgreSQL 8.4, 9.0 ou 9.1. No PostGIS 2.0, o PostGIS Raster está totalmente integrado, então ele também será compilado quando você compilar o PostGIS." +msgstr "" +"A forma mais simples é realizar o download dos binários para o PostGIS e " +"para o Raster, que estão disponíveis para Windows e últimas versões de Mac " +"OSX. Primeiro você precisa de um PostGIS 2.0.0 ou maior e estar rodando " +"PostgreSQL 8.4, 9.0 ou 9.1. No PostGIS 2.0, o PostGIS Raster está totalmente " +"integrado, então ele também será compilado quando você compilar o PostGIS." #. Tag: para #: faq_raster.xml:43 @@ -103,19 +127,29 @@ msgid "" "How to Install and Configure PostGIS " "raster on windows" -msgstr "Instruções para instalação no Windows estão disponíveis em Como instalar e configurar o PostGIS Raster no Windows" +msgstr "" +"Instruções para instalação no Windows estão disponíveis em Como instalar e configurar o PostGIS Raster no " +"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 "Se estiver usando Windows, você pode compilar você mesmo, ou usar a versão pre-compilada de PostGIS Raster para Windows. Se você estiver em Mac OSX Leopard ou Snow Leopard, há binários disponíveis em Kyng Chaos Mac OSX PostgreSQL / GIS binários ." +"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 "" +"Se estiver usando Windows, você pode compilar você mesmo, ou usar a versão " +"pre-compilada de PostGIS Raster para Windows. Se " +"você estiver em Mac OSX Leopard ou Snow Leopard, há binários disponíveis em " +" Kyng Chaos Mac " +"OSX PostgreSQL / GIS binários ." #. Tag: para #: faq_raster.xml:50 @@ -124,7 +158,10 @@ 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 "Para habilitar o suporte a rasters em seu banco de dados, rode o arquivo rtpostgis.sql. Para atualizar uma instalação existente, utilize o script rtpostgis_upgrade_minor.sql ao invés do arquivo rtpostgis.sql." +msgstr "" +"Para habilitar o suporte a rasters em seu banco de dados, rode o arquivo " +"rtpostgis.sql. Para atualizar uma instalação existente, utilize o script " +"rtpostgis_upgrade_minor.sql ao invés do arquivo rtpostgis.sql." #. Tag: para #: faq_raster.xml:51 @@ -132,37 +169,54 @@ msgstr "Para habilitar o suporte a rasters em seu banco de dados, rode o arquivo 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 "Em outras plataformas, você geralmente precisará compilar as dependências você mesmo. As dependências são PostGIS e GDAL. Para maiores detalhes sobre a compilação dos fontes, refira ao link Instalando o PostGIS Raster do fonte (em versões anteriores do PostGIS)" +"refer to Installing PostGIS " +"Raster from source (in prior versions of PostGIS)" +msgstr "" +"Em outras plataformas, você geralmente precisará compilar as dependências " +"você mesmo. As dependências são PostGIS e GDAL. Para maiores detalhes sobre " +"a compilação dos fontes, refira ao link Instalando o PostGIS Raster do fonte (em versões anteriores do 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 "Recebo um erro que não foi possível carregar a biblioteca \"C:/Program Files/PblostgreSQL/8.4/lib/rtpostgis.dll\": O módulo especificado não pode ser encontrado ou não foi possível carregar a biblioteca no linux ao executar 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 "" +"Recebo um erro que não foi possível carregar a biblioteca \"C:/Program Files/" +"PblostgreSQL/8.4/lib/rtpostgis.dll\": O módulo especificado não pode ser " +"encontrado ou não foi possível carregar a biblioteca no linux ao executar " +"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 é construído com dependências da libgdal.so/dll. Tenha certeza no Windows que você tenha o arquivo libgdal-1.dll na pasta bin de sua instalação do PostgreSQL. Para Linux, a libgdal deve estar no PATH ou na pasta 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 é construído com dependências da libgdal.so/dll. Tenha " +"certeza no Windows que você tenha o arquivo libgdal-1.dll na pasta bin de " +"sua instalação do PostgreSQL. Para Linux, a libgdal deve estar no PATH ou na " +"pasta 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 "Você também pode encontrar erros diferentes se você não tem o PostGIS instalado em seu banco de dados. Tenha certeza de instalar primeiro o PostGIS em seu banco de dados antes de tentar instalar o suporte a raster." +"in your database. Make sure to install PostGIS first in your database before " +"trying to install the raster support." +msgstr "" +"Você também pode encontrar erros diferentes se você não tem o PostGIS " +"instalado em seu banco de dados. Tenha certeza de instalar primeiro o " +"PostGIS em seu banco de dados antes de tentar instalar o suporte a raster." #. Tag: para #: faq_raster.xml:71 @@ -174,14 +228,20 @@ msgstr "Como carrego dados raster dentro de meu banco 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 "A última versão do PostGIS vem com o carregador raster2pgsql, capaz de importar vários tipos de rasters, também capaz de gerar visões de menor resolução sem qualquer outro software adicional. Refira ao para maiores detalhes. Versões anteriores a 2.0 também vem com um script raster2pgsql.py, que requer Python, com suporte a numpy e GDAL. Isto não é mais necessário." +"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 "" +"A última versão do PostGIS vem com o carregador raster2pgsql, capaz de importar vários tipos de rasters, também capaz de gerar " +"visões de menor resolução sem qualquer outro software adicional. Refira ao " +" para maiores detalhes. Versões " +"anteriores a 2.0 também vem com um script raster2pgsql.py, que requer Python, com suporte a numpy e GDAL. Isto não é mais " +"necessário." #. Tag: para #: faq_raster.xml:81 @@ -194,17 +254,22 @@ msgstr "Quais tipos de arquivos raster posso carregar em meu banco de dados?" #, no-c-format msgid "" "Any that your GDAL library supports. GDAL supported formats are documented " -"GDAL File " -"Formats." -msgstr "Qualquer raster que sua biblioteca GDAL suporte. Os formatos suportados pela GDAL estão documentados em GDAL File Formats." +"GDAL File Formats." +msgstr "" +"Qualquer raster que sua biblioteca GDAL suporte. Os formatos suportados pela " +"GDAL estão documentados em 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 "Sua instalação específica da GDAL pode não suportar todos os formatos. Para verificar os formatos suportados em sua instalação, você pode usar" +"Your particular GDAL install may not support all formats. To verify the ones " +"supported by your particular GDAL install, you can use" +msgstr "" +"Sua instalação específica da GDAL pode não suportar todos os formatos. Para " +"verificar os formatos suportados em sua instalação, você pode usar" #. Tag: programlisting #: faq_raster.xml:87 @@ -216,7 +281,9 @@ msgstr "raster2pgsql -G" #: faq_raster.xml:93 #, no-c-format msgid "Can I export my PostGIS raster data to other raster formats?" -msgstr "Posso exportar meus dados raster do banco de dados para outros formatos raster?" +msgstr "" +"Posso exportar meus dados raster do banco de dados para outros formatos " +"raster?" #. Tag: para #: faq_raster.xml:97 @@ -228,9 +295,11 @@ msgstr "Sim" #: 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+ tem um driver para PostGIS, mas somente é compilado se você habilitar esta opção no momento da compilação." +"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+ tem um driver para PostGIS, mas somente é compilado se você " +"habilitar esta opção no momento da compilação." #. Tag: para #: faq_raster.xml:99 @@ -238,7 +307,9 @@ msgstr "GDAL 1.7+ tem um driver para PostGIS, mas somente é compilado se você msgid "" "The driver currently doesn't support irregularly blocked rasters, although " "you can store irregularly blocked rasters in PostGIS raster data type." -msgstr "O driver não suporte rasters irregulares, apesar de ser possível de armazená-los no tipo de dados do PostGIS." +msgstr "" +"O driver não suporte rasters irregulares, apesar de ser possível de armazená-" +"los no tipo de dados do PostGIS." #. Tag: para #: faq_raster.xml:101 @@ -246,10 +317,15 @@ msgstr "O driver não suporte rasters irregulares, apesar de ser possível de ar 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." -msgstr "Se você está compilando os fontes, você precisa incluir em sua configuração --with-pg=caminho/para/pg_config para habilitar o driver. Veja GDAL Build Hints para dicas sobre como compilar a GDAL em várias plataformas e sistemas operacionais." +"driver. Refer to GDAL Build Hints for tips on building GDAL against in various OS " +"platforms." +msgstr "" +"Se você está compilando os fontes, você precisa incluir em sua configuração " +"--with-pg=caminho/para/pg_config para " +"habilitar o driver. Veja GDAL Build Hints para dicas sobre como compilar a GDAL " +"em várias plataformas e sistemas operacionais." #. Tag: para #: faq_raster.xml:106 @@ -257,7 +333,9 @@ msgstr "Se você está compilando os fontes, você precisa incluir em sua config msgid "" "If your version of GDAL is compiled with the PostGIS Raster driver you " "should see PostGIS Raster in list when you do" -msgstr "Se sua versão da GDAL for compilada com o driver PostGIS, você deve ver PostGIS Raster na lista quando executar" +msgstr "" +"Se sua versão da GDAL for compilada com o driver PostGIS, você deve ver " +"PostGIS Raster na lista quando executar" #. Tag: programlisting #: faq_raster.xml:108 @@ -277,7 +355,9 @@ msgstr "Para visualizar um sumário sobre seu raster via GDAL use gdalinfo:" 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='mygisdb' user='postgres' password='whatever' schema='someschema' table=sometable\"" +msgstr "" +"gdalinfo \"PG:host=localhost port=5432 dbname='mygisdb' user='postgres' " +"password='whatever' schema='someschema' table=sometable\"" #. Tag: para #: faq_raster.xml:114 @@ -285,7 +365,10 @@ msgstr "gdalinfo \"PG:host=localhost port=5432 dbname='mygisdb' user='postgres' 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 "Para exportar dados para outros formatos raster, use gdal_translate. O comando abaixo irá exportar todos os dados de uma tabela para um arquivo PNG com 10% de seu tamanho." +msgstr "" +"Para exportar dados para outros formatos raster, use gdal_translate. O " +"comando abaixo irá exportar todos os dados de uma tabela para um arquivo PNG " +"com 10% de seu tamanho." #. Tag: para #: faq_raster.xml:116 @@ -293,9 +376,13 @@ msgstr "Para exportar dados para outros formatos raster, use gdal_translate. O c 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 "Dependendo do tipo de bandas, algumas conversões (via GDAL) podem não funcionar, se o formato não suportar este tipo de banda. Por exemplo, bandas de ponto flutuante e inteiros de 32 bits sem sinal não serão facilmente convertidas em JPGs e alguns outros." +"band types and 32 bit unsigned ints will not translate easily to JPG or some " +"others." +msgstr "" +"Dependendo do tipo de bandas, algumas conversões (via GDAL) podem não " +"funcionar, se o formato não suportar este tipo de banda. Por exemplo, bandas " +"de ponto flutuante e inteiros de 32 bits sem sinal não serão facilmente " +"convertidas em JPGs e alguns outros." #. Tag: para #: faq_raster.xml:119 @@ -307,10 +394,13 @@ msgstr "Aqui está um exemplo de uma simples conversão" #: 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" -msgstr "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 "" +"gdal_translate -of PNG -outsize 10% 10% \"PG:host=localhost dbname='mygisdb' " +"user='postgres' password=whatever' schema='someschema' table=sometable\" C:" +"\\somefile.png" #. Tag: para #: faq_raster.xml:121 @@ -318,35 +408,49 @@ msgstr "gdal_translate -of PNG -outsize 10% 10% \"PG:host=localhost dbname='mygi msgid "" "You can also use SQL where clauses in your export using the where=... in " "your driver connection string. Below are some using a where clause" -msgstr "Você também pode usar clausulas SQL na sua exportação, com o parametro where=... em sua string de conexão. Abaixo estão alguns exemplos com a clausula where" +msgstr "" +"Você também pode usar clausulas SQL na sua exportação, com o parametro " +"where=... em sua string de conexão. Abaixo estão alguns exemplos com a " +"clausula where" #. Tag: programlisting #: 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" -msgstr "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 "" +"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" #. 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 "" +"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 "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" #. Tag: para #: faq_raster.xml:125 #, no-c-format msgid "" -"To see more examples and syntax refer to Reading" -" Raster Data of PostGIS Raster section" -msgstr "Para visualizar mais exemplos e a sintaxe, confira a seção ulink url=\"http://trac.osgeo.org/gdal/wiki/frmts_wtkraster.html#a3.2-Readingrasterdatafromthedatabase\">Reading Raster Data of PostGIS Raster section" +"To see more examples and syntax refer to Reading Raster Data of PostGIS Raster section" +msgstr "" +"Para visualizar mais exemplos e a sintaxe, confira a seção ulink url=" +"\"http://trac.osgeo.org/gdal/wiki/frmts_wtkraster.html#a3.2-" +"Readingrasterdatafromthedatabase\">Reading Raster Data of PostGIS Raster " +"section" #. Tag: para #: faq_raster.xml:130 @@ -360,19 +464,22 @@ msgstr "Existem binários pré-compilados já com suporte ao PostGIS Raster?" #: 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." -msgstr "Sim. Cheque a página GDAL Binaries. Qualquer um destes deve ter suporte ao PostGIS Raster." +"Yes. Check out the page GDAL Binaries page. Any compiled with " +"PostgreSQL support should have PostGIS Raster in them." +msgstr "" +"Sim. Cheque a página GDAL Binaries. Qualquer um destes deve ter " +"suporte ao PostGIS Raster." #. Tag: para #: faq_raster.xml:134 #, no-c-format msgid "" -"We know for sure the following windows binaries have PostGIS Raster built " -"in." -msgstr "Temos certeza que os seguintes binários Windows tem suporte ao PostGIS Raster." +"We know for sure the following windows binaries have PostGIS Raster built in." +msgstr "" +"Temos certeza que os seguintes binários Windows tem suporte ao PostGIS " +"Raster." #. Tag: para #: faq_raster.xml:135 @@ -380,7 +487,9 @@ msgstr "Temos certeza que os seguintes binários Windows tem suporte ao PostGIS msgid "" "FWTools latest stable version " "for Windows is compiled with Raster support." -msgstr "Última versão estável para Windows é compilada com suporte ao PostGIS Raster" +msgstr "" +"Última versão estável para " +"Windows é compilada com suporte ao PostGIS Raster" #. Tag: para #: faq_raster.xml:136 @@ -389,17 +498,24 @@ 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." -msgstr "O PostGIS Raster está passando por muitas mudanças. Se você desejar a versão diária para Windows, cheque as builds feitas por Tamas Szekeres com Visual Studio, que contém o trunk GDAL, suporte a Python, MapServer e o driver PostGIS embutido. Clique no bat SDK e rode seus comandos a partir daí. http://vbkto.dyndns.org/sdk/. Também estão disponíveis os projetos do Visual Studio." +"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 "" +"O PostGIS Raster está passando por muitas mudanças. Se você desejar a versão " +"diária para Windows, cheque as builds feitas por Tamas Szekeres com Visual " +"Studio, que contém o trunk GDAL, suporte a Python, MapServer e o driver " +"PostGIS embutido. Clique no bat SDK e rode seus comandos a partir daí. " +"http://vbkto.dyndns.org/sdk/. Também estão disponíveis os projetos do Visual Studio." #. Tag: para #: faq_raster.xml:145 #, no-c-format msgid "What tools can I use to view PostGIS raster data?" -msgstr "Quais ferramentas posso usar para visualizar os dados do PostGIS Raster?" +msgstr "" +"Quais ferramentas posso usar para visualizar os dados do PostGIS Raster?" #. Tag: para #: faq_raster.xml:149 @@ -408,7 +524,10 @@ 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 "Você pode utilizar o MapServer compilado com GDAL 1.7+ e o suporte ao PostGIS Raster. QuantumGIS (QGIS) também suporta a visualização de rasters no PostGIS se o driver estiver instalado." +msgstr "" +"Você pode utilizar o MapServer compilado com GDAL 1.7+ e o suporte ao " +"PostGIS Raster. QuantumGIS (QGIS) também suporta a visualização de rasters " +"no PostGIS se o driver estiver instalado." #. Tag: para #: faq_raster.xml:151 @@ -416,36 +535,49 @@ msgstr "Você pode utilizar o MapServer compilado com GDAL 1.7+ e o suporte ao P 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." -msgstr "Na teoria, qualquer ferramenta que consiga renderizar dados utilizando a GDAL pode suportar o driver PostGIS com pouco esforço. Para Windows, os binários construídos por Tamas http://vbkto.dyndns.org/sdk/ são uma boa opção se você não deseja o trabalho de compilar tudo você mesmo." +"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 "" +"Na teoria, qualquer ferramenta que consiga renderizar dados utilizando a " +"GDAL pode suportar o driver PostGIS com pouco esforço. Para Windows, os " +"binários construídos por Tamas http://vbkto.dyndns.org/sdk/ são uma boa opção se você não deseja " +"o trabalho de compilar tudo você mesmo." #. Tag: para #: faq_raster.xml:158 #, no-c-format msgid "How can I add a PostGIS raster layer to my MapServer map?" -msgstr "Como posso adicionar uma camada PostGIS Raster em meu mapa do MapServer?" +msgstr "" +"Como posso adicionar uma camada PostGIS Raster em meu mapa do 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 "Primeiro você precisa da GDAL 1.7 ou maior, compilada com suporte ao PostGIS Raster. GDAL 1.8 ou maior é preferida, já que muitos problemas foram solucionados e muitas pendências com o PostGIS Raster resolvidas na versão trunk." +"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 "" +"Primeiro você precisa da GDAL 1.7 ou maior, compilada com suporte ao PostGIS " +"Raster. GDAL 1.8 ou maior é preferida, já que muitos problemas foram " +"solucionados e muitas pendências com o PostGIS Raster resolvidas na versão " +"trunk." #. 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 "Você pode gostar muito do que pode ser feito com qualquer outro raster. Referência MapServer Raster processing options para listar várias funções de processamento que você pode utilizar com MapServer raster layers." +msgstr "" +"Você pode gostar muito do que pode ser feito com qualquer outro raster. " +"Referência MapServer " +"Raster processing options para listar várias funções de " +"processamento que você pode utilizar com MapServer raster layers." #. Tag: para #: faq_raster.xml:167 @@ -454,7 +586,9 @@ msgid "" "What makes PostGIS raster data particularly interesting, is that since each " "tile can have various standard database columns, you can segment it in your " "data source" -msgstr "O que torna o PostGIS Raster tão interessante, é que cada tile pode ocupar diversas colunas padrão e você pode segmentar sua fonte de dados" +msgstr "" +"O que torna o PostGIS Raster tão interessante, é que cada tile pode ocupar " +"diversas colunas padrão e você pode segmentar sua fonte de dados" #. Tag: para #: faq_raster.xml:169 @@ -462,7 +596,9 @@ msgstr "O que torna o PostGIS Raster tão interessante, é que cada tile pode oc msgid "" "Below is an example of how you would define a PostGIS raster layer in " "MapServer." -msgstr "Abaixo está um exemplo de como você pode definir uma camada PostGIS Raster no MapServer." +msgstr "" +"Abaixo está um exemplo de como você pode definir uma camada PostGIS Raster " +"no MapServer." #. Tag: para #: faq_raster.xml:170 @@ -470,7 +606,10 @@ msgstr "Abaixo está um exemplo de como você pode definir uma camada PostGIS Ra msgid "" "The mode=2 is required for tiled rasters and was added in PostGIS 2.0 and " "GDAL 1.8 drivers. This does not exist in GDAL 1.7 drivers." -msgstr "O mode=2 é obrigatório para rasters dividos em tiles e este suporte foi adicionado no PostGIS 2.0 e nos drivers GDAL 1.8. Este suporte não existe na versão GDAL 1.7." +msgstr "" +"O mode=2 é obrigatório para rasters dividos em tiles e este suporte foi " +"adicionado no PostGIS 2.0 e nos drivers GDAL 1.8. Este suporte não existe na " +"versão GDAL 1.7." #. Tag: programlisting #: faq_raster.xml:171 @@ -481,7 +620,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" @@ -503,7 +643,61 @@ msgid "" " COLOR 0 255 0\n" " END\n" "END" -msgstr "-- exibindo raster com opções padrões\n\nLAYER\n\nNAME coolwktraster\n\nTYPE raster\n\nSTATUS ON\n\nDATA \"PG:host=localhost port=5432 dbname='somedb' user='someuser' password='whatever' \n\nschema='someschema' table='cooltable' mode='2'\" \n\nPROCESSING \"NODATA=0\"\n\nPROCESSING \"SCALE=AUTO\"\n\n#... aqui, outras funções padrões de processamento raster\n\n#... classes são opcionais, mas úteis para 1 banda de dados\n\nCLASS\n\nNAME \"boring\"\n\nEXPRESSION ([pixel] < 20)\n\nCOLOR 250 250 250\n\nEND\n\nCLASS\n\nNAME \"mildly interesting\"\n\nEXPRESSION ([pixel] > 20 AND [pixel] < 1000)\n\nCOLOR 255 0 0\n\nEND\n\nCLASS\n\nNAME \"very interesting\"\n\nEXPRESSION ([pixel] >= 1000)\n\nCOLOR 0 255 0\n\nEND\n\nEND" +msgstr "" +"-- exibindo raster com opções padrões\n" +"\n" +"LAYER\n" +"\n" +"NAME coolwktraster\n" +"\n" +"TYPE raster\n" +"\n" +"STATUS ON\n" +"\n" +"DATA \"PG:host=localhost port=5432 dbname='somedb' user='someuser' " +"password='whatever' \n" +"\n" +"schema='someschema' table='cooltable' mode='2'\" \n" +"\n" +"PROCESSING \"NODATA=0\"\n" +"\n" +"PROCESSING \"SCALE=AUTO\"\n" +"\n" +"#... aqui, outras funções padrões de processamento raster\n" +"\n" +"#... classes são opcionais, mas úteis para 1 banda de dados\n" +"\n" +"CLASS\n" +"\n" +"NAME \"boring\"\n" +"\n" +"EXPRESSION ([pixel] < 20)\n" +"\n" +"COLOR 250 250 250\n" +"\n" +"END\n" +"\n" +"CLASS\n" +"\n" +"NAME \"mildly interesting\"\n" +"\n" +"EXPRESSION ([pixel] > 20 AND [pixel] < 1000)\n" +"\n" +"COLOR 255 0 0\n" +"\n" +"END\n" +"\n" +"CLASS\n" +"\n" +"NAME \"very interesting\"\n" +"\n" +"EXPRESSION ([pixel] >= 1000)\n" +"\n" +"COLOR 0 255 0\n" +"\n" +"END\n" +"\n" +"END" #. Tag: programlisting #: faq_raster.xml:173 @@ -514,13 +708,37 @@ 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" "END" -msgstr "-- exibindo raster com opções padrões e cláusula where\n\nLAYER\n\nNAME soil_survey2009\n\nTYPE raster\n\nSTATUS ON\n\nDATA \"PG:host=localhost port=5432 dbname='somedb' user='someuser' password='whatever' \n\nschema='someschema' table='cooltable' where='survey_year=2009' mode='2'\" \n\nPROCESSING \"NODATA=0\"\n\n#... aqui, outras funções padrões de processamento raster\n\n#... classes são opcionais, mas úteis para 1 banda de dados\n\nEND" +msgstr "" +"-- exibindo raster com opções padrões e cláusula where\n" +"\n" +"LAYER\n" +"\n" +"NAME soil_survey2009\n" +"\n" +"TYPE raster\n" +"\n" +"STATUS ON\n" +"\n" +"DATA \"PG:host=localhost port=5432 dbname='somedb' user='someuser' " +"password='whatever' \n" +"\n" +"schema='someschema' table='cooltable' where='survey_year=2009' mode='2'\" \n" +"\n" +"PROCESSING \"NODATA=0\"\n" +"\n" +"#... aqui, outras funções padrões de processamento raster\n" +"\n" +"#... classes são opcionais, mas úteis para 1 banda de dados\n" +"\n" +"END" #. Tag: para #: faq_raster.xml:181 @@ -534,17 +752,21 @@ msgstr "Quais funcionalidades posso usar atualmente em meus dados raster?" msgid "" "Refer to the list of . There are more, but " "this is still a work in progress." -msgstr "Se refere a lista . Existem mais, mas ainda está trabalhando na melhoria." +msgstr "" +"Se refere a lista . Existem mais, mas ainda " +"está trabalhando na melhoria." #. Tag: para #: 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." -msgstr "Se refere a PostGIS Raster roadmap page para detalhes do que você pode esperar para o futuro." +"Refer to the PostGIS Raster roadmap page for details of what " +"you can expect in the future." +msgstr "" +"Se refere a PostGIS Raster roadmap page para detalhes do " +"que você pode esperar para o futuro." #. Tag: para #: faq_raster.xml:195 @@ -552,7 +774,10 @@ msgstr "Se refere a Oracle GeoRaster and PostGIS Raster: First impressions " -msgstr "Para uma discurssão mais extensa sobre esse tópico, verifique Jorge Arévalo Oracle GeoRaster e PostGIS Raster: Primeiras impressões " +"Oracle GeoRaster and PostGIS Raster: First impressions " +msgstr "" +"Para uma discurssão mais extensa sobre esse tópico, verifique Jorge Arévalo " +" Oracle GeoRaster e PostGIS Raster: Primeiras impressões " #. Tag: para #: faq_raster.xml:216 @@ -622,16 +872,21 @@ msgstr "Para uma discurssão mais extensa sobre esse tópico, verifique Jorge Ar msgid "" "The major advantage of one-georeference-by-raster over one-georeference-by-" "layer is to allow:" -msgstr "A maior vantagem do one-georeference-by-raster sobre one-georeference-by-layer é permitir:" +msgstr "" +"A maior vantagem do one-georeference-by-raster sobre one-georeference-by-" +"layer é permitir:" #. Tag: para #: faq_raster.xml:217 #, 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)" -msgstr "* coberturas não são necessariamente retangulares (que é frequentemente o caso do raster coverage cobrindo grandes extensões. Veja a possibilidade de arranjos raster na documentação)" +"raster coverage covering large extents. See the possible raster arrangements " +"in the documentation)" +msgstr "" +"* coberturas não são necessariamente retangulares (que é frequentemente o " +"caso do raster coverage cobrindo grandes extensões. Veja a possibilidade de " +"arranjos raster na documentação)" #. Tag: para #: faq_raster.xml:218 @@ -639,7 +894,9 @@ msgstr "* coberturas não são necessariamente retangulares (que é frequentemen msgid "" "* rasters to overlaps (which is necessary to implement lossless vector to " "raster conversion)" -msgstr "* rasters para sobreposição (que é necessário para implementar perda de menos vetores para conversões raster)" +msgstr "" +"* rasters para sobreposição (que é necessário para implementar perda de " +"menos vetores para conversões raster)" #. Tag: para #: faq_raster.xml:219 @@ -648,9 +905,14 @@ 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." -msgstr "Estes arranjos também são possíveis no Oracle, mas eles implicam no armazenamento de múltiplos objetos SDO_GEORASTER conectados a muitas tabelas SDO_RASTER. Uma cobertura complexa pode liderar para centenas de tabelas no banco de dados. Com PostGIS Raster vocẽ pode gravar um arranjo raster similar dentro de uma única tabela." +"With PostGIS Raster you can store a similar raster arrangement into a unique " +"table." +msgstr "" +"Estes arranjos também são possíveis no Oracle, mas eles implicam no " +"armazenamento de múltiplos objetos SDO_GEORASTER conectados a muitas tabelas " +"SDO_RASTER. Uma cobertura complexa pode liderar para centenas de tabelas no " +"banco de dados. Com PostGIS Raster vocẽ pode gravar um arranjo raster " +"similar dentro de uma única tabela." #. Tag: para #: faq_raster.xml:224 @@ -663,4 +925,11 @@ msgid "" "Vector structures needs the flexibility to store discontinuous and non-" "rectangular coverages. We think it is a big advantage that raster structure " "should benefit as well." -msgstr "É um pouco como se o PostGIS forçasse você a gravar apenas cobertura vetorial retangular cheia sem lacunas e sobreposições (uma perfeita camada topologica retangular). Isso é muito prático em algumas aplicações, mas na prática tem mostrado que não é realista ou desejável para a maioria das cobertura geográficas. Estruturas vetoriais necessitam da flexibilidade para gravar coberturas descontínuas e não retangulares. Nós acreditamos que uma grande vantagem que estruturas raster deveriam beneficiar também." +msgstr "" +"É um pouco como se o PostGIS forçasse você a gravar apenas cobertura " +"vetorial retangular cheia sem lacunas e sobreposições (uma perfeita camada " +"topologica retangular). Isso é muito prático em algumas aplicações, mas na " +"prática tem mostrado que não é realista ou desejável para a maioria das " +"cobertura geográficas. Estruturas vetoriais necessitam da flexibilidade para " +"gravar coberturas descontínuas e não retangulares. Nós acreditamos que uma " +"grande vantagem que estruturas raster deveriam beneficiar também." diff --git a/doc/po/pt_BR/postgis.xml.po b/doc/po/pt_BR/postgis.xml.po index f90b2b8d7..0911f9eac 100644 --- a/doc/po/pt_BR/postgis.xml.po +++ b/doc/po/pt_BR/postgis.xml.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# +# # Translators: # Marcelo Soares Souza , 2014 msgid "" @@ -9,11 +9,12 @@ msgstr "" "POT-Creation-Date: 2012-09-14 17:50+0000\n" "PO-Revision-Date: 2014-02-05 16:36+0000\n" "Last-Translator: Marcelo Soares Souza \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/postgis-1/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"postgis-1/language/pt_BR/)\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. Tag: title @@ -26,11 +27,15 @@ msgstr "PostGIS &last_release_version; Manual" #: postgis.xml:114 #, 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:124 @@ -40,7 +45,12 @@ 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 é uma extensão para o sistema de banco de dados objeto-relacional PostgreSQL que permite que objetos SIG (Sistema de Informação Geográfica) sejam armazenados em banco de dados. O PostGIS inclui suporte a índices espaciais baseado em GiST R-Tree, e funções para analise e processamento de objetos SIG." +msgstr "" +"PostGIS é uma extensão para o sistema de banco de dados objeto-relacional " +"PostgreSQL que permite que objetos SIG (Sistema de Informação Geográfica) " +"sejam armazenados em banco de dados. O PostGIS inclui suporte a índices " +"espaciais baseado em GiST R-Tree, e funções para analise e processamento de " +"objetos SIG." #. Tag: para #: postgis.xml:133 @@ -52,10 +62,15 @@ msgstr "Este é o manual para a versão &last_release_version;" #: postgis.xml:134 #, 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://www.postgis.org." -msgstr "Este trabalho esta licenciado sobre a Creative Commons Attribution-Share Alike 3.0 License. Sinta-se livre para utilizar este material como quiser, mas pedimos que você atribua o crédito ao projeto PostGIS e sempre que possível cite o link http://www.postgis.org." +"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://www.postgis.org." +msgstr "" +"Este trabalho esta licenciado sobre a Creative Commons Attribution-Share Alike 3.0 " +"License. Sinta-se livre para utilizar este material como quiser, mas " +"pedimos que você atribua o crédito ao projeto PostGIS e sempre que possível " +"cite o link http://www.postgis.org." diff --git a/doc/po/pt_BR/reference.xml.po b/doc/po/pt_BR/reference.xml.po index 3c107106c..f5678f295 100644 --- a/doc/po/pt_BR/reference.xml.po +++ b/doc/po/pt_BR/reference.xml.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# +# # Translators: # Marcelo Soares Souza , 2014 msgid "" @@ -9,11 +9,12 @@ msgstr "" "POT-Creation-Date: 2012-09-14 17:50+0000\n" "PO-Revision-Date: 2014-02-05 17:53+0000\n" "Last-Translator: Marcelo Soares Souza \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/postgis-1/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"postgis-1/language/pt_BR/)\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. Tag: title @@ -29,20 +30,30 @@ 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 "As funções descritas abaixo são as que um usuário do PostGIS devem precisar. Existem outras funções que são necessárias para suportar os objetos PostGIS mas que não são de uso comum pelo usuário." +msgstr "" +"As funções descritas abaixo são as que um usuário do PostGIS devem precisar. " +"Existem outras funções que são necessárias para suportar os objetos PostGIS " +"mas que não são de uso comum pelo usuário." #. 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 "O PostGIS iniciou uma transição da convenção de nomenclatura existente para uma convenção em torno do SQL-MM. Como resultado, a maioria das funções que você conhece e ama foram renomeadas usando o padrão de tipo espacial (com o prefixo ST). As funções anteriores ainda existem, porém não são listadas nesta documentação onde as funções atualizadas são equivalentes. As funções que não possuem prefixo ST_ não listadas nesta documentação estão obsoletas e serão removidas em futuros lançamentos, então PAREM DE UTILIZÁ-LAS." +"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 "" +"O PostGIS iniciou uma transição da convenção de nomenclatura existente para " +"uma convenção em torno do SQL-MM. Como resultado, a maioria das funções que " +"você conhece e ama foram renomeadas usando o padrão de tipo espacial (com o " +"prefixo ST). As funções anteriores ainda existem, porém não são listadas " +"nesta documentação onde as funções atualizadas são equivalentes. As funções " +"que não possuem prefixo ST_ não listadas nesta documentação estão obsoletas " +"e serão removidas em futuros lançamentos, então PAREM DE UTILIZÁ-LAS." #. Tag: chapter #: reference.xml:16 @@ -53,4 +64,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/pt_BR/reference_output.xml.po b/doc/po/pt_BR/reference_output.xml.po index 6ac7c5655..48991aabf 100644 --- a/doc/po/pt_BR/reference_output.xml.po +++ b/doc/po/pt_BR/reference_output.xml.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2012-09-14 17:50+0000\n" +"POT-Creation-Date: 2014-10-14 21:54+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -54,10 +54,11 @@ msgid "" msgstr "" #. Tag: title -#: reference_output.xml:35 reference_output.xml:108 reference_output.xml:161 -#: reference_output.xml:233 reference_output.xml:335 reference_output.xml:436 -#: reference_output.xml:492 reference_output.xml:557 reference_output.xml:600 -#: reference_output.xml:702 reference_output.xml:751 reference_output.xml:809 +#: reference_output.xml:35 reference_output.xml:109 reference_output.xml:162 +#: reference_output.xml:238 reference_output.xml:339 reference_output.xml:440 +#: reference_output.xml:496 reference_output.xml:561 reference_output.xml:604 +#: reference_output.xml:707 reference_output.xml:755 reference_output.xml:813 +#: reference_output.xml:879 reference_output.xml:944 reference_output.xml:988 #, no-c-format msgid "Description" msgstr "" @@ -74,7 +75,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:40 reference_output.xml:112 +#: reference_output.xml:40 reference_output.xml:113 #, no-c-format msgid "" "This is useful in binary cursors to pull data out of the database without " @@ -109,7 +110,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:55 reference_output.xml:120 +#: reference_output.xml:55 reference_output.xml:121 #, no-c-format msgid "" "Enhanced: 2.0.0 support for Polyhedral surfaces, Triangles and TIN was " @@ -131,7 +132,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:58 reference_output.xml:274 reference_output.xml:379 +#: reference_output.xml:58 reference_output.xml:279 reference_output.xml:383 #, no-c-format msgid "Availability: 1.5.0 geography support was introduced." msgstr "" @@ -143,13 +144,13 @@ msgid "" "Changed: 2.0.0 Inputs to this function can not be unknown -- must be " "geometry. Constructs such as ST_AsBinary('POINT(1 2)') are no " "longer valid and you will get an n st_asbinary(unknown) is not unique " -"error. Code like that needs to be changed to ST_AsBinary('POINT" -"(1 2)'::geometry);. If that is not possible, then install " -"legacy.sql." +"error. Code like that needs to be changed to " +"ST_AsBinary('POINT(1 2)'::geometry);. If that is not possible, " +"then install legacy.sql." msgstr "" #. Tag: para -#: reference_output.xml:61 reference_output.xml:767 +#: reference_output.xml:61 reference_output.xml:771 #, no-c-format msgid "&sfs_compliant; s2.1.1.1" msgstr "" @@ -161,39 +162,40 @@ msgid "&sqlmm_compliant; SQL-MM 3: 5.1.37" msgstr "" #. Tag: para -#: reference_output.xml:63 reference_output.xml:122 reference_output.xml:176 -#: reference_output.xml:445 reference_output.xml:716 reference_output.xml:769 +#: reference_output.xml:63 reference_output.xml:123 reference_output.xml:177 +#: reference_output.xml:449 reference_output.xml:721 reference_output.xml:773 #, no-c-format msgid "&curve_support;" msgstr "" #. Tag: para -#: reference_output.xml:64 reference_output.xml:123 reference_output.xml:177 -#: reference_output.xml:386 reference_output.xml:659 +#: reference_output.xml:64 reference_output.xml:124 reference_output.xml:178 +#: reference_output.xml:390 reference_output.xml:664 #, no-c-format msgid "&P_support;" msgstr "" #. Tag: para -#: reference_output.xml:65 reference_output.xml:124 reference_output.xml:178 -#: reference_output.xml:387 reference_output.xml:662 +#: reference_output.xml:65 reference_output.xml:125 reference_output.xml:179 +#: reference_output.xml:391 reference_output.xml:667 #, no-c-format msgid "&T_support;" msgstr "" #. Tag: para -#: reference_output.xml:66 reference_output.xml:121 reference_output.xml:175 -#: reference_output.xml:276 reference_output.xml:385 reference_output.xml:444 -#: reference_output.xml:519 reference_output.xml:657 +#: reference_output.xml:66 reference_output.xml:122 reference_output.xml:176 +#: reference_output.xml:281 reference_output.xml:389 reference_output.xml:448 +#: reference_output.xml:523 reference_output.xml:662 #, no-c-format msgid "&Z_support;" msgstr "" #. Tag: title -#: reference_output.xml:71 reference_output.xml:129 reference_output.xml:183 -#: reference_output.xml:280 reference_output.xml:449 reference_output.xml:523 -#: reference_output.xml:576 reference_output.xml:720 reference_output.xml:774 -#: reference_output.xml:838 +#: reference_output.xml:71 reference_output.xml:130 reference_output.xml:184 +#: reference_output.xml:285 reference_output.xml:453 reference_output.xml:527 +#: reference_output.xml:580 reference_output.xml:725 reference_output.xml:778 +#: reference_output.xml:842 reference_output.xml:896 reference_output.xml:961 +#: reference_output.xml:997 #, no-c-format msgid "Examples" msgstr "" @@ -237,9 +239,10 @@ msgid "" msgstr "" #. Tag: title -#: reference_output.xml:79 reference_output.xml:137 reference_output.xml:190 -#: reference_output.xml:405 reference_output.xml:527 reference_output.xml:724 -#: reference_output.xml:781 +#: reference_output.xml:79 reference_output.xml:138 reference_output.xml:191 +#: reference_output.xml:409 reference_output.xml:531 reference_output.xml:729 +#: reference_output.xml:785 reference_output.xml:901 reference_output.xml:966 +#: reference_output.xml:1002 #, no-c-format msgid "See Also" msgstr "" @@ -247,17 +250,19 @@ msgstr "" #. Tag: para #: reference_output.xml:80 #, no-c-format -msgid ", ," +msgid "" +", , , ," msgstr "" #. Tag: refname -#: reference_output.xml:89 +#: reference_output.xml:90 #, no-c-format msgid "ST_AsEWKB" msgstr "" #. Tag: refpurpose -#: reference_output.xml:90 +#: reference_output.xml:91 #, no-c-format msgid "" "Return the Well-Known Binary (WKB) representation of the geometry with SRID " @@ -265,7 +270,7 @@ msgid "" msgstr "" #. Tag: funcsynopsis -#: reference_output.xml:94 +#: reference_output.xml:95 #, no-c-format msgid "" " bytea ST_AsEWKB " @@ -277,7 +282,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:109 +#: reference_output.xml:110 #, no-c-format msgid "" "Returns the Well-Known Binary representation of the geometry with SRID " @@ -288,7 +293,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:115 +#: reference_output.xml:116 #, no-c-format msgid "" "The WKB spec does not include the SRID. To get the OGC WKB format use " @@ -296,7 +301,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:118 +#: reference_output.xml:119 #, no-c-format msgid "" "ST_AsEWKB is the reverse of ST_GeomFromEWKB. Use ST_GeomFromEWKB to convert " @@ -304,7 +309,7 @@ msgid "" msgstr "" #. Tag: programlisting -#: reference_output.xml:131 +#: reference_output.xml:132 #, no-c-format msgid "" "SELECT ST_AsEWKB(ST_GeomFromText('POLYGON((0 0,0 1,1 1,1 0,0 0))',4326));\n" @@ -324,7 +329,7 @@ msgid "" msgstr "" #. Tag: programlisting -#: reference_output.xml:132 +#: 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), " @@ -342,7 +347,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:138 +#: reference_output.xml:139 #, no-c-format msgid "" ", , , text ST_AsEWKT " @@ -375,7 +380,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:163 +#: reference_output.xml:164 #, no-c-format msgid "" "Returns the Well-Known Text representation of the geometry prefixed with the " @@ -383,7 +388,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:166 +#: reference_output.xml:167 #, no-c-format msgid "" "The WKT spec does not include the SRID. To get the OGC WKT format use " @@ -391,7 +396,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:168 reference_output.xml:759 +#: reference_output.xml:169 reference_output.xml:763 #, no-c-format msgid "" "WKT format does not maintain precision so to prevent floating truncation, " @@ -399,7 +404,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:172 +#: reference_output.xml:173 #, no-c-format msgid "" "ST_AsEWKT is the reverse of . Use ," +msgid "" +", , , " msgstr "" #. Tag: refname -#: reference_output.xml:196 +#: reference_output.xml:201 #, no-c-format msgid "ST_AsGeoJSON" msgstr "" #. Tag: refpurpose -#: reference_output.xml:198 +#: reference_output.xml:203 #, no-c-format msgid "Return the geometry as a GeoJSON element." msgstr "" #. Tag: funcsynopsis -#: reference_output.xml:202 +#: reference_output.xml:207 #, no-c-format msgid "" " text ST_AsGeoJSON " @@ -487,7 +494,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:235 +#: reference_output.xml:240 #, no-c-format msgid "" "Return the geometry as a Geometry Javascript Object Notation (GeoJSON) " @@ -497,7 +504,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:241 +#: reference_output.xml:246 #, no-c-format msgid "" "The gj_version parameter is the major version of the GeoJSON spec. If " @@ -505,7 +512,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:243 +#: reference_output.xml:248 #, no-c-format msgid "" "The third argument may be used to reduce the maximum number of decimal " @@ -513,7 +520,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:246 +#: reference_output.xml:251 #, no-c-format msgid "" "The last 'options' argument could be used to add Bbox or Crs in GeoJSON " @@ -521,79 +528,79 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:250 +#: reference_output.xml:255 #, no-c-format msgid "0: means no option (default value)" msgstr "" #. Tag: para -#: reference_output.xml:254 +#: reference_output.xml:259 #, no-c-format msgid "1: GeoJSON Bbox" msgstr "" #. Tag: para -#: reference_output.xml:258 +#: reference_output.xml:263 #, no-c-format msgid "2: GeoJSON Short CRS (e.g EPSG:4326)" msgstr "" #. Tag: para -#: reference_output.xml:262 +#: reference_output.xml:267 #, no-c-format msgid "4: GeoJSON Long CRS (e.g urn:ogc:def:crs:EPSG::4326)" msgstr "" #. Tag: para -#: reference_output.xml:266 +#: reference_output.xml:271 #, no-c-format msgid "Version 1: ST_AsGeoJSON(geom) / precision=15 version=1 options=0" msgstr "" #. Tag: para -#: reference_output.xml:267 +#: reference_output.xml:272 #, no-c-format msgid "Version 2: ST_AsGeoJSON(geom, precision) / version=1 options=0" msgstr "" #. Tag: para -#: reference_output.xml:268 +#: reference_output.xml:273 #, no-c-format msgid "Version 3: ST_AsGeoJSON(geom, precision, options) / version=1" msgstr "" #. Tag: para -#: reference_output.xml:269 +#: reference_output.xml:274 #, no-c-format msgid "Version 4: ST_AsGeoJSON(gj_version, geom) / precision=15 options=0" msgstr "" #. Tag: para -#: reference_output.xml:270 +#: reference_output.xml:275 #, no-c-format msgid "Version 5: ST_AsGeoJSON(gj_version, geom, precision) /options=0" msgstr "" #. Tag: para -#: reference_output.xml:271 +#: reference_output.xml:276 #, no-c-format msgid "Version 6: ST_AsGeoJSON(gj_version, geom, precision,options)" msgstr "" #. Tag: para -#: reference_output.xml:273 +#: reference_output.xml:278 #, no-c-format msgid "Availability: 1.3.4" msgstr "" #. Tag: para -#: reference_output.xml:275 +#: reference_output.xml:280 #, no-c-format msgid "Changed: 2.0.0 support default args and named args." msgstr "" #. Tag: para -#: reference_output.xml:281 +#: reference_output.xml:286 #, no-c-format msgid "" "GeoJSON format is generally more efficient than other formats for use in " @@ -603,7 +610,7 @@ msgid "" msgstr "" #. Tag: programlisting -#: reference_output.xml:286 +#: reference_output.xml:291 #, no-c-format msgid "" "SELECT ST_AsGeoJSON(the_geom) from fe_edges limit 1;\n" @@ -623,26 +630,36 @@ msgid "" msgstr "" #. Tag: refname -#: reference_output.xml:291 +#: reference_output.xml:296 #, no-c-format msgid "ST_AsGML" msgstr "" #. Tag: refpurpose -#: reference_output.xml:292 +#: reference_output.xml:297 #, no-c-format msgid "Return the geometry as a GML version 2 or 3 element." msgstr "" #. Tag: funcsynopsis -#: reference_output.xml:296 +#: reference_output.xml:301 #, no-c-format msgid "" " text ST_AsGML " -"integer version " "geometry geom " "integer " "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 " @@ -659,7 +676,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:337 +#: reference_output.xml:341 #, no-c-format msgid "" "Return the geometry as a Geography Markup Language (GML) element. The " @@ -670,13 +687,13 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:342 +#: reference_output.xml:346 #, no-c-format msgid "GML 2 refer to 2.1.2 version, GML 3 to 3.1.1 version" msgstr "" #. Tag: para -#: reference_output.xml:343 +#: reference_output.xml:347 #, no-c-format msgid "" "The 'options' argument is a bitfield. It could be used to define CRS output " @@ -684,25 +701,25 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:347 +#: reference_output.xml:351 #, no-c-format msgid "0: GML Short CRS (e.g EPSG:4326), default value" msgstr "" #. Tag: para -#: reference_output.xml:351 +#: reference_output.xml:355 #, no-c-format msgid "1: GML Long CRS (e.g urn:ogc:def:crs:EPSG::4326)" msgstr "" #. Tag: para -#: reference_output.xml:355 +#: reference_output.xml:359 #, no-c-format msgid "2: For GML 3 only, remove srsDimension attribute from output." msgstr "" #. Tag: para -#: reference_output.xml:359 +#: reference_output.xml:363 #, no-c-format msgid "" "4: For GML 3 only, use <LineString> rather than <Curve> tag for " @@ -710,7 +727,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:363 +#: reference_output.xml:367 #, no-c-format msgid "" "16: Declare that datas are lat/lon (e.g srid=4326). Default is to assume " @@ -720,13 +737,13 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:369 +#: reference_output.xml:373 #, no-c-format msgid "32: Output the box of the geometry (envelope)." msgstr "" #. Tag: para -#: reference_output.xml:374 +#: reference_output.xml:378 #, no-c-format msgid "" "The 'namespace prefix' argument may be used to specify a custom namespace " @@ -734,13 +751,13 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:378 +#: reference_output.xml:382 #, no-c-format msgid "Availability: 1.3.2" msgstr "" #. Tag: para -#: reference_output.xml:380 +#: reference_output.xml:384 #, no-c-format msgid "" "Enhanced: 2.0.0 prefix support was introduced. Option 4 for GML3 was " @@ -750,31 +767,31 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:381 +#: reference_output.xml:385 #, no-c-format msgid "Changed: 2.0.0 use default named args" msgstr "" #. Tag: para -#: reference_output.xml:382 +#: reference_output.xml:386 #, no-c-format msgid "Enhanced: 2.1.0 id support was introduced, for GML 3." msgstr "" #. Tag: para -#: reference_output.xml:384 +#: reference_output.xml:388 #, no-c-format msgid "Only version 3+ of ST_AsGML supports Polyhedral Surfaces and TINS." msgstr "" #. Tag: title -#: reference_output.xml:391 +#: reference_output.xml:395 #, no-c-format msgid "Examples: Version 2" msgstr "" #. Tag: programlisting -#: reference_output.xml:392 +#: reference_output.xml:396 #, no-c-format msgid "" " text ST_AsHEXEWKB " @@ -931,7 +948,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:438 +#: reference_output.xml:442 #, no-c-format msgid "" "Returns a Geometry in HEXEWKB format (as text) using either little-endian " @@ -940,13 +957,13 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:442 +#: reference_output.xml:446 #, no-c-format msgid "Availability: 1.2.2" msgstr "" #. Tag: programlisting -#: reference_output.xml:450 +#: reference_output.xml:454 #, no-c-format msgid "" "SELECT ST_AsHEXEWKB(ST_GeomFromText('POLYGON((0 0,0 1,1 1,1 0,0 " @@ -966,13 +983,13 @@ msgid "" msgstr "" #. Tag: refname -#: reference_output.xml:456 +#: reference_output.xml:460 #, no-c-format msgid "ST_AsKML" msgstr "" #. Tag: refpurpose -#: reference_output.xml:458 +#: reference_output.xml:462 #, no-c-format msgid "" "Return the geometry as a KML element. Several variants. Default version=2, " @@ -980,7 +997,7 @@ msgid "" msgstr "" #. Tag: funcsynopsis -#: reference_output.xml:462 +#: reference_output.xml:466 #, no-c-format msgid "" " text ST_AsKML " @@ -1007,7 +1024,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:494 +#: reference_output.xml:498 #, no-c-format msgid "" "Return the geometry as a Keyhole Markup Language (KML) element. There are " @@ -1017,7 +1034,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:498 +#: reference_output.xml:502 #, no-c-format msgid "" "Version 1: ST_AsKML(geom_or_geog, maxdecimaldigits) / version=2 / " @@ -1025,7 +1042,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:499 +#: reference_output.xml:503 #, no-c-format msgid "" "Version 2: ST_AsKML(version, geom_or_geog, maxdecimaldigits, nprefix) " @@ -1033,7 +1050,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:502 +#: reference_output.xml:506 #, no-c-format msgid "" "Requires PostGIS be compiled with Proj support. Use " msgstr "" #. Tag: refname -#: reference_output.xml:534 +#: reference_output.xml:538 #, no-c-format msgid "ST_AsSVG" msgstr "" #. Tag: refpurpose -#: reference_output.xml:536 +#: reference_output.xml:540 #, no-c-format msgid "" "Returns a Geometry in SVG path data given a geometry or geography object." msgstr "" #. Tag: funcsynopsis -#: reference_output.xml:540 +#: reference_output.xml:544 #, no-c-format msgid "" " text ST_AsSVG " @@ -1120,7 +1137,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:559 +#: reference_output.xml:563 #, no-c-format msgid "" "Return the geometry as Scalar Vector Graphics (SVG) path data. Use 1 as " @@ -1133,7 +1150,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:569 +#: reference_output.xml:573 #, no-c-format msgid "" "Availability: 1.2.2. Availability: 1.4.0 Changed in PostGIS 1.4.0 to include " @@ -1143,13 +1160,13 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:572 +#: reference_output.xml:576 #, no-c-format msgid "Changed: 2.0.0 to use default args and support named args" msgstr "" #. Tag: programlisting -#: reference_output.xml:577 +#: reference_output.xml:581 #, no-c-format msgid "" "SELECT ST_AsSVG(ST_GeomFromText('POLYGON((0 0,0 1,1 1,1 0,0 0))',4326));\n" @@ -1160,13 +1177,13 @@ msgid "" msgstr "" #. Tag: refname -#: reference_output.xml:583 +#: reference_output.xml:587 #, no-c-format msgid "ST_AsX3D" msgstr "" #. Tag: refpurpose -#: reference_output.xml:585 +#: reference_output.xml:589 #, no-c-format msgid "" "Returns a Geometry in X3D xml node element format: ISO-IEC-19776-1.2-" @@ -1174,7 +1191,7 @@ msgid "" msgstr "" #. Tag: funcprototype -#: reference_output.xml:590 +#: reference_output.xml:594 #, no-c-format msgid "" "text ST_AsX3D " @@ -1185,19 +1202,17 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:602 +#: reference_output.xml:606 #, no-c-format msgid "" "Returns a geometry as an X3D xml formatted node element http://web3d.org/x3d/specifications/ISO-IEC-19776-1.2-" -"X3DEncodings-XML/Part01/EncodingOfNodes.html. If " -"maxdecimaldigits (precision) is not specified then " -"defaults to 15." +"www.web3d.org/standards/number/19776-1\">http://www.web3d.org/standards/" +"number/19776-1. If maxdecimaldigits (precision) " +"is not specified then defaults to 15." msgstr "" #. Tag: para -#: reference_output.xml:604 +#: reference_output.xml:608 #, no-c-format msgid "" "There are various options for translating PostGIS geometries to X3D since " @@ -1209,127 +1224,127 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:606 +#: reference_output.xml:610 #, no-c-format msgid "Below is how we currently map PostGIS 2D/3D types to X3D types" msgstr "" #. Tag: entry -#: reference_output.xml:613 +#: reference_output.xml:617 #, no-c-format msgid "PostGIS Type" msgstr "" #. Tag: entry -#: reference_output.xml:614 +#: reference_output.xml:618 #, no-c-format msgid "2D X3D Type" msgstr "" #. Tag: entry -#: reference_output.xml:615 +#: reference_output.xml:619 #, no-c-format msgid "3D X3D Type" msgstr "" #. Tag: entry -#: reference_output.xml:620 +#: reference_output.xml:624 #, no-c-format msgid "LINESTRING" msgstr "" #. Tag: entry -#: reference_output.xml:621 reference_output.xml:626 +#: reference_output.xml:625 reference_output.xml:630 #, no-c-format msgid "not yet implemented - will be PolyLine2D" msgstr "" #. Tag: entry -#: reference_output.xml:622 +#: reference_output.xml:626 #, no-c-format msgid "LineSet" msgstr "" #. Tag: entry -#: reference_output.xml:625 +#: reference_output.xml:629 #, no-c-format msgid "MULTILINESTRING" msgstr "" #. Tag: entry -#: reference_output.xml:627 +#: reference_output.xml:631 #, no-c-format msgid "IndexedLineSet" msgstr "" #. Tag: entry -#: reference_output.xml:630 +#: reference_output.xml:634 #, no-c-format msgid "MULTIPOINT" msgstr "" #. Tag: entry -#: reference_output.xml:631 +#: reference_output.xml:635 #, no-c-format msgid "Polypoint2D" msgstr "" #. Tag: entry -#: reference_output.xml:632 +#: reference_output.xml:636 #, no-c-format msgid "PointSet" msgstr "" #. Tag: entry -#: reference_output.xml:635 +#: reference_output.xml:639 #, no-c-format msgid "POINT" msgstr "" #. Tag: entry -#: reference_output.xml:636 reference_output.xml:637 +#: reference_output.xml:640 reference_output.xml:641 #, no-c-format msgid "outputs the space delimited coordinates" msgstr "" #. Tag: entry -#: reference_output.xml:640 +#: reference_output.xml:644 #, no-c-format msgid "(MULTI) POLYGON, POLYHEDRALSURFACE" msgstr "" #. Tag: entry -#: reference_output.xml:641 +#: reference_output.xml:645 #, no-c-format msgid "Invalid X3D markup" msgstr "" #. Tag: entry -#: reference_output.xml:642 +#: reference_output.xml:646 #, no-c-format msgid "IndexedFaceSet (inner rings currently output as another faceset)" msgstr "" #. Tag: entry -#: reference_output.xml:645 +#: reference_output.xml:649 #, no-c-format msgid "TIN" msgstr "" #. Tag: entry -#: reference_output.xml:646 +#: reference_output.xml:650 #, no-c-format msgid "TriangleSet2D (Not Yet Implemented)" msgstr "" #. Tag: entry -#: reference_output.xml:647 +#: reference_output.xml:651 #, no-c-format msgid "IndexedTriangleSet" msgstr "" #. Tag: para -#: reference_output.xml:652 +#: reference_output.xml:656 #, no-c-format msgid "" "2D geometry support not yet complete. Inner rings currently just drawn as " @@ -1337,7 +1352,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:653 +#: reference_output.xml:657 #, no-c-format msgid "" "Lots of advancements happening in 3D space particularly with PostGIS minimalist X3D viewer that utilizes this function and " +"x3dDom html/js open source toolkit." +msgstr "" + +#. Tag: para +#: reference_output.xml:660 #, no-c-format msgid "Availability: 2.0.0: ISO-IEC-19776-1.2-X3DEncodings-XML" msgstr "" #. Tag: title -#: reference_output.xml:667 +#: reference_output.xml:672 #, no-c-format msgid "" "Example: Create a fully functional X3D document - This will generate a cube " @@ -1370,7 +1395,7 @@ msgid "" msgstr "" #. Tag: programlisting -#: reference_output.xml:668 +#: reference_output.xml:673 #, no-c-format msgid "" "\n" @@ -1420,13 +1445,13 @@ msgid "" msgstr "" #. Tag: title -#: reference_output.xml:671 +#: reference_output.xml:676 #, no-c-format msgid "Example: An Octagon elevated 3 Units and decimal precision of 6" msgstr "" #. Tag: programlisting -#: reference_output.xml:672 +#: reference_output.xml:677 #, no-c-format msgid "" "SELECT ST_AsX3D(\n" @@ -1445,13 +1470,13 @@ msgid "" msgstr "" #. Tag: title -#: reference_output.xml:675 +#: reference_output.xml:680 #, no-c-format msgid "Example: TIN" msgstr "" #. Tag: programlisting -#: reference_output.xml:676 +#: reference_output.xml:681 #, no-c-format msgid "" "text ST_GeoHash " @@ -1523,17 +1548,18 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:704 +#: reference_output.xml:709 #, no-c-format msgid "" -"Return a GeoHash representation (geohash.org) 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 -#: reference_output.xml:706 +#: reference_output.xml:711 #, no-c-format msgid "" "If no maxchars is specficified ST_GeoHash returns a " @@ -1547,7 +1573,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:708 +#: reference_output.xml:713 #, no-c-format msgid "" "If maxchars is specified ST_GeoHash returns a GeoHash " @@ -1557,13 +1583,13 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:710 +#: reference_output.xml:715 #, no-c-format msgid "Availability: 1.4.0" msgstr "" #. Tag: para -#: reference_output.xml:713 +#: reference_output.xml:718 #, no-c-format msgid "" "ST_GeoHash will not work with geometries that are not in geographic (lon/" @@ -1571,7 +1597,7 @@ msgid "" msgstr "" #. Tag: programlisting -#: reference_output.xml:721 +#: reference_output.xml:726 #, no-c-format msgid "" " text ST_AsText " @@ -1614,13 +1640,13 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:753 +#: reference_output.xml:757 #, no-c-format msgid "Returns the Well-Known Text representation of the geometry/geography." msgstr "" #. Tag: para -#: reference_output.xml:756 +#: 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, " @@ -1628,7 +1654,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:763 +#: reference_output.xml:767 #, no-c-format msgid "" "ST_AsText is the reverse of . Use , , text ST_AsLatLonText " @@ -1696,13 +1722,13 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:811 +#: reference_output.xml:815 #, no-c-format msgid "Returns the Degrees, Minutes, Seconds representation of the point." msgstr "" #. Tag: para -#: reference_output.xml:814 +#: reference_output.xml:818 #, no-c-format msgid "" "It is assumed the point is in a lat/lon projection. The X (lon) and Y (lat) " @@ -1711,7 +1737,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:817 +#: reference_output.xml:821 #, no-c-format msgid "" "The text parameter is a format string containing the format for the " @@ -1722,7 +1748,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:822 +#: reference_output.xml:826 #, no-c-format msgid "" "\"M\", \"S\", and \"C\" are optional. If \"C\" is omitted, degrees are shown " @@ -1733,7 +1759,7 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:827 +#: reference_output.xml:831 #, no-c-format msgid "" "If the format string is omitted (or zero-length) a default format will be " @@ -1741,19 +1767,19 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:833 +#: reference_output.xml:837 #, no-c-format msgid "Availability: 2.0" msgstr "" #. Tag: para -#: reference_output.xml:839 +#: reference_output.xml:843 #, no-c-format msgid "Default format." msgstr "" #. Tag: programlisting -#: reference_output.xml:840 +#: reference_output.xml:844 #, no-c-format msgid "" "SELECT (ST_AsLatLonText('POINT (-3.2342342 -2.32498)'));\n" @@ -1763,13 +1789,13 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:841 +#: reference_output.xml:845 #, no-c-format msgid "Providing a format (same as the default)." msgstr "" #. Tag: programlisting -#: reference_output.xml:842 +#: reference_output.xml:846 #, no-c-format msgid "" "SELECT (ST_AsLatLonText('POINT (-3.2342342 -2.32498)', 'D°M''S.SSS\"C'));\n" @@ -1779,13 +1805,13 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:843 +#: reference_output.xml:847 #, no-c-format msgid "Characters other than D, M, S, C and . are just passed through." msgstr "" #. Tag: programlisting -#: reference_output.xml:844 +#: reference_output.xml:848 #, no-c-format msgid "" "SELECT (ST_AsLatLonText('POINT (-3.2342342 -2.32498)', 'D degrees, M " @@ -1797,13 +1823,13 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:845 +#: reference_output.xml:849 #, no-c-format msgid "Signed degrees instead of cardinal directions." msgstr "" #. Tag: programlisting -#: reference_output.xml:846 +#: reference_output.xml:850 #, no-c-format msgid "" "SELECT (ST_AsLatLonText('POINT (-3.2342342 -2.32498)', 'D°M''S.SSS\"'));\n" @@ -1813,13 +1839,13 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:847 +#: reference_output.xml:851 #, no-c-format msgid "Decimal degrees." msgstr "" #. Tag: programlisting -#: reference_output.xml:848 +#: reference_output.xml:852 #, no-c-format msgid "" "SELECT (ST_AsLatLonText('POINT (-3.2342342 -2.32498)', 'D.DDDD degrees " @@ -1830,13 +1856,13 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:849 +#: reference_output.xml:853 #, no-c-format msgid "Excessively large values are normalized." msgstr "" #. Tag: programlisting -#: reference_output.xml:850 +#: reference_output.xml:854 #, no-c-format msgid "" "SELECT (ST_AsLatLonText('POINT (-302.2342342 -792.32498)'));\n" @@ -1844,3 +1870,210 @@ msgid "" "-------------------------------\n" " 72°19'29.928\"S 57°45'56.757\"E" msgstr "" + +#. Tag: refname +#: reference_output.xml:862 +#, no-c-format +msgid "ST_AsTWKB" +msgstr "" + +#. Tag: refpurpose +#: reference_output.xml:863 +#, no-c-format +msgid "Returns the geometry as TWKB, Tiny WKB" +msgstr "" + +#. Tag: funcprototype +#: reference_output.xml:868 +#, no-c-format +msgid "" +"bytea ST_AsTWKB " +"geometry g1 " +"integer decimaldigits int8 geometryID=null boolean include " +"sizes=false boolean " +"include bounding boxes=false" +msgstr "" + +#. Tag: para +#: reference_output.xml:880 reference_output.xml:946 +#, no-c-format +msgid "" +"Returns the geometry in TWKB format. TWKB is a new compressed binary format." +msgstr "" + +#. Tag: para +#: reference_output.xml:881 reference_output.xml:948 +#, no-c-format +msgid "" +"The second parameter is an integer used to define the number of coordinate " +"decimals in the output." +msgstr "" + +#. Tag: para +#: reference_output.xml:882 reference_output.xml:949 +#, no-c-format +msgid "" +"The third parameter is optional. It is used to give each TWKB-geometry an " +"unique ID" +msgstr "" + +#. Tag: para +#: reference_output.xml:883 reference_output.xml:950 +#, no-c-format +msgid "" +"The fourth parameter is optional. If it is set to true, the size of the " +"geometry is included" +msgstr "" + +#. Tag: para +#: 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" +msgstr "" + +#. Tag: para +#: reference_output.xml:888 +#, no-c-format +msgid "" +"TWKB doesn't make any difference of Z and M. So PointM and PointZ will give " +"the same twkb representation." +msgstr "" + +#. Tag: para +#: reference_output.xml:891 reference_output.xml:956 reference_output.xml:993 +#, no-c-format +msgid "Availability: 2.2.0" +msgstr "" + +#. Tag: programlisting +#: reference_output.xml:897 +#, no-c-format +msgid "" +"SELECT ST_AsTWKB('LINESTRING(1 1,5 5)'::geometry,0,1);\n" +" st_astwkb \n" +"--------------------------------------------\n" +"\\x0142020202020808" +msgstr "" + +#. Tag: para +#: reference_output.xml:902 reference_output.xml:967 +#, no-c-format +msgid "" +", , , , " +msgstr "" + +#. Tag: refname +#: reference_output.xml:908 +#, no-c-format +msgid "ST_AsTWKBAgg" +msgstr "" + +#. Tag: refpurpose +#: reference_output.xml:909 +#, no-c-format +msgid "Aggregates the geometries and returns as TWKB" +msgstr "" + +#. Tag: funcsynopsis +#: reference_output.xml:913 +#, no-c-format +msgid "" +" bytea ST_AsTWKBAgg " +"geometry set g1 " +"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 " +msgstr "" + +#. Tag: para +#: reference_output.xml:947 +#, no-c-format +msgid "" +"This is the aggregate version of ST_AsTWKB. It aggregates and returns the " +"geometry in TWKB-format. In the resulting TWKB-geometry each individual ID " +"of the input geometries is stored." +msgstr "" + +#. Tag: para +#: 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" +msgstr "" + +#. Tag: programlisting +#: reference_output.xml:962 +#, no-c-format +msgid "" +"SELECT ST_AsTWKBAgg(geom,0,id) FROM\n" +"(SELECT 'LINESTRING(1 1,5 5)'::geometry geom, 1 AS id\n" +"UNION ALL\n" +"SELECT 'LINESTRING(6 5, 1 7)'::geometry AS geom, 2 AS id) foo;\n" +" st_astwkbagg \n" +"----------------------------------------------------------------------------\n" +"\\x015602020202020808040202000904" +msgstr "" + +#. Tag: refname +#: reference_output.xml:973 +#, no-c-format +msgid "ST_AsEncodedPolyline" +msgstr "" + +#. Tag: refpurpose +#: reference_output.xml:974 +#, no-c-format +msgid "Returns an Encoded Polyline from a LineString geometry." +msgstr "" + +#. Tag: funcprototype +#: reference_output.xml:979 +#, no-c-format +msgid "" +"text ST_AsEncodedPolyline " +"geometry geom " +"integer precision=5" +msgstr "" + +#. Tag: para +#: reference_output.xml:990 +#, no-c-format +msgid "Returns the geometry as an Encoded Polyline." +msgstr "" + +#. Tag: programlisting +#: 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" +"--result--\n" +"|_p~iF~ps|U_ulLnnqC_mqNvxq`@" +msgstr "" diff --git a/doc/po/pt_BR/reference_sfcgal.xml.po b/doc/po/pt_BR/reference_sfcgal.xml.po index b332bbaa3..059a9c619 100644 --- a/doc/po/pt_BR/reference_sfcgal.xml.po +++ b/doc/po/pt_BR/reference_sfcgal.xml.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# +# # Translators: # Dauro Lima Sobrinho , 2014 # Marcelo Soares Souza , 2014 @@ -10,11 +10,12 @@ msgstr "" "POT-Creation-Date: 2013-05-12 08:39+0000\n" "PO-Revision-Date: 2014-08-01 21:21+0000\n" "Last-Translator: Dauro Lima Sobrinho \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/postgis-1/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"postgis-1/language/pt_BR/)\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. Tag: title @@ -56,7 +57,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 @@ -124,7 +130,9 @@ msgstr "Calcule um esqueleto em linha reta de uma geometria" msgid "" "geometry ST_StraightSkeleton " "geometry geom" -msgstr "geometry ST_StraightSkeleton geometry geom" +msgstr "" +"geometry ST_StraightSkeleton " +"geometry geom" #. Tag: refname #: reference_sfcgal.xml:75 @@ -144,7 +152,9 @@ msgstr "Verifique se a superfície é ou não planar" msgid "" "boolean ST_IsPlanar " "geometry geom" -msgstr "boolean ST_IsPlanar geometry geom" +msgstr "" +"boolean ST_IsPlanar " +"geometry geom" #. Tag: refname #: reference_sfcgal.xml:104 @@ -164,7 +174,9 @@ msgstr "Determine orientação da superfície" msgid "" "integer ST_Orientation " "geometry geom" -msgstr "integer ST_Orientation geometry geom" +msgstr "" +"integer ST_Orientation " +"geometry geom" #. Tag: refname #: reference_sfcgal.xml:133 @@ -184,7 +196,9 @@ msgstr "Orientação força LHR" msgid "" "geometry ST_ForceLHR " "geometry geom" -msgstr "geometry ST_ForceLHR geometry geom" +msgstr "" +"geometry ST_ForceLHR " +"geometry geom" #. Tag: refname #: reference_sfcgal.xml:161 @@ -205,7 +219,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 @@ -225,4 +242,6 @@ msgstr "Realize Tesselation superfície" msgid "" "geometry ST_Tesselate " "geometry geom" -msgstr "geometry ST_Tesselate geometry geom" +msgstr "" +"geometry ST_Tesselate " +"geometry geom" diff --git a/doc/po/templates/reference_output.xml.pot b/doc/po/templates/reference_output.xml.pot index b384c322d..9213dc166 100644 --- a/doc/po/templates/reference_output.xml.pot +++ b/doc/po/templates/reference_output.xml.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2012-09-14 17:50+0000\n" +"POT-Creation-Date: 2014-10-14 21:54+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -39,7 +39,7 @@ msgid " bytea ST_AsBinary msgstr "" #. Tag: title -#: reference_output.xml:35 reference_output.xml:108 reference_output.xml:161 reference_output.xml:233 reference_output.xml:335 reference_output.xml:436 reference_output.xml:492 reference_output.xml:557 reference_output.xml:600 reference_output.xml:702 reference_output.xml:751 reference_output.xml:809 +#: reference_output.xml:35 reference_output.xml:109 reference_output.xml:162 reference_output.xml:238 reference_output.xml:339 reference_output.xml:440 reference_output.xml:496 reference_output.xml:561 reference_output.xml:604 reference_output.xml:707 reference_output.xml:755 reference_output.xml:813 reference_output.xml:879 reference_output.xml:944 reference_output.xml:988 #, no-c-format msgid "Description" msgstr "" @@ -51,7 +51,7 @@ msgid "Returns the Well-Known Binary representation of the geometry. There are 2 msgstr "" #. Tag: para -#: reference_output.xml:40 reference_output.xml:112 +#: reference_output.xml:40 reference_output.xml:113 #, no-c-format msgid "This is useful in binary cursors to pull data out of the database without converting it to a string representation." msgstr "" @@ -75,7 +75,7 @@ msgid "The default behavior in PostgreSQL 9.0 has been changed to output bytea i msgstr "" #. Tag: para -#: reference_output.xml:55 reference_output.xml:120 +#: reference_output.xml:55 reference_output.xml:121 #, no-c-format msgid "Enhanced: 2.0.0 support for Polyhedral surfaces, Triangles and TIN was introduced." msgstr "" @@ -93,7 +93,7 @@ msgid "Enhanced: 2.0.0 support for specifying endian with geography was introduc msgstr "" #. Tag: para -#: reference_output.xml:58 reference_output.xml:274 reference_output.xml:379 +#: reference_output.xml:58 reference_output.xml:279 reference_output.xml:383 #, no-c-format msgid "Availability: 1.5.0 geography support was introduced." msgstr "" @@ -105,7 +105,7 @@ msgid "Changed: 2.0.0 Inputs to this function can not be unknown -- must be geom msgstr "" #. Tag: para -#: reference_output.xml:61 reference_output.xml:767 +#: reference_output.xml:61 reference_output.xml:771 #, no-c-format msgid "&sfs_compliant; s2.1.1.1" msgstr "" @@ -117,31 +117,31 @@ msgid "&sqlmm_compliant; SQL-MM 3: 5.1.37" msgstr "" #. Tag: para -#: reference_output.xml:63 reference_output.xml:122 reference_output.xml:176 reference_output.xml:445 reference_output.xml:716 reference_output.xml:769 +#: reference_output.xml:63 reference_output.xml:123 reference_output.xml:177 reference_output.xml:449 reference_output.xml:721 reference_output.xml:773 #, no-c-format msgid "&curve_support;" msgstr "" #. Tag: para -#: reference_output.xml:64 reference_output.xml:123 reference_output.xml:177 reference_output.xml:386 reference_output.xml:659 +#: reference_output.xml:64 reference_output.xml:124 reference_output.xml:178 reference_output.xml:390 reference_output.xml:664 #, no-c-format msgid "&P_support;" msgstr "" #. Tag: para -#: reference_output.xml:65 reference_output.xml:124 reference_output.xml:178 reference_output.xml:387 reference_output.xml:662 +#: reference_output.xml:65 reference_output.xml:125 reference_output.xml:179 reference_output.xml:391 reference_output.xml:667 #, no-c-format msgid "&T_support;" msgstr "" #. Tag: para -#: reference_output.xml:66 reference_output.xml:121 reference_output.xml:175 reference_output.xml:276 reference_output.xml:385 reference_output.xml:444 reference_output.xml:519 reference_output.xml:657 +#: reference_output.xml:66 reference_output.xml:122 reference_output.xml:176 reference_output.xml:281 reference_output.xml:389 reference_output.xml:448 reference_output.xml:523 reference_output.xml:662 #, no-c-format msgid "&Z_support;" msgstr "" #. Tag: title -#: reference_output.xml:71 reference_output.xml:129 reference_output.xml:183 reference_output.xml:280 reference_output.xml:449 reference_output.xml:523 reference_output.xml:576 reference_output.xml:720 reference_output.xml:774 reference_output.xml:838 +#: reference_output.xml:71 reference_output.xml:130 reference_output.xml:184 reference_output.xml:285 reference_output.xml:453 reference_output.xml:527 reference_output.xml:580 reference_output.xml:725 reference_output.xml:778 reference_output.xml:842 reference_output.xml:896 reference_output.xml:961 reference_output.xml:997 #, no-c-format msgid "Examples" msgstr "" @@ -182,7 +182,7 @@ msgid "" msgstr "" #. Tag: title -#: reference_output.xml:79 reference_output.xml:137 reference_output.xml:190 reference_output.xml:405 reference_output.xml:527 reference_output.xml:724 reference_output.xml:781 +#: reference_output.xml:79 reference_output.xml:138 reference_output.xml:191 reference_output.xml:409 reference_output.xml:531 reference_output.xml:729 reference_output.xml:785 reference_output.xml:901 reference_output.xml:966 reference_output.xml:1002 #, no-c-format msgid "See Also" msgstr "" @@ -190,47 +190,47 @@ msgstr "" #. Tag: para #: reference_output.xml:80 #, no-c-format -msgid ", ," +msgid ", , , ," msgstr "" #. Tag: refname -#: reference_output.xml:89 +#: reference_output.xml:90 #, no-c-format msgid "ST_AsEWKB" msgstr "" #. Tag: refpurpose -#: reference_output.xml:90 +#: reference_output.xml:91 #, no-c-format msgid "Return the Well-Known Binary (WKB) representation of the geometry with SRID meta data." msgstr "" #. Tag: funcsynopsis -#: reference_output.xml:94 +#: reference_output.xml:95 #, no-c-format msgid " bytea ST_AsEWKB geometry g1 bytea ST_AsEWKB geometry g1 text NDR_or_XDR " msgstr "" #. Tag: para -#: reference_output.xml:109 +#: reference_output.xml:110 #, no-c-format msgid "Returns the Well-Known Binary representation of the geometry with SRID metadata. 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 "" #. Tag: para -#: reference_output.xml:115 +#: reference_output.xml:116 #, no-c-format msgid "The WKB spec does not include the SRID. To get the OGC WKB format use ST_AsBinary" msgstr "" #. Tag: para -#: reference_output.xml:118 +#: reference_output.xml:119 #, no-c-format msgid "ST_AsEWKB is the reverse of ST_GeomFromEWKB. Use ST_GeomFromEWKB to convert to a postgis geometry from ST_AsEWKB representation." msgstr "" #. Tag: programlisting -#: reference_output.xml:131 +#: reference_output.xml:132 #, no-c-format msgid "" "SELECT ST_AsEWKB(ST_GeomFromText('POLYGON((0 0,0 1,1 1,1 0,0 0))',4326));\n" @@ -250,7 +250,7 @@ msgid "" msgstr "" #. Tag: programlisting -#: reference_output.xml:132 +#: 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" @@ -264,61 +264,61 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:138 +#: reference_output.xml:139 #, no-c-format msgid ", , , , " msgstr "" #. Tag: refname -#: reference_output.xml:143 +#: reference_output.xml:144 #, no-c-format msgid "ST_AsEWKT" msgstr "" #. Tag: refpurpose -#: reference_output.xml:144 +#: reference_output.xml:145 #, no-c-format msgid "Return the Well-Known Text (WKT) representation of the geometry with SRID meta data." msgstr "" #. Tag: funcsynopsis -#: reference_output.xml:148 +#: reference_output.xml:149 #, no-c-format msgid " text ST_AsEWKT geometry g1 text ST_AsEWKT geography g1 " msgstr "" #. Tag: para -#: reference_output.xml:163 +#: reference_output.xml:164 #, no-c-format msgid "Returns the Well-Known Text representation of the geometry prefixed with the SRID." msgstr "" #. Tag: para -#: reference_output.xml:166 +#: reference_output.xml:167 #, no-c-format msgid "The WKT spec does not include the SRID. To get the OGC WKT format use ST_AsText" msgstr "" #. Tag: para -#: reference_output.xml:168 reference_output.xml:759 +#: reference_output.xml:169 reference_output.xml:763 #, no-c-format msgid "WKT format does not maintain precision so to prevent floating truncation, use ST_AsBinary or ST_AsEWKB format for transport." msgstr "" #. Tag: para -#: reference_output.xml:172 +#: reference_output.xml:173 #, no-c-format msgid "ST_AsEWKT is the reverse of . Use to convert to a postgis geometry from ST_AsEWKT representation." msgstr "" #. Tag: para -#: reference_output.xml:174 +#: reference_output.xml:175 #, no-c-format msgid "Enhanced: 2.0.0 support for Geography, Polyhedral surfaces, Triangles and TIN was introduced." msgstr "" #. Tag: programlisting -#: reference_output.xml:185 +#: reference_output.xml:186 #, no-c-format msgid "" "SELECT ST_AsEWKT('0103000020E61000000100000005000000000000\n" @@ -340,133 +340,133 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:191 +#: reference_output.xml:192 #, no-c-format -msgid "," +msgid ", , , " msgstr "" #. Tag: refname -#: reference_output.xml:196 +#: reference_output.xml:201 #, no-c-format msgid "ST_AsGeoJSON" msgstr "" #. Tag: refpurpose -#: reference_output.xml:198 +#: reference_output.xml:203 #, no-c-format msgid "Return the geometry as a GeoJSON element." msgstr "" #. Tag: funcsynopsis -#: reference_output.xml:202 +#: reference_output.xml:207 #, no-c-format 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 integer maxdecimaldigits=15 integer options=0 " msgstr "" #. Tag: para -#: reference_output.xml:235 +#: reference_output.xml:240 #, no-c-format msgid "Return the geometry as a Geometry Javascript Object Notation (GeoJSON) element. (Cf GeoJSON specifications 1.0). 2D and 3D Geometries are both supported. GeoJSON only support SFS 1.1 geometry type (no curve support for example)." msgstr "" #. Tag: para -#: reference_output.xml:241 +#: reference_output.xml:246 #, no-c-format msgid "The gj_version parameter is the major version of the GeoJSON spec. If specified, must be 1. This represents the spec version of GeoJSON." msgstr "" #. Tag: para -#: reference_output.xml:243 +#: reference_output.xml:248 #, no-c-format msgid "The third argument may be used to reduce the maximum number of decimal places used in output (defaults to 15)." msgstr "" #. Tag: para -#: reference_output.xml:246 +#: reference_output.xml:251 #, no-c-format msgid "The last 'options' argument could be used to add Bbox or Crs in GeoJSON output:" msgstr "" #. Tag: para -#: reference_output.xml:250 +#: reference_output.xml:255 #, no-c-format msgid "0: means no option (default value)" msgstr "" #. Tag: para -#: reference_output.xml:254 +#: reference_output.xml:259 #, no-c-format msgid "1: GeoJSON Bbox" msgstr "" #. Tag: para -#: reference_output.xml:258 +#: reference_output.xml:263 #, no-c-format msgid "2: GeoJSON Short CRS (e.g EPSG:4326)" msgstr "" #. Tag: para -#: reference_output.xml:262 +#: reference_output.xml:267 #, no-c-format msgid "4: GeoJSON Long CRS (e.g urn:ogc:def:crs:EPSG::4326)" msgstr "" #. Tag: para -#: reference_output.xml:266 +#: reference_output.xml:271 #, no-c-format msgid "Version 1: ST_AsGeoJSON(geom) / precision=15 version=1 options=0" msgstr "" #. Tag: para -#: reference_output.xml:267 +#: reference_output.xml:272 #, no-c-format msgid "Version 2: ST_AsGeoJSON(geom, precision) / version=1 options=0" msgstr "" #. Tag: para -#: reference_output.xml:268 +#: reference_output.xml:273 #, no-c-format msgid "Version 3: ST_AsGeoJSON(geom, precision, options) / version=1" msgstr "" #. Tag: para -#: reference_output.xml:269 +#: reference_output.xml:274 #, no-c-format msgid "Version 4: ST_AsGeoJSON(gj_version, geom) / precision=15 options=0" msgstr "" #. Tag: para -#: reference_output.xml:270 +#: reference_output.xml:275 #, no-c-format msgid "Version 5: ST_AsGeoJSON(gj_version, geom, precision) /options=0" msgstr "" #. Tag: para -#: reference_output.xml:271 +#: reference_output.xml:276 #, no-c-format msgid "Version 6: ST_AsGeoJSON(gj_version, geom, precision,options)" msgstr "" #. Tag: para -#: reference_output.xml:273 +#: reference_output.xml:278 #, no-c-format msgid "Availability: 1.3.4" msgstr "" #. Tag: para -#: reference_output.xml:275 +#: reference_output.xml:280 #, no-c-format msgid "Changed: 2.0.0 support default args and named args." msgstr "" #. Tag: para -#: reference_output.xml:281 +#: reference_output.xml:286 #, no-c-format 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" msgstr "" #. Tag: programlisting -#: reference_output.xml:286 +#: reference_output.xml:291 #, no-c-format msgid "" "SELECT ST_AsGeoJSON(the_geom) from fe_edges limit 1;\n" @@ -485,121 +485,121 @@ msgid "" msgstr "" #. Tag: refname -#: reference_output.xml:291 +#: reference_output.xml:296 #, no-c-format msgid "ST_AsGML" msgstr "" #. Tag: refpurpose -#: reference_output.xml:292 +#: reference_output.xml:297 #, no-c-format msgid "Return the geometry as a GML version 2 or 3 element." msgstr "" #. Tag: funcsynopsis -#: reference_output.xml:296 +#: reference_output.xml:301 #, no-c-format -msgid " text ST_AsGML integer version geometry geom 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 " +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 integer version geometry geom 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 " msgstr "" #. Tag: para -#: reference_output.xml:337 +#: reference_output.xml:341 #, no-c-format msgid "Return the geometry as a Geography Markup Language (GML) element. The version parameter, if specified, may be either 2 or 3. If no version parameter is specified then the default is assumed to be 2. The precision argument may be used to reduce the maximum number of decimal places (maxdecimaldigits) used in output (defaults to 15)." msgstr "" #. Tag: para -#: reference_output.xml:342 +#: reference_output.xml:346 #, no-c-format msgid "GML 2 refer to 2.1.2 version, GML 3 to 3.1.1 version" msgstr "" #. Tag: para -#: reference_output.xml:343 +#: reference_output.xml:347 #, no-c-format msgid "The 'options' argument is a bitfield. It could be used to define CRS output type in GML output, and to declare data as lat/lon:" msgstr "" #. Tag: para -#: reference_output.xml:347 +#: reference_output.xml:351 #, no-c-format msgid "0: GML Short CRS (e.g EPSG:4326), default value" msgstr "" #. Tag: para -#: reference_output.xml:351 +#: reference_output.xml:355 #, no-c-format msgid "1: GML Long CRS (e.g urn:ogc:def:crs:EPSG::4326)" msgstr "" #. Tag: para -#: reference_output.xml:355 +#: reference_output.xml:359 #, no-c-format msgid "2: For GML 3 only, remove srsDimension attribute from output." msgstr "" #. Tag: para -#: reference_output.xml:359 +#: reference_output.xml:363 #, no-c-format msgid "4: For GML 3 only, use <LineString> rather than <Curve> tag for lines." msgstr "" #. Tag: para -#: reference_output.xml:363 +#: reference_output.xml:367 #, no-c-format msgid "16: Declare that datas are lat/lon (e.g srid=4326). Default is to assume that data are planars. This option is useful for GML 3.1.1 output only, related to axis order. So if you set it, it will swap the coordinates so order is lat lon instead of database lon lat." msgstr "" #. Tag: para -#: reference_output.xml:369 +#: reference_output.xml:373 #, no-c-format msgid "32: Output the box of the geometry (envelope)." msgstr "" #. Tag: para -#: reference_output.xml:374 +#: reference_output.xml:378 #, no-c-format msgid "The 'namespace prefix' argument may be used to specify a custom namespace prefix or no prefix (if empty). If null or omitted 'gml' prefix is used" msgstr "" #. Tag: para -#: reference_output.xml:378 +#: reference_output.xml:382 #, no-c-format msgid "Availability: 1.3.2" msgstr "" #. Tag: para -#: reference_output.xml:380 +#: reference_output.xml:384 #, no-c-format msgid "Enhanced: 2.0.0 prefix support was introduced. Option 4 for GML3 was introduced to allow using LineString instead of Curve tag for lines. GML3 Support for Polyhedral surfaces and TINS was introduced. Option 32 was introduced to output the box." msgstr "" #. Tag: para -#: reference_output.xml:381 +#: reference_output.xml:385 #, no-c-format msgid "Changed: 2.0.0 use default named args" msgstr "" #. Tag: para -#: reference_output.xml:382 +#: reference_output.xml:386 #, no-c-format msgid "Enhanced: 2.1.0 id support was introduced, for GML 3." msgstr "" #. Tag: para -#: reference_output.xml:384 +#: reference_output.xml:388 #, no-c-format msgid "Only version 3+ of ST_AsGML supports Polyhedral Surfaces and TINS." msgstr "" #. Tag: title -#: reference_output.xml:391 +#: reference_output.xml:395 #, no-c-format msgid "Examples: Version 2" msgstr "" #. Tag: programlisting -#: reference_output.xml:392 +#: reference_output.xml:396 #, no-c-format msgid "" " text ST_AsHEXEWKB geometry g1 text NDRorXDR text ST_AsHEXEWKB geometry g1 " msgstr "" #. Tag: para -#: reference_output.xml:438 +#: 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." msgstr "" #. Tag: para -#: reference_output.xml:442 +#: reference_output.xml:446 #, no-c-format msgid "Availability: 1.2.2" msgstr "" #. Tag: programlisting -#: reference_output.xml:450 +#: 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" @@ -761,73 +761,73 @@ msgid "" msgstr "" #. Tag: refname -#: reference_output.xml:456 +#: reference_output.xml:460 #, no-c-format msgid "ST_AsKML" msgstr "" #. Tag: refpurpose -#: reference_output.xml:458 +#: reference_output.xml:462 #, no-c-format msgid "Return the geometry as a KML element. Several variants. Default version=2, default precision=15" msgstr "" #. Tag: funcsynopsis -#: reference_output.xml:462 +#: reference_output.xml:466 #, no-c-format msgid " 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 " msgstr "" #. Tag: para -#: reference_output.xml:494 +#: reference_output.xml:498 #, no-c-format msgid "Return the geometry as a Keyhole Markup Language (KML) element. There are several variants of this function. maximum number of decimal places used in output (defaults to 15), version default to 2 and default namespace is no prefix." msgstr "" #. Tag: para -#: reference_output.xml:498 +#: reference_output.xml:502 #, no-c-format msgid "Version 1: ST_AsKML(geom_or_geog, maxdecimaldigits) / version=2 / maxdecimaldigits=15" msgstr "" #. Tag: para -#: reference_output.xml:499 +#: reference_output.xml:503 #, no-c-format msgid "Version 2: ST_AsKML(version, geom_or_geog, maxdecimaldigits, nprefix) maxdecimaldigits=15 / nprefix=NULL" msgstr "" #. Tag: para -#: reference_output.xml:502 +#: reference_output.xml:506 #, no-c-format msgid "Requires PostGIS be compiled with Proj support. Use to confirm you have proj support compiled in." msgstr "" #. Tag: para -#: reference_output.xml:506 +#: reference_output.xml:510 #, no-c-format msgid "Availability: 1.2.2 - later variants that include version param came in 1.3.2" msgstr "" #. Tag: para -#: reference_output.xml:509 +#: reference_output.xml:513 #, no-c-format msgid "Enhanced: 2.0.0 - Add prefix namespace. Default is no prefix" msgstr "" #. Tag: para -#: reference_output.xml:512 +#: reference_output.xml:516 #, no-c-format msgid "Changed: 2.0.0 - uses default args and supports named args" msgstr "" #. Tag: para -#: reference_output.xml:516 +#: reference_output.xml:520 #, no-c-format msgid "AsKML output will not work with geometries that do not have an SRID" msgstr "" #. Tag: programlisting -#: reference_output.xml:524 +#: reference_output.xml:528 #, no-c-format msgid "" "" msgstr "" #. Tag: refname -#: reference_output.xml:534 +#: reference_output.xml:538 #, no-c-format msgid "ST_AsSVG" msgstr "" #. Tag: refpurpose -#: reference_output.xml:536 +#: reference_output.xml:540 #, no-c-format msgid "Returns a Geometry in SVG path data given a geometry or geography object." msgstr "" #. Tag: funcsynopsis -#: reference_output.xml:540 +#: reference_output.xml:544 #, no-c-format msgid " text ST_AsSVG geometry geom integer rel=0 integer maxdecimaldigits=15 text ST_AsSVG geography geog integer rel=0 integer maxdecimaldigits=15 " msgstr "" #. Tag: para -#: reference_output.xml:559 +#: reference_output.xml:563 #, no-c-format msgid "Return the geometry as Scalar Vector Graphics (SVG) path data. Use 1 as second argument to have the path data implemented in terms of relative moves, the default (or 0) uses absolute moves. Third argument may be used to reduce the maximum number of decimal digits used in output (defaults to 15). Point geometries will be rendered as cx/cy when 'rel' arg is 0, x/y when 'rel' is 1. Multipoint geometries are delimited by commas (\",\"), GeometryCollection geometries are delimited by semicolons (\";\")." msgstr "" #. Tag: para -#: reference_output.xml:569 +#: reference_output.xml:573 #, no-c-format msgid "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 -#: reference_output.xml:572 +#: reference_output.xml:576 #, no-c-format msgid "Changed: 2.0.0 to use default args and support named args" msgstr "" #. Tag: programlisting -#: reference_output.xml:577 +#: reference_output.xml:581 #, no-c-format msgid "" "SELECT ST_AsSVG(ST_GeomFromText('POLYGON((0 0,0 1,1 1,1 0,0 0))',4326));\n" @@ -896,187 +896,193 @@ msgid "" msgstr "" #. Tag: refname -#: reference_output.xml:583 +#: reference_output.xml:587 #, no-c-format msgid "ST_AsX3D" msgstr "" #. Tag: refpurpose -#: reference_output.xml:585 +#: reference_output.xml:589 #, no-c-format msgid "Returns a Geometry in X3D xml node element format: ISO-IEC-19776-1.2-X3DEncodings-XML" msgstr "" #. Tag: funcprototype -#: reference_output.xml:590 +#: reference_output.xml:594 #, no-c-format msgid "text ST_AsX3D geometry g1 integer maxdecimaldigits=15 integer options=0" msgstr "" #. Tag: para -#: reference_output.xml:602 +#: reference_output.xml:606 #, no-c-format -msgid "Returns a geometry as an X3D xml formatted node element http://web3d.org/x3d/specifications/ISO-IEC-19776-1.2-X3DEncodings-XML/Part01/EncodingOfNodes.html. If maxdecimaldigits (precision) is not specified then defaults to 15." +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." msgstr "" #. Tag: para -#: reference_output.xml:604 +#: reference_output.xml:608 #, no-c-format 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." msgstr "" #. Tag: para -#: reference_output.xml:606 +#: reference_output.xml:610 #, no-c-format msgid "Below is how we currently map PostGIS 2D/3D types to X3D types" msgstr "" #. Tag: entry -#: reference_output.xml:613 +#: reference_output.xml:617 #, no-c-format msgid "PostGIS Type" msgstr "" #. Tag: entry -#: reference_output.xml:614 +#: reference_output.xml:618 #, no-c-format msgid "2D X3D Type" msgstr "" #. Tag: entry -#: reference_output.xml:615 +#: reference_output.xml:619 #, no-c-format msgid "3D X3D Type" msgstr "" #. Tag: entry -#: reference_output.xml:620 +#: reference_output.xml:624 #, no-c-format msgid "LINESTRING" msgstr "" #. Tag: entry -#: reference_output.xml:621 reference_output.xml:626 +#: reference_output.xml:625 reference_output.xml:630 #, no-c-format msgid "not yet implemented - will be PolyLine2D" msgstr "" #. Tag: entry -#: reference_output.xml:622 +#: reference_output.xml:626 #, no-c-format msgid "LineSet" msgstr "" #. Tag: entry -#: reference_output.xml:625 +#: reference_output.xml:629 #, no-c-format msgid "MULTILINESTRING" msgstr "" #. Tag: entry -#: reference_output.xml:627 +#: reference_output.xml:631 #, no-c-format msgid "IndexedLineSet" msgstr "" #. Tag: entry -#: reference_output.xml:630 +#: reference_output.xml:634 #, no-c-format msgid "MULTIPOINT" msgstr "" #. Tag: entry -#: reference_output.xml:631 +#: reference_output.xml:635 #, no-c-format msgid "Polypoint2D" msgstr "" #. Tag: entry -#: reference_output.xml:632 +#: reference_output.xml:636 #, no-c-format msgid "PointSet" msgstr "" #. Tag: entry -#: reference_output.xml:635 +#: reference_output.xml:639 #, no-c-format msgid "POINT" msgstr "" #. Tag: entry -#: reference_output.xml:636 reference_output.xml:637 +#: reference_output.xml:640 reference_output.xml:641 #, no-c-format msgid "outputs the space delimited coordinates" msgstr "" #. Tag: entry -#: reference_output.xml:640 +#: reference_output.xml:644 #, no-c-format msgid "(MULTI) POLYGON, POLYHEDRALSURFACE" msgstr "" #. Tag: entry -#: reference_output.xml:641 +#: reference_output.xml:645 #, no-c-format msgid "Invalid X3D markup" msgstr "" #. Tag: entry -#: reference_output.xml:642 +#: reference_output.xml:646 #, no-c-format msgid "IndexedFaceSet (inner rings currently output as another faceset)" msgstr "" #. Tag: entry -#: reference_output.xml:645 +#: reference_output.xml:649 #, no-c-format msgid "TIN" msgstr "" #. Tag: entry -#: reference_output.xml:646 +#: reference_output.xml:650 #, no-c-format msgid "TriangleSet2D (Not Yet Implemented)" msgstr "" #. Tag: entry -#: reference_output.xml:647 +#: reference_output.xml:651 #, no-c-format msgid "IndexedTriangleSet" msgstr "" #. Tag: para -#: reference_output.xml:652 +#: reference_output.xml:656 #, no-c-format msgid "2D geometry support not yet complete. Inner rings currently just drawn as separate polygons. We are working on these." msgstr "" #. Tag: para -#: reference_output.xml:653 +#: reference_output.xml:657 #, no-c-format msgid "Lots of advancements happening in 3D space particularly with X3D Integration with HTML5" msgstr "" #. Tag: para -#: reference_output.xml:654 +#: reference_output.xml:658 #, 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." msgstr "" #. Tag: para -#: reference_output.xml:655 +#: 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." +msgstr "" + +#. Tag: para +#: reference_output.xml:660 #, no-c-format msgid "Availability: 2.0.0: ISO-IEC-19776-1.2-X3DEncodings-XML" msgstr "" #. Tag: title -#: reference_output.xml:667 +#: reference_output.xml:672 #, no-c-format msgid "Example: Create a fully functional X3D document - This will generate a cube that is viewable in FreeWrl and other X3D viewers." msgstr "" #. Tag: programlisting -#: reference_output.xml:668 +#: reference_output.xml:673 #, no-c-format msgid "" "\n" @@ -1118,13 +1124,13 @@ msgid "" msgstr "" #. Tag: title -#: reference_output.xml:671 +#: reference_output.xml:676 #, no-c-format msgid "Example: An Octagon elevated 3 Units and decimal precision of 6" msgstr "" #. Tag: programlisting -#: reference_output.xml:672 +#: reference_output.xml:677 #, no-c-format msgid "" "SELECT ST_AsX3D(\n" @@ -1142,13 +1148,13 @@ msgid "" msgstr "" #. Tag: title -#: reference_output.xml:675 +#: reference_output.xml:680 #, no-c-format msgid "Example: TIN" msgstr "" #. Tag: programlisting -#: reference_output.xml:676 +#: reference_output.xml:681 #, no-c-format msgid "" "text ST_GeoHash geometry geom integer maxchars=full_precision_of_point" msgstr "" #. Tag: para -#: reference_output.xml:704 +#: reference_output.xml:709 #, no-c-format -msgid "Return a GeoHash representation (geohash.org) 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." +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." msgstr "" #. Tag: para -#: reference_output.xml:706 +#: reference_output.xml:711 #, no-c-format 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 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." msgstr "" #. Tag: para -#: reference_output.xml:708 +#: reference_output.xml:713 #, no-c-format msgid "If maxchars is specified ST_GeoHash returns a GeoHash with at most that many characters so a possibly lower precision representation of the input geometry. For non-points, the starting point of the calculation is the center of the bounding box of the geometry." msgstr "" #. Tag: para -#: reference_output.xml:710 +#: reference_output.xml:715 #, no-c-format msgid "Availability: 1.4.0" msgstr "" #. Tag: para -#: reference_output.xml:713 +#: reference_output.xml:718 #, no-c-format msgid "ST_GeoHash will not work with geometries that are not in geographic (lon/lat) coordinates." msgstr "" #. Tag: programlisting -#: reference_output.xml:721 +#: reference_output.xml:726 #, no-c-format msgid "" " text ST_AsText geometry g1 text ST_AsText geography g1 " msgstr "" #. Tag: para -#: reference_output.xml:753 +#: reference_output.xml:757 #, no-c-format msgid "Returns the Well-Known Text representation of the geometry/geography." msgstr "" #. Tag: para -#: reference_output.xml:756 +#: 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 " msgstr "" #. Tag: para -#: reference_output.xml:763 +#: reference_output.xml:767 #, no-c-format msgid "ST_AsText is the reverse of . Use to convert to a postgis geometry from ST_AsText representation." msgstr "" #. Tag: para -#: reference_output.xml:766 +#: reference_output.xml:770 #, no-c-format msgid "Availability: 1.5 - support for geography was introduced." msgstr "" #. Tag: para -#: reference_output.xml:768 +#: reference_output.xml:772 #, no-c-format msgid "&sqlmm_compliant; SQL-MM 3: 5.1.25" msgstr "" #. Tag: programlisting -#: reference_output.xml:776 +#: reference_output.xml:780 #, no-c-format msgid "" "SELECT ST_AsText('01030000000100000005000000000000000000\n" @@ -1321,73 +1327,73 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:783 +#: reference_output.xml:787 #, no-c-format msgid ", , , " msgstr "" #. Tag: refname -#: reference_output.xml:790 +#: reference_output.xml:794 #, no-c-format msgid "ST_AsLatLonText" msgstr "" #. Tag: refpurpose -#: reference_output.xml:791 +#: reference_output.xml:795 #, no-c-format msgid "Return the Degrees, Minutes, Seconds representation of the given point." msgstr "" #. Tag: funcsynopsis -#: reference_output.xml:795 +#: reference_output.xml:799 #, no-c-format msgid " text ST_AsLatLonText geometry pt text ST_AsLatLonText geometry pt text format " msgstr "" #. Tag: para -#: reference_output.xml:811 +#: reference_output.xml:815 #, no-c-format msgid "Returns the Degrees, Minutes, Seconds representation of the point." msgstr "" #. Tag: para -#: reference_output.xml:814 +#: reference_output.xml:818 #, no-c-format msgid "It is assumed the point is in a lat/lon projection. The X (lon) and Y (lat) coordinates are normalized in the output to the \"normal\" range (-180 to +180 for lon, -90 to +90 for lat)." msgstr "" #. Tag: para -#: reference_output.xml:817 +#: reference_output.xml:821 #, no-c-format msgid "The text parameter is a format string containing the format for the resulting text, similar to a date format string. Valid tokens are \"D\" for degrees, \"M\" for minutes, \"S\" for seconds, and \"C\" for cardinal direction (NSEW). DMS tokens may be repeated to indicate desired width and precision (\"SSS.SSSS\" means \" 1.0023\")." msgstr "" #. Tag: para -#: reference_output.xml:822 +#: 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 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." msgstr "" #. Tag: para -#: reference_output.xml:827 +#: reference_output.xml:831 #, no-c-format msgid "If the format string is omitted (or zero-length) a default format will be used." msgstr "" #. Tag: para -#: reference_output.xml:833 +#: reference_output.xml:837 #, no-c-format msgid "Availability: 2.0" msgstr "" #. Tag: para -#: reference_output.xml:839 +#: reference_output.xml:843 #, no-c-format msgid "Default format." msgstr "" #. Tag: programlisting -#: reference_output.xml:840 +#: reference_output.xml:844 #, no-c-format msgid "" "SELECT (ST_AsLatLonText('POINT (-3.2342342 -2.32498)'));\n" @@ -1397,13 +1403,13 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:841 +#: reference_output.xml:845 #, no-c-format msgid "Providing a format (same as the default)." msgstr "" #. Tag: programlisting -#: reference_output.xml:842 +#: reference_output.xml:846 #, no-c-format msgid "" "SELECT (ST_AsLatLonText('POINT (-3.2342342 -2.32498)', 'D°M''S.SSS\"C'));\n" @@ -1413,13 +1419,13 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:843 +#: reference_output.xml:847 #, no-c-format msgid "Characters other than D, M, S, C and . are just passed through." msgstr "" #. Tag: programlisting -#: reference_output.xml:844 +#: 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" @@ -1429,13 +1435,13 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:845 +#: reference_output.xml:849 #, no-c-format msgid "Signed degrees instead of cardinal directions." msgstr "" #. Tag: programlisting -#: reference_output.xml:846 +#: reference_output.xml:850 #, no-c-format msgid "" "SELECT (ST_AsLatLonText('POINT (-3.2342342 -2.32498)', 'D°M''S.SSS\"'));\n" @@ -1445,13 +1451,13 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:847 +#: reference_output.xml:851 #, no-c-format msgid "Decimal degrees." msgstr "" #. Tag: programlisting -#: reference_output.xml:848 +#: reference_output.xml:852 #, no-c-format msgid "" "SELECT (ST_AsLatLonText('POINT (-3.2342342 -2.32498)', 'D.DDDD degrees C'));\n" @@ -1461,13 +1467,13 @@ msgid "" msgstr "" #. Tag: para -#: reference_output.xml:849 +#: reference_output.xml:853 #, no-c-format msgid "Excessively large values are normalized." msgstr "" #. Tag: programlisting -#: reference_output.xml:850 +#: reference_output.xml:854 #, no-c-format msgid "" "SELECT (ST_AsLatLonText('POINT (-302.2342342 -792.32498)'));\n" @@ -1476,3 +1482,155 @@ msgid "" " 72°19'29.928\"S 57°45'56.757\"E" msgstr "" +#. Tag: refname +#: reference_output.xml:862 +#, no-c-format +msgid "ST_AsTWKB" +msgstr "" + +#. Tag: refpurpose +#: reference_output.xml:863 +#, no-c-format +msgid "Returns the geometry as TWKB, Tiny WKB" +msgstr "" + +#. Tag: funcprototype +#: reference_output.xml:868 +#, no-c-format +msgid "bytea ST_AsTWKB geometry g1 integer decimaldigits int8 geometryID=null boolean include sizes=false boolean include bounding boxes=false" +msgstr "" + +#. Tag: para +#: reference_output.xml:880 reference_output.xml:946 +#, no-c-format +msgid "Returns the geometry in TWKB format. TWKB is a new compressed binary format." +msgstr "" + +#. Tag: para +#: reference_output.xml:881 reference_output.xml:948 +#, no-c-format +msgid "The second parameter is an integer used to define the number of coordinate decimals in the output." +msgstr "" + +#. Tag: para +#: reference_output.xml:882 reference_output.xml:949 +#, no-c-format +msgid "The third parameter is optional. It is used to give each TWKB-geometry an unique ID" +msgstr "" + +#. Tag: para +#: reference_output.xml:883 reference_output.xml:950 +#, no-c-format +msgid "The fourth parameter is optional. If it is set to true, the size of the geometry is included" +msgstr "" + +#. Tag: para +#: 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" +msgstr "" + +#. Tag: para +#: reference_output.xml:888 +#, no-c-format +msgid "TWKB doesn't make any difference of Z and M. So PointM and PointZ will give the same twkb representation." +msgstr "" + +#. Tag: para +#: reference_output.xml:891 reference_output.xml:956 reference_output.xml:993 +#, no-c-format +msgid "Availability: 2.2.0" +msgstr "" + +#. Tag: programlisting +#: reference_output.xml:897 +#, no-c-format +msgid "" + "SELECT ST_AsTWKB('LINESTRING(1 1,5 5)'::geometry,0,1);\n" + " st_astwkb \n" + "--------------------------------------------\n" + "\\x0142020202020808" +msgstr "" + +#. Tag: para +#: reference_output.xml:902 reference_output.xml:967 +#, no-c-format +msgid ", , , , " +msgstr "" + +#. Tag: refname +#: reference_output.xml:908 +#, no-c-format +msgid "ST_AsTWKBAgg" +msgstr "" + +#. Tag: refpurpose +#: reference_output.xml:909 +#, no-c-format +msgid "Aggregates the geometries and returns as TWKB" +msgstr "" + +#. Tag: funcsynopsis +#: reference_output.xml:913 +#, no-c-format +msgid " bytea ST_AsTWKBAgg geometry set g1 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 " +msgstr "" + +#. Tag: para +#: reference_output.xml:947 +#, no-c-format +msgid "This is the aggregate version of ST_AsTWKB. It aggregates and returns the geometry in TWKB-format. In the resulting TWKB-geometry each individual ID of the input geometries is stored." +msgstr "" + +#. Tag: para +#: 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" +msgstr "" + +#. Tag: programlisting +#: reference_output.xml:962 +#, no-c-format +msgid "" + "SELECT ST_AsTWKBAgg(geom,0,id) FROM\n" + "(SELECT 'LINESTRING(1 1,5 5)'::geometry geom, 1 AS id\n" + "UNION ALL\n" + "SELECT 'LINESTRING(6 5, 1 7)'::geometry AS geom, 2 AS id) foo;\n" + " st_astwkbagg \n" + "----------------------------------------------------------------------------\n" + "\\x015602020202020808040202000904" +msgstr "" + +#. Tag: refname +#: reference_output.xml:973 +#, no-c-format +msgid "ST_AsEncodedPolyline" +msgstr "" + +#. Tag: refpurpose +#: reference_output.xml:974 +#, no-c-format +msgid "Returns an Encoded Polyline from a LineString geometry." +msgstr "" + +#. Tag: funcprototype +#: reference_output.xml:979 +#, no-c-format +msgid "text ST_AsEncodedPolyline geometry geom integer precision=5" +msgstr "" + +#. Tag: para +#: reference_output.xml:990 +#, no-c-format +msgid "Returns the geometry as an Encoded Polyline." +msgstr "" + +#. Tag: programlisting +#: 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" + "--result--\n" + "|_p~iF~ps|U_ulLnnqC_mqNvxq`@" +msgstr "" +