pe_datum_name

Retrieves the name of a datum

Usage syntax

void pe_datum_name (PE_DATUM datum, char name[PE_NAME_MAX]);

Parameters

 

datum The datum object
name The name of the datum object
Description

Retrieves the name of the specified horizontal datum

Returns

None

Examples

char w[PE_NAME_MAX];
pe_datum_name(wgs84, w);