pe_primem_longitude |
Retrieves the longitude value of a prime meridian object.
double pe_primem_longitude (PE_PRIMEM primem);
primem | Prime meridian object |
Retrieves the longitude value in decimal degrees with respect to Greenwich upon which the prime meridian is based.
On success, the longitude value of the specified prime meridian object. On failure, zero.
double pm_lon = pe_primem_longitude(pm1);