pe_geogcs_to_string

Creates a string representation of the geographic coordinate system.

Usage syntax

void pe_geogcs_to_string (PE_GEOGCS geogcs, char buffer[PE_BUFFER_MAX]);

Parameters
geogcs The geographic coordinate system object
buffer The string representation of the object
Description

Creates a string representation of the geographic coordinate system object in the format: GEOGCS["name",DATUM["name",SPHEROID["name",axis,1/f]], PRIMEM["name",longitude], UNIT["name",conversion factor]]

Returns

None

Examples

GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",
SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],
UNIT["Degree",0.0174532925199433]]