pe_primem_to_string

Creates a string representation of a prime meridian.

Usage syntax

void pe_primem_to_string (PE_PRIMEM primem, char buffer[PE_BUFFER_MAX]);

Parameters
primem The prime meridian object
buffer The string representation of the object
Description

Creates a string representation of the prime meridian object of the format: PRIMEM["name",longitude].

Returns

None

Examples

PRIMEM["Greenwich",0]