Go to the source code of this file.
|
long | Set_Polar_Stereographic_Parameters (double a, double f, double Latitude_of_True_Scale, double Longitude_Down_from_Pole, double False_Easting, double False_Northing) |
|
void | Get_Polar_Stereographic_Parameters (double *a, double *f, double *Latitude_of_True_Scale, double *Longitude_Down_from_Pole, double *False_Easting, double *False_Northing) |
|
long | Convert_Geodetic_To_Polar_Stereographic (double Latitude, double Longitude, double *Easting, double *Northing) |
|
long | Convert_Polar_Stereographic_To_Geodetic (double Easting, double Northing, double *Latitude, double *Longitude) |
|
◆ POLAR_A_ERROR
#define POLAR_A_ERROR 0x0040 |
◆ POLAR_EASTING_ERROR
#define POLAR_EASTING_ERROR 0x0010 |
◆ POLAR_INV_F_ERROR
#define POLAR_INV_F_ERROR 0x0080 |
◆ POLAR_LAT_ERROR
#define POLAR_LAT_ERROR 0x0001 |
◆ POLAR_LON_ERROR
#define POLAR_LON_ERROR 0x0002 |
◆ POLAR_NO_ERROR
#define POLAR_NO_ERROR 0x0000 |
◆ POLAR_NORTHING_ERROR
#define POLAR_NORTHING_ERROR 0x0020 |
◆ POLAR_ORIGIN_LAT_ERROR
#define POLAR_ORIGIN_LAT_ERROR 0x0004 |
◆ POLAR_ORIGIN_LON_ERROR
#define POLAR_ORIGIN_LON_ERROR 0x0008 |
◆ POLAR_RADIUS_ERROR
#define POLAR_RADIUS_ERROR 0x0100 |
◆ Convert_Geodetic_To_Polar_Stereographic()
long Convert_Geodetic_To_Polar_Stereographic |
( |
double |
Latitude, |
|
|
double |
Longitude, |
|
|
double * |
Easting, |
|
|
double * |
Northing |
|
) |
| |
◆ Convert_Polar_Stereographic_To_Geodetic()
long Convert_Polar_Stereographic_To_Geodetic |
( |
double |
Easting, |
|
|
double |
Northing, |
|
|
double * |
Latitude, |
|
|
double * |
Longitude |
|
) |
| |
◆ Get_Polar_Stereographic_Parameters()
void Get_Polar_Stereographic_Parameters |
( |
double * |
a, |
|
|
double * |
f, |
|
|
double * |
Latitude_of_True_Scale, |
|
|
double * |
Longitude_Down_from_Pole, |
|
|
double * |
False_Easting, |
|
|
double * |
False_Northing |
|
) |
| |
◆ Set_Polar_Stereographic_Parameters()
long Set_Polar_Stereographic_Parameters |
( |
double |
a, |
|
|
double |
f, |
|
|
double |
Latitude_of_True_Scale, |
|
|
double |
Longitude_Down_from_Pole, |
|
|
double |
False_Easting, |
|
|
double |
False_Northing |
|
) |
| |