SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API
Types
SE_Search_Bounds
/*
 * STRUCT: SE_Search_Bounds
 *
 *   Boundary values that are passed to SE_CreateSpatialSearchBoundary(). The
 *   minimum point and maximum point must be in the same spatial reference
 *   frame (SRF); specifically, the current user-set SRF when the
 *   SE_Search_Bounds is passed to SE_CreateSpatialSearchBoundary().
 */
typedef struct
{

SRM_Coordinate minimum_point;1
SRM_Coordinate maximum_point;2
} SE_Search_Bounds;


Field Notes

minimum_point

Specifies the minimum value defining the range of each coordinate; infinite values are allowed.

The southwest corner of the bounding area, if 2D, or the lower southwest corner of the bounding volume, if 3D.

maximum_point

Specifies the maximum value defining the range of each coordinate; infinite values are allowed.

The northeast corner of the bounding area, if 2D, or the upper northeast corner of the bounding volume, if 3D.




Prev: SE_Search_Boundary. Next: SE_Search_Bounds_Closure.


Return to: Top of this Page, Type Index