Uses of Class
visad.data.hdfeos.Variable

Packages that use Variable
visad.data.hdfeos Provides for importing an HDF-EOS dataset into VisAD. 
 

Uses of Variable in visad.data.hdfeos
 

Methods in visad.data.hdfeos that return Variable
 Variable VariableSet.getByName(String varName)
           
 Variable VariableSet.getElement(int ii)
           
 Variable[] VariableSet.getElements()
           
 Variable Shape.getVariable(int index)
           
 Variable VariableSet.isCoordVar(int index)
           
 Variable Shape.isCoordVar(int index)
           
 

Methods in visad.data.hdfeos with parameters of type Variable
 void VariableSet.add(Variable var)
           
 void Shape.addVariable(Variable var)
           
 boolean Variable.equals(Variable obj)
           
 boolean Shape.memberOf(Variable var)
           
 

Constructors in visad.data.hdfeos with parameters of type Variable
HdfeosFlatField(visad.data.hdfeos.HdfeosDomain domain, Variable range)
           
HdfeosFlatField(visad.data.hdfeos.HdfeosDomain domain, Variable[] range_s)
           
Shape(Variable var)