pe_datum_to_string |
Creates a string representation of a datum
void pe_datum_to_string (PE_DATUM datum, char buffer[PE_BUFFER_MAX]);
datum | The datum object |
buffer | The string representation of the object |
Creates a string representation of a horizontal datum object in the
format:
DATUM["name",SPHEROID["name",axis,1/f]]
None
DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]]