pe_array_to_string_ext

Creates an extended string representation of an array

Usage syntax

void pe_array_to_string_ext (PE_ARRAY array, int mode, char buffer[PE_BUFFER_MAX]);

Parameters
array The array object

mode

The mode of the string representation

buffer The string representation of the object
Description

This function creates an extended string representation of the array object. Arrays are used with PE_HTMETHOD and PE_ADHJCS objects.

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

ARRAY["Coefficients",6,30.0,0.0,0.0,-30.0,2433021.7,194933.5,AUTHORITY["EPSG",119433]]