88 #define UPS_NO_ERROR 0x0000
89 #define UPS_LAT_ERROR 0x0001
90 #define UPS_LON_ERROR 0x0002
91 #define UPS_HEMISPHERE_ERROR 0x0004
92 #define UPS_EASTING_ERROR 0x0008
93 #define UPS_NORTHING_ERROR 0x0010
94 #define UPS_A_ERROR 0x0020
95 #define UPS_INV_F_ERROR 0x0040
int Convert_UPS_To_Geodetic(char Hemisphere, double Easting, double Northing, double *Latitude, double *longitude)
void Get_UPS_Parameters(double *a, double *f)
int Convert_Geodetic_To_UPS(double Latitude, double longitude, char *Hemisphere, double *Easting, double *Northing)
int Set_UPS_Parameters(double a, double f)