Uses of Class
ucar.unidata.data.sounding.RaobDataSet

Packages that use RaobDataSet
ucar.unidata.data.sounding DataSource classes and utilities for sounding data. 
 

Uses of RaobDataSet in ucar.unidata.data.sounding
 

Methods in ucar.unidata.data.sounding that return RaobDataSet
 RaobDataSet RaobDataSource.getRaobDataSet()
          Get the RaobDataSet for this data source
 RaobDataSet RaobDataSource.getRDS()
          Dynamically create the rds if needed and return it
 

Methods in ucar.unidata.data.sounding with parameters of type RaobDataSet
 void RaobDataSource.setRaobDataSet(RaobDataSet newRds)
          Set the RaobDataSet for this data source
 

Constructors in ucar.unidata.data.sounding with parameters of type RaobDataSet
RaobDataSource(DataSourceDescriptor descriptor, RaobDataSet rds, Hashtable properties)
          Constructs from a specification of the data-source.