The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Reference_Surface_LOD_Select
/*
 * ENUM: SE_Reference_Surface_LOD_Select
 *
 *   This data type specifies which branch of an <LOD Related Geometry>
 *   instance is to be used to resolve conforming points when more than
 *   one branch could apply to a given conforming point. This data type
 *   is used by a <Reference Surface> instance whose associated
 *   <Geometry Hierarchy> instance contains an <LOD Related Geometry>
 *   instance. This data type is not used for
 *   <Continuous LOD Related Geometry> instances.
 */
typedef enum
{
SE_RSLODSEL_MOST_DETAILED,1
SE_RSLODSEL_LEAST_DETAILED2
} SE_Reference_Surface_LOD_Select;


Enumerant Notes

1 The most detailed resolution is used to resolve the conforming point.

2 The least detailed resolution is used to resolve the conforming point.




Prev: SE_Reference_Surface_Elevation_Select. Next: SE_Reference_Vector_Type.


Return to: Top of this Page, Type Index