pe_projection_to_string |
Creates a string representation of a map projection.
void pe_projection_to_string (PE_PROJECTION projection, char buffer[PE_BUFFER_MAX]);
projection | The map projection object |
buffer | The string representation of the object |
Creates a string representation of the map projection object in the format: PROJECTION["name"].
None
PROJECTION["Mercator"]