| Package | Description |
|---|---|
| visad.data |
Provides for importing data to and exporting data from VisAD.
|
| visad.data.mcidas |
Provides for importing McIDAS AREA files
and McIDAS base map (OUTL) files into VisAD.
|
| visad.meteorology |
Provides classes that are useful in the field of meteorology.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AreaImageCacheAdapter
Adapts a
FlatField backed by a AreaImageAccessor to work
with a FlatFieldCache. |
| Modifier and Type | Method and Description |
|---|---|
SingleBandedImage |
AreaAdapter.getImage()
Retrieves the first (and/or only) band in an image as a SingleBandedImage
|
| Modifier and Type | Class and Description |
|---|---|
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 | Method and Description |
|---|---|
SingleBandedImage |
ImageSequence.getImage(DateTime dt)
Get the image at the specified time
|
SingleBandedImage |
ImageSequenceImpl.getImage(DateTime dt)
Get the image at the specified time
|
SingleBandedImage |
ImageSequence.getImage(int index)
Return the image at the index'th position in the sequence.
|
SingleBandedImage |
ImageSequenceImpl.getImage(int index)
Return the image at the index'th position in the sequence.
|
| Modifier and Type | Method and Description |
|---|---|
ImageSequence |
ImageSequenceManager.addImagesToSequence(SingleBandedImage[] images)
Add an array of images to the the sequence this object is managing.
|
ImageSequence |
ImageSequenceManager.addImageToSequence(SingleBandedImage image)
Add an image to the the sequence this object is managing.
|
static ImageSequence |
ImageSequenceManager.createImageSequence(SingleBandedImage[] images)
Create an image sequence from an array of images.
|
| Modifier and Type | Method and Description |
|---|---|
ImageSequence |
ImageSequenceManager.addImagesToSequence(java.util.List<SingleBandedImage> images) |
| Constructor and Description |
|---|
ImageSequenceImpl(FunctionType type,
SingleBandedImage[] images)
Create an image sequence with the specified FunctionType.
|
ImageSequenceImpl(SingleBandedImage[] images)
Create an image sequence from an array of images
|
ImageSequenceManager(SingleBandedImage[] images)
Create an image sequence from the array of images.
|