Function Name: Coord Equal

Definition

Determines whether two coordinates are equal.

Returns

SE_TRUE - if the coordinates are non-NULL, are in the same spatial reference frame, and are equal

SE_FALSE - otherwise

Prototype


extern SE_BOOLEAN
SRM_CoordEqual
(
constSE_COORD *coord1_ptr, (notes)
constSE_COORD *coord2_ptr (notes)
);

Parameters Notes

coord1_ptr

 pointer to the first coordinate to be compared.

coord2_ptr

 pointer to the second coordinate to be compared.

Prev: Coord 3D Equal. Next: Create Coord Conversion Constants. Up:Index.