Click here to Skip to main content
15,900,598 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi Friends,

I have created a project in Windows Application using C sharp codings , in that i have to get the Latitude and Longitude coordinates from the given UTM(Universal Transverse Mercator) Values, so can any one suggest me to get the Latitude and Longitude from the given UTM(Universal Transverse Mercator) values using C sharp codings in Windows application.


Thanks in Advance . :)
Posted
Updated 29-Apr-13 21:25pm
v2

1 solution

Use Redfearn's formulae. If you google, the first or second result points you to GDATM, which includes the formulae (and heaps of others). You will have to write C# code yourself, but they also include Excel spreadsheets you can use to verify your results.

Peter
 
Share this answer
 
Comments
Mohan Gopi 30-Apr-13 4:39am    
Thanks for your replay, Peter_in

i saw this links already but i didn't get brief information. Is there any brief description(coding format) for calculating lat & long values using UTM(Universal Transverse Mercator).
Peter_in_2780 30-Apr-13 21:24pm    
It is simply a matter of taking the formulae from chapter 5 and writeing them into the language and environment of your choice.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900