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

Go to the source code of this file.

Macros

#define PI_OVER_2   ( M_PI / 2.0)
 
#define ONE   (1.0 * M_PI / 180.0) /* 1 degree in radians */
 
#define AZEQ_NO_ERROR   0x0000
 
#define AZEQ_LAT_ERROR   0x0001
 
#define AZEQ_LON_ERROR   0x0002
 
#define AZEQ_EASTING_ERROR   0x0004
 
#define AZEQ_NORTHING_ERROR   0x0008
 
#define AZEQ_ORIGIN_LAT_ERROR   0x0010
 
#define AZEQ_CENT_MER_ERROR   0x0020
 
#define AZEQ_A_ERROR   0x0040
 
#define AZEQ_INV_F_ERROR   0x0080
 
#define AZEQ_PROJECTION_ERROR   0x0100
 

Macro Definition Documentation

◆ AZEQ_A_ERROR

#define AZEQ_A_ERROR   0x0040

Definition at line 28 of file ossimAzimEquDistProjection.cpp.

◆ AZEQ_CENT_MER_ERROR

#define AZEQ_CENT_MER_ERROR   0x0020

Definition at line 27 of file ossimAzimEquDistProjection.cpp.

◆ AZEQ_EASTING_ERROR

#define AZEQ_EASTING_ERROR   0x0004

Definition at line 24 of file ossimAzimEquDistProjection.cpp.

◆ AZEQ_INV_F_ERROR

#define AZEQ_INV_F_ERROR   0x0080

Definition at line 29 of file ossimAzimEquDistProjection.cpp.

◆ AZEQ_LAT_ERROR

#define AZEQ_LAT_ERROR   0x0001

Definition at line 22 of file ossimAzimEquDistProjection.cpp.

◆ AZEQ_LON_ERROR

#define AZEQ_LON_ERROR   0x0002

Definition at line 23 of file ossimAzimEquDistProjection.cpp.

◆ AZEQ_NO_ERROR

#define AZEQ_NO_ERROR   0x0000

◆ AZEQ_NORTHING_ERROR

#define AZEQ_NORTHING_ERROR   0x0008

Definition at line 25 of file ossimAzimEquDistProjection.cpp.

◆ AZEQ_ORIGIN_LAT_ERROR

#define AZEQ_ORIGIN_LAT_ERROR   0x0010

Definition at line 26 of file ossimAzimEquDistProjection.cpp.

◆ AZEQ_PROJECTION_ERROR

#define AZEQ_PROJECTION_ERROR   0x0100

◆ ONE

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

◆ PI_OVER_2

#define PI_OVER_2   ( M_PI / 2.0)