|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectvisad.data.dods.Adapter
visad.data.dods.VariableAdapter
visad.data.dods.ByteVariableAdapter
public class ByteVariableAdapter
Provides support for adapting DODS DByte variables to the
visad.data.in context.
| Method Summary | |
|---|---|
static ByteVariableAdapter |
byteVariableAdapter(dods.dap.DByte var,
dods.dap.DAS das)
|
DataImpl |
data(dods.dap.DByte var,
boolean copy)
Returns a VisAD data object corresponding to a DODS DByte. |
MathType |
getMathType()
Returns the VisAD MathType of this instance. |
SimpleSet[] |
getRepresentationalSets(boolean copy)
Returns the VisAD Sets that will be used to represent this
instances data values in the range of a VisAD FlatField. |
| Methods inherited from class visad.data.dods.VariableAdapter |
|---|
data, data, data, data, data, data, data, data, data, data, data, data, data, data, mathType |
| Methods inherited from class visad.data.dods.Adapter |
|---|
attributeTable, attributeTable, getCacheStrategy, isFlat, mathType, realType, realType, realType, realType, scalarName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ByteVariableAdapter byteVariableAdapter(dods.dap.DByte var,
dods.dap.DAS das)
throws VisADException,
RemoteException
VisADException
RemoteExceptionpublic MathType getMathType()
VariableAdapterMathType 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 data values are copied.
public DataImpl data(dods.dap.DByte var,
boolean copy)
DByte.
The DByte must be compatible with the the DByte used to construct
this instance. In particular, the name of the DByte used to construct
this instance will be used in naming the returned VisAD Real.
data in class VariableAdaptervar - The DODS variable. The variable must be
compatible with the the variable used to
construct this instance.copy - If true, then data values are copied.
Real.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||