| Package | Description |
|---|---|
| visad |
The core VisAD package, providing support for VisAD's Data & MathType
hierarchy, as well as for VisAD Displays and remote collaboration.
|
| visad.data |
Provides for importing data to and exporting data from VisAD.
|
| visad.data.dods |
Supports read-only access to datasets on DODS servers by
importing such datasets as VisAD data objects.
|
| visad.data.netcdf |
Provides for importing a netCDF dataset into VisAD and for exporting a VisAD
data object to a netCDF dataset.
|
| visad.data.netcdf.in |
Provides for importing a netCDF dataset into VisAD.
|
| visad.data.visad |
Provides for importing and exporting serialized Java object files
into and out of VisAD.
|
| visad.data.visad.object |
| Modifier and Type | Class and Description |
|---|---|
class |
DoubleSet
DoubleSet represents the finite (but large) set of samples of
R^dimension made by vectors of IEEE double precision floating
point numbers.
|
class |
FloatSet
FloatSet represents the finite (but large) set of samples of
R^dimension made by vectors of IEEE single precision floating
point numbers.
|
class |
Gridded1DDoubleSet
Gridded1DDoubleSet is a Gridded1DSet with double-precision samples.
|
class |
Gridded1DSet
Gridded1DSet represents a finite set of samples of R.
|
class |
Gridded2DDoubleSet
Gridded2DDoubleSet is a Gridded2DSet with double-precision samples.
|
class |
Gridded2DSet
Gridded2DSet represents a finite set of samples of R^2.
|
class |
Gridded3DDoubleSet
Gridded3DDoubleSet is a Gridded3DSet with double-precision samples.
|
class |
Gridded3DSet
Gridded3DSet represents a finite set of samples of R^3.
|
class |
GriddedSet
GriddedSet is implemented by those Set sub-classes whose samples
lie on a rectangular grid topology (but note the geometry need
not be rectangular).
|
class |
Integer1DSet
Integer1DSet represents a finite set of samples of R at
an integer lattice based at the origin (i.e, 0, 1, 2, ..., length-1).
|
class |
Integer2DSet
Integer2DSet represents a finite set of samples of R^2 at
an integer lattice based at the origin.
|
class |
Integer3DSet
Integer3DSet represents a finite set of samples of R^3 at
an integer lattice based at the origin.
|
class |
IntegerNDSet
IntegerNDSet represents a finite set of samples of R^n at
an integer lattice based at the origin.
|
class |
Irregular1DSet
Irregular1DSet represents a finite set of samples of R.
|
class |
Irregular2DSet
IrregularSet for a finite number of samples of R. |
class |
Irregular3DSet
Irregular3DSet represents a finite set of samples of R^3.
|
class |
IrregularSet
IrregularSet is implemented by those Set sub-classes whose samples
do not form any ordered pattern.
|
class |
Linear1DSet
Linear1DSet represents a finite set of samples of R in
an arithmetic progression.
|
class |
Linear2DSet
Linear2DSet represents a finite set of samples of R^2 in
a cross product of two arithmetic progressions.
|
class |
Linear3DSet
Linear3DSet represents a finite set of samples of R^3 in
a cross product of three arithmetic progressions.
|
class |
LinearLatLonSet
LinearLatLonSet represents a finite set of samples of
(Latitude, Longitude) in a cross product of two
arithmetic progressions.
|
class |
LinearNDSet
LinearNDSet represents a finite set of samples of R^Dimension
in a cross product of arithmetic progressions.
|
class |
List1DDoubleSet
List1DDoubleSet is the class for Set-s containing lists of
1-D double values with no topology.
|
class |
List1DSet
List1DSet is the class for Set-s containing lists of
1-D values with no topology.
|
class |
ProductSet
ProductSet is the cross-product of an array of SampledSets.
|
class |
SampledSet
SampledSet is the abstract superclass of GriddedSets, PolyCells and MultiCells.
|
class |
SingletonSet
SingletonSet is the class for Set-s containing one member.
|
class |
UnionSet
UnionSet is the union of an array of SampledSets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ShapeControl.setShapeSet(SimpleSet set)
Sets the SimpleSet that defines the mapping from RealType values to indices
into an array of shapes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EmptyDataProcessor.processSimpleSet(SetType st,
int manifold_dimension,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
SimpleSet set,
Object token) |
void |
DataProcessor.processSimpleSet(SetType st,
int manifold_dimension,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
SimpleSet set,
Object token) |
abstract void |
BaseDataProcessor.processSimpleSet(SetType st,
int manifold_dimension,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
SimpleSet set,
Object token) |
| Modifier and Type | Method and Description |
|---|---|
abstract SimpleSet |
Valuator.getRepresentationalSet(RealType realType)
Returns the set used to represent unpacked, numeric values associated
with this instance in the range of a VisAD
FlatField. |
SimpleSet |
IntValuator.getRepresentationalSet(RealType realType)
Returns the set used to represent unpacked, numeric values associated
with this instance in the range of a VisAD
FlatField. |
SimpleSet |
Float64Valuator.getRepresentationalSet(RealType realType)
Returns the set used to represent unpacked, numeric values associated
with this instance in the range of a VisAD
FlatField. |
SimpleSet |
Float32Valuator.getRepresentationalSet(RealType realType)
Returns the set used to represent unpacked, numeric values associated
with this instance in the range of a VisAD
FlatField. |
SimpleSet[] |
VectorAdapter.getRepresentationalSets(boolean copy)
|
SimpleSet[] |
VariableAdapter.getRepresentationalSets(boolean copy)
|
SimpleSet[] |
UInt32VariableAdapter.getRepresentationalSets(boolean copy)
|
SimpleSet[] |
UInt16VariableAdapter.getRepresentationalSets(boolean copy)
|
SimpleSet[] |
StructureVariableAdapter.getRepresentationalSets(boolean copy)
|
SimpleSet[] |
SequenceVariableAdapter.getRepresentationalSets(boolean copy)
|
SimpleSet[] |
ListVariableAdapter.getRepresentationalSets(boolean copy)
|
SimpleSet[] |
Int32VariableAdapter.getRepresentationalSets(boolean copy)
|
SimpleSet[] |
Int16VariableAdapter.getRepresentationalSets(boolean copy)
|
SimpleSet[] |
GridVariableAdapter.getRepresentationalSets(boolean copy)
Returns the VisAD
Sets that will be used to represent
this instances data values in the range of a VisAD FileFlatField. |
SimpleSet[] |
Float64VariableAdapter.getRepresentationalSets(boolean copy)
|
SimpleSet[] |
Float32VariableAdapter.getRepresentationalSets(boolean copy)
|
SimpleSet[] |
ByteVariableAdapter.getRepresentationalSets(boolean copy)
|
SimpleSet[] |
BooleanVariableAdapter.getRepresentationalSets(boolean copy)
|
SimpleSet[] |
ArrayVariableAdapter.getRepresentationalSets(boolean copy)
|
| Modifier and Type | Method and Description |
|---|---|
static Quantity |
Quantity.getQuantity(String name,
String unitSpec,
SimpleSet set)
create a new Quantity, or return it if it already exists
|
| Constructor and Description |
|---|
Quantity(String name,
String unitSpec,
SimpleSet set)
Constructs from a name, a unit specification, and a sample set.
|
| Modifier and Type | Method and Description |
|---|---|
SimpleSet |
VirtualScalar.getRangeSet()
Gets the range set of this scalar.
|
SimpleSet |
VirtualReal.getRangeSet()
Gets the range set of this scalar.
|
protected SimpleSet |
View.getRangeSet(ucar.netcdf.Variable var)
Gets the representational set for the values of a netCDF variable.
|
| Constructor and Description |
|---|
VirtualReal(RealType type,
ucar.netcdf.Variable var,
SimpleSet rangeSet,
Unit unit,
visad.data.netcdf.in.Vetter vetter)
Constructs from a scalar type, a 1-D netCDF variable, a range set,
a unit, and a value vetter.
|
VirtualScalar(ScalarType type,
ucar.netcdf.Variable var,
SimpleSet rangeSet,
Unit unit,
visad.data.netcdf.in.Vetter vetter)
Constructs from a scalar type, a 1-D netCDF variable, a range set,
a unit, and a value vetter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryWriter.processSimpleSet(SetType st,
int manifold_dimension,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
SimpleSet set,
Object token) |
void |
BinarySizer.processSimpleSet(SetType st,
int manifold_dimension,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
SimpleSet set,
Object token) |
| Modifier and Type | Method and Description |
|---|---|
static SimpleSet |
BinarySimpleSet.read(BinaryReader reader,
byte dataType) |
| Modifier and Type | Method and Description |
|---|---|
static void |
BinarySimpleSet.write(BinaryWriter writer,
SetType type,
CoordinateSystem cs,
Unit[] units,
SimpleSet set,
Class canonicalClass,
byte dataType,
Object token) |
static void |
BinarySimpleSet.writeDependentData(BinaryWriter writer,
SetType type,
CoordinateSystem cs,
Unit[] units,
SimpleSet set,
Class canonicalClass,
Object token) |