OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Macros | Variables
ossimEckert4Projection.cpp File Reference
#include <ossim/projection/ossimEckert4Projection.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 NUM(Theta, SinTheta, CosTheta)   (Theta + SinTheta * CosTheta + 2.0 * SinTheta)
 
#define ECK4_NO_ERROR   0x0000
 
#define ECK4_LAT_ERROR   0x0001
 
#define ECK4_LON_ERROR   0x0002
 
#define ECK4_EASTING_ERROR   0x0004
 
#define ECK4_NORTHING_ERROR   0x0008
 
#define ECK4_CENT_MER_ERROR   0x0020
 
#define ECK4_A_ERROR   0x0040
 
#define ECK4_B_ERROR   0x0080
 
#define ECK4_A_LESS_B_ERROR   0x0100
 

Variables

const double two_PLUS_PI_OVER_2 = (2.0 + M_PI / 2.0)
 

Macro Definition Documentation

◆ ECK4_A_ERROR

#define ECK4_A_ERROR   0x0040

Definition at line 40 of file ossimEckert4Projection.cpp.

◆ ECK4_A_LESS_B_ERROR

#define ECK4_A_LESS_B_ERROR   0x0100

Definition at line 42 of file ossimEckert4Projection.cpp.

◆ ECK4_B_ERROR

#define ECK4_B_ERROR   0x0080

Definition at line 41 of file ossimEckert4Projection.cpp.

◆ ECK4_CENT_MER_ERROR

#define ECK4_CENT_MER_ERROR   0x0020

Definition at line 39 of file ossimEckert4Projection.cpp.

◆ ECK4_EASTING_ERROR

#define ECK4_EASTING_ERROR   0x0004

Definition at line 37 of file ossimEckert4Projection.cpp.

◆ ECK4_LAT_ERROR

#define ECK4_LAT_ERROR   0x0001

Definition at line 35 of file ossimEckert4Projection.cpp.

◆ ECK4_LON_ERROR

#define ECK4_LON_ERROR   0x0002

Definition at line 36 of file ossimEckert4Projection.cpp.

◆ ECK4_NO_ERROR

#define ECK4_NO_ERROR   0x0000

◆ ECK4_NORTHING_ERROR

#define ECK4_NORTHING_ERROR   0x0008

Definition at line 38 of file ossimEckert4Projection.cpp.

◆ NUM

#define NUM (   Theta,
  SinTheta,
  CosTheta 
)    (Theta + SinTheta * CosTheta + 2.0 * SinTheta)

◆ PI_OVER_2

#define PI_OVER_2   ( M_PI / 2.0)

Definition at line 26 of file ossimEckert4Projection.cpp.

◆ TWO_PI

#define TWO_PI   (2.0 * M_PI)

Definition at line 29 of file ossimEckert4Projection.cpp.

Variable Documentation

◆ two_PLUS_PI_OVER_2

const double two_PLUS_PI_OVER_2 = (2.0 + M_PI / 2.0)