pe_authority_version

Retrieves the version of an authority

Usage syntax

void pe_authority_version (PE_AUTHORITY authority, char version_buf[PE_AUTH_MAX]);

Parameters
authority The authority object
version_buf The version of the authority object
Description

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.

Returns

None

Examples

char w[PE_AUTH_MAX];
pe_authority_version(auth1, w);