pe_adjhcs_coordsys

Retrieves the coordinate system of an adjusted horizontal coordinate system

Usage syntax

PE_COORDSYS pe_adjhcs_coordsys (PE_ADJHCS adjhcs);

Parameters
adjhcs The adjusted horizontal coordinate system object
Description

This function retrieves the coordinate system of an adjusted horizontal coordinate system.

Returns

On success, the coordinate system of the specified adjusted horizontal coordinate system object; on failure, a null pointer.

Examples

PE_COORDSYS cs = pe_adjhcs_coordsys(adjCA5);