Hello, If my understanding is right, you have an attribute column with data populated for X and Y i.e lat/long in DMS or DD (Decimal Degrees).
You can use the DecimalDegreesCalculator to get the DMS converted to DD and use a expression evaluator to multiply by appropriate factor. The general thumb rule is: 1 degree = 70 miles 1' = 1.2 miles 1" = .02 miles On the other hand if you are looking at reprojecting the MapInfo data from LL WGS84 to UTM then you will have to choose the appropriate zone and projection system for the destination MapInfo. Here again if you are looking at an attribute reprojection, then you can use the AttributeReprojector transformer Hope that helps Happy FME-ing :-) SRG --- In [email protected], ming li <[EMAIL PROTECTED]> wrote: > > Hello, > I have a data in Mapinfo TAB format. The data has a coordinate System of LL_WGS84, coordinate unit is latitude and longitude. How can I transform it into X and Y in meteric? Thanks for help!! > > > --------------------------------- > ÇÀ×¢ÑÅ»¢Ãâ·ÑÓÊÏä-3.5GÈÝÁ¿£¬20M¸½¼þ£¡ > Join us at the FME Worldwide User Conference Sept. 21-22, 2006 Vancouver BC Canada. For more information, visit www.safe.com/2006uc. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/fme/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
