The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Quadrant
/*
 * ENUM: SE_Quadrant
 *
 *   This data type is used by <Quad Tree Data> to specify which quadrant
 *   of a Quad Tree is represented by the associated <Feature Hierarchy>
 *   (for a <Quad Tree Related Features>) or <Geometry Hierarchy> (for a
 *   <Quad Tree 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_NORTHWEST, (notes)
SE_QUADRANT_NORTHEAST, (notes)
SE_QUADRANT_SOUTHWEST, (notes)
SE_QUADRANT_SOUTHEAST (notes)
} SE_Quadrant;


Enumerant Notes


SE_QUADRANT_NORTHWEST

 Northwest quadrant.

SE_QUADRANT_NORTHEAST

 Northeast quadrant.

SE_QUADRANT_SOUTHWEST

 Southwest quadrant.

SE_QUADRANT_SOUTHEAST

 Southeast quadrant.



Prev: SE_Property_Data_Value_Type. Next: SE_Reference_Vector_Type.


Return to: Top of this Page, Type Index

Last updated: May 15, 2003 Copyright © 2003 SEDRIS™