Package | Description |
---|---|
ucar.unidata.data |
The data package.
|
ucar.unidata.data.radar |
DataSource classes and utilities for radar data.
|
ucar.unidata.idv |
The idv package.
|
Modifier and Type | Method and Description |
---|---|
DataContext |
DataSourceImpl.getDataContext()
Get the
DataContext for this DataSource. |
DataContext |
DerivedDataDescriptor.getDataContext()
Get the DataContext for this descriptor
|
DataContext |
DataSourceDescriptor.getDataContext()
Get the context for this data.
|
DataContext |
DerivedDataChoice.getDataContext()
Get the DataContext.
|
DataContext |
DataManager.getDataContext()
Get this DataManager's
DataContext . |
Modifier and Type | Method and Description |
---|---|
void |
DataSourceImpl.createAutoDisplay(java.lang.String displayType,
DataContext dataContext)
Automatically create the given display on initialization.
|
void |
DataSource.createAutoDisplay(java.lang.String displayType,
DataContext dataContext)
Automatically create the given display on initialization.
|
static java.util.List |
DerivedDataDescriptor.getDerivedDataChoices(DataContext context,
java.util.List sourceChoices,
java.util.List descriptors)
Search through and return a list of DerivedDataChoices that can be
created from the given list of sourceChoices.
|
static java.util.List |
DerivedDataDescriptor.init(DataContext dataContext,
XmlResourceCollection xrc)
Go through each xml file defined by the given XmlResourceCollection
and create the DerivedDataDescriptor-s defined in the xml.
|
static java.util.List |
DerivedDataDescriptor.readDescriptors(DataContext dataContext,
org.w3c.dom.Element root,
boolean isLocal)
Create and return a list of the DDDs that are defined by the given
xml root Element.
|
void |
DerivedDataDescriptor.setDataContext(DataContext value)
Set the DataContext for this descriptor
|
void |
DerivedDataChoice.setDataContext(DataContext c)
Set the DataContext.
|
Constructor and Description |
---|
DataManager(DataContext dataContext)
Create a new DataManager with the given
DataContext . |
DerivedDataChoice(DataContext dataContext,
DerivedDataDescriptor ddd)
This is the constructor used when creating a DDC as an end user formula.
|
DerivedDataChoice(DataContext dataContext,
java.util.List dataChoices,
java.lang.String desc,
DerivedDataDescriptor ddd)
The regular constructor from a
DerivedDataDescriptor
TODO: Right now the children of a DerivedDataChoice do not refererence
their parent. |
DerivedDataChoice(DataContext dataContext,
java.util.List dataChoices,
java.lang.String name,
java.lang.String description,
java.lang.String categories,
java.lang.String method,
java.lang.String formula,
java.lang.String code)
Used when not creating it from a DerivedDataDescriptor.
|
DerivedDataChoice(DataContext dataContext,
java.lang.String formula)
Used when not creating it from a DerivedDataDescriptor.
|
DerivedDataDescriptor(DataContext dataContext)
Constructor used for when we create an end-user formula
|
DerivedDataDescriptor(DataContext dataContext,
java.lang.String id,
java.lang.String desc,
java.lang.String formula,
java.util.List categories)
ctor
|
Constructor and Description |
---|
Level2Data(java.io.File file,
DataContext context)
Create a new Level II data wrapper for the file
|
Level2Data(java.lang.String filename,
DataContext context)
Create a new Level II data wrapper for the file
|
Modifier and Type | Interface and Description |
---|---|
interface |
ControlContext
This interface is how
DisplayControl s view the
IntegratedDataViewer . |
interface |
ViewContext
This interface defines the context in which a
ViewManager exists. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultIdv
This is the default implementation of an IDV.
|
class |
IdvServer.MyIdv
Class description
|
class |
IntegratedDataViewer
This is the central class for IDV applications.
|
class |
MultiPaneIdv
An example IDV application that supports muliple view panes
in the same window, a la AWIPS
|