/* * ENUM: SE_LOD_DATA_TYPE_ENUM * * Indicates what 'type' of <Level of Detail Data> is being used to organize * a <Level of Detail Related Features> or <Level of Detail Related Geometry> * aggregate. */
| typedef | enum |
| { | |
| SE_DISTANCE_LOD, | |
| SE_INDEX_LOD, | |
| SE_MAP_SCALE_LOD, | |
| SE_VOLUME_LOD, | |
| SE_SPATIAL_RESOLUTION_LOD |