The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Quadrant
/*
 * ENUM: SE_Quadrant
 *
 *   This data type specifies which quadrant contains the data of
 *   interest. It is used by a <Quadrant Data> instance to specify
 *   which octant is represented by the associated <Feature Hierarchy>
 *   instance (for a <Quadrant Related Features> instance) or
 *   <Geometry Hierarchy> instance (for a <Quadrant Related Geometry>
 *   instance).
 *
 *   Quadrants an be used to specify quadtrees [SAMET].
 */
typedef enum
{
SE_QUADRANT_LEFT_FRONT,1
SE_QUADRANT_RIGHT_FRONT,2
SE_QUADRANT_LEFT_BACK,3
SE_QUADRANT_RIGHT_BACK4
} SE_Quadrant;


Enumerant Notes

1 Left front quadrant.

2 Right front quadrant.

3 Left back quadrant.

4 Right back quadrant.




Prev: SE_Property_Code_Type. Next: SE_Reference_Surface_Elevation_Select.


Return to: Top of this Page, Type Index