|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
Go to the source code of this file.
Macros | |
| #define | CYEQ_NO_ERROR 0x0000 |
| #define | CYEQ_LAT_ERROR 0x0001 |
| #define | CYEQ_LON_ERROR 0x0002 |
| #define | CYEQ_EASTING_ERROR 0x0004 |
| #define | CYEQ_NORTHING_ERROR 0x0008 |
| #define | CYEQ_ORIGIN_LAT_ERROR 0x0010 |
| #define | CYEQ_CENT_MER_ERROR 0x0020 |
| #define | CYEQ_A_ERROR 0x0040 |
| #define | CYEQ_B_ERROR 0x0080 |
| #define | CYEQ_A_LESS_B_ERROR 0x0100 |
| #define | PI_OVER_2 ( M_PI / 2.0) |
| #define | TWO_PI (2.0 * M_PI) |
| #define | CYLEQAR_Q(slat, x) |
| #define | CYEQ_COEFF_TIMES_SIN(coeff, c, Beta) (coeff * sin(c * Beta)) |
| #define | ONE (1.0 * M_PI / 180.0) /* 1 degree in radians */ |
| #define CYEQ_A_ERROR 0x0040 |
Definition at line 30 of file ossimCylEquAreaProjection.cpp.
| #define CYEQ_A_LESS_B_ERROR 0x0100 |
Definition at line 32 of file ossimCylEquAreaProjection.cpp.
| #define CYEQ_B_ERROR 0x0080 |
Definition at line 31 of file ossimCylEquAreaProjection.cpp.
| #define CYEQ_CENT_MER_ERROR 0x0020 |
Definition at line 29 of file ossimCylEquAreaProjection.cpp.
| #define CYEQ_COEFF_TIMES_SIN | ( | coeff, | |
| c, | |||
| Beta | |||
| ) | (coeff * sin(c * Beta)) |
Definition at line 47 of file ossimCylEquAreaProjection.cpp.
Referenced by ossimCylEquAreaProjection::Convert_Cyl_Eq_Area_To_Geodetic().
| #define CYEQ_EASTING_ERROR 0x0004 |
Definition at line 26 of file ossimCylEquAreaProjection.cpp.
| #define CYEQ_LAT_ERROR 0x0001 |
Definition at line 24 of file ossimCylEquAreaProjection.cpp.
| #define CYEQ_LON_ERROR 0x0002 |
Definition at line 25 of file ossimCylEquAreaProjection.cpp.
| #define CYEQ_NO_ERROR 0x0000 |
Definition at line 23 of file ossimCylEquAreaProjection.cpp.
Referenced by ossimCylEquAreaProjection::Convert_Cyl_Eq_Area_To_Geodetic(), ossimCylEquAreaProjection::Convert_Geodetic_To_Cyl_Eq_Area(), and ossimCylEquAreaProjection::Set_Cyl_Eq_Area_Parameters().
| #define CYEQ_NORTHING_ERROR 0x0008 |
Definition at line 27 of file ossimCylEquAreaProjection.cpp.
| #define CYEQ_ORIGIN_LAT_ERROR 0x0010 |
Definition at line 28 of file ossimCylEquAreaProjection.cpp.
| #define CYLEQAR_Q | ( | slat, | |
| x | |||
| ) |
Definition at line 45 of file ossimCylEquAreaProjection.cpp.
Referenced by ossimCylEquAreaProjection::Convert_Cyl_Eq_Area_To_Geodetic(), and ossimCylEquAreaProjection::Convert_Geodetic_To_Cyl_Eq_Area().
| #define ONE (1.0 * M_PI / 180.0) /* 1 degree in radians */ |
Definition at line 48 of file ossimCylEquAreaProjection.cpp.
Referenced by ossimCylEquAreaProjection::Set_Cyl_Eq_Area_Parameters().
| #define PI_OVER_2 ( M_PI / 2.0) |
Definition at line 40 of file ossimCylEquAreaProjection.cpp.
Referenced by ossimCylEquAreaProjection::Convert_Cyl_Eq_Area_To_Geodetic(), and ossimCylEquAreaProjection::Set_Cyl_Eq_Area_Parameters().
| #define TWO_PI (2.0 * M_PI) |
Definition at line 43 of file ossimCylEquAreaProjection.cpp.
Referenced by ossimCylEquAreaProjection::Set_Cyl_Eq_Area_Parameters().
1.8.14