PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ spheroid_parallel_arc_length()

static double spheroid_parallel_arc_length ( double  latitude,
double  deltaLongitude,
const SPHEROID spheroid 
)
inlinestatic

Definition at line 425 of file lwspheroid.c.

426 {
427  return spheroid_prime_vertical_radius_of_curvature(latitude, spheroid)
428  * cos(latitude)
429  * deltaLongitude;
430 }
double deltaLongitude(double azimuth, double sigma, double tsm, SPHEROID *sphere)
static double spheroid_prime_vertical_radius_of_curvature(double latitude, const SPHEROID *spheroid)
Definition: lwspheroid.c:420

References deltaLongitude(), and spheroid_prime_vertical_radius_of_curvature().

Referenced by spheroid_striparea().

Here is the call graph for this function:
Here is the caller graph for this function: