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;
} SE_LOD_Entry;


Field Notes

distance

Specifies a minimum and maximum distance.

index

Specifies a single index. To specify multiple indices, create multiple SE_LOD_Entrys, each one defining a single index.

map_scale

Specifies a map scale.

volume

Specifies a volume for which the branch is applicable.

spatial_resolution

Specifies a spatial resolution.




Prev: SE_ITR_Behaviour. Next: SE_LOD_Select_Parameters.


Return to: Top of this Page, Type Index