OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#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 |
#define MILL_A_ERROR 0x0040 |
Definition at line 37 of file ossimMillerProjection.cpp.
#define MILL_A_LESS_B_ERROR 0x0100 |
Definition at line 39 of file ossimMillerProjection.cpp.
#define MILL_B_ERROR 0x0080 |
Definition at line 38 of file ossimMillerProjection.cpp.
#define MILL_CENT_MER_ERROR 0x0020 |
Definition at line 36 of file ossimMillerProjection.cpp.
#define MILL_EASTING_ERROR 0x0004 |
Definition at line 34 of file ossimMillerProjection.cpp.
#define MILL_LAT_ERROR 0x0001 |
Definition at line 32 of file ossimMillerProjection.cpp.
#define MILL_LON_ERROR 0x0002 |
Definition at line 33 of file ossimMillerProjection.cpp.
#define MILL_NO_ERROR 0x0000 |
Definition at line 31 of file ossimMillerProjection.cpp.
Referenced by ossimMillerProjection::Convert_Geodetic_To_Miller(), ossimMillerProjection::Convert_Miller_To_Geodetic(), and ossimMillerProjection::Set_Miller_Parameters().
#define MILL_NORTHING_ERROR 0x0008 |
Definition at line 35 of file ossimMillerProjection.cpp.
#define PI_OVER_2 ( M_PI / 2.0) |
Definition at line 25 of file ossimMillerProjection.cpp.
#define TWO_PI (2.0 * M_PI) |
Definition at line 28 of file ossimMillerProjection.cpp.