pe_projection_to_string

Creates a string representation of a map projection.

Usage syntax

void pe_projection_to_string (PE_PROJECTION projection, char buffer[PE_BUFFER_MAX]);

Parameters
projection The map projection object
buffer The string representation of the object
Description

Creates a string representation of the map projection object in the format: PROJECTION["name"].

Returns

None

Examples

PROJECTION["Mercator"]