Uses of Class
ucar.unidata.data.CompositeDataChoice
Packages that use CompositeDataChoice
Package
Description
The data package.
DataSource classes and utilities for GIS-like data.
DataSource classes and utilities for imagery (e.g., satellite,
Level III radar) data.
DisplayControls for the IDV - A DisplayControl generally has a data
depiction and a control window for modifying or interacting with the
display.
User Interface (UI) classes for the IDV
-
Uses of CompositeDataChoice in ucar.unidata.data
Methods in ucar.unidata.data with parameters of type CompositeDataChoiceModifier and TypeMethodDescriptionvoid
DataSource.expandIfNeeded
(CompositeDataChoice cdc) Gets called by the DataSelection tree gui when a CompositeDataChoice is first opened.void
DataSourceImpl.expandIfNeeded
(CompositeDataChoice cdc) Gets called by the DataSelection tree gui when a CompositeDataChoice is first opened.DataSource.getCompositeDataChoices
(CompositeDataChoice compositeDataChoice, List dataChoices) Utility to update the children data choicesDataSourceImpl.getCompositeDataChoices
(CompositeDataChoice compositeDataChoice, List dataChoices) This is called by the composite data choice to update the list of children.Constructors in ucar.unidata.data with parameters of type CompositeDataChoiceModifierConstructorDescriptionCreate a CompositeDataChoices from another composite. -
Uses of CompositeDataChoice in ucar.unidata.data.gis
Methods in ucar.unidata.data.gis with parameters of type CompositeDataChoiceModifier and TypeMethodDescriptionvoid
JsonDataSource.expandIfNeeded
(CompositeDataChoice parent) Expand the data choice if its a networklinkvoid
KmlDataSource.expandIfNeeded
(CompositeDataChoice parent) Expand the data choice if its a networklink -
Uses of CompositeDataChoice in ucar.unidata.data.imagery
Methods in ucar.unidata.data.imagery with parameters of type CompositeDataChoiceModifier and TypeMethodDescriptionImageDataSource.getCompositeDataChoices
(CompositeDataChoice compositeDataChoice, List dataChoices) This is used when we are unbundled and we may have different times than when we were saved.protected void
ImageXmlDataSource.recurseXml
(Element root, CompositeDataChoice cdc) Process the xml -
Uses of CompositeDataChoice in ucar.unidata.idv.control
Fields in ucar.unidata.idv.control declared as CompositeDataChoiceModifier and TypeFieldDescriptionprotected CompositeDataChoice
WindTimeHeightControl.compositeDataChoice
data choice -
Uses of CompositeDataChoice in ucar.unidata.idv.ui
Methods in ucar.unidata.idv.ui with parameters of type CompositeDataChoiceModifier and TypeMethodDescriptionprotected void
DataTree.createSubtree
(CompositeDataChoice choice, DataTreeNode treeNode) Recurse down theCompositeDataChoice
hierarhcy of DataChoice-s, creating the JTree tree.