Uses of Interface
ucar.unidata.data.DataContext
Packages that use DataContext
Package
Description
The data package.
DataSource classes and utilities for radar data.
The idv package.
-
Uses of DataContext in ucar.unidata.data
Methods in ucar.unidata.data that return DataContextModifier and TypeMethodDescriptionDataManager.getDataContext()
Get this DataManager'sDataContext
.DataSourceDescriptor.getDataContext()
Get the context for this data.DataSourceImpl.getDataContext()
Get theDataContext
for this DataSource.DerivedDataChoice.getDataContext()
Get the DataContext.DerivedDataDescriptor.getDataContext()
Get the DataContext for this descriptorMethods in ucar.unidata.data with parameters of type DataContextModifier and TypeMethodDescriptionvoid
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
DerivedDataChoice.setDataContext
(DataContext c) Set the DataContext.void
DerivedDataDescriptor.setDataContext
(DataContext value) Set the DataContext for this descriptorConstructors in ucar.unidata.data with parameters of type DataContextModifierConstructorDescriptionDataManager
(DataContext dataContext) Create a new DataManager with the givenDataContext
.DerivedDataChoice
(DataContext dataContext, String formula) Used when not creating it from a DerivedDataDescriptor.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, List dataChoices, String desc, DerivedDataDescriptor ddd) The regular constructor from aDerivedDataDescriptor
TODO: Right now the children of a DerivedDataChoice do not refererence their parent.DerivedDataChoice
(DataContext dataContext, DerivedDataDescriptor ddd) This is the constructor used when creating a DDC as an end user formula.DerivedDataDescriptor
(DataContext dataContext) Constructor used for when we create an end-user formulaDerivedDataDescriptor
(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 DataContextModifierConstructorDescriptionLevel2Data
(File file, DataContext context) Create a new Level II data wrapper for the fileLevel2Data
(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.idvModifier and TypeInterfaceDescriptioninterface
This interface is howDisplayControl
s view theIntegratedDataViewer
.interface
This interface defines the context in which aViewManager
exists.Classes in ucar.unidata.idv that implement DataContextModifier and TypeClassDescriptionclass
This is the default implementation of an IDV.class
Class descriptionclass
This is the central class for IDV applications.class
An example IDV application that supports muliple view panes in the same window, a la AWIPS