pe_spheroid_to_string

Creates a string representation of a spheroid

Usage syntax

void pe_spheroid_to_string (PE_SPHEROID spheroid, char buffer[PE_BUFFER_MAX]);

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

Creates a string representation of the spheroid object of the format:
SPHEROID["name",axis,1/f].

Returns

None

Examples

SPHEROID["WGS_1984",6378137,298.257223563]