public interface VariableSimpleIF extends java.lang.Comparable<VariableSimpleIF>
Modifier and Type | Method and Description |
---|---|
AttributeContainer |
attributes()
Attributes for the variable.
|
DataType |
getDataType()
Variable's data type
|
java.lang.String |
getDescription()
description of the Variable
|
java.util.List<Dimension> |
getDimensions()
Dimension List.
|
java.lang.String |
getFullName()
full, backslash escaped name of the data Variable
|
int |
getRank()
Variable rank
|
int[] |
getShape()
Variable shape
|
java.lang.String |
getShortName()
short name of the data Variable
|
java.lang.String |
getUnitsString()
Units of the Variable.
|
AttributeContainer attributes()
DataType getDataType()
java.lang.String getDescription()
java.util.List<Dimension> getDimensions()
java.lang.String getFullName()
int getRank()
int[] getShape()
java.lang.String getShortName()
java.lang.String getUnitsString()