Uses of Class
ucar.unidata.data.DataSourceResults
Packages that use DataSourceResults
Package
Description
The data package.
The idv package.
User Interface (UI) classes for the IDV
-
Uses of DataSourceResults in ucar.unidata.data
Methods in ucar.unidata.data that return DataSourceResultsModifier and TypeMethodDescriptionDataManager.createDataSource
(Object definingObject) Create aDataSource
(if we know how) defined with the given definingObject.DataManager.createDataSource
(Object definingObject, String dataType, Hashtable properties) Create aDataSource
(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).DataManager.createDataSource
(Object definingObject, Hashtable properties) Create aDataSource
(if we know how) defined with the given definingObject and set of properties (which may be null).Methods in ucar.unidata.data with parameters of type DataSourceResultsModifier and TypeMethodDescriptionvoid
DataSourceResults.merge
(DataSourceResults results) Merge the results of another DataSourceResults to this one -
Uses of DataSourceResults in ucar.unidata.idv
Methods in ucar.unidata.idv that return DataSourceResultsModifier and TypeMethodDescriptionIntegratedDataViewer.createDataSource
(Object definingObject, String dataType, Hashtable properties, boolean checkAlias) Create the data source (or data sources) defined by the given definingObject.IdvPersistenceManager.makeDataSourceFromXml
(String dataSourceXml) This creates a new data source from the xml encoded representation of a persisted data source.IntegratedDataViewer.makeDataSourceFromXml
(String dataSourceXml) This creates a new data source from the xml encoded representation of a persisted data source. -
Uses of DataSourceResults in ucar.unidata.idv.ui
Methods in ucar.unidata.idv.ui with parameters of type DataSourceResultsModifier and TypeMethodDescriptionvoid
IdvUIManager.showResults
(DataSourceResults results) Display any errors that are contained in the given results.