OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Macros
ossimCylEquAreaProjection.cpp File Reference
#include <ossim/projection/ossimCylEquAreaProjection.h>
#include <ossim/base/ossimKeywordNames.h>

Go to the source code of this file.

Macros

#define CYEQ_NO_ERROR   0x0000
 
#define CYEQ_LAT_ERROR   0x0001
 
#define CYEQ_LON_ERROR   0x0002
 
#define CYEQ_EASTING_ERROR   0x0004
 
#define CYEQ_NORTHING_ERROR   0x0008
 
#define CYEQ_ORIGIN_LAT_ERROR   0x0010
 
#define CYEQ_CENT_MER_ERROR   0x0020
 
#define CYEQ_A_ERROR   0x0040
 
#define CYEQ_B_ERROR   0x0080
 
#define CYEQ_A_LESS_B_ERROR   0x0100
 
#define PI_OVER_2   ( M_PI / 2.0)
 
#define TWO_PI   (2.0 * M_PI)
 
#define CYLEQAR_Q(slat, x)
 
#define CYEQ_COEFF_TIMES_SIN(coeff, c, Beta)   (coeff * sin(c * Beta))
 
#define ONE   (1.0 * M_PI / 180.0) /* 1 degree in radians */
 

Macro Definition Documentation

◆ CYEQ_A_ERROR

#define CYEQ_A_ERROR   0x0040

Definition at line 30 of file ossimCylEquAreaProjection.cpp.

◆ CYEQ_A_LESS_B_ERROR

#define CYEQ_A_LESS_B_ERROR   0x0100

Definition at line 32 of file ossimCylEquAreaProjection.cpp.

◆ CYEQ_B_ERROR

#define CYEQ_B_ERROR   0x0080

Definition at line 31 of file ossimCylEquAreaProjection.cpp.

◆ CYEQ_CENT_MER_ERROR

#define CYEQ_CENT_MER_ERROR   0x0020

Definition at line 29 of file ossimCylEquAreaProjection.cpp.

◆ CYEQ_COEFF_TIMES_SIN

#define CYEQ_COEFF_TIMES_SIN (   coeff,
  c,
  Beta 
)    (coeff * sin(c * Beta))

◆ CYEQ_EASTING_ERROR

#define CYEQ_EASTING_ERROR   0x0004

Definition at line 26 of file ossimCylEquAreaProjection.cpp.

◆ CYEQ_LAT_ERROR

#define CYEQ_LAT_ERROR   0x0001

Definition at line 24 of file ossimCylEquAreaProjection.cpp.

◆ CYEQ_LON_ERROR

#define CYEQ_LON_ERROR   0x0002

Definition at line 25 of file ossimCylEquAreaProjection.cpp.

◆ CYEQ_NO_ERROR

#define CYEQ_NO_ERROR   0x0000

◆ CYEQ_NORTHING_ERROR

#define CYEQ_NORTHING_ERROR   0x0008

Definition at line 27 of file ossimCylEquAreaProjection.cpp.

◆ CYEQ_ORIGIN_LAT_ERROR

#define CYEQ_ORIGIN_LAT_ERROR   0x0010

Definition at line 28 of file ossimCylEquAreaProjection.cpp.

◆ CYLEQAR_Q

#define CYLEQAR_Q (   slat,
  x 
)
Value:
(1.0-es2)*(slat/(1.0-x*x)-(1.0/(2.0*es))* \
log((1.0-x)/(1.0+x)))
ossim_uint32 x

Definition at line 45 of file ossimCylEquAreaProjection.cpp.

Referenced by ossimCylEquAreaProjection::Convert_Cyl_Eq_Area_To_Geodetic(), and ossimCylEquAreaProjection::Convert_Geodetic_To_Cyl_Eq_Area().

◆ ONE

#define ONE   (1.0 * M_PI / 180.0) /* 1 degree in radians */

◆ PI_OVER_2

#define PI_OVER_2   ( M_PI / 2.0)

◆ TWO_PI

#define TWO_PI   (2.0 * M_PI)