Method Summary |
|
public RecordType | getAttributeDescription() Returns the description of the attribute described by the measurement value. |
public CoverageContentType | getContentType() Returns the type of information represented by the cell value. |
public RangeDimension | getDimension() Returns the information on the dimensions of the cell measurement value. |
public synchronized Collection | getDimensions() Returns the information on the dimensions of the cell measurement value. |
public synchronized void | setAttributeDescription(RecordType newValue) Set the description of the attribute described by the measurement value. |
public synchronized void | setContentType(CoverageContentType newValue) Set the type of information represented by the cell value. |
public synchronized void | setDimension(RangeDimension newValue) Set the information on the dimensions of the cell measurement value. |
public synchronized void | setDimensions(Collection newValues) Set the information on the dimensions of the cell measurement value. |