|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectvisad.data.netcdf.in.VirtualData
public abstract class VirtualData
Provides support for a virtual VisAD data object.
| Constructor Summary | |
|---|---|
VirtualData()
|
|
| Method Summary | |
|---|---|
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, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public VirtualData()
| Method Detail |
|---|
public abstract MathType getType()
throws VisADException
VisADException
public DataImpl getData()
throws VisADException,
java.rmi.RemoteException,
java.io.IOException
VisADException - Couldn't create necessary VisAD object.
throws RemoteException Remote access failure.
throws IOException I/O failure.
java.rmi.RemoteException
java.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Object
public abstract DataImpl getData(Context context)
throws VisADException,
java.rmi.RemoteException,
java.io.IOException
context - The context in which the data is to be
gotten.
VisADException - Couldn't create necessary VisAD object.
throws RemoteException Remote access failure.
throws IOException I/O failure.
java.rmi.RemoteException
java.io.IOExceptionpublic abstract void setDataFactory(DataFactory factory)
factory - The factory for creating VisAD data objects.public abstract DataFactory getDataFactory()
public abstract java.lang.Object clone()
clone in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||