<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Lelo,<br>
<br>
yes, normally it's very simple. If you know the SRID of the
projection you want to transform your geometry to, you only have to
use<br>
<br>
ST_Transform(your_geometry_column, new_srid_number) <br>
<br>
(see:
<a class="moz-txt-link-freetext" href="http://postgis.refractions.net/documentation/manual-1.5/ST_Transform.html">http://postgis.refractions.net/documentation/manual-1.5/ST_Transform.html</a>)<br>
<br>
If you don't know the new SRID, I suggest a search at
<a class="moz-txt-link-freetext" href="http://spatialreference.org/">http://spatialreference.org/</a><br>
<br>
Regards,<br>
<br>
Birgit.<br>
<br>
On 11.01.2011 20:01, Lelo wrote:
<blockquote
cite="mid:AANLkTimzpTJsfmTEkX5NoHs3phy+baEsq0tkCAUaOgyH@mail.gmail.com"
type="cite">Hi All,<br>
<br>
I'm starting to work with postgis and I have to transform
geometries from WGS84 to UTM. Are there a simple way to do that
using just the postgis?<br>
<br>
Thanks for all<br clear="all">
<br>
-- <br>
Rogério De Pieri (Lelo)<br>
Buscando melhorar a cada dia<br>
Áudio, Hardware & Software<br>
<pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
postgis-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a>
<a class="moz-txt-link-freetext" href="http://postgis.refractions.net/mailman/listinfo/postgis-users">http://postgis.refractions.net/mailman/listinfo/postgis-users</a>
</pre>
</blockquote>
</body>
</html>