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

Go to the source code of this file.

Macros

#define ECK6_NO_ERROR   0x0000
 
#define ECK6_LAT_ERROR   0x0001
 
#define ECK6_LON_ERROR   0x0002
 
#define ECK6_EASTING_ERROR   0x0004
 
#define ECK6_NORTHING_ERROR   0x0008
 
#define ECK6_CENT_MER_ERROR   0x0020
 
#define ECK6_A_ERROR   0x0040
 
#define ECK6_B_ERROR   0x0080
 
#define ECK6_A_LESS_B_ERROR   0x0100
 
#define PI_OVER_2   ( M_PI / 2.0)
 
#define TWO_PI   (2.0 * M_PI)
 
#define MAX_LAT   ( (M_PI * 90.0) / 180.0 ) /* 90 degrees in radians */
 

Variables

const double one_PLUS_PI_OVER_2 = (1.0 + M_PI / 2.0)
 

Macro Definition Documentation

◆ ECK6_A_ERROR

#define ECK6_A_ERROR   0x0040

Definition at line 30 of file ossimEckert6Projection.cpp.

◆ ECK6_A_LESS_B_ERROR

#define ECK6_A_LESS_B_ERROR   0x0100

Definition at line 32 of file ossimEckert6Projection.cpp.

◆ ECK6_B_ERROR

#define ECK6_B_ERROR   0x0080

Definition at line 31 of file ossimEckert6Projection.cpp.

◆ ECK6_CENT_MER_ERROR

#define ECK6_CENT_MER_ERROR   0x0020

Definition at line 29 of file ossimEckert6Projection.cpp.

◆ ECK6_EASTING_ERROR

#define ECK6_EASTING_ERROR   0x0004

Definition at line 27 of file ossimEckert6Projection.cpp.

◆ ECK6_LAT_ERROR

#define ECK6_LAT_ERROR   0x0001

Definition at line 25 of file ossimEckert6Projection.cpp.

◆ ECK6_LON_ERROR

#define ECK6_LON_ERROR   0x0002

Definition at line 26 of file ossimEckert6Projection.cpp.

◆ ECK6_NO_ERROR

#define ECK6_NO_ERROR   0x0000

◆ ECK6_NORTHING_ERROR

#define ECK6_NORTHING_ERROR   0x0008

Definition at line 28 of file ossimEckert6Projection.cpp.

◆ MAX_LAT

#define MAX_LAT   ( (M_PI * 90.0) / 180.0 ) /* 90 degrees in radians */

◆ PI_OVER_2

#define PI_OVER_2   ( M_PI / 2.0)

Definition at line 35 of file ossimEckert6Projection.cpp.

◆ TWO_PI

#define TWO_PI   (2.0 * M_PI)

Definition at line 38 of file ossimEckert6Projection.cpp.

Variable Documentation

◆ one_PLUS_PI_OVER_2

const double one_PLUS_PI_OVER_2 = (1.0 + M_PI / 2.0)