pe_datum_to_string

Creates a string representation of a datum

Usage syntax

void pe_datum_to_string (PE_DATUM datum, char buffer[PE_BUFFER_MAX]);

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

Creates a string representation of a horizontal datum object in the format:
DATUM["name",SPHEROID["name",axis,1/f]]

Returns

None

Examples

DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]]