OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <math.h>
#include <ossim/projection/ossimMercatorProjection.h>
#include <ossim/base/ossimKeywordNames.h>
Go to the source code of this file.
Macros | |
#define | PI 3.14159265358979323e0 /* PI */ |
#define | PI_OVER_2 ( PI / 2.0e0) |
#define | MAX_LAT ( (PI * 89.99) / 180.0 ) /* 89.99 degrees in radians */ |
#define | MERC_NO_ERROR 0x0000 |
#define | MERC_LAT_ERROR 0x0001 |
#define | MERC_LON_ERROR 0x0002 |
#define | MERC_EASTING_ERROR 0x0004 |
#define | MERC_NORTHING_ERROR 0x0008 |
#define | MERC_ORIGIN_LAT_ERROR 0x0010 |
#define | MERC_CENT_MER_ERROR 0x0020 |
#define | MERC_A_ERROR 0x0040 |
#define | MERC_B_ERROR 0x0080 |
#define | MERC_A_LESS_B_ERROR 0x0100 |
#define MAX_LAT ( (PI * 89.99) / 180.0 ) /* 89.99 degrees in radians */ |
Definition at line 27 of file ossimMercatorProjection.cpp.
Referenced by ossimMercatorProjection::Convert_Geodetic_To_Mercator(), and ossimMercatorProjection::Set_Mercator_Parameters().
#define MERC_A_ERROR 0x0040 |
Definition at line 36 of file ossimMercatorProjection.cpp.
#define MERC_A_LESS_B_ERROR 0x0100 |
Definition at line 38 of file ossimMercatorProjection.cpp.
#define MERC_B_ERROR 0x0080 |
Definition at line 37 of file ossimMercatorProjection.cpp.
#define MERC_CENT_MER_ERROR 0x0020 |
Definition at line 35 of file ossimMercatorProjection.cpp.
#define MERC_EASTING_ERROR 0x0004 |
Definition at line 32 of file ossimMercatorProjection.cpp.
#define MERC_LAT_ERROR 0x0001 |
Definition at line 30 of file ossimMercatorProjection.cpp.
Referenced by ossimMercatorProjection::Convert_Geodetic_To_Mercator().
#define MERC_LON_ERROR 0x0002 |
Definition at line 31 of file ossimMercatorProjection.cpp.
#define MERC_NO_ERROR 0x0000 |
#define MERC_NORTHING_ERROR 0x0008 |
Definition at line 33 of file ossimMercatorProjection.cpp.
#define MERC_ORIGIN_LAT_ERROR 0x0010 |
Definition at line 34 of file ossimMercatorProjection.cpp.
#define PI 3.14159265358979323e0 /* PI */ |
Definition at line 24 of file ossimMercatorProjection.cpp.
Referenced by ossimMercatorProjection::Convert_Geodetic_To_Mercator(), ossimMercatorProjection::Convert_Mercator_To_Geodetic(), and ossimMercatorProjection::Set_Mercator_Parameters().
#define PI_OVER_2 ( PI / 2.0e0) |
Definition at line 25 of file ossimMercatorProjection.cpp.