|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
Go to the source code of this file.
Macros | |
| #define | ALBERS_NO_ERROR 0x0000 |
| #define | ALBERS_LAT_ERROR 0x0001 |
| #define | ALBERS_LON_ERROR 0x0002 |
| #define | ALBERS_EASTING_ERROR 0x0004 |
| #define | ALBERS_NORTHING_ERROR 0x0008 |
| #define | ALBERS_ORIGIN_LAT_ERROR 0x0010 |
| #define | ALBERS_CENT_MER_ERROR 0x0020 |
| #define | ALBERS_A_ERROR 0x0040 |
| #define | ALBERS_INV_F_ERROR 0x0080 |
| #define | ALBERS_FIRST_STDP_ERROR 0x0100 |
| #define | ALBERS_SECOND_STDP_ERROR 0x0200 |
| #define | ALBERS_FIRST_SECOND_ERROR 0x0400 |
| #define | ALBERS_HEMISPHERE_ERROR 0x0800 |
| #define | PI_OVER_2 ( M_PI / 2.0) |
| #define | ES_SIN(sinlat) (es * sinlat) |
| #define | ONE_MINUS_SQR(x) (1.0 - x * x) |
| #define | ALBERS_M(clat, oneminussqressin) (clat / sqrt(oneminussqressin)) |
| #define | ALBERS_Q(slat, oneminussqressin, essin) |
| #define ALBERS_A_ERROR 0x0040 |
Definition at line 31 of file ossimAlbersProjection.cpp.
Referenced by ossimAlbersProjection::Set_Albers_Parameters().
| #define ALBERS_CENT_MER_ERROR 0x0020 |
Definition at line 30 of file ossimAlbersProjection.cpp.
Referenced by ossimAlbersProjection::Set_Albers_Parameters().
| #define ALBERS_EASTING_ERROR 0x0004 |
Definition at line 27 of file ossimAlbersProjection.cpp.
Referenced by ossimAlbersProjection::Convert_Albers_To_Geodetic().
| #define ALBERS_FIRST_SECOND_ERROR 0x0400 |
Definition at line 35 of file ossimAlbersProjection.cpp.
Referenced by ossimAlbersProjection::Set_Albers_Parameters().
| #define ALBERS_FIRST_STDP_ERROR 0x0100 |
Definition at line 33 of file ossimAlbersProjection.cpp.
Referenced by ossimAlbersProjection::Set_Albers_Parameters().
| #define ALBERS_HEMISPHERE_ERROR 0x0800 |
Definition at line 36 of file ossimAlbersProjection.cpp.
Referenced by ossimAlbersProjection::Set_Albers_Parameters().
| #define ALBERS_INV_F_ERROR 0x0080 |
Definition at line 32 of file ossimAlbersProjection.cpp.
Referenced by ossimAlbersProjection::Set_Albers_Parameters().
| #define ALBERS_LAT_ERROR 0x0001 |
Definition at line 25 of file ossimAlbersProjection.cpp.
Referenced by ossimAlbersProjection::Convert_Geodetic_To_Albers().
| #define ALBERS_LON_ERROR 0x0002 |
Definition at line 26 of file ossimAlbersProjection.cpp.
Referenced by ossimAlbersProjection::Convert_Geodetic_To_Albers().
| #define ALBERS_M | ( | clat, | |
| oneminussqressin | |||
| ) | (clat / sqrt(oneminussqressin)) |
Definition at line 41 of file ossimAlbersProjection.cpp.
Referenced by ossimAlbersProjection::Set_Albers_Parameters().
| #define ALBERS_NO_ERROR 0x0000 |
Definition at line 24 of file ossimAlbersProjection.cpp.
Referenced by ossimAlbersProjection::Convert_Albers_To_Geodetic(), ossimAlbersProjection::Convert_Geodetic_To_Albers(), and ossimAlbersProjection::Set_Albers_Parameters().
| #define ALBERS_NORTHING_ERROR 0x0008 |
Definition at line 28 of file ossimAlbersProjection.cpp.
Referenced by ossimAlbersProjection::Convert_Albers_To_Geodetic().
| #define ALBERS_ORIGIN_LAT_ERROR 0x0010 |
Definition at line 29 of file ossimAlbersProjection.cpp.
Referenced by ossimAlbersProjection::Set_Albers_Parameters().
| #define ALBERS_Q | ( | slat, | |
| oneminussqressin, | |||
| essin | |||
| ) |
Definition at line 42 of file ossimAlbersProjection.cpp.
Referenced by ossimAlbersProjection::Convert_Geodetic_To_Albers(), and ossimAlbersProjection::Set_Albers_Parameters().
| #define ALBERS_SECOND_STDP_ERROR 0x0200 |
Definition at line 34 of file ossimAlbersProjection.cpp.
Referenced by ossimAlbersProjection::Set_Albers_Parameters().
| #define ES_SIN | ( | sinlat | ) | (es * sinlat) |
Definition at line 39 of file ossimAlbersProjection.cpp.
Referenced by ossimAlbersProjection::Convert_Albers_To_Geodetic(), ossimAlbersProjection::Convert_Geodetic_To_Albers(), and ossimAlbersProjection::Set_Albers_Parameters().
Definition at line 40 of file ossimAlbersProjection.cpp.
Referenced by ossimAlbersProjection::Convert_Albers_To_Geodetic(), ossimAlbersProjection::Convert_Geodetic_To_Albers(), and ossimAlbersProjection::Set_Albers_Parameters().
| #define PI_OVER_2 ( M_PI / 2.0) |
Definition at line 38 of file ossimAlbersProjection.cpp.
Referenced by ossimAlbersProjection::Convert_Albers_To_Geodetic(), ossimAlbersProjection::Convert_Geodetic_To_Albers(), and ossimAlbersProjection::Set_Albers_Parameters().
1.8.14