|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
Go to the source code of this file.
Macros | |
| #define | PI 3.14159265358979323e0 /* PI */ |
| #define | PI_OVER (PI/2.0e0) /* PI over 2 */ |
| #define | MAX_LAT ((PI * 90)/180.0) /* 90 degrees in radians */ |
| #define | MAX_ORIGIN_LAT ((81.114528 * PI) / 180.0) |
| #define | MIN_NORTH_LAT (83.5*PI/180.0) |
| #define | MIN_SOUTH_LAT (-79.5*PI/180.0) |
| #define | MIN_EAST_NORTH 0 |
| #define | MAX_EAST_NORTH 4000000 |
| #define | UPS_NO_ERROR 0x0000 |
| #define | UPS_LAT_ERROR 0x0001 |
| #define | UPS_LON_ERROR 0x0002 |
| #define | UPS_HEMISPHERE_ERROR 0x0004 |
| #define | UPS_EASTING_ERROR 0x0008 |
| #define | UPS_NORTHING_ERROR 0x0010 |
| #define | UPS_A_ERROR 0x0020 |
| #define | UPS_INV_F_ERROR 0x0040 |
Functions | |
| RTTI_DEF1 (ossimUpsProjection, "ossimUpsProjection", ossimMapProjection) | |
| #define MAX_EAST_NORTH 4000000 |
Definition at line 20 of file ossimUpsProjection.cpp.
| #define MAX_LAT ((PI * 90)/180.0) /* 90 degrees in radians */ |
Definition at line 15 of file ossimUpsProjection.cpp.
| #define MAX_ORIGIN_LAT ((81.114528 * PI) / 180.0) |
Definition at line 16 of file ossimUpsProjection.cpp.
Referenced by ossimUpsProjection::Convert_UPS_To_Geodetic(), and ossimUpsProjection::setDefaults().
| #define MIN_EAST_NORTH 0 |
Definition at line 19 of file ossimUpsProjection.cpp.
| #define MIN_NORTH_LAT (83.5*PI/180.0) |
Definition at line 17 of file ossimUpsProjection.cpp.
| #define MIN_SOUTH_LAT (-79.5*PI/180.0) |
Definition at line 18 of file ossimUpsProjection.cpp.
| #define PI 3.14159265358979323e0 /* PI */ |
Definition at line 13 of file ossimUpsProjection.cpp.
| #define PI_OVER (PI/2.0e0) /* PI over 2 */ |
Definition at line 14 of file ossimUpsProjection.cpp.
| #define UPS_A_ERROR 0x0020 |
Definition at line 28 of file ossimUpsProjection.cpp.
| #define UPS_EASTING_ERROR 0x0008 |
Definition at line 26 of file ossimUpsProjection.cpp.
| #define UPS_HEMISPHERE_ERROR 0x0004 |
Definition at line 25 of file ossimUpsProjection.cpp.
| #define UPS_INV_F_ERROR 0x0040 |
Definition at line 29 of file ossimUpsProjection.cpp.
| #define UPS_LAT_ERROR 0x0001 |
Definition at line 23 of file ossimUpsProjection.cpp.
| #define UPS_LON_ERROR 0x0002 |
Definition at line 24 of file ossimUpsProjection.cpp.
| #define UPS_NO_ERROR 0x0000 |
Definition at line 22 of file ossimUpsProjection.cpp.
Referenced by ossimUpsProjection::Convert_Geodetic_To_UPS(), ossimUpsProjection::Convert_UPS_To_Geodetic(), and ossimUpsProjection::Set_UPS_Parameters().
| #define UPS_NORTHING_ERROR 0x0010 |
Definition at line 27 of file ossimUpsProjection.cpp.
| RTTI_DEF1 | ( | ossimUpsProjection | , |
| "ossimUpsProjection" | , | ||
| ossimMapProjection | |||
| ) |
1.8.14