pe_datum_name |
Retrieves the name of a datum
void pe_datum_name (PE_DATUM datum, char name[PE_NAME_MAX]);
datum | The datum object |
name | The name of the datum object |
Retrieves the name of the specified horizontal datum
None
char w[PE_NAME_MAX];
pe_datum_name(wgs84, w);