Search code examples
c#bing-mapslatitude-longitudeutm

Converting UTM (wsg84) coordinates to Latitude and Longitude


I've been searching for a while now (here and on google obviously) for a neat way to convert a set of UTM coordinates to Latitude and Longitude. I've got the coordinates and I know in what zone they are, but how do I convert this to Latitude and Longitude? I Was hoping there would be some kind of class that could do at least some of the magic for me, but it doesn't seem so :(

Any suggestions on this?

I know it can be done, as this converter seems to work just fine Geographic/UTM Coordinate Converter.

Any input is greatly appreciated! :)

Thanks!


Solution

  • Take a look at this .NET library http://projnet.codeplex.com/ . This should help in your case