public abstract class EnergyFeatureCell extends ComputeCell
Modifier and Type | Field and Description |
---|---|
protected static visad.Data |
noData
The output, missing data value.
|
Constructor and Description |
---|
EnergyFeatureCell(java.lang.String name,
visad.DataReference energyProfileRef,
visad.DataReference lowerLim,
visad.DataReference upperLim)
Constructs from references to the massic energy profile and two
integration limits.
|
clean, compute, disableRef, enableAllInputRefs, getInputRefs, getOutputRef, noDataField, toString
public EnergyFeatureCell(java.lang.String name, visad.DataReference energyProfileRef, visad.DataReference lowerLim, visad.DataReference upperLim) throws visad.VisADException, java.rmi.RemoteException
name
- The name of the ComputeCell
.energyProfileRef
- The massic energy profile reference.lowerLim
- The lower limit reference.upperLim
- The upper limit reference.visad.VisADException
- if a VisAD failure occurs.java.rmi.RemoteException
- if a Java RMI failure occurs.