Go to the source code of this file.
|
long OSSIM_DLL | Set_UTM_Parameters (double a, double f, long override) |
|
void OSSIM_DLL | Get_UTM_Parameters (double *a, double *f, long *override) |
|
long OSSIM_DLL | Convert_Geodetic_To_UTM (double Latitude, double Longitude, long *Zone, char *Hemisphere, double *Easting, double *Northing) |
|
long OSSIM_DLL | Convert_UTM_To_Geodetic (long Zone, char Hemisphere, double Easting, double Northing, double *Latitude, double *Longitude) |
|
◆ UTM_A_ERROR
#define UTM_A_ERROR 0x0080 |
◆ UTM_EASTING_ERROR
#define UTM_EASTING_ERROR 0x0004 |
◆ UTM_HEMISPHERE_ERROR
#define UTM_HEMISPHERE_ERROR 0x0020 |
◆ UTM_INV_F_ERROR
#define UTM_INV_F_ERROR 0x0100 |
◆ UTM_LAT_ERROR
#define UTM_LAT_ERROR 0x0001 |
◆ UTM_LON_ERROR
#define UTM_LON_ERROR 0x0002 |
◆ UTM_NO_ERROR
#define UTM_NO_ERROR 0x0000 |
◆ UTM_NORTHING_ERROR
#define UTM_NORTHING_ERROR 0x0008 |
◆ UTM_ZONE_ERROR
#define UTM_ZONE_ERROR 0x0010 |
◆ UTM_ZONE_OVERRIDE_ERROR
#define UTM_ZONE_OVERRIDE_ERROR 0x0040 |
◆ Convert_Geodetic_To_UTM()
long OSSIM_DLL Convert_Geodetic_To_UTM |
( |
double |
Latitude, |
|
|
double |
Longitude, |
|
|
long * |
Zone, |
|
|
char * |
Hemisphere, |
|
|
double * |
Easting, |
|
|
double * |
Northing |
|
) |
| |
◆ Convert_UTM_To_Geodetic()
long OSSIM_DLL Convert_UTM_To_Geodetic |
( |
long |
Zone, |
|
|
char |
Hemisphere, |
|
|
double |
Easting, |
|
|
double |
Northing, |
|
|
double * |
Latitude, |
|
|
double * |
Longitude |
|
) |
| |
◆ Get_UTM_Parameters()
void OSSIM_DLL Get_UTM_Parameters |
( |
double * |
a, |
|
|
double * |
f, |
|
|
long * |
override |
|
) |
| |
◆ Set_UTM_Parameters()
long OSSIM_DLL Set_UTM_Parameters |
( |
double |
a, |
|
|
double |
f, |
|
|
long |
override |
|
) |
| |