| Package | Description | 
|---|---|
| ucar.unidata.data.sounding | 
 DataSource classes and utilities for sounding data. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RaobDataSet | 
RaobDataSource.getRaobDataSet()
Get the RaobDataSet for this data source 
 | 
RaobDataSet | 
RaobDataSource.getRDS()
Dynamically create the rds if needed and return it 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
RaobDataSource.setRaobDataSet(RaobDataSet newRds)
Set the RaobDataSet for this data source 
 | 
| Constructor and Description | 
|---|
RaobDataSource(DataSourceDescriptor descriptor,
              RaobDataSet rds,
              java.util.Hashtable properties)
Constructs from a specification of the data-source. 
 |