Go to the source code of this file.
|
| 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_Geodetic_To_Transverse_Mercator (double Latitude, double Longitude, double *Easting, double *Northing) |
| |
| long | Convert_Transverse_Mercator_To_Geodetic (double Easting, double Northing, double *Latitude, double *Longitude) |
| |
◆ TRANMERC_A_ERROR
| #define TRANMERC_A_ERROR 0x0040 |
◆ TRANMERC_CENT_MER_ERROR
| #define TRANMERC_CENT_MER_ERROR 0x0020 |
◆ TRANMERC_EASTING_ERROR
| #define TRANMERC_EASTING_ERROR 0x0004 |
◆ TRANMERC_INV_F_ERROR
| #define TRANMERC_INV_F_ERROR 0x0080 |
◆ TRANMERC_LAT_ERROR
| #define TRANMERC_LAT_ERROR 0x0001 |
◆ TRANMERC_LON_ERROR
| #define TRANMERC_LON_ERROR 0x0002 |
◆ TRANMERC_LON_WARNING
| #define TRANMERC_LON_WARNING 0x0200 |
◆ TRANMERC_NO_ERROR
| #define TRANMERC_NO_ERROR 0x0000 |
◆ TRANMERC_NORTHING_ERROR
| #define TRANMERC_NORTHING_ERROR 0x0008 |
◆ TRANMERC_ORIGIN_LAT_ERROR
| #define TRANMERC_ORIGIN_LAT_ERROR 0x0010 |
◆ TRANMERC_SCALE_FACTOR_ERROR
| #define TRANMERC_SCALE_FACTOR_ERROR 0x0100 |
◆ Convert_Geodetic_To_Transverse_Mercator()
| long Convert_Geodetic_To_Transverse_Mercator |
( |
double |
Latitude, |
|
|
double |
Longitude, |
|
|
double * |
Easting, |
|
|
double * |
Northing |
|
) |
| |
◆ Convert_Transverse_Mercator_To_Geodetic()
| long Convert_Transverse_Mercator_To_Geodetic |
( |
double |
Easting, |
|
|
double |
Northing, |
|
|
double * |
Latitude, |
|
|
double * |
Longitude |
|
) |
| |
◆ Get_Transverse_Mercator_Parameters()
| void Get_Transverse_Mercator_Parameters |
( |
double * |
a, |
|
|
double * |
f, |
|
|
double * |
Origin_Latitude, |
|
|
double * |
Central_Meridian, |
|
|
double * |
False_Easting, |
|
|
double * |
False_Northing, |
|
|
double * |
Scale_Factor |
|
) |
| |
◆ Set_Transverse_Mercator_Parameters()
| long Set_Transverse_Mercator_Parameters |
( |
double |
a, |
|
|
double |
f, |
|
|
double |
Origin_Latitude, |
|
|
double |
Central_Meridian, |
|
|
double |
False_Easting, |
|
|
double |
False_Northing, |
|
|
double |
Scale_Factor |
|
) |
| |