| 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.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 |
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EmptyDataProcessor.processIrregularSet(SetType type,
float[][] samples,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
Delaunay delaunay,
IrregularSet set,
java.lang.Object token) |
void |
DataProcessor.processIrregularSet(SetType type,
float[][] samples,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
Delaunay delaunay,
IrregularSet set,
java.lang.Object token) |
abstract void |
BaseDataProcessor.processIrregularSet(SetType type,
float[][] samples,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
Delaunay delaunay,
IrregularSet set,
java.lang.Object token) |
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryWriter.processIrregularSet(SetType type,
float[][] samples,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
Delaunay delaunay,
IrregularSet set,
java.lang.Object token) |
void |
BinarySizer.processIrregularSet(SetType type,
float[][] samples,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
Delaunay delaunay,
IrregularSet set,
java.lang.Object token) |
| Modifier and Type | Method and Description |
|---|---|
static IrregularSet |
BinaryIrregularSet.read(BinaryReader reader,
byte dataType) |
| Modifier and Type | Method and Description |
|---|---|
static void |
BinaryIrregularSet.write(BinaryWriter writer,
SetType type,
float[][] samples,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
Delaunay delaunay,
IrregularSet set,
java.lang.Class canonicalClass,
byte dataType,
java.lang.Object token) |
static void |
BinaryIrregularSet.writeDependentData(BinaryWriter writer,
SetType type,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
IrregularSet set,
java.lang.Class canonicalClass,
java.lang.Object token) |