pe_authority_to_string

Creates a string representation of an authority

Usage syntax

void pe_authority_to_string (PE_AUTHORITY authority, char buffer[PE_BUFFER_MAX]);

Parameters
authority The authority object
buffer The string representation of the object
Description

This function creates a string representation of an authority object in the format:
AUTHORITY["name",code]

Returns

None

Examples

AUTHORITY["EPSG",4326]