Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
GridDataInstance
A wrapper around grid data.
|
Modifier and Type | Class and Description |
---|---|
class |
PointDataInstance
Utility class to wrap a Point Data Choice
|
Modifier and Type | Method and Description |
---|---|
protected DataInstance |
ImageSequenceControl.doMakeDataInstance(DataChoice dataChoice)
Make the data instance
|
protected DataInstance |
DisplayControlImpl.doMakeDataInstance(DataChoice dataChoice)
Creates and returns the
DataInstance
corresponding to a DataChoice . |
protected DataInstance |
ProfilerMultiStationControl.doMakeDataInstance(DataChoice dataChoice)
Creates and returns the
GridDataInstance
corresponding to a DataChoice . |
protected DataInstance |
ObsDisplayControl.doMakeDataInstance(DataChoice dataChoice)
Creates and returns the
DataInstance
corresponding to a DataChoice . |
protected DataInstance |
GridTrajectoryControl.doMakeDataInstance(DataChoice dataChoice)
_more_
|
protected DataInstance |
StationLocationControl.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 |
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 |
GridTrajectoryControlNew.doMakeDataInstance(DataChoice dataChoice)
_more_
|
protected DataInstance |
GridTrajectoryControlNew.MyTrajectoryControl.doMakeDataInstance(DataChoice dataChoice)
_more_
|
protected DataInstance |
GridDisplayControl.doMakeDataInstance(DataChoice dataChoice)
Create the GridDataInstance from the 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.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
ImageSequenceControl.checkIfDataOk(DataInstance di)
Override base class method.
|
protected boolean |
DisplayControlImpl.checkIfDataOk(DataInstance di)
Implements the default check if the new DataInstance/DataChoice
pair holds valid data.
|
visad.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 |
ProbeRowInfo.setDataInstance(DataInstance di)
Set the data instance
|
protected 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.
|
Constructor and Description |
---|
ProbeRowInfo(ProbeControl control,
DataInstance dataInstance)
ctor
|