pe_geogtran_geogcs1

Retrieves the “from” geographic coordinate system

Usage syntax

PE_GEOGCS pe_geogtran_geogcs1 (PE_GEOGTRAN geogtran);

Parameters
geogtran Geographic transformation object
Description

Returns the “from” geographic coordinate system

Returns

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

Examples

PE_GEOGTRAN agd2wgs = pe_factory (8139);
PE_GEOGCS gt_gcs1 =pe_geogtran_geogcs1(agd2wgs);