OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossim/projection/ossimAzimEquDistProjection.h>
#include <ossim/base/ossimKeywordNames.h>
#include <ossim/base/ossimKeywordlist.h>
#include <ossim/base/ossimTrace.h>
Go to the source code of this file.
Macros | |
#define | PI_OVER_2 ( M_PI / 2.0) |
#define | ONE (1.0 * M_PI / 180.0) /* 1 degree in radians */ |
#define | AZEQ_NO_ERROR 0x0000 |
#define | AZEQ_LAT_ERROR 0x0001 |
#define | AZEQ_LON_ERROR 0x0002 |
#define | AZEQ_EASTING_ERROR 0x0004 |
#define | AZEQ_NORTHING_ERROR 0x0008 |
#define | AZEQ_ORIGIN_LAT_ERROR 0x0010 |
#define | AZEQ_CENT_MER_ERROR 0x0020 |
#define | AZEQ_A_ERROR 0x0040 |
#define | AZEQ_INV_F_ERROR 0x0080 |
#define | AZEQ_PROJECTION_ERROR 0x0100 |
#define AZEQ_A_ERROR 0x0040 |
Definition at line 28 of file ossimAzimEquDistProjection.cpp.
#define AZEQ_CENT_MER_ERROR 0x0020 |
Definition at line 27 of file ossimAzimEquDistProjection.cpp.
#define AZEQ_EASTING_ERROR 0x0004 |
Definition at line 24 of file ossimAzimEquDistProjection.cpp.
#define AZEQ_INV_F_ERROR 0x0080 |
Definition at line 29 of file ossimAzimEquDistProjection.cpp.
#define AZEQ_LAT_ERROR 0x0001 |
Definition at line 22 of file ossimAzimEquDistProjection.cpp.
#define AZEQ_LON_ERROR 0x0002 |
Definition at line 23 of file ossimAzimEquDistProjection.cpp.
#define AZEQ_NO_ERROR 0x0000 |
#define AZEQ_NORTHING_ERROR 0x0008 |
Definition at line 25 of file ossimAzimEquDistProjection.cpp.
#define AZEQ_ORIGIN_LAT_ERROR 0x0010 |
Definition at line 26 of file ossimAzimEquDistProjection.cpp.
#define AZEQ_PROJECTION_ERROR 0x0100 |
Definition at line 30 of file ossimAzimEquDistProjection.cpp.
Referenced by ossimAzimEquDistProjection::Convert_Geodetic_To_Azimuthal_Equidistant().
#define ONE (1.0 * M_PI / 180.0) /* 1 degree in radians */ |
Definition at line 19 of file ossimAzimEquDistProjection.cpp.
Referenced by ossimAzimEquDistProjection::Set_Azimuthal_Equidistant_Parameters().
#define PI_OVER_2 ( M_PI / 2.0) |