pe_geogtran_geogcs1 |
Retrieves the from geographic coordinate system
PE_GEOGCS pe_geogtran_geogcs1 (PE_GEOGTRAN geogtran);
geogtran | Geographic transformation object |
Returns the “from” geographic coordinate system
On success, a geographic coordinate system object; on failure, a null pointer
PE_GEOGTRAN agd2wgs = pe_factory (8139);
PE_GEOGCS gt_gcs1 =pe_geogtran_geogcs1(agd2wgs);