OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Macros | Functions
ossimEquDistCylProjection.cpp File Reference
#include <ossim/projection/ossimEquDistCylProjection.h>
#include <ossim/base/ossimIpt.h>
#include <ossim/base/ossimKeywordNames.h>
#include <ossim/base/ossimKeywordlist.h>
#include <ossim/base/ossimCommon.h>
#include <ossim/base/ossimTrace.h>
#include <ossim/base/ossimDatum.h>
#include <ossim/base/ossimNotifyContext.h>
#include <ossim/elevation/ossimElevManager.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 ONE   (1.0 * M_PI / 180.0) /* 1 degree in radians*/
 
#define EQCY_NO_ERROR   0x0000
 
#define EQCY_LAT_ERROR   0x0001
 
#define EQCY_LON_ERROR   0x0002
 
#define EQCY_EASTING_ERROR   0x0004
 
#define EQCY_NORTHING_ERROR   0x0008
 
#define EQCY_ORIGIN_LAT_ERROR   0x0010
 
#define EQCY_CENT_MER_ERROR   0x0020
 
#define EQCY_A_ERROR   0x0040
 
#define EQCY_B_ERROR   0x0080
 
#define EQCY_A_LESS_B_ERROR   0x0100
 

Functions

 RTTI_DEF1 (ossimEquDistCylProjection, "ossimEquDistCylProjection", ossimMapProjection)
 

Macro Definition Documentation

◆ EQCY_A_ERROR

#define EQCY_A_ERROR   0x0040

Definition at line 51 of file ossimEquDistCylProjection.cpp.

◆ EQCY_A_LESS_B_ERROR

#define EQCY_A_LESS_B_ERROR   0x0100

Definition at line 53 of file ossimEquDistCylProjection.cpp.

◆ EQCY_B_ERROR

#define EQCY_B_ERROR   0x0080

Definition at line 52 of file ossimEquDistCylProjection.cpp.

◆ EQCY_CENT_MER_ERROR

#define EQCY_CENT_MER_ERROR   0x0020

Definition at line 50 of file ossimEquDistCylProjection.cpp.

◆ EQCY_EASTING_ERROR

#define EQCY_EASTING_ERROR   0x0004

Definition at line 47 of file ossimEquDistCylProjection.cpp.

◆ EQCY_LAT_ERROR

#define EQCY_LAT_ERROR   0x0001

Definition at line 45 of file ossimEquDistCylProjection.cpp.

◆ EQCY_LON_ERROR

#define EQCY_LON_ERROR   0x0002

Definition at line 46 of file ossimEquDistCylProjection.cpp.

◆ EQCY_NO_ERROR

#define EQCY_NO_ERROR   0x0000

◆ EQCY_NORTHING_ERROR

#define EQCY_NORTHING_ERROR   0x0008

Definition at line 48 of file ossimEquDistCylProjection.cpp.

◆ EQCY_ORIGIN_LAT_ERROR

#define EQCY_ORIGIN_LAT_ERROR   0x0010

Definition at line 49 of file ossimEquDistCylProjection.cpp.

◆ 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)

Definition at line 40 of file ossimEquDistCylProjection.cpp.

Function Documentation

◆ RTTI_DEF1()

RTTI_DEF1 ( ossimEquDistCylProjection  ,
"ossimEquDistCylProjection"  ,
ossimMapProjection   
)