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
int Convert_Geodetic_To_UTM(double Latitude, double intitude, int *Zone, char *Hemisphere, double *Easting, double *Northing)
void Get_UTM_Parameters(double *a, double *f, int *override)
int Convert_UTM_To_Geodetic(int Zone, char Hemisphere, double Easting, double Northing, double *Latitude, double *intitude)
int Set_UTM_Parameters(double a, double f, int override)