Header for GeographicLib::TransverseMercator class. More...
#include "GeographicLib/Constants.hpp"
Go to the source code of this file.
Classes | |
class | GeographicLib::TransverseMercator |
Transverse Mercator Projection. More... | |
Namespaces | |
namespace | GeographicLib |
Namespace for GeographicLib. | |
Defines | |
#define | GEOGRAPHICLIB_TRANSVERSEMERCATOR_HPP "$Id: TransverseMercator.hpp 6950 2011-02-11 04:09:24Z karney $" |
#define | TM_TX_MAXPOW (GEOGRAPHICLIB_PREC == 1 ? 6 : GEOGRAPHICLIB_PREC == 0 ? 4 : 8) |
Header for GeographicLib::TransverseMercator class.
Copyright (c) Charles Karney (2008, 2009, 2010, 2011) <charles@karney.com> and licensed under the LGPL. For more information, see http://geographiclib.sourceforge.net/
Definition in file TransverseMercator.hpp.
#define GEOGRAPHICLIB_TRANSVERSEMERCATOR_HPP "$Id: TransverseMercator.hpp 6950 2011-02-11 04:09:24Z karney $" |
Definition at line 11 of file TransverseMercator.hpp.
#define TM_TX_MAXPOW (GEOGRAPHICLIB_PREC == 1 ? 6 : GEOGRAPHICLIB_PREC == 0 ? 4 : 8) |
The order of the series approximation used in TransverseMercator. TM_TX_MAXPOW can be set to any integer in [4, 8].
Definition at line 20 of file TransverseMercator.hpp.