| 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.mcidas |
Provides for importing McIDAS AREA files
and McIDAS base map (OUTL) files into VisAD.
|
| visad.data.visad |
Provides for importing and exporting serialized Java object files
into and out of VisAD.
|
| visad.data.visad.object | |
| visad.python |
| Modifier and Type | Method and Description |
|---|---|
static float |
DelaunayCustom.computeArea(UnionSet set)
compute the area inside a set of closed paths
|
static Irregular2DSet |
DelaunayCustom.fill(UnionSet set)
check that set describes the boundary of a simply connected plane
region; return a decomposition of that region into triangles whose
vertices are all boundary points from samples, as an Irregular2DSet
|
static Irregular2DSet |
DelaunayCustom.fillCheck(UnionSet set,
boolean check)
check that set describes the boundary of a simply connected plane
region; return a decomposition of that region into triangles whose
vertices are all boundary points from samples, as an Irregular2DSet
|
| Modifier and Type | Method and Description |
|---|---|
void |
EmptyDataProcessor.processUnionSet(SetType type,
SampledSet[] sets,
UnionSet set,
Object token) |
void |
DataProcessor.processUnionSet(SetType type,
SampledSet[] sets,
UnionSet set,
Object token) |
abstract void |
BaseDataProcessor.processUnionSet(SetType type,
SampledSet[] sets,
UnionSet set,
Object token) |
| Modifier and Type | Method and Description |
|---|---|
UnionSet |
BaseMapAdapter.getData()
getData creates a VisAD UnionSet type with the MathType
specified thru one of the other methods.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryWriter.processUnionSet(SetType type,
SampledSet[] sets,
UnionSet set,
Object token) |
void |
BinarySizer.processUnionSet(SetType type,
SampledSet[] sets,
UnionSet set,
Object token) |
| Modifier and Type | Method and Description |
|---|---|
static UnionSet |
BinaryUnionSet.read(BinaryReader reader) |
| Modifier and Type | Method and Description |
|---|---|
static void |
BinaryUnionSet.write(BinaryWriter writer,
SetType type,
SampledSet[] sets,
UnionSet set,
Object token) |
static void |
BinaryUnionSet.writeDependentData(BinaryWriter writer,
SetType type,
SampledSet[] sets,
UnionSet set,
Object token) |
| Modifier and Type | Method and Description |
|---|---|
static UnionSet |
JPythonMethods.makePairedLines(MathType mt,
double[][] points) |