pe_spheroid_from_string |
Creates a spheroid object from its string representation
PE_SPHEROID pe_spheroid_from_string (const char *buffer);
buffer | The string representation of the spheroid object |
Creates a spheroid object from its string representation
On success, a spheroid object; otherwise, a null pointer
PE_SPHEROID s;
char *sph_metadata = SPHEROID[\"WGS_1984\",6378137,298.257223563];
s = pe_spheroid_from_string(sph_metadata);