| Package | Description | 
|---|---|
| ucar.unidata.data | 
 The data package. 
 | 
| ucar.unidata.idv | 
 The idv package. 
 | 
| ucar.unidata.idv.ui | 
 User Interface (UI) classes for the IDV 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DataSourceResults | 
DataManager.createDataSource(java.lang.Object definingObject)
Create a  
DataSource (if we know how) defined with the given
 definingObject. | 
DataSourceResults | 
DataManager.createDataSource(java.lang.Object definingObject,
                java.util.Hashtable properties)
Create a  
DataSource (if we know how) defined with the given
 definingObject and set of properties (which may be null). | 
DataSourceResults | 
DataManager.createDataSource(java.lang.Object definingObject,
                java.lang.String dataType,
                java.util.Hashtable properties)
Create a  
DataSource (if we know how) defined with the given
 dataType (if non-null) or by the given definingObject and set of
 properties (which may be null). | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DataSourceResults.merge(DataSourceResults results)
Merge the results of another DataSourceResults to this one 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DataSourceResults | 
IntegratedDataViewer.createDataSource(java.lang.Object definingObject,
                java.lang.String dataType,
                java.util.Hashtable properties,
                boolean checkAlias)
Create the data source (or data sources) defined by the
 given definingObject. 
 | 
DataSourceResults | 
IdvPersistenceManager.makeDataSourceFromXml(java.lang.String dataSourceXml)
This creates a new data source from the xml encoded representation
 of a persisted data source. 
 | 
DataSourceResults | 
IntegratedDataViewer.makeDataSourceFromXml(java.lang.String dataSourceXml)
This creates a new data source from the xml encoded representation
 of a persisted data source. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IdvUIManager.showResults(DataSourceResults results)
Display any errors that are contained in the given results. 
 |