| Package | Description |
|---|---|
| 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.jmet | |
| visad.python |
| Modifier and Type | Method and Description |
|---|---|
void |
EmptyDataProcessor.processInteger2DSet(SetType type,
int[] lengths,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
Integer2DSet set,
Object token) |
void |
DataProcessor.processInteger2DSet(SetType type,
int[] lengths,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
Integer2DSet set,
Object token) |
abstract void |
BaseDataProcessor.processInteger2DSet(SetType type,
int[] lengths,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
Integer2DSet set,
Object token) |
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryWriter.processInteger2DSet(SetType type,
int[] lengths,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
Integer2DSet set,
Object token) |
void |
BinarySizer.processInteger2DSet(SetType type,
int[] lengths,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
Integer2DSet set,
Object token) |
| Modifier and Type | Method and Description |
|---|---|
Integer2DSet |
NetcdfGrids.getDomainSet() |
Integer2DSet |
MetGrid.getDomainSet()
return the DomainSet for this grid
|
| Modifier and Type | Method and Description |
|---|---|
static Integer2DSet |
JPythonMethods.makeDomain(int lengthX,
int lengthY)
Make an Integer2DSet of given lengths.
|
static Integer2DSet |
JPythonMethods.makeDomain(MathType type,
int lengthX,
int lengthY)
Make an Integer2DSet of given lengths
|
static Integer2DSet |
JPythonMethods.makeDomain(String name,
int lengthX,
int lengthY)
Make an Integer2DSet of given lengths.
|