public abstract class VirtualData extends Object
Constructor and Description |
---|
VirtualData() |
Modifier and Type | Method and Description |
---|---|
abstract 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.
|
String |
toString()
Gets the string that represents this object.
|
public abstract MathType getType() throws VisADException
VisADException
public DataImpl getData() throws VisADException, RemoteException, IOException
VisADException
- Couldn't create necessary VisAD object.
throws RemoteException Remote access failure.
throws IOException I/O failure.RemoteException
IOException
public String toString()
public abstract DataImpl getData(Context context) throws VisADException, RemoteException, 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.RemoteException
IOException
public abstract void setDataFactory(DataFactory factory)
factory
- The factory for creating VisAD data objects.public abstract DataFactory getDataFactory()
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.