pe_geogtran_geogcs2

Retrieves the “to” geographic coordinate system

Usage syntax

PE_GEOGCS pe_geogtran_geogcs2 (PE_GEOGTRAN geogtran);

Parameters
geogtran Geographic transformation object
Description

Returns the “to” geographic coordinate system

Returns

On success, a geographic coordinate system; on failure, a null pointer

Examples

PE_GEOGTRAN agd2wgs = pe_factory (8139);
PE_GEOGCS gt_gcs2 =pe_geogtran_geogcs2(agd2wgs);