OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <math.h>
#include <ossim/projection/ossimPolarStereoProjection.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 | POLAR_POW(EsSin) pow((1.0 - EsSin) / (1.0 + EsSin), es_OVER_2) |
#define | POLAR_NO_ERROR 0x0000 |
#define | POLAR_LAT_ERROR 0x0001 |
#define | POLAR_LON_ERROR 0x0002 |
#define | POLAR_ORIGIN_LAT_ERROR 0x0004 |
#define | POLAR_ORIGIN_LON_ERROR 0x0008 |
#define | POLAR_EASTING_ERROR 0x0010 |
#define | POLAR_NORTHING_ERROR 0x0020 |
#define | POLAR_A_ERROR 0x0040 |
#define | POLAR_B_ERROR 0x0080 |
#define | POLAR_A_LESS_B_ERROR 0x0100 |
#define | POLAR_RADIUS_ERROR 0x0200 |
Variables | |
const double | PI_Over_4 = (M_PI / 4.0) |
#define PI_OVER_2 ( M_PI / 2.0) |
#define POLAR_A_ERROR 0x0040 |
Definition at line 39 of file ossimPolarStereoProjection.cpp.
#define POLAR_A_LESS_B_ERROR 0x0100 |
Definition at line 41 of file ossimPolarStereoProjection.cpp.
#define POLAR_B_ERROR 0x0080 |
Definition at line 40 of file ossimPolarStereoProjection.cpp.
#define POLAR_EASTING_ERROR 0x0010 |
Definition at line 37 of file ossimPolarStereoProjection.cpp.
#define POLAR_LAT_ERROR 0x0001 |
Definition at line 33 of file ossimPolarStereoProjection.cpp.
#define POLAR_LON_ERROR 0x0002 |
Definition at line 34 of file ossimPolarStereoProjection.cpp.
#define POLAR_NO_ERROR 0x0000 |
#define POLAR_NORTHING_ERROR 0x0020 |
Definition at line 38 of file ossimPolarStereoProjection.cpp.
#define POLAR_ORIGIN_LAT_ERROR 0x0004 |
Definition at line 35 of file ossimPolarStereoProjection.cpp.
#define POLAR_ORIGIN_LON_ERROR 0x0008 |
Definition at line 36 of file ossimPolarStereoProjection.cpp.
#define POLAR_POW | ( | EsSin | ) | pow((1.0 - EsSin) / (1.0 + EsSin), es_OVER_2) |
#define POLAR_RADIUS_ERROR 0x0200 |
Definition at line 42 of file ossimPolarStereoProjection.cpp.
#define TWO_PI (2.0 * M_PI) |
Definition at line 28 of file ossimPolarStereoProjection.cpp.
Referenced by ossimPolarStereoProjection::Set_Polar_Stereographic_Parameters().
const double PI_Over_4 = (M_PI / 4.0) |
Definition at line 49 of file ossimPolarStereoProjection.cpp.
Referenced by ossimPolarStereoProjection::Convert_Geodetic_To_Polar_Stereographic(), and ossimPolarStereoProjection::Set_Polar_Stereographic_Parameters().