How to convert MGRS to decimal degrees

谁都会走 提交于 2019-12-09 07:43:32

I searched and founded : Determine the grid coordinates of a point on a military map . Here, they have given the manual process of how to determine the six-digit grid coordinates for the point on the map with a 100meter tolerance. You can go through that process and can create your Objective-C code for that.

Take a look at this C++ Class : GeoCoords.cpp .

Another thing I founded is : GDGeoCocoa . It is the Collection of Classes to convert co-ordinates. You can check it if you can found something useful for you.

Using the above links and Apple Documentation for Converting Between Coordinate Systems , I think you can achieve what you want.

GoodLuck !!!

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!