The SEDRIS Data Representation Model
APPENDIX C - Types
SE_RS_LOD_Select
/*
 * ENUM: SE_RS_LOD_Select
 *
 *   This data type is used by a <Reference Surface> instance, the
 *   associated <Geometry Hierarchy> of which contains
 *   <Level Of Detail Related Geometry> instances, to select which
 *   branch of the <Level Of Detail Related Geometry> is to be used
 *   to resolve <Location 2D> instances, when more than one branch
 *   could apply to a given <Location 2D>.
 *
 *   It is not used for <Continuous Level Of Detail Related Geometry>.
 */
typedef enum
{
SE_RS_LOD_SEL_ALL, (notes)
SE_RS_LOD_SEL_MOST_DETAILED, (notes)
SE_RS_LOD_SEL_LEAST_DETAILED (notes)
} SE_RS_LOD_Select;


Enumerant Notes


SE_RS_LOD_SEL_ALL

 The default; consider all LOD branches.

SE_RS_LOD_SEL_MOST_DETAILED

 Use the highest resolution LOD:
     Distance LOD - smallest minimum range
     Index LOD - lowest index
     Map LOD - smallest scale
     Spatial Resolution LOD - highest resolution

     Not used for Volume LOD.

SE_RS_LOD_SEL_LEAST_DETAILED

 Use the lowest resolution LOD
     Distance LOD - largest minimum range
     Index LOD - highest index
     Map LOD - largest scale
     Spatial Resolution LOD - lowest resolution

     Not used for Volume LOD.



Prev: SE_RS_Elevation_Select. Next: SE_Season.


Return to: Top of this Page, Type Index

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