public class HdfeosFlatField
extends java.lang.Object
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
DataImpl |
getAdaptedData() |
DataImpl |
getAdaptedData(int[] indexes) |
DataImpl |
getData() |
DataImpl |
getData(int[] indexes) |
MathType |
getType() |
public HdfeosFlatField(visad.data.hdfeos.HdfeosDomain domain,
Variable[] range_s)
throws VisADException,
UnimplementedException,
HdfeosException
public HdfeosFlatField(visad.data.hdfeos.HdfeosDomain domain,
Variable range)
throws VisADException,
UnimplementedException,
HdfeosException
public HdfeosFlatField(visad.data.hdfeos.HdfeosDomain domain,
VariableSet range_s)
throws VisADException,
UnimplementedException,
HdfeosException
public MathType getType() throws VisADException
VisADExceptionpublic DataImpl getData() throws VisADException, java.rmi.RemoteException
VisADExceptionjava.rmi.RemoteExceptionpublic DataImpl getAdaptedData() throws VisADException, java.rmi.RemoteException
VisADExceptionjava.rmi.RemoteExceptionpublic DataImpl getData(int[] indexes) throws VisADException, java.rmi.RemoteException
VisADExceptionjava.rmi.RemoteExceptionpublic DataImpl getAdaptedData(int[] indexes) throws VisADException
VisADException