The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Presentation_Domain
/*
 * SET: SE_Presentation_Domain
 *
 *   This data type enumerates the set of sensor domains for which
 *   rendering information can be provided, whether attached directly
 *   to <Geometry Representation> instances or provided for derived objects via
 *   <Feature Representation> instances.
 */
typedef union
{
SE_Integer_Unsigned member;
struct
{

SE_Integer_Unsigned : 1  OTW;1
SE_Integer_Unsigned : 1  IR_Hi_Band;2
SE_Integer_Unsigned : 1  IR_Low_Band;3
SE_Integer_Unsigned : 1  NVG;4
SE_Integer_Unsigned : 1  Day_TV_Colour;5
SE_Integer_Unsigned : 1  Day_TV_BW;6
SE_Integer_Unsigned : 1  Radar;7
SE_Integer_Unsigned : 1  SAR;8
SE_Integer_Unsigned : 1  Thermal;9
SE_Integer_Unsigned : 1  Low_Light_TV;10
} member; } SE_Presentation_Domain;

Field Notes

1 out the window - human visual sensor

2 8-12 microns

3 3-5 microns

4 Night Vision Goggles

5 Colour TV

6 Black and White TV

7 General Radar display - not concerned with scan format.

8 Synthetic Aperture Radar.

9 Thermal

10 Low Light TV




Prev: SE_Present_In. Next: SE_Property_Code.


Return to: Top of this Page, Type Index