Go to the documentation of this file.
24 static double r_major;
25 static double lon_center;
26 static double lat_origin;
27 static double false_northing;
28 static double false_easting;
45 lon_center = center_lon;
47 false_northing = false_north;
48 false_easting = false_east;
76 *
x = false_easting + r_major * dlon * cos(lat_origin);
77 *
y = false_northing + r_major *
lat;
void gctp_print_origin(double A)
void gctp_print_title(const char *proj_name)
double adjust_lon(double x)
long equiforint(double r_maj, double center_lon, double lat1, double false_east, double false_north)
long equifor(double lon, double lat, double *x, double *y)
void gctp_print_offsetp(double A, double B)
void gctp_print_cenlonmer(double A)
void gctp_print_radius(double radius)