pe_datum_authority_set |
Sets the authority of a datum
void pe_datum_authority_set (PE_DATUM datum, PE_AUTHORITY authority);
datum | The datum object |
authority | New authority of the object |
This function assigns an authority to a datum.
pe_datum_authority_set(wgs84,auth);