SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API
Types
SE_LOD_Entry
/*
 * STRUCT: SE_LOD_Entry
 *
 *   An array of these make up the SE_LOD_Select_Parameters data structure.
 */
typedef struct
{
SE_LOD_Data_Type lod_entry_type;
union
{
SE_Distance_LOD_Data_Fields distance; (notes)
SE_Index_LOD_Data_Fields index; (notes)
SE_Map_Scale_LOD_Data_Fields map_scale; (notes)
SE_Volume_LOD_Entry volume; (notes)
SE_Spatial_Resolution_LOD_Data_Fields spatial_resolution; (notes)
} 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

Last updated: July 16, 2004 Copyright © 2004 SEDRIS