The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Quadrant
/*
 * ENUM: SE_Quadrant
 *
 *   This data type is used by <Quadrant Data> to specify which quadrant
 *   of a Quadrant is represented by the associated <Feature Hierarchy>
 *   (for a <Quadrant Related Features>) or <Geometry Hierarchy> (for a
 *   <Quadrant Related Geometry>).
 *
 *   The numbering of the quadrants is based upon the region Quad Trees
 *   described in The Design and Analysis of Spatial Data Structures, by
 *   Hanan Samet, Addison-Wesley, 1990.
 */
typedef enum
{
SE_QUADRANT_LEFT_FRONT, (notes)
SE_QUADRANT_RIGHT_FRONT, (notes)
SE_QUADRANT_LEFT_BACK, (notes)
SE_QUADRANT_RIGHT_BACK (notes)
} SE_Quadrant;


Enumerant Notes


SE_QUADRANT_LEFT_FRONT

 Left front quadrant.

SE_QUADRANT_RIGHT_FRONT

 Right front quadrant.

SE_QUADRANT_LEFT_BACK

 Left back quadrant.

SE_QUADRANT_RIGHT_BACK

 Right back quadrant.



Prev: SE_Property_Code_Type. Next: SE_Reference_Vector_Type.


Return to: Top of this Page, Type Index

Last updated: July 16, 2004 Copyright © 2004 SEDRIS