OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
Go to the source code of this file.
Macros | |
#define | PI_OVER_2 ( M_PI / 2.0) |
#define | TWO_PI (2.0 * M_PI) |
#define | NUM(Theta, SinTheta, CosTheta) (Theta + SinTheta * CosTheta + 2.0 * SinTheta) |
#define | ECK4_NO_ERROR 0x0000 |
#define | ECK4_LAT_ERROR 0x0001 |
#define | ECK4_LON_ERROR 0x0002 |
#define | ECK4_EASTING_ERROR 0x0004 |
#define | ECK4_NORTHING_ERROR 0x0008 |
#define | ECK4_CENT_MER_ERROR 0x0020 |
#define | ECK4_A_ERROR 0x0040 |
#define | ECK4_B_ERROR 0x0080 |
#define | ECK4_A_LESS_B_ERROR 0x0100 |
Variables | |
const double | two_PLUS_PI_OVER_2 = (2.0 + M_PI / 2.0) |
#define ECK4_A_ERROR 0x0040 |
Definition at line 40 of file ossimEckert4Projection.cpp.
#define ECK4_A_LESS_B_ERROR 0x0100 |
Definition at line 42 of file ossimEckert4Projection.cpp.
#define ECK4_B_ERROR 0x0080 |
Definition at line 41 of file ossimEckert4Projection.cpp.
#define ECK4_CENT_MER_ERROR 0x0020 |
Definition at line 39 of file ossimEckert4Projection.cpp.
#define ECK4_EASTING_ERROR 0x0004 |
Definition at line 37 of file ossimEckert4Projection.cpp.
#define ECK4_LAT_ERROR 0x0001 |
Definition at line 35 of file ossimEckert4Projection.cpp.
#define ECK4_LON_ERROR 0x0002 |
Definition at line 36 of file ossimEckert4Projection.cpp.
#define ECK4_NO_ERROR 0x0000 |
Definition at line 34 of file ossimEckert4Projection.cpp.
Referenced by ossimEckert4Projection::Convert_Eckert4_To_Geodetic(), ossimEckert4Projection::Convert_Geodetic_To_Eckert4(), and ossimEckert4Projection::Set_Eckert4_Parameters().
#define ECK4_NORTHING_ERROR 0x0008 |
Definition at line 38 of file ossimEckert4Projection.cpp.
#define NUM | ( | Theta, | |
SinTheta, | |||
CosTheta | |||
) | (Theta + SinTheta * CosTheta + 2.0 * SinTheta) |
Definition at line 31 of file ossimEckert4Projection.cpp.
Referenced by ossimEckert4Projection::Convert_Eckert4_To_Geodetic(), and ossimEckert4Projection::Convert_Geodetic_To_Eckert4().
#define PI_OVER_2 ( M_PI / 2.0) |
Definition at line 26 of file ossimEckert4Projection.cpp.
#define TWO_PI (2.0 * M_PI) |
Definition at line 29 of file ossimEckert4Projection.cpp.
const double two_PLUS_PI_OVER_2 = (2.0 + M_PI / 2.0) |
Definition at line 49 of file ossimEckert4Projection.cpp.
Referenced by ossimEckert4Projection::Convert_Eckert4_To_Geodetic(), and ossimEckert4Projection::Convert_Geodetic_To_Eckert4().