OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossim/projection/ossimBonneProjection.h>
#include <ossim/projection/ossimSinusoid.h>
#include <ossim/base/ossimKeywordNames.h>
Go to the source code of this file.
Macros | |
#define | BONN_NO_ERROR 0x0000 |
#define | BONN_LAT_ERROR 0x0001 |
#define | BONN_LON_ERROR 0x0002 |
#define | BONN_EASTING_ERROR 0x0004 |
#define | BONN_NORTHING_ERROR 0x0008 |
#define | BONN_ORIGIN_LAT_ERROR 0x0010 |
#define | BONN_CENT_MER_ERROR 0x0020 |
#define | BONN_A_ERROR 0x0040 |
#define | BONN_B_ERROR 0x0080 |
#define | BONN_A_LESS_B_ERROR 0x0100 |
#define | PI_OVER_2 (M_PI / 2.0) |
#define | BONN_m(coslat, sinlat) (coslat/sqrt(1.0 - es2*sinlat*sinlat)) |
#define | BONN_M(c0lat, c1s2lat, c2s4lat, c3s6lat) (Bonn_a*(c0lat-c1s2lat+c2s4lat-c3s6lat)) |
#define | COEFF_TIMES_BONN_SIN(coeff, x, latit) (coeff*(sin(x * latit))) |
#define | FLOAT_EQ(x, v, epsilon) (((v - epsilon) < x) && (x < (v + epsilon))) |
#define BONN_A_ERROR 0x0040 |
Definition at line 31 of file ossimBonneProjection.cpp.
#define BONN_A_LESS_B_ERROR 0x0100 |
Definition at line 33 of file ossimBonneProjection.cpp.
#define BONN_B_ERROR 0x0080 |
Definition at line 32 of file ossimBonneProjection.cpp.
#define BONN_CENT_MER_ERROR 0x0020 |
Definition at line 30 of file ossimBonneProjection.cpp.
#define BONN_EASTING_ERROR 0x0004 |
Definition at line 27 of file ossimBonneProjection.cpp.
#define BONN_LAT_ERROR 0x0001 |
Definition at line 25 of file ossimBonneProjection.cpp.
#define BONN_LON_ERROR 0x0002 |
Definition at line 26 of file ossimBonneProjection.cpp.
#define BONN_m | ( | coslat, | |
sinlat | |||
) | (coslat/sqrt(1.0 - es2*sinlat*sinlat)) |
Definition at line 36 of file ossimBonneProjection.cpp.
Referenced by ossimBonneProjection::Convert_Bonne_To_Geodetic(), ossimBonneProjection::Convert_Geodetic_To_Bonne(), and ossimBonneProjection::Set_Bonne_Parameters().
#define BONN_M | ( | c0lat, | |
c1s2lat, | |||
c2s4lat, | |||
c3s6lat | |||
) | (Bonn_a*(c0lat-c1s2lat+c2s4lat-c3s6lat)) |
Definition at line 37 of file ossimBonneProjection.cpp.
Referenced by ossimBonneProjection::Convert_Geodetic_To_Bonne(), and ossimBonneProjection::Set_Bonne_Parameters().
#define BONN_NO_ERROR 0x0000 |
Definition at line 24 of file ossimBonneProjection.cpp.
Referenced by ossimBonneProjection::Convert_Bonne_To_Geodetic(), ossimBonneProjection::Convert_Geodetic_To_Bonne(), and ossimBonneProjection::Set_Bonne_Parameters().
#define BONN_NORTHING_ERROR 0x0008 |
Definition at line 28 of file ossimBonneProjection.cpp.
#define BONN_ORIGIN_LAT_ERROR 0x0010 |
Definition at line 29 of file ossimBonneProjection.cpp.
Definition at line 38 of file ossimBonneProjection.cpp.
Referenced by ossimBonneProjection::Convert_Bonne_To_Geodetic(), ossimBonneProjection::Convert_Geodetic_To_Bonne(), and ossimBonneProjection::Set_Bonne_Parameters().
Definition at line 39 of file ossimBonneProjection.cpp.
Referenced by ossimBonneProjection::Convert_Bonne_To_Geodetic(), and ossimBonneProjection::Convert_Geodetic_To_Bonne().
#define PI_OVER_2 (M_PI / 2.0) |
Definition at line 35 of file ossimBonneProjection.cpp.
Referenced by ossimBonneProjection::Convert_Bonne_To_Geodetic(), and ossimBonneProjection::Convert_Geodetic_To_Bonne().