Documentation of 'visad.meteorology.ImageSequence' Java class
ImageSequence
visad.meteorology

Interface ImageSequence

    • Method Detail

      • getImageTimes

        DateTime[] getImageTimes()
                          throws VisADException
        Return the list of times associated with this sequence.
        Returns:
        array of image start times.
        Throws:
        VisADException
      • getImageCount

        int getImageCount()
                   throws VisADException
        Return the number of images in the sequence.
        Returns:
        number of images
        Throws:
        VisADException
      • getImage

        SingleBandedImage getImage(DateTime dt)
                            throws VisADException,
                                   java.rmi.RemoteException
        Get the image at the specified time
        Parameters:
        dt - image time
        Returns:
        single banded image at that time.
        Throws:
        VisADException - no image at that time in the set.
        java.rmi.RemoteException - can't get remote image
      • getImage

        SingleBandedImage getImage(int index)
                            throws VisADException,
                                   java.rmi.RemoteException
        Return the image at the index'th position in the sequence.
        Parameters:
        index - index in the sequence
        Returns:
        single banded image at that index
        Throws:
        VisADException - no image at that index in the set.
        java.rmi.RemoteException - can't get remote image

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.