<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><P>Hi everyone,</P><P></P><P>I intend transforming coordinates in wgs 84 to utm (epsg 26331).</P><P></P><P>Using geotools (a java gis library) and postgis I tested the following sample coordinates <BR><BR>(3.3315343, 6.5593127) - lon/lat (epsg 4326)<BR><BR>The results are as follows:<BR><BR>536652.452363815 724978.600712583 - postgis<BR><BR>536734.381740803, 724933.4461779824 - geotools</P><P></P><P>536652.5, 724978.9 - landserf java api</P><P></P><P>I was told that the postgis conversion did not use towgs84 parameters in the coordinate transformation thats why its values are different from the geotools version. Another 3rd part java gis library gave me similar results to the postgis version.</P><P></P><P>My question is this, is the transformation result in postgis correct ?</P><P></P><P>My application will require making server side coordinate
 transformations as well as on the client. I would like to get consistent results from the two.</P><P></P><P>Thanks,</P><P></P><P>Roman<BR><BR></P></td></tr></table><br>