Go to the documentation of this file.
28 static double lon_center;
30 static double false_easting;
31 static double false_northing;
43 false_easting = false_east;
44 false_northing = false_north;
46 lon_center = center_long;
66 arg =
y / (1.4142135623731 *
R);
71 if (
fabs(arg) > 0.999999999999) arg = 0.999999999999;
78 *
lon = lon_center + (
x / (0.900316316158 *
R * cos(theta)));
86 arg = (2.0 * theta + sin(2.0 * theta)) /
PI;
87 if (
fabs(arg) > 1.0)arg = 1.0;
double adjust_lon(double x)
int molwinvint(double r, double center_long, double false_east, double false_north)
int molwinv(double x, double y, double *lon, double *lat)