Go to the documentation of this file.
30 static double lon_center;
32 static double false_easting;
33 static double false_northing;
37 int molwforint(
double r,
double center_long,
double false_east,
double false_north)
44 false_easting = false_east;
45 false_northing = false_north;
47 lon_center = center_long;
74 delta_theta = -(theta + sin(theta) - con) / (1.0 + cos(theta));
91 *
x = 0.900316316158 *
R * delta_lon * cos(theta) + false_easting;
92 *
y = 1.4142135623731 *
R * sin(theta) + false_northing;
int molwforint(double r, double center_long, double false_east, double false_north)
double adjust_lon(double x)
int molwfor(double lon, double lat, double *x, double *y)