visad.data.hdfeos
Class Variable

java.lang.Object
  extended by visad.data.hdfeos.Variable

public class Variable
extends Object


Method Summary
 boolean equals(Variable obj)
           
 visad.data.hdfeos.Calibration getCalibration()
           
 NamedDimension getDim(int ii)
           
 DimensionSet getDimSet()
           
 String getName()
           
 int getNumberType()
           
 int getRank()
           
 boolean isCoordVar()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public String getName()

getRank

public int getRank()

getCalibration

public visad.data.hdfeos.Calibration getCalibration()

equals

public boolean equals(Variable obj)

getDimSet

public DimensionSet getDimSet()

getDim

public NamedDimension getDim(int ii)

getNumberType

public int getNumberType()

isCoordVar

public boolean isCoordVar()

toString

public String toString()
Overrides:
toString in class Object