OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Macros | Functions
ossimUpsProjection.cpp File Reference
#include <ossim/projection/ossimUpsProjection.h>
#include <ossim/projection/ossimPolarst.h>

Go to the source code of this file.

Macros

#define PI   3.14159265358979323e0 /* PI */
 
#define PI_OVER   (PI/2.0e0) /* PI over 2 */
 
#define MAX_LAT   ((PI * 90)/180.0) /* 90 degrees in radians */
 
#define MAX_ORIGIN_LAT   ((81.114528 * PI) / 180.0)
 
#define MIN_NORTH_LAT   (83.5*PI/180.0)
 
#define MIN_SOUTH_LAT   (-79.5*PI/180.0)
 
#define MIN_EAST_NORTH   0
 
#define MAX_EAST_NORTH   4000000
 
#define UPS_NO_ERROR   0x0000
 
#define UPS_LAT_ERROR   0x0001
 
#define UPS_LON_ERROR   0x0002
 
#define UPS_HEMISPHERE_ERROR   0x0004
 
#define UPS_EASTING_ERROR   0x0008
 
#define UPS_NORTHING_ERROR   0x0010
 
#define UPS_A_ERROR   0x0020
 
#define UPS_INV_F_ERROR   0x0040
 

Functions

 RTTI_DEF1 (ossimUpsProjection, "ossimUpsProjection", ossimMapProjection)
 

Macro Definition Documentation

◆ MAX_EAST_NORTH

#define MAX_EAST_NORTH   4000000

Definition at line 20 of file ossimUpsProjection.cpp.

◆ MAX_LAT

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

Definition at line 15 of file ossimUpsProjection.cpp.

◆ MAX_ORIGIN_LAT

#define MAX_ORIGIN_LAT   ((81.114528 * PI) / 180.0)

◆ MIN_EAST_NORTH

#define MIN_EAST_NORTH   0

Definition at line 19 of file ossimUpsProjection.cpp.

◆ MIN_NORTH_LAT

#define MIN_NORTH_LAT   (83.5*PI/180.0)

Definition at line 17 of file ossimUpsProjection.cpp.

◆ MIN_SOUTH_LAT

#define MIN_SOUTH_LAT   (-79.5*PI/180.0)

Definition at line 18 of file ossimUpsProjection.cpp.

◆ PI

#define PI   3.14159265358979323e0 /* PI */

Definition at line 13 of file ossimUpsProjection.cpp.

◆ PI_OVER

#define PI_OVER   (PI/2.0e0) /* PI over 2 */

Definition at line 14 of file ossimUpsProjection.cpp.

◆ UPS_A_ERROR

#define UPS_A_ERROR   0x0020

Definition at line 28 of file ossimUpsProjection.cpp.

◆ UPS_EASTING_ERROR

#define UPS_EASTING_ERROR   0x0008

Definition at line 26 of file ossimUpsProjection.cpp.

◆ UPS_HEMISPHERE_ERROR

#define UPS_HEMISPHERE_ERROR   0x0004

Definition at line 25 of file ossimUpsProjection.cpp.

◆ UPS_INV_F_ERROR

#define UPS_INV_F_ERROR   0x0040

Definition at line 29 of file ossimUpsProjection.cpp.

◆ UPS_LAT_ERROR

#define UPS_LAT_ERROR   0x0001

Definition at line 23 of file ossimUpsProjection.cpp.

◆ UPS_LON_ERROR

#define UPS_LON_ERROR   0x0002

Definition at line 24 of file ossimUpsProjection.cpp.

◆ UPS_NO_ERROR

#define UPS_NO_ERROR   0x0000

◆ UPS_NORTHING_ERROR

#define UPS_NORTHING_ERROR   0x0010

Definition at line 27 of file ossimUpsProjection.cpp.

Function Documentation

◆ RTTI_DEF1()

RTTI_DEF1 ( ossimUpsProjection  ,
"ossimUpsProjection"  ,
ossimMapProjection   
)