OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Macros | Variables
ossimPolarStereoProjection.cpp File Reference
#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)
 

Macro Definition Documentation

◆ PI_OVER_2

#define PI_OVER_2   ( M_PI / 2.0)

◆ POLAR_A_ERROR

#define POLAR_A_ERROR   0x0040

Definition at line 39 of file ossimPolarStereoProjection.cpp.

◆ POLAR_A_LESS_B_ERROR

#define POLAR_A_LESS_B_ERROR   0x0100

Definition at line 41 of file ossimPolarStereoProjection.cpp.

◆ POLAR_B_ERROR

#define POLAR_B_ERROR   0x0080

Definition at line 40 of file ossimPolarStereoProjection.cpp.

◆ POLAR_EASTING_ERROR

#define POLAR_EASTING_ERROR   0x0010

Definition at line 37 of file ossimPolarStereoProjection.cpp.

◆ POLAR_LAT_ERROR

#define POLAR_LAT_ERROR   0x0001

Definition at line 33 of file ossimPolarStereoProjection.cpp.

◆ POLAR_LON_ERROR

#define POLAR_LON_ERROR   0x0002

Definition at line 34 of file ossimPolarStereoProjection.cpp.

◆ POLAR_NO_ERROR

#define POLAR_NO_ERROR   0x0000

◆ POLAR_NORTHING_ERROR

#define POLAR_NORTHING_ERROR   0x0020

Definition at line 38 of file ossimPolarStereoProjection.cpp.

◆ POLAR_ORIGIN_LAT_ERROR

#define POLAR_ORIGIN_LAT_ERROR   0x0004

Definition at line 35 of file ossimPolarStereoProjection.cpp.

◆ POLAR_ORIGIN_LON_ERROR

#define POLAR_ORIGIN_LON_ERROR   0x0008

Definition at line 36 of file ossimPolarStereoProjection.cpp.

◆ POLAR_POW

#define POLAR_POW (   EsSin)    pow((1.0 - EsSin) / (1.0 + EsSin), es_OVER_2)

◆ POLAR_RADIUS_ERROR

#define POLAR_RADIUS_ERROR   0x0200

Definition at line 42 of file ossimPolarStereoProjection.cpp.

◆ TWO_PI

#define TWO_PI   (2.0 * M_PI)

Variable Documentation

◆ PI_Over_4

const double PI_Over_4 = (M_PI / 4.0)