| Package | Description |
|---|---|
| visad |
The core VisAD package, providing support for VisAD's Data & MathType
hierarchy, as well as for VisAD Displays and remote collaboration.
|
| visad.data |
Provides for importing data to and exporting data from VisAD.
|
| visad.matrix | |
| visad.meteorology |
Provides classes that are useful in the field of meteorology.
|
| visad.sounder | |
| visad.util |
Provides a collection of useful utilities, many of them
GUI widgets, to aid in VisAD application design.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FieldImpl
FieldImpl is the VisAD class for finite samplings of functions
from R^n to a range type, where n>0.
|
class |
FlatField
FlatField is the VisAD class for finite samplings of functions whose
range type and range coordinate systems are simple enough to allow
efficient representation.
|
class |
ImageFlatField
ImageFlatField is a VisAD FlatField backed by a java.awt.image.BufferedImage
object, instead of the usual float[][] or double[][] samples array.
|
| Constructor and Description |
|---|
RemoteFunctionImpl(FunctionImpl function) |
| Modifier and Type | Class and Description |
|---|---|
class |
AreaImageCacheAdapter
Adapts a
FlatField backed by a AreaImageAccessor to work
with a FlatFieldCache. |
class |
CachedFlatField
This is a FloatField that caches to disk its float array.
|
class |
FileField |
class |
FileFlatField |
| Modifier and Type | Class and Description |
|---|---|
class |
JamaMatrix
JamaMatrix is a VisAD wrapper for JAMA matrices.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImageSequenceImpl
Implementation of an ImageSequence.
|
class |
NavigatedImage
An implementation for representing single-banded planar
satellite or radar imagery.
|
class |
SatelliteImage
An implementation for representing single-banded planar satellite
that has navigation.
|
class |
SingleBandedImageImpl
An implementation for representing single-banded planar
satellite or radar imagery.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Sounding
Sounding is the VisAD class for atmospheric soundings.
|
class |
Spectrum
Sounding is the VisAD class for atmospheric soundings.
|
| Modifier and Type | Method and Description |
|---|---|
static double[] |
CursorUtil.evaluate(FunctionImpl data,
double[] domain)
Evaluates the given function at the specified domain coordinates.
|