The SEDRIS Data Representation Model
APPENDIX A - Classes
Axis

Abstract Class Name: Axis

Superclass - <SEDRIS Abstract Base>

Subclasses

Definition

An instance of a concrete class derived from this DRM class specifies a set of values of an independent variable to be used to organize the dependent values in an instance of <Data Table>.

Primary Page in DRM Diagram:

Secondary Pages in DRM Diagram:

Example

  1. A table of Digital Terrain Elevation Data (DTED) contains terrain elevation data sampled in a grid of regularly spaced longitude and latitude points. The <Axis> components of such a table are longitude and latitude.

  2. A table of ocean temperature and salinity data taken at varying depths by an expendable bathythermograph can be captured in a table. Such a table would have depth as an <Axis>, and temperature and pressure would be <Table Property Description> components. If these data were taken at intervals along a path, the locations on that path (say longitudes) would form a second <Axis> of the now two-dimensional table.

FAQs

How are the values on an <Axis> related?

The values on a single <Axis> shall be distinct values of a single variable specified by the axis_type. If the axis is numeric, the values shall be arranged monotonically.

Can an <Axis> have no values or a single value?

An <Axis> shall have at least one value; an axis with no values is a violation of SEDRIS' constraints. If the <Axis> has a single value, this implies that all of the data in the table shares that value. There may be better ways to associate a single value with all the table entries.

Given 2 variables, where certain combinations of values for these 2 variables are impossible or meaningless, can a data provider combine these 2 variables on a single <Axis> in order to exclude the meaningless cells?

No. A data provider should include the meaningless cells, and set a value for EVC_NOT_APPLICABLE, and use it for those cells.

Constraints

Component of (two-way)

Inherited Field Elements

This class has no inherited field elements.

Field Elements

EDCS_Attribute_Code axis_type; (notes)
SE_Short_Integer_Positive axis_value_count; (notes)

Notes

Fields Notes


axis_type

 The axis_type field specifies the property being described by the
 given <Axis> instance.

axis_value_count

 The axis_value_count field specifies the number of "hash marks"
 along the given <Axis> instance.

Prev: Attachment Point. Next: AZ 2D Location. Up:Index.

Last updated: July 16, 2004 Copyright © 2004 SEDRIS