pe_geogtran_name |
Retrieves the name of a geographic transformation.
void pe_geogtran_name (PE_GEOGTRAN geogtran, char name[PE_NAME_MAX]);
geogtran | Geographic transformation object |
name | The name of the geographic transformation object |
Retrieves the name of a geographic transformation object.
None
char gt1_name[PE_NAME_MAX];
pe_geogtran_name(agd2wgs, gt1_name);