MI-L convert lat/long to UTM

2001-03-20 Thread Peter Taylor


I extracted the centroids from some polygons in a table.

1) added two fields (float) to a table.
2) update columns using centroidx(object)  centroidx(object)
3) the result is in Lat/Long   -122.513, 49.0157


My problem is I use UTM zone 10 (NAD 83) projection.   535,581,28,
5,429,316.75

Is there a way to convert lat/long to UTM?

Thanks,

Peter



___
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, send e-mail to [EMAIL PROTECTED] and
put "unsubscribe MapInfo-L" in the message body.



SV: MI-L convert lat/long to UTM

2001-03-20 Thread Gustaf Svedjemo

yOU HAVE TO SET THE COORDINAT SYSTEM WITH A MAPbasic command so MapInfo will 
update you columns using UTM instead of Lat/Long.

In the MapBasic window, type: (where MyTableName is an open table with UTM 
coordsys.)

Set CoordSys Table MyTableName

//Hlsningar / Regards
Gustaf Svedjemo
~
Hgskolan p Gotland / Gotland University College
Cramrgatan 3
S-621 57 Visby
Sweden
E-post / Email: [EMAIL PROTECTED]
Tel / Phone: +46 (0)498 29 98 86
Fax: +46 (0)498 29 98 32
WWW: http://www.hgo.se


-Ursprungligt meddelande-
Frn:   Peter Taylor [SMTP:[EMAIL PROTECTED]]
Skickat:Wednesday, March 21, 2001 12:07 AM
Till:   [EMAIL PROTECTED]
mne:   MI-L convert lat/long to UTM


I extracted the centroids from some polygons in a table.

1) added two fields (float) to a table.
2) update columns using centroidx(object)  centroidx(object)
3) the result is in Lat/Long   -122.513, 49.0157


My problem is I use UTM zone 10 (NAD 83) projection.   535,581,28,
5,429,316.75

Is there a way to convert lat/long to UTM?

Thanks,

Peter



___
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, send e-mail to [EMAIL PROTECTED] and
put "unsubscribe MapInfo-L" in the message body.



___
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, send e-mail to [EMAIL PROTECTED] and
put "unsubscribe MapInfo-L" in the message body.