|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValueProcessor | |
---|---|
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 ValueProcessor in visad.data.in |
---|
Subclasses of ValueProcessor 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. |
class |
ValueRanger
Provides support for ranging data values (i.e. checking to see that they lie within a valid range). |
class |
ValueUnpacker
Provides support for unpacking data values (i.e. converting them from smaller types to bigger types). |
class |
ValueVetter
Provides support for verifying data values (i.e. seeing that they aren't equal to one or more special values). |
Fields in visad.data.in declared as ValueProcessor | |
---|---|
protected static ValueProcessor |
ValueProcessor.trivialProcessor
The trivial processor (does nothing). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |