OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Macros
ossimOrthoGraphicProjection.cpp File Reference
#include <math.h>
#include <ossim/projection/ossimOrthoGraphicProjection.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 MAX_LAT   ( (M_PI * 90) / 180.0 ) /* 90 degrees in radians */
 
#define ORTH_NO_ERROR   0x0000
 
#define ORTH_LAT_ERROR   0x0001
 
#define ORTH_LON_ERROR   0x0002
 
#define ORTH_EASTING_ERROR   0x0004
 
#define ORTH_NORTHING_ERROR   0x0008
 
#define ORTH_ORIGIN_LAT_ERROR   0x0010
 
#define ORTH_CENT_MER_ERROR   0x0020
 
#define ORTH_A_ERROR   0x0040
 
#define ORTH_B_ERROR   0x0080
 
#define ORTH_A_LESS_B_ERROR   0x0100
 
#define ORTH_RADIUS_ERROR   0x0200
 

Macro Definition Documentation

◆ MAX_LAT

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

◆ ORTH_A_ERROR

#define ORTH_A_ERROR   0x0040

◆ ORTH_A_LESS_B_ERROR

#define ORTH_A_LESS_B_ERROR   0x0100

Definition at line 41 of file ossimOrthoGraphicProjection.cpp.

◆ ORTH_B_ERROR

#define ORTH_B_ERROR   0x0080

Definition at line 40 of file ossimOrthoGraphicProjection.cpp.

◆ ORTH_CENT_MER_ERROR

#define ORTH_CENT_MER_ERROR   0x0020

◆ ORTH_EASTING_ERROR

#define ORTH_EASTING_ERROR   0x0004

◆ ORTH_LAT_ERROR

#define ORTH_LAT_ERROR   0x0001

◆ ORTH_LON_ERROR

#define ORTH_LON_ERROR   0x0002

◆ ORTH_NO_ERROR

#define ORTH_NO_ERROR   0x0000

◆ ORTH_NORTHING_ERROR

#define ORTH_NORTHING_ERROR   0x0008

◆ ORTH_ORIGIN_LAT_ERROR

#define ORTH_ORIGIN_LAT_ERROR   0x0010

◆ ORTH_RADIUS_ERROR

#define ORTH_RADIUS_ERROR   0x0200

◆ PI_OVER_2

#define PI_OVER_2   ( M_PI / 2.0)

◆ TWO_PI

#define TWO_PI   (2.0 * M_PI)