pe_datum_spheroid

Retrieves the spheroid of a datum

Usage syntax

PE_SPHEROID pe_datum_spheroid (PE_DATUM datum);

Parameters
datum The datum object
Description

Retrieves the spheroid of the specified horizontal datum

Returns

Retrieves the spheroid object of a horizontal datum

Examples

PE_SPHEROID s = pe_datum_spheroid(wgs84);