public class ImageSequenceManager extends Object
| Constructor and Description |
|---|
ImageSequenceManager()
Create an empty image sequence.
|
ImageSequenceManager(SingleBandedImage[] images)
Create an image sequence from the array of images.
|
| Modifier and Type | Method and Description |
|---|---|
ImageSequence |
addImagesToSequence(List<SingleBandedImage> images) |
ImageSequence |
addImagesToSequence(SingleBandedImage[] images)
Add an array of images to the the sequence this object is managing.
|
ImageSequence |
addImageToSequence(SingleBandedImage image)
Add an image to the the sequence this object is managing.
|
void |
clearSequence()
Remove all images from the sequence.
|
static ImageSequence |
createImageSequence(SingleBandedImage[] images)
Create an image sequence from an array of images.
|
ImageSequence |
getImageSequence()
Get the sequence that this object is to manage.
|
ImageSequence |
removeImageAtTime(DateTime time)
Remove an image from the sequence.
|
void |
setImageSequence(ImageSequence newSequence)
Set the sequence that this object is to manage.
|
public ImageSequenceManager()
throws VisADException,
RemoteException
VisADException - Couldn't create an empty sequence.RemoteException - Couldn't create remote object.public ImageSequenceManager(SingleBandedImage[] images) throws VisADException, RemoteException
images - array of images for the sequence.VisADException - Couldn't create the necessary VisAD objectRemoteException - Couldn't create remote object.public static ImageSequence createImageSequence(SingleBandedImage[] images) throws VisADException, RemoteException
images - array of images for the sequence.VisADException - Couldn't create the sequence.RemoteException - Couldn't create remote object.public ImageSequence addImageToSequence(SingleBandedImage image) throws VisADException, RemoteException
image - image to addVisADException - Couldn't create the sequence.RemoteException - Couldn't create remote object.public ImageSequence addImagesToSequence(SingleBandedImage[] images) throws VisADException, RemoteException
images - images to addVisADException - Couldn't create the sequence.RemoteException - Couldn't create remote object.public ImageSequence addImagesToSequence(List<SingleBandedImage> images) throws VisADException, RemoteException
VisADExceptionRemoteExceptionpublic ImageSequence removeImageAtTime(DateTime time) throws VisADException
time - time of image to removeVisADException - Couldn't create the sequence.public void clearSequence()
public void setImageSequence(ImageSequence newSequence) throws VisADException, RemoteException
newSequence - sequence to use (can't be null)VisADException - Couldn't create the sequence.RemoteException - Couldn't create remote object.public ImageSequence getImageSequence()
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.