OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossim/projection/ossimStereographicProjection.h>
#include <ossim/base/ossimKeywordNames.h>
Go to the source code of this file.
Macros | |
#define | PI_OVER_2 ( M_PI / 2.0) |
#define | PI_OVER_4 ( M_PI / 4.0) |
#define | TWO_PI (2.0 * M_PI) |
#define | ONE (1.0 * M_PI / 180.0) /* 1 degree in radians*/ |
#define | STEREO_NO_ERROR 0x0000 |
#define | STEREO_LAT_ERROR 0x0001 |
#define | STEREO_LON_ERROR 0x0002 |
#define | STEREO_ORIGIN_LAT_ERROR 0x0004 |
#define | STEREO_CENT_MER_ERROR 0x0008 |
#define | STEREO_EASTING_ERROR 0x0010 |
#define | STEREO_NORTHING_ERROR 0x0020 |
#define | STEREO_A_ERROR 0x0040 |
#define | STEREO_INV_F_ERROR 0x0080 |
#define ONE (1.0 * M_PI / 180.0) /* 1 degree in radians*/ |
Definition at line 25 of file ossimStereographicProjection.cpp.
Referenced by ossimStereographicProjection::Set_Stereographic_Parameters().
#define PI_OVER_2 ( M_PI / 2.0) |
Definition at line 17 of file ossimStereographicProjection.cpp.
Referenced by ossimStereographicProjection::Convert_Geodetic_To_Stereographic(), and ossimStereographicProjection::Set_Stereographic_Parameters().
#define PI_OVER_4 ( M_PI / 4.0) |
Definition at line 20 of file ossimStereographicProjection.cpp.
Referenced by ossimStereographicProjection::Convert_Geodetic_To_Stereographic().
#define STEREO_A_ERROR 0x0040 |
Definition at line 34 of file ossimStereographicProjection.cpp.
#define STEREO_CENT_MER_ERROR 0x0008 |
Definition at line 31 of file ossimStereographicProjection.cpp.
#define STEREO_EASTING_ERROR 0x0010 |
Definition at line 32 of file ossimStereographicProjection.cpp.
#define STEREO_INV_F_ERROR 0x0080 |
Definition at line 35 of file ossimStereographicProjection.cpp.
#define STEREO_LAT_ERROR 0x0001 |
Definition at line 28 of file ossimStereographicProjection.cpp.
#define STEREO_LON_ERROR 0x0002 |
Definition at line 29 of file ossimStereographicProjection.cpp.
Referenced by ossimStereographicProjection::Convert_Geodetic_To_Stereographic().
#define STEREO_NO_ERROR 0x0000 |
#define STEREO_NORTHING_ERROR 0x0020 |
Definition at line 33 of file ossimStereographicProjection.cpp.
#define STEREO_ORIGIN_LAT_ERROR 0x0004 |
Definition at line 30 of file ossimStereographicProjection.cpp.
#define TWO_PI (2.0 * M_PI) |
Definition at line 23 of file ossimStereographicProjection.cpp.