| 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 |
BaseTypeVectorAdapter
Provides support for adapting a DODS
BaseTypePrimitiveVector to the
VisAD data-import context. |
class |
BooleanVectorAdapter
Provides support for adapting a DODS
BooleanPrimitiveVector to the
VisAD data-import context. |
class |
ByteVectorAdapter
Provides support for adapting a DODS
BytePrimitiveVector to the
VisAD data-import context. |
class |
Float32VectorAdapter
Provides support for adapting a DODS
Float32PrimitiveVector to the
VisAD data-import context. |
class |
Float64VectorAdapter
Provides support for adapting a DODS
Float64PrimitiveVector to the
VisAD data-import context. |
class |
FloatVectorAdapter
Provides support for adapting DODS floating-point vectors to the VisAD
data-import context.
|
class |
Int16VectorAdapter
Provides support for adapting a DODS
Int16PrimitiveVector to the
VisAD data-import context. |
class |
Int32VectorAdapter
Provides support for adapting a DODS
Int32PrimitiveVector to the
VisAD data-import context. |
class |
NumericVectorAdapter
Provides support for adapting DODS numeric primitive vectors to the
VisAD data-import context.
|
class |
UInt16VectorAdapter
Provides support for adapting a DODS
UInt16PrimitiveVector to the
VisAD data-import context. |
class |
UInt32VectorAdapter
Provides support for adapting a DODS
UInt32PrimitiveVector to the
VisAD data-import context. |
| Modifier and Type | Method and Description |
|---|---|
VectorAdapter |
VariableAdapterFactory.vectorAdapter(dods.dap.PrimitiveVector vector,
dods.dap.DAS das)
Returns the adapter corresponding to a DODS
PrimitiveVector. |
VectorAdapter |
VectorAdapterFactory.vectorAdapter(dods.dap.PrimitiveVector vector,
dods.dap.DAS das,
VariableAdapterFactory factory)
Returns the adapter corresponding to a DODS primitive vector.
|
| Constructor and Description |
|---|
VectorAccessor(FunctionType funcType,
VectorAdapter vectorAdapter,
SampledSet domain,
dods.dap.PrimitiveVector vector)
Constructs from a function-type, a vector adapter, a domain and a DODS
primitive vector.
|