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

Go to the source code of this file.

Macros

#define PI_OVER_2   ( M_PI / 2.0)
 
#define PI_OVER_4   ( M_PI / 4.0)
 
#define TWO_PI   (2.0 * M_PI)
 
#define ONE   (1.0 * M_PI / 180.0) /* 1 degree in radians*/
 
#define STEREO_NO_ERROR   0x0000
 
#define STEREO_LAT_ERROR   0x0001
 
#define STEREO_LON_ERROR   0x0002
 
#define STEREO_ORIGIN_LAT_ERROR   0x0004
 
#define STEREO_CENT_MER_ERROR   0x0008
 
#define STEREO_EASTING_ERROR   0x0010
 
#define STEREO_NORTHING_ERROR   0x0020
 
#define STEREO_A_ERROR   0x0040
 
#define STEREO_INV_F_ERROR   0x0080
 

Macro Definition Documentation

◆ ONE

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

◆ PI_OVER_2

#define PI_OVER_2   ( M_PI / 2.0)

◆ PI_OVER_4

#define PI_OVER_4   ( M_PI / 4.0)

◆ STEREO_A_ERROR

#define STEREO_A_ERROR   0x0040

Definition at line 34 of file ossimStereographicProjection.cpp.

◆ STEREO_CENT_MER_ERROR

#define STEREO_CENT_MER_ERROR   0x0008

Definition at line 31 of file ossimStereographicProjection.cpp.

◆ STEREO_EASTING_ERROR

#define STEREO_EASTING_ERROR   0x0010

Definition at line 32 of file ossimStereographicProjection.cpp.

◆ STEREO_INV_F_ERROR

#define STEREO_INV_F_ERROR   0x0080

Definition at line 35 of file ossimStereographicProjection.cpp.

◆ STEREO_LAT_ERROR

#define STEREO_LAT_ERROR   0x0001

Definition at line 28 of file ossimStereographicProjection.cpp.

◆ STEREO_LON_ERROR

#define STEREO_LON_ERROR   0x0002

◆ STEREO_NO_ERROR

#define STEREO_NO_ERROR   0x0000

◆ STEREO_NORTHING_ERROR

#define STEREO_NORTHING_ERROR   0x0020

Definition at line 33 of file ossimStereographicProjection.cpp.

◆ STEREO_ORIGIN_LAT_ERROR

#define STEREO_ORIGIN_LAT_ERROR   0x0004

Definition at line 30 of file ossimStereographicProjection.cpp.

◆ TWO_PI

#define TWO_PI   (2.0 * M_PI)

Definition at line 23 of file ossimStereographicProjection.cpp.