pe_spheroid_name |
Retrieves the name of a spheroid
void pe_spheroid_name (PE_SPHEROID spheroid, char name[PE_NAME_MAX]);
spheroid | The spheroid object |
name | The name of the spheroid object |
Retrieves the name of the specified spheroid
None
char sph1[PE_NAME_MAX];
pe_spheroid_name(wgs84, sph1);