The SEDRIS Data Representation Model
APPENDIX C - Types
SE_SRF_Context_Info
/*
 * STRUCT: SE_SRF_Context_Info
 *
 *   Spatial Reference Frame Information
 */
typedef struct
{

EDCS_Unit_Code angular_unit;1
EDCS_Unit_Code linear_unit;2
EDCS_Unit_Scale_Code linear_scale;3
SE_Boolean use_dss_code;
SRM_DSS_Code dss_code;4
SRM_SRF_Parameters_Info srf_parameters_info;
} SE_SRF_Context_Info;


Field Notes

angular_unit

The units that angular measurements are stored in for this SRF

linear_unit

The units that linear measurements are stored in for this SRF

linear_scale

The scale that linear measurements are stored in for this SRF

dss_code

If use_dss_code = SE_TRUE, this specifies a designated spatial surface (DSS).




Prev: SE_Spatial_Index_Spacing_Unit. Next: SE_State_Mismatch_Behaviour.


Return to: Top of this Page, Type Index