/*
* 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>.
*/
} SE_RS_LOD_ENUM;
Enumerator Notes
The default; consider all LOD branches.
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.
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