|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataContext | |
|---|---|
| ucar.unidata.data | The data package. |
| ucar.unidata.data.radar | DataSource classes and utilities for radar data. |
| ucar.unidata.idv | The idv package. |
| Uses of DataContext in ucar.unidata.data |
|---|
| Methods in ucar.unidata.data that return DataContext | |
|---|---|
DataContext |
DerivedDataDescriptor.getDataContext()
Get the DataContext for this descriptor |
DataContext |
DerivedDataChoice.getDataContext()
Get the DataContext. |
DataContext |
DataSourceDescriptor.getDataContext()
Get the context for this data. |
DataContext |
DataSourceImpl.getDataContext()
Get the DataContext for this DataSource. |
DataContext |
DataManager.getDataContext()
Get this DataManager's DataContext. |
| Methods in ucar.unidata.data with parameters of type DataContext | |
|---|---|
void |
DataSource.createAutoDisplay(String displayType,
DataContext dataContext)
Automatically create the given display on initialization. |
void |
DataSourceImpl.createAutoDisplay(String displayType,
DataContext dataContext)
Automatically create the given display on initialization. |
static List |
DerivedDataDescriptor.getDerivedDataChoices(DataContext context,
List sourceChoices,
List descriptors)
Search through and return a list of DerivedDataChoices that can be created from the given list of sourceChoices. |
static 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 List |
DerivedDataDescriptor.readDescriptors(DataContext dataContext,
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. |
| Constructors in ucar.unidata.data with parameters of type DataContext | |
|---|---|
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,
List dataChoices,
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,
List dataChoices,
String name,
String description,
String categories,
String method,
String formula,
String code)
Used when not creating it from a DerivedDataDescriptor. |
|
DerivedDataChoice(DataContext dataContext,
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,
String id,
String desc,
String formula,
List categories)
ctor |
|
| Uses of DataContext in ucar.unidata.data.radar |
|---|
| Constructors in ucar.unidata.data.radar with parameters of type DataContext | |
|---|---|
Level2Data(File file,
DataContext context)
Create a new Level II data wrapper for the file |
|
Level2Data(String filename,
DataContext context)
Create a new Level II data wrapper for the file |
|
| Uses of DataContext in ucar.unidata.idv |
|---|
| Subinterfaces of DataContext in ucar.unidata.idv | |
|---|---|
interface |
ControlContext
This interface is how DisplayControls view the
IntegratedDataViewer. |
interface |
ViewContext
This interface defines the context in which a ViewManager exists. |
| Classes in ucar.unidata.idv that implement DataContext | |
|---|---|
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, ala AWIPS |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||