pe_geogtran_geogcs2 |
Retrieves the to geographic coordinate system
PE_GEOGCS pe_geogtran_geogcs2 (PE_GEOGTRAN geogtran);
geogtran | Geographic transformation object |
Returns the to geographic coordinate system
On success, a geographic coordinate system; on failure, a null pointer
PE_GEOGTRAN agd2wgs = pe_factory (8139);
PE_GEOGCS gt_gcs2 =pe_geogtran_geogcs2(agd2wgs);