| Package | Description |
|---|---|
| visad.data.dods |
Supports read-only access to datasets on DODS servers by
importing such datasets as VisAD data objects.
|
| visad.data.in |
Supports the creation of form-specific, read-only, data-access packages
that import external dataset into VisAD as VisaD data objects.
|
| Modifier and Type | Field and Description |
|---|---|
protected ValueUnpacker |
Valuator.unpacker |
| Modifier and Type | Method and Description |
|---|---|
static ValueUnpacker |
Valuator.valueUnpacker(dods.dap.AttributeTable table)
Returns an instance of a value unpacker corresponding to the attributes
of a DODS variable.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OffsetUnpacker
Provides support for unpacking data values by adding a constant offset to
them.
|
class |
ScaleAndOffsetUnpacker
Provides support for unpacking data values by multiplying them by a constant
scale factor and then adding a constant offset value.
|
class |
ScaleUnpacker
Provides support for unpacking data values by scaling them (i.e. multiplying
by a constant scale factor.
|
| Modifier and Type | Method and Description |
|---|---|
static ValueUnpacker |
ValueUnpacker.valueUnpacker()
Returns the trivial value unpacker.
|