| 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.cluster | |
| visad.data |
Provides for importing data to and exporting data from VisAD.
|
| visad.formula |
Provides an interface for automatically evaluating formulas based on
user-defined operators and functions.
|
| visad.georef |
Provides classes for geo-referencing.
|
| visad.matrix | |
| visad.util |
Provides a collection of useful utilities, many of them
GUI widgets, to aid in VisAD application design.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RealTupleIface
Interface to the VisAD data class for vectors in R^n for n>0.
|
interface |
RemoteTupleIface
RemoteTupleIface is the interface for Remote VisAD TupleIface-s.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DoubleStringTuple
This provides a LoCal Tuple that can hold numeric and string values without
taking the hit that having slots and lots of Real and Text objects around.
|
class |
DoubleTuple
This provides a LoCal RealTuple that can hold numeric values without
taking the hit that having lots and lots of Real objects around.
|
class |
RealTuple
RealTuple is the VisAD data class for vectors in R^n for n>0.
|
class |
Tuple
Tuple is the general VisAD data class for vectors.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RemoteClientTuple
RemoteClientTuple is the interface for cluster client
VisAD Tuple data objects.
|
interface |
RemoteNodeTuple
RemoteNodeTuple is the interface for cluster node
VisAD Tuple data objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteClientTupleImpl
RemoteClientTupleImpl is the class for cluster client
VisAD Tuple data objects.
|
class |
RemoteNodeTupleImpl
RemoteNodeTupleImpl is the class for cluster client
VisAD Tuple data objects.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DataVisitor.visit(TupleIface tuple)
Visit a VisAD Tuple.
|
| Modifier and Type | Method and Description |
|---|---|
static Data |
FormulaUtil.dot(TupleIface t,
Real r)
evaluate the dot operator
|
| Modifier and Type | Class and Description |
|---|---|
class |
EarthLocationLite
This provides a LoCal EarthLocation that is much faster to create than the
EarthLocationTuple.
|
class |
EarthLocationTuple
RealTuple implementation of EarthLocation for representing a
location on the earth's surface in terms of latitude, longitude
and altitude above sea level.
|
class |
LatLonTuple
RealTuple implementation of LatLonPoint for defining lat/lon points
|
class |
NamedLocationTuple
Tuple implementation of NamedLocation for representing a
location on the earth's surface in terms of latitude, longitude
and altitude above sea level and some sort of identifier.
|
class |
UTMCoordinate
RealTuple implementation of a Universal Transverse Mercator
(UTM) coordinate
|
| Modifier and Type | Class and Description |
|---|---|
class |
JamaCholeskyDecomposition
JamaCholeskyDecomposition is a VisAD wrapper for JAMA CholeskyDecompositions.
|
class |
JamaEigenvalueDecomposition
JamaEigenvalueDecomposition is a VisAD wrapper for JAMA
EigenvalueDecompositions.
|
class |
JamaLUDecomposition
JamaLUDecomposition is a VisAD wrapper for JAMA LUDecompositions.
|
class |
JamaQRDecomposition
JamaQRDecomposition is a VisAD wrapper for JAMA QRDecompositions.
|
class |
JamaSingularValueDecomposition
JamaSingularValueDecomposition is a VisAD wrapper for JAMA
SingularValueDecompositions.
|
| Modifier and Type | Method and Description |
|---|---|
static TupleIface |
DataUtility.ensureTuple(Data datum)
Ensures that a Data is a Tuple.
|