Package | Description |
---|---|
ucar.unidata.data |
The data package.
|
Modifier and Type | Method and Description |
---|---|
protected visad.Data |
DataDataChoice.getData(DataCategory category,
DataSelection dataSelection,
java.util.Hashtable requestProperties)
Return the
Data object that this DataChoice represents. |
protected visad.Data |
UrlDataChoice.getData(DataCategory category,
DataSelection dataSelection,
java.util.Hashtable requestProperties)
Implementation of the getData method.
|
protected visad.Data |
DirectDataChoice.getData(DataCategory category,
DataSelection dataSelection,
java.util.Hashtable requestProperties)
Get the data that this choice represents.
|
protected abstract visad.Data |
DataChoice.getData(DataCategory category,
DataSelection dataSelection,
java.util.Hashtable requestProperties)
Return the
Data object that this DataChoice represents. |
protected visad.Data |
DerivedDataChoice.getData(DataCategory category,
DataSelection incomingDataSelection,
java.util.Hashtable requestProperties)
Apply the derived operation.
|
protected visad.Data |
ListDataChoice.getData(DataCategory category,
DataSelection dataSelection,
java.util.Hashtable requestProperties)
Get the data
|
visad.Data |
DataChoice.getData(DataSelection incomingDataSelection)
Return the
Data object that this DataChoice represents. |
visad.Data |
DataChoice.getData(DataSelection incomingDataSelection,
java.util.Hashtable requestProperties)
Return the
Data object that this DataChoice represents. |
protected java.lang.Object[] |
ListDataChoice.getDataList(DataCategory category,
DataSelection dataSelection,
java.util.Hashtable requestProperties)
Get the array of data from the children data choices
|