public class VirtualFlatField extends VirtualField
Modifier | Constructor and Description |
---|---|
protected |
VirtualFlatField(FunctionType functionType,
SampledSet domainSet,
VirtualTuple rangeTuple)
Constructs from a function type, domain set, and range tuple.
|
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Clones this instance.
|
DataImpl |
getData(Context context)
Gets the VisAD data object corresponding to this virtual, data
object.
|
getDataFactory, getDomainSet, getFunctionType, getRangeTuple, getType, newVirtualField, newVirtualField, setDataFactory
getData, toString
protected VirtualFlatField(FunctionType functionType, SampledSet domainSet, VirtualTuple rangeTuple)
functionType
- The MathType of the FlatField.domainSet
- The domain sampling set of the FlatField.rangeTuple
- The range of the FlatField.public DataImpl getData(Context context) throws VisADException, IOException
getData
in class VirtualField
context
- The context in which the data is to be
retrieved.VisADException
- Couldn't created necessary VisAD object.InvalidContextException
- Invalid context.IOException
- I/O failure.public Object clone()
clone
in class VirtualField
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.