|
SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API Types SE_LOD_Entry |
|---|
/* * STRUCT: SE_LOD_Entry * * This data type specifies the parameters for iterating over * an LOD by specifying the control values for such a search. */typedef struct
| SE_LOD_Data_Type | lod_entry_type; | ||
| union | |||
| { | |||
| SE_Distance_LOD_Data_Fields | distance; | 1 | |
| SE_Index_LOD_Data_Fields | index; | 2 | |
| SE_Map_Scale_LOD_Data_Fields | map_scale; | 3 | |
| SE_Volume_LOD_Entry | volume; | 4 | |
| SE_Spatial_Resolution_LOD_Data_Fields | spatial_resolution; | 5 | |
| } lod; |
Specifies a minimum and maximum distance.
Specifies a single index. To specify multiple indices, create multiple SE_LOD_Entrys, each one defining a single index.
Specifies a map scale.
Specifies a volume for which the branch is applicable.
Specifies a spatial resolution.
|