pe_spheroid_to_string |
Creates a string representation of a spheroid
void pe_spheroid_to_string (PE_SPHEROID spheroid, char buffer[PE_BUFFER_MAX]);
spheroid | The spheroid object |
buffer | The string representation of the object |
Creates a string representation of the spheroid object of the format:
SPHEROID["name",axis,1/f].
None
SPHEROID["WGS_1984",6378137,298.257223563]