91 #define TRANMERC_NO_ERROR 0x0000 92 #define TRANMERC_LAT_ERROR 0x0001 93 #define TRANMERC_LON_ERROR 0x0002 94 #define TRANMERC_EASTING_ERROR 0x0004 95 #define TRANMERC_NORTHING_ERROR 0x0008 96 #define TRANMERC_ORIGIN_LAT_ERROR 0x0010 97 #define TRANMERC_CENT_MER_ERROR 0x0020 98 #define TRANMERC_A_ERROR 0x0040 99 #define TRANMERC_INV_F_ERROR 0x0080 100 #define TRANMERC_SCALE_FACTOR_ERROR 0x0100 101 #define TRANMERC_LON_WARNING 0x0200 117 double Origin_Latitude,
118 double Central_Meridian,
119 double False_Easting,
120 double False_Northing,
121 double Scale_Factor);
143 double *Origin_Latitude,
144 double *Central_Meridian,
145 double *False_Easting,
146 double *False_Northing,
147 double *Scale_Factor);
long Set_Transverse_Mercator_Parameters(double a, double f, double Origin_Latitude, double Central_Meridian, double False_Easting, double False_Northing, double Scale_Factor)
void Get_Transverse_Mercator_Parameters(double *a, double *f, double *Origin_Latitude, double *Central_Meridian, double *False_Easting, double *False_Northing, double *Scale_Factor)
long Convert_Transverse_Mercator_To_Geodetic(double Easting, double Northing, double *Latitude, double *Longitude)
long Convert_Geodetic_To_Transverse_Mercator(double Latitude, double Longitude, double *Easting, double *Northing)