|
The SEDRIS Data Representation Model
APPENDIX C - Types SE_LOD_Data_Type |
|---|
/* * REGISTERABLE ENUM: SE_LOD_Data_Type * * This data type 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 SE_Short_Integer SE_LOD_Data_Type;
| Enumerant | Definition | Value |
|---|---|---|
| SE_LOD_DATA_TYP_DISTANCE | <Distance Level Of Detail Data>. |
1 |
| SE_LOD_DATA_TYP_INDEX | <Index Level Of Detail Data>. |
2 |
| SE_LOD_DATA_TYP_MAP_SCALE | <Map Scale Level Of Detail Data>. |
3 |
| SE_LOD_DATA_TYP_VOLUME | <Volume Level Of Detail Data>. |
4 |
| SE_LOD_DATA_TYP_SPATIAL_RESOLUTION | <Spatial Resolution Level Of Detail Data>. |
5 |
|