OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
Go to the source code of this file.
Macros | |
#define | ECK6_NO_ERROR 0x0000 |
#define | ECK6_LAT_ERROR 0x0001 |
#define | ECK6_LON_ERROR 0x0002 |
#define | ECK6_EASTING_ERROR 0x0004 |
#define | ECK6_NORTHING_ERROR 0x0008 |
#define | ECK6_CENT_MER_ERROR 0x0020 |
#define | ECK6_A_ERROR 0x0040 |
#define | ECK6_B_ERROR 0x0080 |
#define | ECK6_A_LESS_B_ERROR 0x0100 |
#define | PI_OVER_2 ( M_PI / 2.0) |
#define | TWO_PI (2.0 * M_PI) |
#define | MAX_LAT ( (M_PI * 90.0) / 180.0 ) /* 90 degrees in radians */ |
Variables | |
const double | one_PLUS_PI_OVER_2 = (1.0 + M_PI / 2.0) |
#define ECK6_A_ERROR 0x0040 |
Definition at line 30 of file ossimEckert6Projection.cpp.
#define ECK6_A_LESS_B_ERROR 0x0100 |
Definition at line 32 of file ossimEckert6Projection.cpp.
#define ECK6_B_ERROR 0x0080 |
Definition at line 31 of file ossimEckert6Projection.cpp.
#define ECK6_CENT_MER_ERROR 0x0020 |
Definition at line 29 of file ossimEckert6Projection.cpp.
#define ECK6_EASTING_ERROR 0x0004 |
Definition at line 27 of file ossimEckert6Projection.cpp.
#define ECK6_LAT_ERROR 0x0001 |
Definition at line 25 of file ossimEckert6Projection.cpp.
#define ECK6_LON_ERROR 0x0002 |
Definition at line 26 of file ossimEckert6Projection.cpp.
#define ECK6_NO_ERROR 0x0000 |
Definition at line 24 of file ossimEckert6Projection.cpp.
Referenced by ossimEckert6Projection::Convert_Eckert6_To_Geodetic(), ossimEckert6Projection::Convert_Geodetic_To_Eckert6(), and ossimEckert6Projection::Set_Eckert6_Parameters().
#define ECK6_NORTHING_ERROR 0x0008 |
Definition at line 28 of file ossimEckert6Projection.cpp.
#define MAX_LAT ( (M_PI * 90.0) / 180.0 ) /* 90 degrees in radians */ |
Definition at line 41 of file ossimEckert6Projection.cpp.
Referenced by ossimEckert6Projection::Convert_Eckert6_To_Geodetic().
#define PI_OVER_2 ( M_PI / 2.0) |
Definition at line 35 of file ossimEckert6Projection.cpp.
#define TWO_PI (2.0 * M_PI) |
Definition at line 38 of file ossimEckert6Projection.cpp.
const double one_PLUS_PI_OVER_2 = (1.0 + M_PI / 2.0) |
Definition at line 48 of file ossimEckert6Projection.cpp.
Referenced by ossimEckert6Projection::Convert_Eckert6_To_Geodetic(), and ossimEckert6Projection::Convert_Geodetic_To_Eckert6().