pe_geogcs_name

Retrieves the name of a geographic coordinate system.

Usage syntax

void pe_geogcs_name (PE_GEOGCS geogcs, char name[PE_NAME_MAX]);

Parameters
geogcs Geographic coordinate system object
name The name of the geographic coordinate system object
Description

Retrieves the name of a geographic coordinate system.

Returns

None

Examples

char g[PE_NAME_MAX];
pe_geogcs_name(gcs, g);