Class Name: Interval Axis

Superclass - Axis

Definition

An Axis that has an interval specified for each axis value (tick mark).

Primary Page in DRM Diagram:

Example

  1. To specify wavelength bands in cm: 2.4-3.749, 3.75-7.49, 7.5-15.0, etc.

FAQs

Must the intervals in an Interval Axis be adjacent?
No, there may be gaps between the intervals on a single Interval Axis. However, the intervals may not overlap and they must be in ascending order.

How are boundaries handled?
If a boundary point can belong to only one interval (that is, there is a gap on one side of the point), it is considered to lie in that interval. If a boundary point is simultaneously the upper bound of one interval and the lower bound of another, it belongs to the interval of which it is the minimal value.

Constraints

None.

Component of (one-way)(inherited)

Inherited Field Elements

EDCS_AC_ID axis_type; (notes)
EDCS_UNIT_ENUM axis_unit; (notes)
SE_PINT16 axis_value_count; (notes)

Field Elements

SE_INTERVAL_AXIS_VALUE axis_interval_value_array[];
SE_BOOLEAN values_are_ints;

Notes

Fields Notes

axis_type

 gives the type of measurement along the axis, such as distance,
 pressure, frequency, etc.

axis_unit

 specifies the unit of measurement of the axis_type

axis_value_count

 indicates the number of "hash marks" along the axis

Prev: Internal Feature Face Ring. Next: Irregular Axis. Up:Index.