|
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 * <LOD Related Geometry> instances, to select which * branch of the <LOD 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 LOD Related Geometry>. */
| typedef | enum | |
| { | ||
| SE_RS_LOD_SEL_ALL, | (notes) | |
| SE_RS_LOD_SEL_MOST_DETAILED, | (notes) | |
| SE_RS_LOD_SEL_LEAST_DETAILED | (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.
|