Package | Description |
---|---|
ucar.unidata.data |
The data package.
|
ucar.unidata.data.gis |
DataSource classes and utilities for GIS-like data.
|
ucar.unidata.data.imagery |
DataSource classes and utilities for imagery (e.g., satellite,
Level III radar) data.
|
ucar.unidata.idv.control |
DisplayControls for the IDV - A DisplayControl generally has a data
depiction and a control window for modifying or interacting with the
display.
|
ucar.unidata.idv.ui |
User Interface (UI) classes for the IDV
|
Modifier and Type | Method and Description |
---|---|
void |
DataSourceImpl.expandIfNeeded(CompositeDataChoice cdc)
Gets called by the DataSelection tree gui when a CompositeDataChoice
is first opened.
|
void |
DataSource.expandIfNeeded(CompositeDataChoice cdc)
Gets called by the DataSelection tree gui when a CompositeDataChoice
is first opened.
|
java.util.List |
DataSourceImpl.getCompositeDataChoices(CompositeDataChoice compositeDataChoice,
java.util.List dataChoices)
This is called by the composite data choice to update the list of children.
|
java.util.List |
DataSource.getCompositeDataChoices(CompositeDataChoice compositeDataChoice,
java.util.List dataChoices)
Utility to update the children data choices
|
Constructor and Description |
---|
CompositeDataChoice(CompositeDataChoice other)
Create a CompositeDataChoices from another composite.
|
Modifier and Type | Method and Description |
---|---|
void |
KmlDataSource.expandIfNeeded(CompositeDataChoice parent)
Expand the data choice if its a networklink
|
void |
JsonDataSource.expandIfNeeded(CompositeDataChoice parent)
Expand the data choice if its a networklink
|
Modifier and Type | Method and Description |
---|---|
java.util.List |
ImageDataSource.getCompositeDataChoices(CompositeDataChoice compositeDataChoice,
java.util.List dataChoices)
This is used when we are unbundled and we may have different times than when we were saved.
|
protected void |
ImageXmlDataSource.recurseXml(org.w3c.dom.Element root,
CompositeDataChoice cdc)
Process the xml
|
Modifier and Type | Field and Description |
---|---|
protected CompositeDataChoice |
WindTimeHeightControl.compositeDataChoice
data choice
|
Modifier and Type | Method and Description |
---|---|
protected void |
DataTree.createSubtree(CompositeDataChoice choice,
DataTreeNode treeNode)
Recurse down the
CompositeDataChoice
hierarhcy of DataChoice-s, creating the JTree tree. |