Uses of Class
ucar.unidata.data.DataInstance
Packages that use DataInstance
Package
Description
DataSource classes and utilities for gridded data.
DataSource classes and utilities for point (e.g., surface) data.
DisplayControls for the IDV - A DisplayControl generally has a data
depiction and a control window for modifying or interacting with the
display.
-
Uses of DataInstance in ucar.unidata.data.grid
Subclasses of DataInstance in ucar.unidata.data.grid -
Uses of DataInstance in ucar.unidata.data.point
Subclasses of DataInstance in ucar.unidata.data.pointModifier and TypeClassDescriptionclass
Utility class to wrap a Point Data Choice -
Uses of DataInstance in ucar.unidata.idv.control
Methods in ucar.unidata.idv.control that return DataInstanceModifier and TypeMethodDescriptionprotected DataInstance
CappiControl.doMakeDataInstance
(DataChoice dataChoice) Override the super class to set the initial levelprotected DataInstance
DisplayControlImpl.doMakeDataInstance
(DataChoice dataChoice) Creates and returns theDataInstance
corresponding to aDataChoice
.protected DataInstance
GridDisplayControl.doMakeDataInstance
(DataChoice dataChoice) Create the GridDataInstance from the dataChoice.protected DataInstance
GridTrajectoryControl.doMakeDataInstance
(DataChoice dataChoice) _more_protected DataInstance
GridTrajectoryControlNew.doMakeDataInstance
(DataChoice dataChoice) _more_protected DataInstance
GridTrajectoryControlNew.MyTrajectoryControl.doMakeDataInstance
(DataChoice dataChoice) _more_protected DataInstance
ImageSequenceControl.doMakeDataInstance
(DataChoice dataChoice) Make the data instanceprotected DataInstance
ObsDisplayControl.doMakeDataInstance
(DataChoice dataChoice) Creates and returns theDataInstance
corresponding to aDataChoice
.protected DataInstance
ProfilerMultiStationControl.doMakeDataInstance
(DataChoice dataChoice) Creates and returns theGridDataInstance
corresponding to aDataChoice
.protected DataInstance
RadarSweepControl.doMakeDataInstance
(DataChoice dataChoice) Override the super class to set the initial levelprotected DataInstance
StationLocationControl.doMakeDataInstance
(DataChoice dataChoice) Creates and returns theDataInstance
corresponding to aDataChoice
.protected DataInstance
WMSControl.doMakeDataInstance
(DataChoice dataChoice) make the data instanceDisplayControlImpl.getDataInstance()
We have this here (in part) for xml persistenceDisplayControlImpl.getDataInstance
(boolean forceCreation) We have this here (in part) for xml persistenceProbeRowInfo.getDataInstance()
Get the data instanceprotected DataInstance
DisplayControlImpl.updateDataInstance
(DataInstance dataInstance) update the datainstance in preparation for a getData call.Methods in ucar.unidata.idv.control with parameters of type DataInstanceModifier and TypeMethodDescriptionprotected boolean
DisplayControlImpl.checkIfDataOk
(DataInstance di) Implements the default check if the new DataInstance/DataChoice pair holds valid data.protected boolean
ImageSequenceControl.checkIfDataOk
(DataInstance di) Override base class method.DisplayControlImpl.getData
(DataInstance dataInstance) A wrapper around dataInstance.getData but this calls updateDataInstance firstprotected void
DisplayControlImpl.setDataInstance
(DataInstance dataInstance) Set the data instance.protected void
ProbeRowInfo.setDataInstance
(DataInstance di) Set the data instanceprotected void
TrackControl.setDataInstance
(DataInstance dataInstance) Set the dataInstance and its paramName in the superclass member data.protected DataInstance
DisplayControlImpl.updateDataInstance
(DataInstance dataInstance) update the datainstance in preparation for a getData call.Constructors in ucar.unidata.idv.control with parameters of type DataInstance