|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataInstance | |
|---|---|
| ucar.unidata.data.grid | DataSource classes and utilities for gridded data. |
| ucar.unidata.data.point | DataSource classes and utilities for point (e.g., surface) 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. |
| Uses of DataInstance in ucar.unidata.data.grid |
|---|
| Subclasses of DataInstance in ucar.unidata.data.grid | |
|---|---|
class |
GridDataInstance
A wrapper around grid data. |
| Uses of DataInstance in ucar.unidata.data.point |
|---|
| Subclasses of DataInstance in ucar.unidata.data.point | |
|---|---|
class |
PointDataInstance
Utility class to wrap a Point Data Choice |
| Uses of DataInstance in ucar.unidata.idv.control |
|---|
| Methods in ucar.unidata.idv.control that return DataInstance | |
|---|---|
protected DataInstance |
DisplayControlImpl.doMakeDataInstance(DataChoice dataChoice)
Creates and returns the DataInstance
corresponding to a DataChoice. |
protected DataInstance |
ObsDisplayControl.doMakeDataInstance(DataChoice dataChoice)
Creates and returns the DataInstance
corresponding to a DataChoice. |
protected DataInstance |
RadarSweepControl.doMakeDataInstance(DataChoice dataChoice)
Override the super class to set the initial level |
protected DataInstance |
ProfilerMultiStationControl.doMakeDataInstance(DataChoice dataChoice)
Creates and returns the GridDataInstance
corresponding to a DataChoice. |
protected DataInstance |
CappiControl.doMakeDataInstance(DataChoice dataChoice)
Override the super class to set the initial level |
protected DataInstance |
WMSControl.doMakeDataInstance(DataChoice dataChoice)
make the data instance |
protected DataInstance |
GridDisplayControl.doMakeDataInstance(DataChoice dataChoice)
Create the GridDataInstance from the dataChoice. |
protected DataInstance |
ImageSequenceControl.doMakeDataInstance(DataChoice dataChoice)
Make the data instance |
protected DataInstance |
StationLocationControl.doMakeDataInstance(DataChoice dataChoice)
Creates and returns the DataInstance
corresponding to a DataChoice. |
DataInstance |
DisplayControlImpl.getDataInstance()
We have this here (in part) for xml persistence |
DataInstance |
ProbeRowInfo.getDataInstance()
Get the data instance |
DataInstance |
DisplayControlImpl.getDataInstance(boolean forceCreation)
We have this here (in part) for xml persistence |
protected DataInstance |
DisplayControlImpl.updateDataInstance(DataInstance dataInstance)
update the datainstance in preparation for a getData call. |
| Methods in ucar.unidata.idv.control with parameters of type DataInstance | |
|---|---|
protected 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. |
Data |
DisplayControlImpl.getData(DataInstance dataInstance)
A wrapper around dataInstance.getData but this calls updateDataInstance first |
protected void |
DisplayControlImpl.setDataInstance(DataInstance dataInstance)
Set the data instance. |
protected void |
TrackControl.setDataInstance(DataInstance dataInstance)
Set the dataInstance and its paramName in the superclass member data. |
protected void |
ProbeRowInfo.setDataInstance(DataInstance di)
Set the data instance |
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 | |
|---|---|
ProbeRowInfo(ProbeControl control,
DataInstance dataInstance)
ctor |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||