<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.19190">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2 face=Arial>Hi marble team,</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>for my GIS app i have to display the</FONT></DIV>
<DIV><FONT size=2 face=Arial>longitude/latitude coordinates in UTM 
format.</FONT></DIV>
<DIV><FONT size=2 face=Arial>Because of this i created a class to do the 
conversion.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>If you find this usefull for marbe feel free to 
integrate,</FONT></DIV>
<DIV><FONT size=2 face=Arial>find the code attached.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>For conversion simply call:</FONT></DIV>
<DIV><FONT size=2>
<P>UTMCoordTrans utm;<BR>utm.LL2UTM(m_dCurrentLat,m_dCurrentLon,m_position);</P>
<P><FONT face=Arial>br, konrad</FONT></P></FONT></DIV></BODY></HTML>