/*
 * ENUM: SE_RS_LOD_ENUM
 *
 *   Used by a <Reference Surface> whose associated <Geometry Hierarchy>
 *   contains <Level of Detail Related Geometry> to select which branch
 *   of the <Level of Detail Related Geometry> is to be used to resolve
 *   <Location 2D> objects, when more than one branch could apply to a
 *   given <Location 2D>.
 *
 *   Not used for <Continuous Level of Detail Related Geometry>.
 */
typedef enum
{
SE_ALL_LOD, (notes)
SE_MOST_DETAILED_LOD, (notes)
SE_LEAST_DETAILED_LOD (notes)
} SE_RS_LOD_ENUM;


Enumerator Notes

SE_ALL_LOD

 The default; consider all LOD branches.

SE_MOST_DETAILED_LOD

 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_LEAST_DETAILED_LOD

 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_ROTATION_DATA. Next: SE_RS_MULTIPLICITY_ENUM. Up:Index