| Package | Description |
|---|---|
| visad.aeri | |
| visad.meteorology |
Provides classes that are useful in the field of meteorology.
|
| Modifier and Type | Method and Description |
|---|---|
static ImageSequence |
Aeri.init_images(java.lang.String image_directory) |
static ImageSequence |
Qdiv.init_images(java.lang.String image_directory) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImageSequenceImpl
Implementation of an ImageSequence.
|
| Modifier and Type | Method and Description |
|---|---|
ImageSequence |
ImageSequenceManager.addImagesToSequence(java.util.List<SingleBandedImage> images) |
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.
|
ImageSequence |
ImageSequenceManager.getImageSequence()
Get the sequence that this object is to manage.
|
ImageSequence |
ImageSequenceManager.removeImageAtTime(DateTime time)
Remove an image from the sequence.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImageSequenceManager.setImageSequence(ImageSequence newSequence)
Set the sequence that this object is to manage.
|