SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API
Types
SE_Branch_Range_Matching
/*
 * ENUM: SE_Branch_Range_Matching
 *
 *   This data type specifies, when evaluating the branches of
 *   an <Aggregate Feature> or <Aggregate Geometry> instance
 *   against a range of search values, how to evaluate the
 *   field values of a given branch's link object against the
 *   search range, where the link object's field values themselves
 *   specify a range of values.
 */
typedef enum
{
SE_BRRNGMAT_EXACT,1
SE_BRRNGMAT_FULL_CONTAINMENT,2
SE_BRRNGMAT_INTERSECTION3
} SE_Branch_Range_Matching;


Enumerant Notes

1 For a branch to be considered a match, the search value range shall exactly match the branch's value range.

2 For a branch to be considered a match, the search value range shall be completely contained within the branch's value range.

3 For a branch to be considered a match, the search value range shall intersect the branch's value range.




Prev: SE_API_Function. Next: SE_Classification_Entry.


Return to: Top of this Page, Type Index