Documentation of 'visad.data.netcdf.in.VirtualData' Java class
VirtualData
visad.data.netcdf.in

Class VirtualData

    • Constructor Summary

      Constructors 
      Constructor and Description
      VirtualData() 
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method and Description
      abstract java.lang.Object clone()
      Clones this instance.
      DataImpl getData()
      Gets the VisAD data object corresponding to this top-level, virtual, data object.
      abstract DataImpl getData(Context context)
      Gets the VisAD data object corresponding to this virtual, data object, in context.
      abstract DataFactory getDataFactory()
      Returns the factory used to create VisAD data objects.
      abstract MathType getType()
      Gets the VisAD MathType of this virtual, data object.
      abstract void setDataFactory(DataFactory factory)
      Sets the factory used to create VisAD data objects.
      java.lang.String toString()
      Gets the string that represents this object.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • VirtualData

        public VirtualData()
    • Method Detail

      • getType

        public abstract MathType getType()
                                  throws VisADException
        Gets the VisAD MathType of this virtual, data object.
        Returns:
        The VisAD MathType of this virtual, data object.
        Throws:
        VisADException
      • getData

        public DataImpl getData()
                         throws VisADException,
                                java.rmi.RemoteException,
                                java.io.IOException
        Gets the VisAD data object corresponding to this top-level, virtual, data object.
        Returns:
        The VisAD data object corresponding to this top-level, virtual, data object.
        Throws:
        VisADException - Couldn't create necessary VisAD object. throws RemoteException Remote access failure. throws IOException I/O failure.
        java.rmi.RemoteException
        java.io.IOException
      • toString

        public java.lang.String toString()
        Gets the string that represents this object.
        Overrides:
        toString in class java.lang.Object
        Returns:
        The string that represents this object.
      • getData

        public abstract DataImpl getData(Context context)
                                  throws VisADException,
                                         java.rmi.RemoteException,
                                         java.io.IOException
        Gets the VisAD data object corresponding to this virtual, data object, in context.
        Parameters:
        context - The context in which the data is to be gotten.
        Returns:
        The VisAD data object corresponding to this virtual, data object.
        Throws:
        VisADException - Couldn't create necessary VisAD object. throws RemoteException Remote access failure. throws IOException I/O failure.
        java.rmi.RemoteException
        java.io.IOException
      • setDataFactory

        public abstract void setDataFactory(DataFactory factory)
        Sets the factory used to create VisAD data objects.
        Parameters:
        factory - The factory for creating VisAD data objects.
      • getDataFactory

        public abstract DataFactory getDataFactory()
        Returns the factory used to create VisAD data objects.
        Returns:
        The factory for creating VisAD data objects.
      • clone

        public abstract java.lang.Object clone()
        Clones this instance.
        Overrides:
        clone in class java.lang.Object
        Returns:
        A (deep) clone of this instance.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.