| 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.
|
| Class and Description |
|---|
| DataInputSource
Interface for sources of VisAD data objects.
|
| DataInputStream
Interface for a filter-module in a data-import pipe.
|
| ValueRanger
Provides support for ranging data values (i.e. checking to see that they
lie within a valid range).
|
| ValueUnpacker
Provides support for unpacking data values (i.e. converting them from smaller
types to bigger types).
|
| ValueVetter
Provides support for verifying data values (i.e. seeing that they aren't
equal to one or more special values).
|
| Class and Description |
|---|
| AndCondition
Provides support for complementary conditions for a VisAD data object.
|
| ArithProg
Provides support for determining if a sequence of numeric values corresponds
to an arithmetic progression and, if so, the progression parameters.
|
| Condition
Provides support for applying arbitrary conditions to VisAD data objects.
|
| DataInputFilter
Provides support for a filter-module in a data-import pipe.
|
| DataInputStream
Interface for a filter-module in a data-import pipe.
|
| MathTypeCondition
Provides support for matching the MathType of a VisAD data object.
|
| NotCondition
Provides support for negating the condition for a VisAD data object.
|
| OffsetUnpacker
Provides support for unpacking data values by adding a constant offset to
them.
|
| OrCondition
Provides support for alternative conditions for a VisAD data object.
|
| ScaleAndOffsetUnpacker
Provides support for unpacking data values by multiplying them by a constant
scale factor and then adding a constant offset value.
|
| ScaleUnpacker
Provides support for unpacking data values by scaling them (i.e. multiplying
by a constant scale factor.
|
| ValueProcessor
Provides support for processing primitive data values (i.e. checking their
values, converting them, etc.).
|
| ValueRanger
Provides support for ranging data values (i.e. checking to see that they
lie within a valid range).
|
| ValueUnpacker
Provides support for unpacking data values (i.e. converting them from smaller
types to bigger types).
|
| ValueVetter
Provides support for verifying data values (i.e. seeing that they aren't
equal to one or more special values).
|