pe_authority_version |
Retrieves the version of an authority
void pe_authority_version (PE_AUTHORITY authority, char version_buf[PE_AUTH_MAX]);
authority | The authority object |
version_buf | The version of the authority object |
This function retrieves the version of the specified authority.
An authority describes the source of a particular object. Currently, the Projection Engine supports three authorities: EPSG, ESRI, and CUSTOM. The version indicates a particular release by the authority.
None
char w[PE_AUTH_MAX];
pe_authority_version(auth1, w);