|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <math.h>#include <ossim/projection/ossimMollweidProjection.h>#include <ossim/base/ossimKeywordNames.h>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 | MAX_LAT ( (M_PI * 90.0) / 180.0 ) /* 90 degrees in radians */ |
| #define | MOLL_NO_ERROR 0x0000 |
| #define | MOLL_LAT_ERROR 0x0001 |
| #define | MOLL_LON_ERROR 0x0002 |
| #define | MOLL_EASTING_ERROR 0x0004 |
| #define | MOLL_NORTHING_ERROR 0x0008 |
| #define | MOLL_CENT_MER_ERROR 0x0020 |
| #define | MOLL_A_ERROR 0x0040 |
| #define | MOLL_B_ERROR 0x0080 |
| #define | MOLL_A_LESS_B_ERROR 0x0100 |
| #define MAX_LAT ( (M_PI * 90.0) / 180.0 ) /* 90 degrees in radians */ |
Definition at line 29 of file ossimMollweidProjection.cpp.
Referenced by ossimMollweidProjection::Convert_Mollweide_To_Geodetic().
| #define MOLL_A_ERROR 0x0040 |
Definition at line 37 of file ossimMollweidProjection.cpp.
| #define MOLL_A_LESS_B_ERROR 0x0100 |
Definition at line 39 of file ossimMollweidProjection.cpp.
| #define MOLL_B_ERROR 0x0080 |
Definition at line 38 of file ossimMollweidProjection.cpp.
| #define MOLL_CENT_MER_ERROR 0x0020 |
Definition at line 36 of file ossimMollweidProjection.cpp.
| #define MOLL_EASTING_ERROR 0x0004 |
Definition at line 34 of file ossimMollweidProjection.cpp.
| #define MOLL_LAT_ERROR 0x0001 |
Definition at line 32 of file ossimMollweidProjection.cpp.
| #define MOLL_LON_ERROR 0x0002 |
Definition at line 33 of file ossimMollweidProjection.cpp.
| #define MOLL_NO_ERROR 0x0000 |
Definition at line 31 of file ossimMollweidProjection.cpp.
Referenced by ossimMollweidProjection::Convert_Geodetic_To_Mollweide(), ossimMollweidProjection::Convert_Mollweide_To_Geodetic(), and ossimMollweidProjection::Set_Mollweide_Parameters().
| #define MOLL_NORTHING_ERROR 0x0008 |
Definition at line 35 of file ossimMollweidProjection.cpp.
| #define PI_OVER_2 ( M_PI / 2.0) |
Definition at line 24 of file ossimMollweidProjection.cpp.
Referenced by ossimMollweidProjection::Convert_Mollweide_To_Geodetic().
| #define TWO_PI (2.0 * M_PI) |
Definition at line 27 of file ossimMollweidProjection.cpp.
1.8.14