Go to the documentation of this file.
30 static double lon_center;
32 static double sin_p13;
33 static double cos_p13;
34 static double false_easting;
35 static double false_northing;
51 lon_center = center_long;
52 false_easting = false_east;
53 false_northing = false_north;
54 sincos(center_lat, &sin_p13, &cos_p13);
89 g = sin_p13 * sinphi + cos_p13 * cosphi * coslon;
96 *
x = false_easting +
R * ksp * cosphi * sin(dlon);
97 *
y = false_northing +
R * ksp * (cos_p13 * sinphi - sin_p13 * cosphi *
void gctp_print_title(const char *proj_name)
void gctp_print_cenlon(double A)
#define GCTP_PRINT_ERROR(format,...)
long gnomforint(double r, double center_long, double center_lat, double false_east, double false_north)
double adjust_lon(double x)
long gnomfor(double lon, double lat, double *x, double *y)
void gctp_print_offsetp(double A, double B)
void gctp_print_radius(double radius)
void gctp_print_cenlat(double A)