<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Hello,<br><br>I'm developed a routine for transforming coordinates of points which are in PSAD56 Zone 18S (srid = 24878) to Wgs84 Zone 18s (srid = 32718)<br><br>The items are stored in the fields "geom" the table "MyTable" (srid = 24878).<br><br>To perform the operation using the following syntax:<br><br><br>       select Transform (geom, 32718) from MyTable<br><br><br>Reviewing the results found that there is an error:<br><br><br>Example:<br><br>Point in Psad56 Zn 18s<br><br>        X = 264365.2955 Y = 8665287.3660 Z = 0.0000<br><br>The result of the transformation is:<br><br>        X = 264366.1196 Y = 8665292.17 Z = 0.0000<br><br>However, the same point in cartografia WGS84 Zone 18S has the following coordinates:<br><br>        X = 264143.0640 Y = 8664919.0231 Z = 0.0000<br><br>Apparently the SRID of the parameters are not properly used or applied incorrectly the function Transform ()<br><br>While waiting for your help<br><br><br>Fernando Luyo<br>pd: Sorry for my bad English<br><br>**************************************************<br><br>Hola<br><br>Estoy elaborando una rutina para transformar coordenadas de puntos que estan en PSAD56 Zona 18S (srid=24878) a Wgs84 Zona 18s (srid=32718)<br><br>Los puntos estan almacenados en el campo "geom" de la tabla "MyTable" (srid=24878).<br><br><br>Para realizar la operacion estoy usando la siguiente sintaxis:<br><br><br>select Transform(geom,32718) from MyTable<br><br>Al revisar los resultados encontre que hay un error :<br><br>Ejemplo : <br><br>Punto en Psad56 Zn 18s<br><br>X = 264365.2955     Y = 8665287.3660     Z = 0.0000<br><br>El resultado de la transformacion es: <br><br>X = 264366.1196     Y = 8665292.17       Z = 0.0000<br><br>Sin embargo, el mismo punto en cartografia en WGS84 Zona 18S tiene las siguientes coordenadas:<br><br>X = 264143.0640     Y = 8664919.0231     Z = 0.0000<br><br>Al parecer los parametros de los SRID usado no estan correctos o estoy aplicando mal la funcion Transform()<br><br>A la espera de su ayuda<br><br>saludos<br><br>Fernando Luyo<br><br>**************************************************<br><br /><hr />Explore the seven wonders of the world <a href='http://search.msn.com/results.aspx?q=7+wonders+world&mkt=en-US&form=QBRE' target='_new'>Learn more!</a></body>
</html>