OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Macros
ossimMillerProjection.cpp File Reference
#include <math.h>
#include <ossim/projection/ossimMillerProjection.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 MILL_NO_ERROR   0x0000
 
#define MILL_LAT_ERROR   0x0001
 
#define MILL_LON_ERROR   0x0002
 
#define MILL_EASTING_ERROR   0x0004
 
#define MILL_NORTHING_ERROR   0x0008
 
#define MILL_CENT_MER_ERROR   0x0020
 
#define MILL_A_ERROR   0x0040
 
#define MILL_B_ERROR   0x0080
 
#define MILL_A_LESS_B_ERROR   0x0100
 

Macro Definition Documentation

◆ MILL_A_ERROR

#define MILL_A_ERROR   0x0040

Definition at line 37 of file ossimMillerProjection.cpp.

◆ MILL_A_LESS_B_ERROR

#define MILL_A_LESS_B_ERROR   0x0100

Definition at line 39 of file ossimMillerProjection.cpp.

◆ MILL_B_ERROR

#define MILL_B_ERROR   0x0080

Definition at line 38 of file ossimMillerProjection.cpp.

◆ MILL_CENT_MER_ERROR

#define MILL_CENT_MER_ERROR   0x0020

Definition at line 36 of file ossimMillerProjection.cpp.

◆ MILL_EASTING_ERROR

#define MILL_EASTING_ERROR   0x0004

Definition at line 34 of file ossimMillerProjection.cpp.

◆ MILL_LAT_ERROR

#define MILL_LAT_ERROR   0x0001

Definition at line 32 of file ossimMillerProjection.cpp.

◆ MILL_LON_ERROR

#define MILL_LON_ERROR   0x0002

Definition at line 33 of file ossimMillerProjection.cpp.

◆ MILL_NO_ERROR

#define MILL_NO_ERROR   0x0000

◆ MILL_NORTHING_ERROR

#define MILL_NORTHING_ERROR   0x0008

Definition at line 35 of file ossimMillerProjection.cpp.

◆ PI_OVER_2

#define PI_OVER_2   ( M_PI / 2.0)

Definition at line 25 of file ossimMillerProjection.cpp.

◆ TWO_PI

#define TWO_PI   (2.0 * M_PI)

Definition at line 28 of file ossimMillerProjection.cpp.