Uses of Interface
ucar.unidata.data.DataSource
Packages that use DataSource
Package
Description
The data package.
DataSource classes and utilities for GIS-like data.
DataSource classes and utilities for gridded data.
DataSource classes and utilities for imagery (e.g., satellite,
Level III radar) data.
DataSource classes and utilities for point (e.g., surface) data.
DataSource classes and utilities for wind profiler data.
DataSource classes and utilities for radar data.
DataSource classes and utilities for sounding data.
DataSource classes and utilities for text-like data.
The idv package.
Choosers for the IDV.
Collaboration support for the IDV.
User Interface (UI) classes for the IDV
-
Uses of DataSource in ucar.unidata.data
Classes in ucar.unidata.data that implement DataSourceModifier and TypeClassDescriptionclass
Used to cache a data choice and its dataclass
An abstract class that implements the DataSource interface.class
This simply holds a list of DerivedDataDescriptors It is used, for example, to represent a collection of end-user defined formulas (i.e., DerivedDataDescriptor)class
A data source for balloon and aircraft tracksclass
This simply holds a list of DataChoices It is used, for example, to represent a collection of end-user defined formulas (i.e., DerivedDataChoice)class
This data source knows how to read in a zip file that contains an index xml file and a set of serialized visad.Data objectsclass
This is an implementation that will read in a generic data file and return a single Data choice that is a VisAD Data object.Fields in ucar.unidata.data declared as DataSourceModifier and TypeFieldDescriptionprotected DataSource
DirectDataChoice.dataSource
The data sourceMethods in ucar.unidata.data that return DataSourceModifier and TypeMethodDescriptionDataManager.findDataSource
(String name) Find the data source with the given nameDataSourceFactory.getDataSource()
Get the DataSource that this factory produces.DataSourceImpl.getDataSource()
This is the method defined for the DataSourceFactory interface.DirectDataChoice.getDataSource()
Get the associatedDataSource
.Methods in ucar.unidata.data with parameters of type DataSourceModifier and TypeMethodDescriptionboolean
DataManager.addDataSource
(DataSource dataSource) Add the givenDataSource
into the list of datasources if it is not in the list and if it is not in error.void
DataSourceResults.addSuccess
(DataSource dataSource, Object definingObject) Add a successful result to the listsvoid
DataContext.dataSourceChanged
(DataSource source) This method gets called when something changed in the data source.static String
DataSourceImpl.getNameForDataSource
(DataSource ds, int length, boolean alwaysDoIt) A helper method to find the label to use for the givenDataSource
.boolean
DataManager.haveDataSource
(DataSource dataSource) Is the givenDataSource
currently in the list of active datasources.boolean
DataContext.loadDataSource
(DataSource dataSource) Add the givenDataSource
.void
DataManager.removeDataSource
(DataSource dataSource) Remove the givenDataSource
from the list of datasources.void
DirectDataChoice.setDataSource
(DataSource s) Set the associatedDataSource
.Constructors in ucar.unidata.data with parameters of type DataSourceModifierConstructorDescriptionCompositeDataChoice
(DataSource dataSource, Object id, String name, String description, List categories) Create a composite data choice for the associatedDataSource
given the other parameters.CompositeDataChoice
(DataSource dataSource, Object id, String name, String description, List categories, Hashtable properties) Create a composite data choice for the associatedDataSource
given the other parameters.CompositeDataChoice
(DataSource dataSource, Object id, String description, List categories) Create a composite data choice for the associatedDataSource
given the other parameters.DataSourceResults
(DataSource dataSource, Object definingObject) Create a DataSourceResults for the given parametersDirectDataChoice
(DataSource dataSource, Object id, String name, String description, List categories) Create a new DirectDataChoice.DirectDataChoice
(DataSource dataSource, Object id, String name, String description, List categories, Hashtable properties) Create a new DirectDataChoice.DirectDataChoice
(DataSource dataSource, Object id, String name, String description, List categories, DataSelection dataSelection) Create a new DirectDataChoice.DirectDataChoice
(DataSource dataSource, Object id, String name, String description, List categories, DataSelection dataSelection, Hashtable properties) Create a new DirectDataChoice. -
Uses of DataSource in ucar.unidata.data.gis
Classes in ucar.unidata.data.gis that implement DataSourceModifier and TypeClassDescriptionclass
DataSource for Digital Elevation Model (DEM) files.class
Class GeodasDataSource tmopclass
This is an implementation that will read in a generic data file and return a single Data choice that is a VisAD Data object.class
class
DataSource for Web Map Serversclass
This reads placefile and generates a xgrf file Placefile syntax is defined here: http://www.grlevelx.com/downloads/places.txtclass
DataSource for Shapefiles.class
DataSource for Web Map Servers -
Uses of DataSource in ucar.unidata.data.grid
Classes in ucar.unidata.data.grid that implement DataSourceModifier and TypeClassDescriptionclass
A helper derived class to instantiate a DODS netcdfclass
Handles gridded filesclass
Handles gridded filesclass
An abstract class that provides a list of 2d and 3d DataCategory objects for grid data sources.class
Handles gridded filesclass
A data source for Vis5D data files. -
Uses of DataSource in ucar.unidata.data.imagery
Classes in ucar.unidata.data.imagery that implement DataSourceModifier and TypeClassDescriptionclass
A data source for ADDE images.class
Abstract DataSource class for images files.class
This is an implementation that will read in a generic data file and return a single Data choice that is a VisAD Data object.class
A data source for ADDE images AREA files. -
Uses of DataSource in ucar.unidata.data.point
Classes in ucar.unidata.data.point that implement DataSourceModifier and TypeClassDescriptionclass
A data source for ADDE point dataclass
Created by yuanho on 10/22/14.class
DataSource to handle the Comprehensive Deepwater Oil and Gass (CDOG) Blowout Model space delimited text outputclass
class
Created by IntelliJ IDEA.class
Datasource for the GNOME SPLOTS (General NOAA Operational Modeling Environement SPill DOTS") files.class
A data source for netCDF METAR dataclass
class
A data source for netCDF or CDM point dataclass
A display control for volume rendering of a 3D gridclass
A data source for point dataclass
A data source for point data from a Text fileclass
class
Created by yuanho on 9/14/16. -
Uses of DataSource in ucar.unidata.data.profiler
Classes in ucar.unidata.data.profiler that implement DataSourceModifier and TypeClassDescriptionclass
A data source for Profiler Network data from an ADDE server.class
Created by IntelliJ IDEA.class
A data source for EOL profiler data -
Uses of DataSource in ucar.unidata.data.radar
Classes in ucar.unidata.data.radar that implement DataSourceModifier and TypeClassDescriptionclass
A data source for radar data through the netCDF Common Data Model (CDM) Radial Datatype API.class
A data source for DORADE radar dataclass
A data source for Archive Level II Radar data files.class
A data source for DORADE radar dataclass
A data source for Radar data files. -
Uses of DataSource in ucar.unidata.data.sounding
Classes in ucar.unidata.data.sounding that implement DataSourceModifier and TypeClassDescriptionclass
The Class CDMPointDataSource.class
final class
DataSource
for RAOB soundings.class
A data source for balloon and aircraft tracksclass
A data source for balloon and aircraft tracksclass
Created by IntelliJ IDEA. -
Uses of DataSource in ucar.unidata.data.text
Classes in ucar.unidata.data.text that implement DataSourceModifier and TypeClassDescriptionclass
Class for data sources of ADDE text data.class
A class for handling text ADDE testclass
A class for handling text (and HTML) classesclass
A class for handling text (and HTML) classesclass
A DataSource for movie (QuickTime, AVI) data.class
A class for handling text products configured from NWX tablesclass
A class for handling text (and HTML) classesclass
A class for handling text products (e.g. -
Uses of DataSource in ucar.unidata.idv
Methods in ucar.unidata.idv that return DataSourceModifier and TypeMethodDescriptionIntegratedDataViewer.makeOneDataSource
(Object definingObject, String dataType, Hashtable properties) A helper method that will create a data source from the given defining object (e.g., url, filename, collection of images, etc.) and dataType, will show any errors, and, if a data source was created will return it.Methods in ucar.unidata.idv with parameters of type DataSourceModifier and TypeMethodDescriptionboolean
IdvPersistenceManager.changeState
(DataSource dataSource) n/aboolean
IdvPersistenceManager.changeState
(DataSource dataSource, boolean andReload) n/avoid
IntegratedDataViewer.dataSourceChanged
(DataSource source) Implementation of the DataContext method.JythonManager.doMakeFormulaDataSourceMenuItems
(DataSource dataSource) Return the list of menu items to use when the user has clicked on a formula DataSource.IntegratedDataViewer.getDerivedDataChoices
(DataSource dataSource, List dataChoices) Get the list of derived data choicesboolean
IntegratedDataViewer.loadDataSource
(DataSource dataSource) Load in aDataSource
.void
IntegratedDataViewer.removeDataSource
(DataSource dataSource) Remove the data source from the DataManager and from any DataTree-s.void
IdvPersistenceManager.saveDataSource
(DataSource dataSource) -
Uses of DataSource in ucar.unidata.idv.chooser
Methods in ucar.unidata.idv.chooser that return DataSourceMethods in ucar.unidata.idv.chooser with parameters of type DataSourceModifier and TypeMethodDescriptionvoid
IdvChooser.setDataSource
(DataSource value) Set the DataSource property.void
XmlChooser.setDataSource
(DataSource dataSource) _more_ -
Uses of DataSource in ucar.unidata.idv.collab
Methods in ucar.unidata.idv.collab with parameters of type DataSourceModifier and TypeMethodDescriptionvoid
CollabManager.writeRemoveDataSource
(DataSource dataSource) Send the MSG_REMOVEDATASOURCE message for the given data source -
Uses of DataSource in ucar.unidata.idv.ui
Fields in ucar.unidata.idv.ui declared as DataSourceModifier and TypeFieldDescriptionprotected DataSource
DataSourceHolder.formulaDataSource
The formula data source, i.e., the one that holds the end-user formulasMethods in ucar.unidata.idv.ui that return DataSourceModifier and TypeMethodDescriptionDataControlDialog.getDataSource()
Return theDataSource
we are configuringMethods in ucar.unidata.idv.ui with parameters of type DataSourceModifier and TypeMethodDescriptionvoid
IdvUIManager.addChoicesToMenu
(DataSource dataSource, JMenu dataSourceMenu, JMenu dataMenu) Add the menu items for dealing with theDataChoice
s from the given dataSource into the given menu.void
DataSelector.addDataSource
(DataSource dataSource) Add theDataSource
and itsDataChoice
-s into the guivoid
DataSourceHolder.addDataSource
(DataSource dataSource) Add the givenDataSource
void
DataTree.addDataSource
(DataSource dataSource) Add the givenDataSource
and itsDataChoice
-s into the jtree.void
IdvUIManager.addDataSource
(DataSource dataSource) Tell the data source holders of the change.void
LoadBundleDialog.addDataSource
(DataSource dataSource) Add the decoded date source to the listvoid
IdvUIManager.changeState
(DataSource dataSource) Notify the data source of a change in statevoid
DataControlDialog.dataSourceChanged
(DataSource dataSource) Called by the DataSelector to handle when the data source has changedvoid
DataSelectionWidget.dataSourceChanged
(DataSource dataSource) Called by the DataSelector to handle when the data source has changedvoid
DataSelector.dataSourceChanged
(DataSource dataSource) The given data source has changed.void
DataSourceHolder.dataSourceChanged
(DataSource source) Be notified that the givenDataSource
has changed.void
DataTree.dataSourceChanged
(DataSource source) Something changed about the given data source.void
IdvUIManager.dataSourceChanged
(DataSource source) Tell the data source holders of the change.void
DataSelector.dataSourceTimeChanged
(DataSource dataSource) Change the gui when the given data source has changed.void
DataSourceHolder.dataSourceTimeChanged
(DataSource source) Be notified that the tim selection on the givenDataSource
has changed.void
IdvUIManager.dataSourceTimeChanged
(DataSource source) Tell the data source holders of the change.IdvUIManager.doMakeDataSourceMenuItems
(DataSource dataSource, Component src) Return the list of menu items to use when the user has clicked on a DataSource.AutoDisplayEditor.getDisplaysForDataSource
(DataSource dataSource) Return a list that holds datachoice,ControlDescriptor for the autodisplays that match the given data sourcestatic String
DataSelector.getNameForDataSource
(DataSource ds) A helper method to find the label to use for the givenDataSource
.static String
DataSelector.getNameForDataSource
(DataSource ds, int length, boolean alwaysDoIt) A helper method to find the label to use for the givenDataSource
.void
DataSourceHolder.removeDataSource
(DataSource dataSource) Remove the givenDataSource
only if it is not the formulaDataSource.void
DataTree.removeDataSource
(DataSource dataSource) Remove the specified data source only if it is not the formulaDataSource.void
IdvUIManager.removeDataSource
(DataSource dataSource) Remove the data source the data source holders.protected boolean
DataSelector.removeDataSourceInner
(DataSource dataSource) Remove the specified data source only if it is not the formulaDataSource.protected boolean
DataSourceHolder.removeDataSourceInner
(DataSource dataSource) Remove the specified data source only if it is not the formulaDataSource.protected boolean
DataTree.removeDataSourceInner
(DataSource dataSource) Remove the specified data source only if it is not the formulaDataSource.void
IdvUIManager.setAlias
(DataSource dataSource) This prompts the user for the alias name for the given dataSource and sets the alias on the data source.void
DataControlDialog.setDataSource
(DataSource ds) Set the data sourcevoid
DataSelector.setDataSource
(DataSource dataSource) Set the data source shown by this selectorvoid
DataTree.setDataSource
(DataSource dataSource) This does a removeAllDataSource/addDataSource resulting in a datatree that holds just the given datasourcevoid
IdvUIManager.showDataSourceDetails
(DataSource dataSource) Show the html description of the given data source.void
IdvUIManager.showTimeSelection
(DataSource dataSource, Component src) Show theDataControlDialog
for selecting times for the given dataSourceprotected boolean
DataSelectionWidget.updateSelectionTab
(DataSource dataSource, DataChoice dc) Update selection panel for data sourceConstructors in ucar.unidata.idv.ui with parameters of type DataSourceModifierConstructorDescriptionDataSelector
(IntegratedDataViewer idv, boolean horizontalOrientation, DataSource formulaDataSource) Create a DataSelector with the given idv and lsit of formulasDataSelector
(IntegratedDataViewer idv, DataSource formulaDataSource) Create a DataSelector with the given idv and lsit of formulasDataSourceHolder
(IntegratedDataViewer idv, DataSource formulaDataSource, Dimension defaultDimension) Create this objectDataSourceWrapper
(DataSelector theDataSelector, DataSource dataSource) ctorDataTree
(IntegratedDataViewer idv, DataSource formulaDataSource) Create a DataTree with the given idv reference and formula data source.DataTree
(IntegratedDataViewer idv, DataSource formulaDataSource, Dimension defaultSize) Create a DataTree with the given idv reference, formula data source and window size.