Go to the source code of this file.
|
OSSIM_DLL long | Set_Geocentric_Parameters (double a, double f) |
|
OSSIM_DLL void | Get_Geocentric_Parameters (double *a, double *f) |
|
OSSIM_DLL long | Convert_Geodetic_To_Geocentric (double Latitude, double Longitude, double Height, double *X, double *Y, double *Z) |
|
OSSIM_DLL void | Convert_Geocentric_To_Geodetic (double X, double Y, double Z, double *Latitude, double *Longitude, double *Height) |
|
◆ GEOCENT_A_ERROR
#define GEOCENT_A_ERROR 0x0004 |
◆ GEOCENT_INV_F_ERROR
#define GEOCENT_INV_F_ERROR 0x0008 |
◆ GEOCENT_LAT_ERROR
#define GEOCENT_LAT_ERROR 0x0001 |
◆ GEOCENT_LON_ERROR
#define GEOCENT_LON_ERROR 0x0002 |
◆ GEOCENT_NO_ERROR
#define GEOCENT_NO_ERROR 0x0000 |
◆ Convert_Geocentric_To_Geodetic()
OSSIM_DLL void Convert_Geocentric_To_Geodetic |
( |
double |
X, |
|
|
double |
Y, |
|
|
double |
Z, |
|
|
double * |
Latitude, |
|
|
double * |
Longitude, |
|
|
double * |
Height |
|
) |
| |
◆ Convert_Geodetic_To_Geocentric()
OSSIM_DLL long Convert_Geodetic_To_Geocentric |
( |
double |
Latitude, |
|
|
double |
Longitude, |
|
|
double |
Height, |
|
|
double * |
X, |
|
|
double * |
Y, |
|
|
double * |
Z |
|
) |
| |
◆ Get_Geocentric_Parameters()
OSSIM_DLL void Get_Geocentric_Parameters |
( |
double * |
a, |
|
|
double * |
f |
|
) |
| |
◆ Set_Geocentric_Parameters()
OSSIM_DLL long Set_Geocentric_Parameters |
( |
double |
a, |
|
|
double |
f |
|
) |
| |