| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Gridded3DDoubleSet
Gridded3DDoubleSet is a Gridded3DSet with double-precision samples.
|
class |
Integer3DSet
Integer3DSet represents a finite set of samples of R^3 at
an integer lattice based at the origin.
|
class |
Linear3DSet
Linear3DSet represents a finite set of samples of R^3 in
a cross product of three arithmetic progressions.
|
| Modifier and Type | Method and Description |
|---|---|
static visad.Contour2D.ContourOutput |
Contour2D.contour(float[] g,
int nr,
int nc,
float[] values,
float lowlimit,
float highlimit,
float base,
boolean dash,
byte[][] auxValues,
boolean[] swap,
boolean fill,
float[][][] grd_normals,
byte[][] interval_colors,
double[] scale,
double scale_ratio,
int label_freq,
double label_size,
boolean labelAlign,
byte[] labelColor,
Object labelFont,
boolean sphericalDisplayCS,
Gridded3DSet spatial_set) |
static void |
Contour2D.contour(float[] g,
int nr,
int nc,
float interval,
float lowlimit,
float highlimit,
float base,
float[][] vx1,
float[][] vy1,
int[] numv1,
byte[][] auxValues,
boolean[] swap,
boolean fill,
float[][][] grd_normals,
byte[][] interval_colors,
float[][][][] lbl_vv,
byte[][][][] lbl_cc,
float[][][] lbl_loc,
double[] scale,
double scale_ratio,
int label_freq,
double label_size,
boolean labelAlign,
byte[] labelColor,
Object labelFont,
boolean sphericalDisplayCS,
Gridded3DSet spatial_set)
Compute contour lines for a 2-D array.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EmptyDataProcessor.processGridded3DSet(SetType type,
float[][] samples,
int[] lengths,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
Gridded3DSet set,
Object token) |
void |
DataProcessor.processGridded3DSet(SetType type,
float[][] samples,
int[] lengths,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
Gridded3DSet set,
Object token) |
abstract void |
BaseDataProcessor.processGridded3DSet(SetType type,
float[][] samples,
int[] lengths,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
Gridded3DSet set,
Object token) |
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryWriter.processGridded3DSet(SetType type,
float[][] samples,
int[] lengths,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
Gridded3DSet set,
Object token) |
void |
BinarySizer.processGridded3DSet(SetType type,
float[][] samples,
int[] lengths,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
Gridded3DSet set,
Object token) |