| Package | Description |
|---|---|
| visad.data.dods |
Supports read-only access to datasets on DODS servers by
importing such datasets as VisAD data objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayVariableAdapter
Provides support for adapting DODS
DArray variables to the
VisAD data-import context. |
class |
BooleanVariableAdapter
Provides support for adapting DODS DBoolean variables to the
VisAD data-import context.
|
class |
ByteVariableAdapter
Provides support for adapting DODS DByte variables to the
visad.data.in context. |
class |
Float32VariableAdapter
Provides support for adapting DODS DFloat32 variables to the
VisAD data-import context.
|
class |
Float64VariableAdapter
Provides support for adapting DODS DFloat64 variables to the
VisAD data-import context.
|
class |
GridVariableAdapter
Provides support for adapting DODS
DGrid variables to the
VisAD data-import context. |
class |
GridVariableMapAdapter
Provides support for adapting the map vectors of a DODS
DGrid
variable to the visad.data.in context. |
class |
Int16VariableAdapter
Provides support for adapting DODS DInt16 variables to the
VisAD data-import context.
|
class |
Int32VariableAdapter
Provides support for adapting DODS DInt32 variables to the
VisAD data-import context.
|
class |
ListVariableAdapter
Provides support for adapting a DODS
DList variable to the
VisAD data-import context. |
class |
SequenceVariableAdapter
Provides support for adapting DODS
DSequence variables to the
VisAD data-import context. |
class |
StringVariableAdapter
Provides support for adapting DODS
DString variables to the
VisAD data-import context. |
class |
StructureVariableAdapter
Provides support for adapting DODS
DStructure variables to the
VisAD data-import context. |
class |
UInt16VariableAdapter
Provides support for adapting DODS {DUInt16} variables to the
VisAD data-import context.
|
class |
UInt32VariableAdapter
Provides support for adapting DODS {DUInt32} variables to the
VisAD data-import context.
|
| Modifier and Type | Method and Description |
|---|---|
protected VariableAdapter |
VectorAdapter.getVariableAdapter()
Returns the adapter of the DODS variable that underlies this instance.
|
VariableAdapter |
VariableAdapterFactory.variableAdapter(dods.dap.BaseType var,
dods.dap.DAS das)
Returns the adapter corresponding to a DODS variable.
|
| Modifier and Type | Method and Description |
|---|---|
protected static MathType |
VariableAdapter.mathType(VariableAdapter[] adapters)
Returns the VisAD
MathType corresponding to an array of adapters
of DODS variables. |