public class ListVariableAdapter extends VariableAdapter
DList variable to the
VisAD data-import context.
Instances are immutable.
| Modifier and Type | Method and Description |
|---|---|
DataImpl |
data(dods.dap.DList list,
boolean copy)
Returns the VisAD
DataImpl corresponding to a DODS DList. |
MathType |
getMathType()
Returns the VisAD
MathType of this instance. |
SimpleSet[] |
getRepresentationalSets(boolean copy)
|
static ListVariableAdapter |
listVariableAdapter(dods.dap.DList list,
dods.dap.DAS das,
VariableAdapterFactory factory)
Returns an instance of this class corresponding to a DODS
DList. |
data, data, data, data, data, data, data, data, data, data, data, data, data, data, mathTypeattributeTable, attributeTable, getCacheStrategy, isFlat, mathType, realType, realType, realType, realType, scalarNamepublic static ListVariableAdapter listVariableAdapter(dods.dap.DList list, dods.dap.DAS das, VariableAdapterFactory factory) throws VisADException, RemoteException
DList.list - The DODS variable. Only the DODS metadata is
used: the variable needn't have any actual data.das - The DODS DAS in which the attribute
table for the DODS variable is embedded.factory - A factory for creating variable adapters.VisADException - VisAD failure.RemoteException - Java RMI failure.public MathType getMathType()
MathType of this instance.getMathType in class VariableAdapterpublic SimpleSet[] getRepresentationalSets(boolean copy)
Sets that will be used to represent this
instances data values in the range of a VisAD FlatField.getRepresentationalSets in class VariableAdaptercopy - If true, then the array is cloned.public DataImpl data(dods.dap.DList list, boolean copy) throws VisADException, RemoteException
DataImpl corresponding to a DODS DList.data in class VariableAdapterlist - The DODS variable to have the corresponding
VisAD data object returned. The variable
must be compatible with the variable used to
construct this instance.copy - If true, then the data values are copied.FileFlatField FlatField, or
FieldImpl.VisADException - VisAD failure. Possibly the variable wasn't
compatible with the variable used to construct
this instance.RemoteException - Java RMI failure.Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.