public class UInt32VariableAdapter extends VariableAdapter
Instances are immutable.
Modifier and Type | Method and Description |
---|---|
DataImpl |
data(dods.dap.DUInt32 var,
boolean copy)
Returns the VisAD
DataImpl corresponding to the value of a DODS
DUInt16 and the DODS variable used during construction of this
instance. |
MathType |
getMathType()
Returns the VisAD
MathType of this instance. |
SimpleSet[] |
getRepresentationalSets(boolean copy)
|
static UInt32VariableAdapter |
uInt32VariableAdapter(dods.dap.DUInt32 var,
dods.dap.DAS das)
Returns an instance of this class corresponding to a DODS
DUInt32 . |
data, data, data, data, data, data, data, data, data, data, data, data, data, data, mathType
attributeTable, attributeTable, getCacheStrategy, isFlat, mathType, realType, realType, realType, realType, scalarName
public static UInt32VariableAdapter uInt32VariableAdapter(dods.dap.DUInt32 var, dods.dap.DAS das) throws VisADException, RemoteException
DUInt32
.var
- 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.VisADException
- VisAD failure.RemoteException
- Java RMI failure.public MathType getMathType()
MathType
of this instance.getMathType
in class VariableAdapter
public SimpleSet[] getRepresentationalSets(boolean copy)
Set
s that will be used to represent this
instances data values in the range of a VisAD FlatField
.getRepresentationalSets
in class VariableAdapter
copy
- If true, then the array is cloned.public DataImpl data(dods.dap.DUInt32 var, boolean copy)
DataImpl
corresponding to the value of a DODS
DUInt16
and the DODS variable used during construction of this
instance.data
in class VariableAdapter
var
- 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 data values are copied.Real
. The
VisAD MathType
of the data object will
be based on the DODS variable used during
construction of this instance.Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.