OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Macros | Functions
ossimUps.h File Reference

Go to the source code of this file.

Macros

#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

long Set_UPS_Parameters (double a, double f)
 
void Get_UPS_Parameters (double *a, double *f)
 
long Convert_Geodetic_To_UPS (double Latitude, double Longitude, char *Hemisphere, double *Easting, double *Northing)
 
long Convert_UPS_To_Geodetic (char Hemisphere, double Easting, double Northing, double *Latitude, double *Longitude)
 

Macro Definition Documentation

◆ UPS_A_ERROR

#define UPS_A_ERROR   0x0020

Definition at line 94 of file ossimUps.h.

◆ UPS_EASTING_ERROR

#define UPS_EASTING_ERROR   0x0008

Definition at line 92 of file ossimUps.h.

◆ UPS_HEMISPHERE_ERROR

#define UPS_HEMISPHERE_ERROR   0x0004

Definition at line 91 of file ossimUps.h.

◆ UPS_INV_F_ERROR

#define UPS_INV_F_ERROR   0x0040

Definition at line 95 of file ossimUps.h.

◆ UPS_LAT_ERROR

#define UPS_LAT_ERROR   0x0001

Definition at line 89 of file ossimUps.h.

◆ UPS_LON_ERROR

#define UPS_LON_ERROR   0x0002

Definition at line 90 of file ossimUps.h.

◆ UPS_NO_ERROR

#define UPS_NO_ERROR   0x0000

Definition at line 88 of file ossimUps.h.

◆ UPS_NORTHING_ERROR

#define UPS_NORTHING_ERROR   0x0010

Definition at line 93 of file ossimUps.h.

Function Documentation

◆ Convert_Geodetic_To_UPS()

long Convert_Geodetic_To_UPS ( double  Latitude,
double  Longitude,
char *  Hemisphere,
double *  Easting,
double *  Northing 
)

◆ Convert_UPS_To_Geodetic()

long Convert_UPS_To_Geodetic ( char  Hemisphere,
double  Easting,
double  Northing,
double *  Latitude,
double *  Longitude 
)

◆ Get_UPS_Parameters()

void Get_UPS_Parameters ( double *  a,
double *  f 
)

◆ Set_UPS_Parameters()

long Set_UPS_Parameters ( double  a,
double  f 
)