visad.data.hdfeos
Class HdfeosTuple

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

public class HdfeosTuple
extends java.lang.Object


Method Summary
 DataImpl getAdaptedData()
           
 DataImpl getAdaptedData(int[] indexes)
           
 DataImpl getData()
           
 DataImpl getData(int[] indexes)
           
 visad.data.hdfeos.HdfeosData getElement(int ii)
           
 java.util.Enumeration getEnum()
           
 int getSize()
           
 MathType getType()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getType

public MathType getType()
                 throws VisADException
Throws:
VisADException

getData

public DataImpl getData()
                 throws VisADException,
                        java.rmi.RemoteException
Throws:
VisADException
java.rmi.RemoteException

getData

public DataImpl getData(int[] indexes)
                 throws VisADException,
                        java.rmi.RemoteException
Throws:
VisADException
java.rmi.RemoteException

getAdaptedData

public DataImpl getAdaptedData()
                        throws VisADException,
                               java.rmi.RemoteException
Throws:
VisADException
java.rmi.RemoteException

getAdaptedData

public DataImpl getAdaptedData(int[] indexes)
                        throws VisADException,
                               java.rmi.RemoteException
Throws:
VisADException
java.rmi.RemoteException

getSize

public int getSize()

getElement

public visad.data.hdfeos.HdfeosData getElement(int ii)

getEnum

public java.util.Enumeration getEnum()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object