pe_datum_spheroid |
Retrieves the spheroid of a datum
PE_SPHEROID pe_datum_spheroid (PE_DATUM datum);
datum | The datum object |
Retrieves the spheroid of the specified horizontal datum
Retrieves the spheroid object of a horizontal datum
PE_SPHEROID s = pe_datum_spheroid(wgs84);