Package ucar.unidata.view.sounding
Class IntegrateCell
java.lang.Object
ucar.unidata.view.sounding.ComputeCell
ucar.unidata.view.sounding.IntegrateCell
Computes the indefinite integral of a FlatField.
- Version:
- $Revision: 1.6 $ $Date: 2005/05/13 18:33:31 $
- Author:
- Steven R. Emmerson
-
Constructor Summary
ConstructorsConstructorDescriptionIntegrateCell
(DataReference fieldRef, Field noData) Constructs from references to theFlatField
and a missing-data value. -
Method Summary
Methods inherited from class ucar.unidata.view.sounding.ComputeCell
clean, disableRef, enableAllInputRefs, getInputRefs, getOutputRef, noDataField, toString
-
Constructor Details
-
IntegrateCell
Constructs from references to theFlatField
and a missing-data value.- Parameters:
fieldRef
- The Field reference.noData
- The missing data value.- Throws:
VisADException
- if a VisAD failure occurs.RemoteException
- if a Java RMI failure occurs.
-
-
Method Details
-
compute
Computes the indefinite integral of aField
.- Specified by:
compute
in classComputeCell
- Parameters:
datums
- The input data.datums[0]
is theField
to integrate.- Returns:
- The corresponding indefinite integral.
- Throws:
ClassCastException
- if an input data reference has the wrong type of data object.TypeException
- if a VisAD data object has the wrong type.VisADException
- if a VisAD failure occurs.RemoteException
- if a Java RMI failure occurs.
-