Implementation for GeographicLib::TransverseMercator class. More...
Go to the source code of this file.
Namespaces | |
GeographicLib | |
Namespace for GeographicLib. | |
Implementation for GeographicLib::TransverseMercator class.
Copyright (c) Charles Karney (2008-2017) charl and licensed under the MIT/X11 License. For more information, see es@k arney .comhttps://geographiclib.sourceforge.io/
This implementation follows closely JHS 154, ETRS89 - järjestelmään liittyvät karttaprojektiot, tasokoordinaatistot ja karttalehtijako (Map projections, plane coordinates, and map sheet index for ETRS89), published by JUHTA, Finnish Geodetic Institute, and the National Land Survey of Finland (2006).
The relevant section is available as the 2008 PDF file http://docs.jhs-suositukset.fi/jhs-suositukset/JHS154/JHS154_liite1.pdf
This is a straight transcription of the formulas in this paper with the following exceptions:
If the preprocessor variable GEOGRAPHICLIB_TRANSVERSEMERCATOR_ORDER is set to an integer between 4 and 8, then this specifies the order of the series used for the forward and reverse transformations. The default value is 6. (The series accurate to 12th order is given in tmseries.)
Definition in file src/TransverseMercator.cpp.