80 #define SINU_NO_ERROR 0x0000 81 #define SINU_LAT_ERROR 0x0001 82 #define SINU_LON_ERROR 0x0002 83 #define SINU_EASTING_ERROR 0x0004 84 #define SINU_NORTHING_ERROR 0x0008 85 #define SINU_CENT_MER_ERROR 0x0020 86 #define SINU_A_ERROR 0x0040 87 #define SINU_INV_F_ERROR 0x0080 103 double Central_Meridian,
104 double False_Easting,
105 double False_Northing);
126 double *Central_Meridian,
127 double *False_Easting,
128 double *False_Northing);
void Get_Sinusoidal_Parameters(double *a, double *f, double *Central_Meridian, double *False_Easting, double *False_Northing)
long Set_Sinusoidal_Parameters(double a, double f, double Central_Meridian, double False_Easting, double False_Northing)
long Convert_Sinusoidal_To_Geodetic(double Easting, double Northing, double *Latitude, double *Longitude)
long Convert_Geodetic_To_Sinusoidal(double Latitude, double Longitude, double *Easting, double *Northing)