OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <math.h>
#include <ossim/projection/ossimOrthoGraphicProjection.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 | MAX_LAT ( (M_PI * 90) / 180.0 ) /* 90 degrees in radians */ |
#define | ORTH_NO_ERROR 0x0000 |
#define | ORTH_LAT_ERROR 0x0001 |
#define | ORTH_LON_ERROR 0x0002 |
#define | ORTH_EASTING_ERROR 0x0004 |
#define | ORTH_NORTHING_ERROR 0x0008 |
#define | ORTH_ORIGIN_LAT_ERROR 0x0010 |
#define | ORTH_CENT_MER_ERROR 0x0020 |
#define | ORTH_A_ERROR 0x0040 |
#define | ORTH_B_ERROR 0x0080 |
#define | ORTH_A_LESS_B_ERROR 0x0100 |
#define | ORTH_RADIUS_ERROR 0x0200 |
#define MAX_LAT ( (M_PI * 90) / 180.0 ) /* 90 degrees in radians */ |
Definition at line 29 of file ossimOrthoGraphicProjection.cpp.
Referenced by ossimOrthoGraphicProjection::Convert_Orthographic_To_Geodetic().
#define ORTH_A_ERROR 0x0040 |
Definition at line 39 of file ossimOrthoGraphicProjection.cpp.
Referenced by ossimOrthoGraphicProjection::Set_Orthographic_Parameters().
#define ORTH_A_LESS_B_ERROR 0x0100 |
Definition at line 41 of file ossimOrthoGraphicProjection.cpp.
#define ORTH_B_ERROR 0x0080 |
Definition at line 40 of file ossimOrthoGraphicProjection.cpp.
#define ORTH_CENT_MER_ERROR 0x0020 |
Definition at line 38 of file ossimOrthoGraphicProjection.cpp.
Referenced by ossimOrthoGraphicProjection::Set_Orthographic_Parameters().
#define ORTH_EASTING_ERROR 0x0004 |
Definition at line 35 of file ossimOrthoGraphicProjection.cpp.
Referenced by ossimOrthoGraphicProjection::Convert_Orthographic_To_Geodetic().
#define ORTH_LAT_ERROR 0x0001 |
Definition at line 33 of file ossimOrthoGraphicProjection.cpp.
Referenced by ossimOrthoGraphicProjection::Convert_Geodetic_To_Orthographic().
#define ORTH_LON_ERROR 0x0002 |
Definition at line 34 of file ossimOrthoGraphicProjection.cpp.
Referenced by ossimOrthoGraphicProjection::Convert_Geodetic_To_Orthographic().
#define ORTH_NO_ERROR 0x0000 |
Definition at line 32 of file ossimOrthoGraphicProjection.cpp.
Referenced by ossimOrthoGraphicProjection::Convert_Geodetic_To_Orthographic(), ossimOrthoGraphicProjection::Convert_Orthographic_To_Geodetic(), ossimOrthoGraphicProjection::forward(), ossimOrthoGraphicProjection::inverse(), and ossimOrthoGraphicProjection::Set_Orthographic_Parameters().
#define ORTH_NORTHING_ERROR 0x0008 |
Definition at line 36 of file ossimOrthoGraphicProjection.cpp.
Referenced by ossimOrthoGraphicProjection::Convert_Orthographic_To_Geodetic().
#define ORTH_ORIGIN_LAT_ERROR 0x0010 |
Definition at line 37 of file ossimOrthoGraphicProjection.cpp.
Referenced by ossimOrthoGraphicProjection::Set_Orthographic_Parameters().
#define ORTH_RADIUS_ERROR 0x0200 |
Definition at line 42 of file ossimOrthoGraphicProjection.cpp.
Referenced by ossimOrthoGraphicProjection::Convert_Orthographic_To_Geodetic().
#define PI_OVER_2 ( M_PI / 2.0) |
Definition at line 24 of file ossimOrthoGraphicProjection.cpp.
Referenced by ossimOrthoGraphicProjection::Convert_Geodetic_To_Orthographic(), and ossimOrthoGraphicProjection::Set_Orthographic_Parameters().
#define TWO_PI (2.0 * M_PI) |
Definition at line 27 of file ossimOrthoGraphicProjection.cpp.
Referenced by ossimOrthoGraphicProjection::Convert_Geodetic_To_Orthographic(), and ossimOrthoGraphicProjection::Set_Orthographic_Parameters().