|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossim/projection/ossimEquDistCylProjection.h>#include <ossim/base/ossimIpt.h>#include <ossim/base/ossimKeywordNames.h>#include <ossim/base/ossimKeywordlist.h>#include <ossim/base/ossimCommon.h>#include <ossim/base/ossimTrace.h>#include <ossim/base/ossimDatum.h>#include <ossim/base/ossimNotifyContext.h>#include <ossim/elevation/ossimElevManager.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 | ONE (1.0 * M_PI / 180.0) /* 1 degree in radians*/ |
| #define | EQCY_NO_ERROR 0x0000 |
| #define | EQCY_LAT_ERROR 0x0001 |
| #define | EQCY_LON_ERROR 0x0002 |
| #define | EQCY_EASTING_ERROR 0x0004 |
| #define | EQCY_NORTHING_ERROR 0x0008 |
| #define | EQCY_ORIGIN_LAT_ERROR 0x0010 |
| #define | EQCY_CENT_MER_ERROR 0x0020 |
| #define | EQCY_A_ERROR 0x0040 |
| #define | EQCY_B_ERROR 0x0080 |
| #define | EQCY_A_LESS_B_ERROR 0x0100 |
Functions | |
| RTTI_DEF1 (ossimEquDistCylProjection, "ossimEquDistCylProjection", ossimMapProjection) | |
| #define EQCY_A_ERROR 0x0040 |
Definition at line 51 of file ossimEquDistCylProjection.cpp.
| #define EQCY_A_LESS_B_ERROR 0x0100 |
Definition at line 53 of file ossimEquDistCylProjection.cpp.
| #define EQCY_B_ERROR 0x0080 |
Definition at line 52 of file ossimEquDistCylProjection.cpp.
| #define EQCY_CENT_MER_ERROR 0x0020 |
Definition at line 50 of file ossimEquDistCylProjection.cpp.
| #define EQCY_EASTING_ERROR 0x0004 |
Definition at line 47 of file ossimEquDistCylProjection.cpp.
| #define EQCY_LAT_ERROR 0x0001 |
Definition at line 45 of file ossimEquDistCylProjection.cpp.
| #define EQCY_LON_ERROR 0x0002 |
Definition at line 46 of file ossimEquDistCylProjection.cpp.
| #define EQCY_NO_ERROR 0x0000 |
| #define EQCY_NORTHING_ERROR 0x0008 |
Definition at line 48 of file ossimEquDistCylProjection.cpp.
| #define EQCY_ORIGIN_LAT_ERROR 0x0010 |
Definition at line 49 of file ossimEquDistCylProjection.cpp.
| #define ONE (1.0 * M_PI / 180.0) /* 1 degree in radians*/ |
Definition at line 42 of file ossimEquDistCylProjection.cpp.
Referenced by ossimEquDistCylProjection::Set_Equidistant_Cyl_Parameters().
| #define PI_OVER_2 ( M_PI / 2.0) |
Definition at line 37 of file ossimEquDistCylProjection.cpp.
Referenced by ossimEquDistCylProjection::Set_Equidistant_Cyl_Parameters().
| #define TWO_PI (2.0 * M_PI) |
Definition at line 40 of file ossimEquDistCylProjection.cpp.
| RTTI_DEF1 | ( | ossimEquDistCylProjection | , |
| "ossimEquDistCylProjection" | , | ||
| ossimMapProjection | |||
| ) |
1.8.14