|
The SEDRIS Data Representation Model
APPENDIX C - Types SE_Spatial_Index_Spacing_Unit |
|---|
/* * REGISTERABLE ENUM: SE_Spatial_Index_Spacing_Unit * * This data type is used to specify the unit of distance measurement * used for spatial index spacing. */typedef SE_Short_Integer SE_Spatial_Index_Spacing_Unit;
| Enumerant | Definition | Value |
|---|---|---|
| SE_SISPACUNITS_METRE | Metre. |
1 |
| SE_SISPACUNITS_ARC_SECOND | Arc second. |
2 |
|