visad.data.hdfeos
Class HdfeosFlatField

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

public class HdfeosFlatField
extends Object


Constructor Summary
HdfeosFlatField(visad.data.hdfeos.HdfeosDomain domain, Variable range)
           
HdfeosFlatField(visad.data.hdfeos.HdfeosDomain domain, Variable[] range_s)
           
HdfeosFlatField(visad.data.hdfeos.HdfeosDomain domain, VariableSet range_s)
           
 
Method Summary
 DataImpl getAdaptedData()
           
 DataImpl getAdaptedData(int[] indexes)
           
 DataImpl getData()
           
 DataImpl getData(int[] indexes)
           
 MathType getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HdfeosFlatField

public HdfeosFlatField(visad.data.hdfeos.HdfeosDomain domain,
                       Variable[] range_s)
                throws VisADException,
                       UnimplementedException,
                       HdfeosException
Throws:
VisADException
UnimplementedException
HdfeosException

HdfeosFlatField

public HdfeosFlatField(visad.data.hdfeos.HdfeosDomain domain,
                       Variable range)
                throws VisADException,
                       UnimplementedException,
                       HdfeosException
Throws:
VisADException
UnimplementedException
HdfeosException

HdfeosFlatField

public HdfeosFlatField(visad.data.hdfeos.HdfeosDomain domain,
                       VariableSet range_s)
                throws VisADException,
                       UnimplementedException,
                       HdfeosException
Throws:
VisADException
UnimplementedException
HdfeosException
Method Detail

getType

public MathType getType()
                 throws VisADException
Throws:
VisADException

getData

public DataImpl getData()
                 throws VisADException,
                        RemoteException
Throws:
VisADException
RemoteException

getAdaptedData

public DataImpl getAdaptedData()
                        throws VisADException,
                               RemoteException
Throws:
VisADException
RemoteException

getData

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

getAdaptedData

public DataImpl getAdaptedData(int[] indexes)
                        throws VisADException
Throws:
VisADException