pe_adjhcs_coordsys |
Retrieves the coordinate system of an adjusted horizontal coordinate system
PE_COORDSYS pe_adjhcs_coordsys (PE_ADJHCS adjhcs);
adjhcs | The adjusted horizontal coordinate system object |
This function retrieves the coordinate system of an adjusted horizontal coordinate system.
On success, the coordinate system of the specified adjusted horizontal coordinate system object; on failure, a null pointer.
PE_COORDSYS cs = pe_adjhcs_coordsys(adjCA5);