简体   繁体   中英

How to convert TM-2 degree coordinate to lat lon on Android?

I am writing a program that convert TM-2 degree to lat/lon on Android, but I can't find formula for that. I do find some example on internet, but most of them are convert with open source library, that I can't use on Android platform. I also find a java class that do convert from UTM to lat lon, but it seems no suitable for TM 2 degreen coordinate system. So my question is: how do I convert TM 2 degree coordinate to lat/lon? Where can I find formula?

If you have access to the open source libraries, and they are open source, then you can easily download the source code and take a look at the algorithm necessary for the conversion. This is really a platform independent question, it doesn't matter much that you're on Android, once you know the algorithm you could implement it with any language you like.

Also, I don't think the official name is TM-2, I can't find references to it as a Geodetic System or as a Geographic Coordinate System.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM