Go to the source code of this file.
|
long | Set_UPS_Parameters (double a, double f) |
|
void | Get_UPS_Parameters (double *a, double *f) |
|
long | Convert_Geodetic_To_UPS (double Latitude, double Longitude, char *Hemisphere, double *Easting, double *Northing) |
|
long | Convert_UPS_To_Geodetic (char Hemisphere, double Easting, double Northing, double *Latitude, double *Longitude) |
|
◆ UPS_A_ERROR
#define UPS_A_ERROR 0x0020 |
◆ UPS_EASTING_ERROR
#define UPS_EASTING_ERROR 0x0008 |
◆ UPS_HEMISPHERE_ERROR
#define UPS_HEMISPHERE_ERROR 0x0004 |
◆ UPS_INV_F_ERROR
#define UPS_INV_F_ERROR 0x0040 |
◆ UPS_LAT_ERROR
#define UPS_LAT_ERROR 0x0001 |
◆ UPS_LON_ERROR
#define UPS_LON_ERROR 0x0002 |
◆ UPS_NO_ERROR
#define UPS_NO_ERROR 0x0000 |
◆ UPS_NORTHING_ERROR
#define UPS_NORTHING_ERROR 0x0010 |
◆ Convert_Geodetic_To_UPS()
long Convert_Geodetic_To_UPS |
( |
double |
Latitude, |
|
|
double |
Longitude, |
|
|
char * |
Hemisphere, |
|
|
double * |
Easting, |
|
|
double * |
Northing |
|
) |
| |
◆ Convert_UPS_To_Geodetic()
long Convert_UPS_To_Geodetic |
( |
char |
Hemisphere, |
|
|
double |
Easting, |
|
|
double |
Northing, |
|
|
double * |
Latitude, |
|
|
double * |
Longitude |
|
) |
| |
◆ Get_UPS_Parameters()
void Get_UPS_Parameters |
( |
double * |
a, |
|
|
double * |
f |
|
) |
| |
◆ Set_UPS_Parameters()
long Set_UPS_Parameters |
( |
double |
a, |
|
|
double |
f |
|
) |
| |