visad.sounder
Class SounderInstrument

java.lang.Object
  extended by visad.sounder.SounderInstrument
Direct Known Subclasses:
NastiInstrument

public abstract class SounderInstrument
extends Object

SoundingInstrument is the VisAD abstract class for atmospheric sounding instruments.


Constructor Summary
SounderInstrument(String[] names, String[] units, double[] parms)
           
 
Method Summary
 Spectrum foward(Sounding sounding)
           
 DataReferenceImpl[] getParamReferences()
           
 Sounding retrieval(Spectrum spectrum)
           
 Sounding retrieval(Spectrum spectrum, Sounding sounding)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SounderInstrument

public SounderInstrument(String[] names,
                         String[] units,
                         double[] parms)
                  throws VisADException,
                         RemoteException
Throws:
VisADException
RemoteException
Method Detail

getParamReferences

public DataReferenceImpl[] getParamReferences()

retrieval

public Sounding retrieval(Spectrum spectrum,
                          Sounding sounding)

retrieval

public Sounding retrieval(Spectrum spectrum)

foward

public Spectrum foward(Sounding sounding)