|
The SEDRIS Data Representation Model
APPENDIX C - Types SE_Spatial_Index_Spacing_Unit |
|---|
/* * ENUM: SE_Spatial_Index_Spacing_Unit * * This data type is used to specify the unit of distance measurement * used for spatial index spacing. */
| typedef | enum | |
| { | ||
| SE_SPAT_INDX_SPACING_UNIT_METRE, | (notes) | |
| SE_SPAT_INDX_SPACING_UNIT_ARC_SECOND | (notes) |
Metre.
Arc second.
|