|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VariableSimpleIF
A lightweight abstractions of a Variable.
FeatureDataset
Method Summary | |
---|---|
Attribute |
findAttributeIgnoreCase(String name)
find the attribute for the variable with the given name, ignoring case. |
List<Attribute> |
getAttributes()
Attributes for the variable. |
DataType |
getDataType()
Variable's data type |
String |
getDescription()
description of the Variable |
List<Dimension> |
getDimensions()
Dimension List. |
String |
getName()
|
int |
getRank()
Variable rank |
int[] |
getShape()
Variable shape |
String |
getShortName()
short name of the data Variable |
String |
getUnitsString()
Units of the Variable. |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
String getName()
String getShortName()
String getDescription()
String getUnitsString()
int getRank()
int[] getShape()
List<Dimension> getDimensions()
DataType getDataType()
List<Attribute> getAttributes()
Attribute findAttributeIgnoreCase(String name)
name
- attribute name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |