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

Go to the source code of this file.

Macros

#define PI   3.14159265358979323e0 /* PI */
 
#define PI_OVER_2   ( PI / 2.0e0)
 
#define MAX_LAT   ( (PI * 89.99) / 180.0 ) /* 89.99 degrees in radians */
 
#define MERC_NO_ERROR   0x0000
 
#define MERC_LAT_ERROR   0x0001
 
#define MERC_LON_ERROR   0x0002
 
#define MERC_EASTING_ERROR   0x0004
 
#define MERC_NORTHING_ERROR   0x0008
 
#define MERC_ORIGIN_LAT_ERROR   0x0010
 
#define MERC_CENT_MER_ERROR   0x0020
 
#define MERC_A_ERROR   0x0040
 
#define MERC_B_ERROR   0x0080
 
#define MERC_A_LESS_B_ERROR   0x0100
 

Macro Definition Documentation

◆ MAX_LAT

#define MAX_LAT   ( (PI * 89.99) / 180.0 ) /* 89.99 degrees in radians */

◆ MERC_A_ERROR

#define MERC_A_ERROR   0x0040

Definition at line 36 of file ossimMercatorProjection.cpp.

◆ MERC_A_LESS_B_ERROR

#define MERC_A_LESS_B_ERROR   0x0100

Definition at line 38 of file ossimMercatorProjection.cpp.

◆ MERC_B_ERROR

#define MERC_B_ERROR   0x0080

Definition at line 37 of file ossimMercatorProjection.cpp.

◆ MERC_CENT_MER_ERROR

#define MERC_CENT_MER_ERROR   0x0020

Definition at line 35 of file ossimMercatorProjection.cpp.

◆ MERC_EASTING_ERROR

#define MERC_EASTING_ERROR   0x0004

Definition at line 32 of file ossimMercatorProjection.cpp.

◆ MERC_LAT_ERROR

#define MERC_LAT_ERROR   0x0001

◆ MERC_LON_ERROR

#define MERC_LON_ERROR   0x0002

Definition at line 31 of file ossimMercatorProjection.cpp.

◆ MERC_NO_ERROR

#define MERC_NO_ERROR   0x0000

◆ MERC_NORTHING_ERROR

#define MERC_NORTHING_ERROR   0x0008

Definition at line 33 of file ossimMercatorProjection.cpp.

◆ MERC_ORIGIN_LAT_ERROR

#define MERC_ORIGIN_LAT_ERROR   0x0010

Definition at line 34 of file ossimMercatorProjection.cpp.

◆ PI

#define PI   3.14159265358979323e0 /* PI */

◆ PI_OVER_2

#define PI_OVER_2   ( PI / 2.0e0)

Definition at line 25 of file ossimMercatorProjection.cpp.