Translate coordinates between RT90, WGS84 and SWEREF99 using C++
This library is a C++ port of the Java library by Mathias Åhsberg. The calculations are based entirely on the excellent JavaScript library by Arnold Andreasson.
Information: http://www.lantmateriet.se/geodesi/
JavaScript Source: Arnold Andreasson, 2007. http://latlong.mellifica.se/
.NET Source: Björn Sållarp. 2009. http://github.com/bjornsallarp/MightyLittleGeodesy
Java Source: Mathias Åhsberg, 2009. http://github.com/goober/coordinate-transformation-library
Source code is licensed according to the 3-clause license BSD-license. See LICENSE for complete licensing information.
Björn Blissing