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   1
#define GEOGRAPHICLIB_TRANSVERSEMERCATOR_ORDER

Detailed Description

Header for GeographicLib::TransverseMercator class.

Copyright (c) Charles Karney (2008-2014) <charles@karney.com> and licensed under the MIT/X11 License. For more information, see http://geographiclib.sourceforge.net/

Definition in file TransverseMercator.hpp.


Define Documentation

#define GEOGRAPHICLIB_TRANSVERSEMERCATOR_HPP   1

Definition at line 11 of file TransverseMercator.hpp.

#define GEOGRAPHICLIB_TRANSVERSEMERCATOR_ORDER
Value:
(GEOGRAPHICLIB_PRECISION == 2 ? 6 : \
   (GEOGRAPHICLIB_PRECISION == 1 ? 4 : 8))

The order of the series approximation used in TransverseMercator. GEOGRAPHICLIB_TRANSVERSEMERCATOR_ORDER can be set to any integer in [4, 8].

Definition at line 20 of file TransverseMercator.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 6 Oct 2014 for GeographicLib by  doxygen 1.6.1