Java library for converting latitude / longitude to MGRS coordinates and vice versa?
I want to know what kind of libraries exist (licensed or unlicensed) and I can find a way to convert between latitude / longitude coordinates and military grid reference system (MGRS) coordinates I didn't explicitly look for lat / long to UTM converter, it must be MGRS I have done some searches and Google searches. From what I found, lat / long to UTM appear frequently, but no one seems to have a library for converting lat / long to MGRS, and vice versa@ H_ 502_ 2 @ who knows which libraries or places I can find to do such things?
Solution
I know this is an old post, but I will add more content for future generations Jcoords has MGRS point conversion, but requires a small license fee Another source is NASA's WorldWind project (similar to Google Earth), which transforms the old geotrans API created by Nga This is the implementation of MGRS conversion: mgrscoordconverter java