Function Name: SRF Parameters Equal

Definition

Determines whether two sets of spatial reference frame (SRF) parameters are equal.

Returns

SE_TRUE -- if the SRF parameters are non-NULL, are in the same SRF, and are equal

SE_FALSE -- otherwise

Prototype


extern SE_BOOLEAN
SRM_SRFParametersEqual
(
constSE_SRF_PARAMETERS *srf1_ptr, (notes)
constSE_SRF_PARAMETERS *srf2_ptr (notes)
);

Parameters Notes

srf1_ptr

 pointer to the first set of SRF parameters to be compared.

srf2_ptr

 pointer to the second set of SRF parameters to be compared.

Prev: SRF 3D Parameters Equal. Next: Valid Color Model. Up:Index.