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_Coord minimum_point; (notes)
SRM_Coord maximum_point; (notes)
} 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

Last updated: July 16, 2004 Copyright © 2004 SEDRIS