Go to the source code of this file.
|
long | Set_Sinusoidal_Parameters (double a, double f, double Central_Meridian, double False_Easting, double False_Northing) |
|
void | Get_Sinusoidal_Parameters (double *a, double *f, double *Central_Meridian, double *False_Easting, double *False_Northing) |
|
long | Convert_Geodetic_To_Sinusoidal (double Latitude, double Longitude, double *Easting, double *Northing) |
|
long | Convert_Sinusoidal_To_Geodetic (double Easting, double Northing, double *Latitude, double *Longitude) |
|
◆ SINU_A_ERROR
#define SINU_A_ERROR 0x0040 |
◆ SINU_CENT_MER_ERROR
#define SINU_CENT_MER_ERROR 0x0020 |
◆ SINU_EASTING_ERROR
#define SINU_EASTING_ERROR 0x0004 |
◆ SINU_INV_F_ERROR
#define SINU_INV_F_ERROR 0x0080 |
◆ SINU_LAT_ERROR
#define SINU_LAT_ERROR 0x0001 |
◆ SINU_LON_ERROR
#define SINU_LON_ERROR 0x0002 |
◆ SINU_NO_ERROR
#define SINU_NO_ERROR 0x0000 |
◆ SINU_NORTHING_ERROR
#define SINU_NORTHING_ERROR 0x0008 |
◆ Convert_Geodetic_To_Sinusoidal()
long Convert_Geodetic_To_Sinusoidal |
( |
double |
Latitude, |
|
|
double |
Longitude, |
|
|
double * |
Easting, |
|
|
double * |
Northing |
|
) |
| |
◆ Convert_Sinusoidal_To_Geodetic()
long Convert_Sinusoidal_To_Geodetic |
( |
double |
Easting, |
|
|
double |
Northing, |
|
|
double * |
Latitude, |
|
|
double * |
Longitude |
|
) |
| |
◆ Get_Sinusoidal_Parameters()
void Get_Sinusoidal_Parameters |
( |
double * |
a, |
|
|
double * |
f, |
|
|
double * |
Central_Meridian, |
|
|
double * |
False_Easting, |
|
|
double * |
False_Northing |
|
) |
| |
◆ Set_Sinusoidal_Parameters()
long Set_Sinusoidal_Parameters |
( |
double |
a, |
|
|
double |
f, |
|
|
double |
Central_Meridian, |
|
|
double |
False_Easting, |
|
|
double |
False_Northing |
|
) |
| |