Uses of Interface
visad.meteorology.SingleBandedImage

Packages that use SingleBandedImage
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. 
 

Uses of SingleBandedImage in visad.data
 

Classes in visad.data that implement SingleBandedImage
 class AreaImageCacheAdapter
          Adapts a FlatField backed by a AreaImageAccessor to work with a FlatFieldCache.
 

Uses of SingleBandedImage in visad.data.mcidas
 

Methods in visad.data.mcidas that return SingleBandedImage
 SingleBandedImage AreaAdapter.getImage()
          Retrieves the first (and/or only) band in an image as a SingleBandedImage
 

Uses of SingleBandedImage in visad.meteorology
 

Classes in visad.meteorology that implement SingleBandedImage
 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.
 

Methods in visad.meteorology that return SingleBandedImage
 SingleBandedImage ImageSequenceImpl.getImage(DateTime dt)
          Get the image at the specified time
 SingleBandedImage ImageSequence.getImage(DateTime dt)
          Get the image at the specified time
 SingleBandedImage ImageSequenceImpl.getImage(int index)
          Return the image at the index'th position in the sequence.
 SingleBandedImage ImageSequence.getImage(int index)
          Return the image at the index'th position in the sequence.
 

Methods in visad.meteorology with parameters of type SingleBandedImage
 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.
 

Method parameters in visad.meteorology with type arguments of type SingleBandedImage
 ImageSequence ImageSequenceManager.addImagesToSequence(List<SingleBandedImage> images)
           
 

Constructors in visad.meteorology with parameters of type SingleBandedImage
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.