Interface ArrayDimensionDisplay

All Known Implementing Classes:
IArrayDimensionDisplay

public interface ArrayDimensionDisplay
Cell boundaries and unit information needed for array display.

For a given numeric dimension, it provides the cell boundaries and the unit in terms of which the boundaries are expressed.

  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the boundaries of the cell in the given unit.
    String representation of the units using for all values.
    boolean
    Whether the values for this dimension are organized in the opposite order.
  • Method Details

    • getCellBoundaries

      ListNumber getCellBoundaries()
      Returns the boundaries of the cell in the given unit.
    • getUnits

      String getUnits()
      String representation of the units using for all values. Never null. If not available, returns the empty String.
    • isReversed

      boolean isReversed()
      Whether the values for this dimension are organized in the opposite order.
      Returns:
      true if values are stored in the array in the reverse order