public class GridVariableMapAdapter extends VariableAdapter
DGrid
variable to the visad.data.in context.
Instances are immutable.
| Modifier and Type | Method and Description |
|---|---|
DataImpl |
data(dods.dap.DArray array,
boolean copy)
Returns a VisAD data object corresponding to a map vector of a DODS grid.
|
MathType |
getMathType()
Returns the VisAD
MathType of this instance. |
static GridVariableMapAdapter |
gridVariableMapAdapter(dods.dap.DArray array,
dods.dap.DAS das,
VariableAdapterFactory factory) |
data, data, data, data, data, data, data, data, data, data, data, data, data, data, getRepresentationalSets, mathTypeattributeTable, attributeTable, getCacheStrategy, isFlat, mathType, realType, realType, realType, realType, scalarNamepublic static GridVariableMapAdapter gridVariableMapAdapter(dods.dap.DArray array, dods.dap.DAS das, VariableAdapterFactory factory) throws VisADException, java.rmi.RemoteException
VisADExceptionjava.rmi.RemoteExceptionpublic MathType getMathType()
VariableAdapterMathType of this instance.getMathType in class VariableAdapterpublic DataImpl data(dods.dap.DArray array, boolean copy) throws VisADException, java.rmi.RemoteException
data in class VariableAdapterarray - An array that contains data and is compatible with
the array used during construction.copy - If true, then data values are copied.GriddedSet.VisADException - Don't know how to create a VisAD data object
from the given DODS variable.java.rmi.RemoteException