The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Spacing_Type
/*
 * REGISTERABLE ENUM: SE_Spacing_Type
 *
 *   This data type indicates, for a given <Regular Axis> instance, how
 *   the spacing value is used to compute tick marks.
 */
typedef SE_Short_Integer SE_Spacing_Type;
Enumerant Definition Value
SE_SPACTYP_ARITHMETIC
 Tick marks form an arithmetic progression.

 To compute nth tick value, add spacing to previous tick,
 such that

 Tick(n) =  first_value + (n * spacing)
1
SE_SPACTYP_GEOMETRIC
 Tick marks form a geometric progression.

 To compute nth tick value, multiply spacing with previous
 tick, such that

 Tick(n)  = first_value * (spacing^n)
2



Prev: SE_Sound_Format. Next: SE_Spatial_Association_Meaning_Type.


Return to: Top of this Page, Type Index