|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ValueUnpacker | |
|---|---|
| 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. |
| Uses of ValueUnpacker in visad.data.dods |
|---|
| Fields in visad.data.dods declared as ValueUnpacker | |
|---|---|
protected ValueUnpacker |
Valuator.unpacker
|
| Methods in visad.data.dods that return ValueUnpacker | |
|---|---|
static ValueUnpacker |
Valuator.valueUnpacker(dods.dap.AttributeTable table)
Returns an instance of a value unpacker corresponding to the attributes of a DODS variable. |
| Uses of ValueUnpacker in visad.data.in |
|---|
| Subclasses of ValueUnpacker in visad.data.in | |
|---|---|
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. |
| Methods in visad.data.in that return ValueUnpacker | |
|---|---|
static ValueUnpacker |
ValueUnpacker.valueUnpacker()
Returns the trivial value unpacker. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||