97 #define POLAR_NO_ERROR 0x0000 98 #define POLAR_LAT_ERROR 0x0001 99 #define POLAR_LON_ERROR 0x0002 100 #define POLAR_ORIGIN_LAT_ERROR 0x0004 101 #define POLAR_ORIGIN_LON_ERROR 0x0008 102 #define POLAR_EASTING_ERROR 0x0010 103 #define POLAR_NORTHING_ERROR 0x0020 104 #define POLAR_A_ERROR 0x0040 105 #define POLAR_INV_F_ERROR 0x0080 106 #define POLAR_RADIUS_ERROR 0x0100 120 double Latitude_of_True_Scale,
121 double Longitude_Down_from_Pole,
122 double False_Easting,
123 double False_Northing);
141 double *Latitude_of_True_Scale,
142 double *Longitude_Down_from_Pole,
143 double *False_Easting,
144 double *False_Northing);
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)
long Convert_Geodetic_To_Polar_Stereographic(double Latitude, double Longitude, double *Easting, double *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_Polar_Stereographic_To_Geodetic(double Easting, double Northing, double *Latitude, double *Longitude)