OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Macros | Functions
ossimGeocent.h File Reference
#include <ossim/base/ossimConstants.h>

Go to the source code of this file.

Macros

#define GEOCENT_NO_ERROR   0x0000
 
#define GEOCENT_LAT_ERROR   0x0001
 
#define GEOCENT_LON_ERROR   0x0002
 
#define GEOCENT_A_ERROR   0x0004
 
#define GEOCENT_INV_F_ERROR   0x0008
 

Functions

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)
 

Macro Definition Documentation

◆ GEOCENT_A_ERROR

#define GEOCENT_A_ERROR   0x0004

Definition at line 82 of file ossimGeocent.h.

◆ GEOCENT_INV_F_ERROR

#define GEOCENT_INV_F_ERROR   0x0008

Definition at line 83 of file ossimGeocent.h.

◆ GEOCENT_LAT_ERROR

#define GEOCENT_LAT_ERROR   0x0001

Definition at line 80 of file ossimGeocent.h.

◆ GEOCENT_LON_ERROR

#define GEOCENT_LON_ERROR   0x0002

Definition at line 81 of file ossimGeocent.h.

◆ GEOCENT_NO_ERROR

#define GEOCENT_NO_ERROR   0x0000

Definition at line 79 of file ossimGeocent.h.

Function Documentation

◆ 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 
)