TransverseMercator.hpp File Reference

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 6824 2010-04-19 14:25:10Z karney $"
#define TM_TX_MAXPOW   (GEOGRAPHICLIB_PREC == 1 ? 6 : GEOGRAPHICLIB_PREC == 0 ? 4 : 8)

Detailed Description

Header for GeographicLib::TransverseMercator class.

Copyright (c) Charles Karney (2008, 2009, 2010) <charles@karney.com> and licensed under the LGPL. For more information, see http://geographiclib.sourceforge.net/

Definition in file TransverseMercator.hpp.


Define Documentation

#define GEOGRAPHICLIB_TRANSVERSEMERCATOR_HPP   "$Id: TransverseMercator.hpp 6824 2010-04-19 14:25:10Z 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 GeographicLib::TransverseMercator. TM_TX_MAXPOW can be set to any integer in [4, 8].

Definition at line 21 of file TransverseMercator.hpp.


Generated on 21 May 2010 for GeographicLib by  doxygen 1.6.1