pe_authority_to_string |
|
Creates a string representation of an authority
void pe_authority_to_string (PE_AUTHORITY authority, char buffer[PE_BUFFER_MAX]);
authority | The authority object |
buffer | The string representation of the object |
This function creates a string representation of an authority object in the
format:
AUTHORITY["name",code]
None
AUTHORITY["EPSG",4326]