Function Name: Get Corresponding 3D SRF

Definition

Given a 2D spatial reference frame (SRF), retrieves the corresponding 3D SRF, if there is one.

Returns

SE_COORD_SUCCESS - if a valid parameter was passed in and it has a 2D equivalent.

SE_COORD_FAILURE - otherwise.

Prototype


extern SE_COORD_STATUS_CODE_ENUM
SRM_GetCorresponding3DSRF
(
SRM_SRF_2D_ENUM srf_2D, (notes)
SRM_SRF_3D_ENUM *srf_3D_ptr (notes)
);

Parameters Notes

srf_2D

 2D SRF for which we want the corresponding 3D SRF

srf_3D_ptr

 pointer to a variable, provided by the user, into which
     the corresponding 3D SRF's enumerator is copied, if there is one.

Prev: Get Corresponding 2D SRF. Next: Get WGS84 Geoidal Separation. Up:Index.