pe_datum_to_string_ext

Creates an extended string representation of a datum

Usage syntax

void pe_datum_to_string_ext (PE_DATUM datum, int mode, char buffer[PE_BUFFER_MAX]);

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

This function creates an extended string representation of a datum object.

The values for the mode parameter are:

   PE_STR_AUTH_NONE   0  /* No authority information */
   PE_STR_AUTH_TOP    1  /* Only include authority information for the top-level object */
   PE_STR_AUTH_ALL    2  /* Include authority information for all objects */
Returns

None

Examples

DATUM["D_MGI",SPHEROID["Bessel_1841",6377397.155,299.1528128,AUTHORITY["EPSG",7004]],AUTHORITY["EPSG",6312]]