pe_spheroid_axis |
Retrieves the semimajor axis value of a spheroid
double pe_spheroid_axis (PE_SPHEROID spheroid);
spheroid | The spheroid object |
Retrieves the axis value of the specified spheroid.
On success, the spheroid axis value; on failure, zero.
double b = pe_spheroid_axis(wgs84)*(1- pe_spheroid_flattening(wgs84));