visad.data.hdfeos
Class HdfeosTuple
java.lang.Object
visad.data.hdfeos.HdfeosTuple
public class HdfeosTuple
- extends Object
getType
public MathType getType()
throws VisADException
- Throws:
VisADException
getData
public DataImpl getData()
throws VisADException,
RemoteException
- Throws:
VisADException
RemoteException
getData
public DataImpl getData(int[] indexes)
throws VisADException,
RemoteException
- Throws:
VisADException
RemoteException
getAdaptedData
public DataImpl getAdaptedData()
throws VisADException,
RemoteException
- Throws:
VisADException
RemoteException
getAdaptedData
public DataImpl getAdaptedData(int[] indexes)
throws VisADException,
RemoteException
- Throws:
VisADException
RemoteException
getSize
public int getSize()
getElement
public visad.data.hdfeos.HdfeosData getElement(int ii)
getEnum
public Enumeration getEnum()
toString
public String toString()
- Overrides:
toString
in class Object