The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Reference_Surface_Elevation_Select
/*
 * ENUM: SE_Reference_Surface_Elevation_Select
 *
 *   This data type specifies the rule for selecting exactly one
 *   elevation value when the reference surface specified by
 *   the <Reference Surface> instance is penetrated more than
 *   once by a ray cast from the conforming point in question
 *   perpendicular to the surface of the ellipsoid component
 *   of the ORM.
 */
typedef enum
{
SE_RSELEVSEL_CLOSEST_TO_ORM_CENTRE,1
SE_RSELEVSEL_CLOSEST_TO_DSS,2
SE_RSELEVSEL_FARTHEST_FROM_ORM_CENTRE3
} SE_Reference_Surface_Elevation_Select;


Enumerant Notes

1 The intersection element to use is the one closest to the ORM centre.

2 The intersection element to use is the one closest to the designated spatial surface (DSS).

3 The intersection element to use is the one farthest from the ORM centre.




Prev: SE_Quadrant. Next: SE_Reference_Surface_LOD_Select.


Return to: Top of this Page, Type Index