| 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.fits |
Provides for importing a FITS dataset into VisAD.
|
| visad.data.netcdf.in |
Provides for importing a netCDF dataset into VisAD.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DateTime
DateTime is a class of objects for holding date and time information.
|
class |
Real
Real is the class of VisAD scalar data for real numbers represented
as double precision floating point values.
|
class |
Text
Text is the class of VisAD scalar data for text strings.
|
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
TourGuide.show(Scalar scalar,
Tourist tourist,
int depth) |
boolean |
FitsTourGuide.show(Scalar scalar,
Tourist tourist,
int depth) |
boolean |
TourWriter.visit(Scalar scalar,
int depth) |
boolean |
Tourist.visit(Scalar scalar,
int depth) |
boolean |
TourInspector.visit(Scalar scalar,
int depth) |
| Modifier and Type | Method and Description |
|---|---|
protected Scalar |
VirtualText.getScalar(Context context)
Gets the Scalar object corresponding to this virtual, data
object.
|
protected abstract Scalar |
VirtualScalar.getScalar(Context context)
Gets the Scalar object corresponding to this virtual, data
object.
|
protected Scalar |
VirtualReal.getScalar(Context context)
Gets the Scalar object corresponding to this virtual, data
object.
|
Scalar |
DataFactory.newData(Context context,
VirtualScalar virtualScalar)
Creates a VisAD Scalar object from a netCDF indicial context and a
VirtualScalar.
|