Hi Eric, Yes - with a MapBasic program. If that's not an option, you'll need to (at least temporarily) make it mappable and do the "Save Copy/reproject" thing.
In MB you loop thru all records and do this: -- get x,y from table Set Coordsys //NAD 83 Double stereographic// myObj = CreatePoint(x,y) Set Coordsys //WGS84// x = CentroidX(myObj) y = CentroidY(myObj) -- save x,y in table Best regards / Med venlig hilsen Lars V. Nielsen -------------------------------------------------------- Hvenegaard & Meklenborg Rugaardsvej 55, DK-5000 Odense C Denmark http://www.hvm.dk ----- Original Message ----- From: "Eric Gagnon" <[EMAIL PROTECTED]> To: "MapInfo-L" <[EMAIL PROTECTED]> Sent: Monday, June 16, 2003 9:12 PM Subject: MI-L projection > Hi all, > > I have this point table(3 columns X,Y,Z) in a specified projection (NAD > 83 Double stereographic) is in a browser.. not mapped yet. > > Is there a way I could change the coordinate to WGS84 without making the > table mapple first. > > TIA > > Eric > > -- > Eric Gagnon > [EMAIL PROTECTED] > 47�02'57"N > 67�44'11"W > > > > --------------------------------------------------------------------- > List hosting provided by Directions Magazine | www.directionsmag.com | > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > Message number: 7311 > > --------------------------------------------------------------------- List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Message number: 7325
