80 #define UTM_NO_ERROR 0x0000 81 #define UTM_LAT_ERROR 0x0001 82 #define UTM_LON_ERROR 0x0002 83 #define UTM_EASTING_ERROR 0x0004 84 #define UTM_NORTHING_ERROR 0x0008 85 #define UTM_ZONE_ERROR 0x0010 86 #define UTM_HEMISPHERE_ERROR 0x0020 87 #define UTM_ZONE_OVERRIDE_ERROR 0x0040 88 #define UTM_A_ERROR 0x0080 89 #define UTM_INV_F_ERROR 0x0100
long OSSIM_DLL Set_UTM_Parameters(double a, double f, long override)
long OSSIM_DLL Convert_UTM_To_Geodetic(long Zone, char Hemisphere, double Easting, double Northing, double *Latitude, double *Longitude)
long OSSIM_DLL Convert_Geodetic_To_UTM(double Latitude, double Longitude, long *Zone, char *Hemisphere, double *Easting, double *Northing)
void OSSIM_DLL Get_UTM_Parameters(double *a, double *f, long *override)