Go to the documentation of this file.
30 static double lon_center;
32 static double false_easting;
33 static double false_northing;
48 lon_center = center_long;
49 false_easting = false_east;
50 false_northing = false_north;
79 fac =
R * 1.414213562 / sqrt(1.0 + cos(
lat) * cos(dlon / 2.0));
80 *
x = false_easting +
fac * 2.0 * cos(
lat) * sin(dlon / 2.0);
81 *
y = false_northing +
fac * sin(
lat);
void gctp_print_title(const char *proj_name)
long hamforint(double r, double center_long, double false_east, double false_north)
void gctp_print_cenlon(double A)
long hamfor(double lon, double lat, double *x, double *y)
double adjust_lon(double x)
void gctp_print_offsetp(double A, double B)
void gctp_print_radius(double radius)