pe_projcs_geogcs

Retrieves the geographic coordinate system of a projected coordinate system.

Usage syntax

PE_GEOGCS pe_projcs_geogcs (PE_PROJCS projcs);

Parameters
projcs The projected coordinate system object
Description

Retrieves the geographic coordinate system of a projected coordinate system.

Returns

On success, the geographic coordinate system of the specified projected coordinate system object. On failure, a null pointer.

Examples

PE_GEOGCS gcs = pe_projcs_geogcs(CA5);