pe_spheroid_name

Retrieves the name of a spheroid

Usage syntax

void pe_spheroid_name (PE_SPHEROID spheroid, char name[PE_NAME_MAX]);

Parameters
spheroid The spheroid object
name The name of the spheroid object
Description

Retrieves the name of the specified spheroid

Returns

None

Examples

char sph1[PE_NAME_MAX];
pe_spheroid_name(wgs84, sph1);