public interface VariableSimpleIF extends Comparable<VariableSimpleIF>
| Modifier and Type | Method and Description |
|---|---|
AttributeContainer |
attributes()
Attributes for the variable.
|
ArrayType |
getArrayType()
Variable's array type
|
DataType |
getDataType()
Deprecated.
use getArrayType
|
String |
getDescription()
description of the Variable, or null if none.
|
com.google.common.collect.ImmutableList<Dimension> |
getDimensions()
Dimension List.
|
String |
getFullName()
full, backslash escaped name of the data Variable
|
int |
getRank()
Variable rank
|
int[] |
getShape()
Variable shape
|
String |
getShortName()
short name of the data Variable
|
String |
getUnitsString()
Units of the Variable, or null if none.
|
compareToString getFullName()
String getShortName()
int getRank()
int[] getShape()
com.google.common.collect.ImmutableList<Dimension> getDimensions()
@Deprecated DataType getDataType()
ArrayType getArrayType()
AttributeContainer attributes()