|
||||||||||
| 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(java.lang.String name)
find the attribute for the variable with the given name, ignoring case. |
java.util.List<Attribute> |
getAttributes()
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 |
getName()
full 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. |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
java.lang.String getName()
java.lang.String getShortName()
java.lang.String getDescription()
java.lang.String getUnitsString()
int getRank()
int[] getShape()
java.util.List<Dimension> getDimensions()
DataType getDataType()
java.util.List<Attribute> getAttributes()
Attribute findAttributeIgnoreCase(java.lang.String name)
name - attribute name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||