Jpp  15.0.1-rc.1-highQE
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
JCompassSupportkit.hh
Go to the documentation of this file.
1 #ifndef __JCOMPASS__JCOMPASS_SUPPORTKIT__
2 #define __JCOMPASS__JCOMPASS_SUPPORTKIT__
3 
4 #include "JMath/JConstants.hh"
5 
6 /**
7  * \file
8  *
9  * Meridian convergence angles for different sites.
10  * \author mdejong
11  */
12 
13 namespace JCOMPASS {}
14 namespace JPP { using namespace JCOMPASS; }
15 
16 namespace JCOMPASS {
17 
18  /**
19  * Meridian convergence angle - angle between Geodesic North and UTM "northing".
20  */
21 
22  static const double ORCA_MERIDIAN_CONVERGENCE_ANGLE_DEG = -2.022225934803321; //!< ORCA meridian convergence angle [deg]
23  static const double ARCA_MERIDIAN_CONVERGENCE_ANGLE_DEG = 0.5773961143251137; //!< ARCA meridian convergence angle [deg]
24 
25  static const double ORCA_MERIDIAN_CONVERGENCE_ANGLE_RAD = ORCA_MERIDIAN_CONVERGENCE_ANGLE_DEG * JMATH::PI / 180.0; //!< ORCA meridian convergence angle [rad]
26  static const double ARCA_MERIDIAN_CONVERGENCE_ANGLE_RAD = ARCA_MERIDIAN_CONVERGENCE_ANGLE_DEG * JMATH::PI / 180.0; //!< ARCA meridian convergence angle [rad]
27 }
28 
29 #endif
static const double ARCA_MERIDIAN_CONVERGENCE_ANGLE_RAD
ARCA meridian convergence angle [rad].
static const double ARCA_MERIDIAN_CONVERGENCE_ANGLE_DEG
ARCA meridian convergence angle [deg].
Mathematical constants.
static const double ORCA_MERIDIAN_CONVERGENCE_ANGLE_DEG
Meridian convergence angle - angle between Geodesic North and UTM &quot;northing&quot;.
static const double PI
Mathematical constants.
static const double ORCA_MERIDIAN_CONVERGENCE_ANGLE_RAD
ORCA meridian convergence angle [rad].