Kevin:<br> You can treat "geographic" with two aprouches:<br>    Geographic is all coordinates projected over the earth (in any units)<br>    Geographic is a alias to latlon "projection" (in fact Plate Careé projection when displayed). It is more used in some countries.
<br> Both treat projections, not Data (plural of Datum).You told about two different Datum (origin+ellipsoid) in the same projection and that was the conversion made. <br><br>If  you want your map in different Datum (4326 represents WGS84 datum in latlong projection, then I supose you are talking about WGS-84) in a metric projection you must:
<br>  (A) Make a datum  (ellipsoid + origin) conversion<br>  (B) Project your map in a cartesian projection using a metric system.<br><br>This can be done in one step but in fact it is two.<br>Step B depends of many factors (shape of your map,  type of distortion desired,  position on the globe, etc). 
<br>If you want to display this points you must considere this things to choose a projection but if you want to compare this data with another map (like calculate distances from one point table to another) you must convert to the same projection that another table was. To calculate distance from two tables in latlon you can use distance_sphere function to take answer in meters.
<br>Maybe the best way to choose the right way is to give more information about your objective to the list.<br>Regards.<br><br><div><span class="gmail_quote">2006/6/14, Kevin martins <<a href="mailto:martins506@hotmail.com">
martins506@hotmail.com</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br><br>Yes it's just like you said, but how can I get a data in longlat in a  Geographic Coords  to a data in meters in another  Geographic Coords ?
<br><br><br>_________________________________________________________________<br>Esteja entre os primeiros a experimentar o futuro das mensagens instantâneas: avalie a versão beta do Windows Live Messenger<br> <a href="http://ideas.live.com/programpage.aspx?versionId=0eccd94b-eb48-497c-8e60-c6313f7ebb73_______________________________________________">
http://ideas.live.com/programpage.aspx?versionId=0eccd94b-eb48-497c-8e60-c6313f7ebb73_______________________________________________</a><br>postgis-users mailing list<br><a href="mailto:postgis-users@postgis.refractions.net">
postgis-users@postgis.refractions.net</a><br><a href="http://postgis.refractions.net/mailman/listinfo/postgis-users">http://postgis.refractions.net/mailman/listinfo/postgis-users</a><br></blockquote></div><br><br clear="all">
<br>-- <br>Marco Vieira<br>+55 21 9499-6800<br>e-mail: <a href="mailto:maovieira@gmail.com">maovieira@gmail.com</a>