| 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.netcdf |
Provides for importing a netCDF dataset into VisAD and for exporting a VisAD
data object to a netCDF dataset.
|
| visad.data.netcdf.in |
Provides for importing a netCDF dataset into VisAD.
|
| visad.data.visad.object |
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayRealType
DisplayRealType is the class for display real scalar types.
|
class |
RealType
RealType is the VisAD scalar data type for real number variables.
|
class |
TextType
TextType is the VisAD scalar data type for text string variables.
|
| Modifier and Type | Method and Description |
|---|---|
ScalarType |
ScalarMap.getScalar()
Get the ScalarType that is the map domain
|
ScalarType |
DisplayImpl.getScalar(int index)
get the ScalarType with the given index
|
static ScalarType |
ScalarType.getScalarTypeByName(java.lang.String name)
Get the
ScalarType which has the specified name. |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
MathType.findScalarType(MathType mt,
ScalarType st)
return true if st occurs in mt
|
int |
DisplayImpl.getScalarIndex(ScalarType real)
get the index for the given ScalarType
|
| Constructor and Description |
|---|
Scalar(ScalarType type) |
ScalarMap(ScalarType scalar,
DisplayRealType display_scalar)
Construct a
ScalarMap that maps the scalar to
the display_scalar. |
| Modifier and Type | Class and Description |
|---|---|
class |
Quantity
The following class represents a quantity -- usually a physical one
such as energy, viscosity, or velocity (although an artificial one
such as "money" should be possible).
|
| Modifier and Type | Method and Description |
|---|---|
ScalarType |
VirtualScalar.getScalarType()
Gets the ScalarType of this scalar.
|
protected ScalarType |
View.getScalarType(ucar.netcdf.Variable var)
Gets the type of the values of a netCDF variable.
|
| Constructor and Description |
|---|
VirtualScalar(ScalarType type,
ucar.netcdf.Variable var)
Constructs from a scalar type and a 1-D netCDF variable
|
VirtualScalar(ScalarType type,
ucar.netcdf.Variable var,
SimpleSet rangeSet,
Unit unit,
visad.data.netcdf.in.Vetter vetter)
Constructs from a scalar type, a 1-D netCDF variable, a range set,
a unit, and a value vetter.
|
VirtualText(ScalarType type,
ucar.netcdf.Variable var)
Constructs from a scalar type and a 2-D char netCDF variable
|
| Modifier and Type | Method and Description |
|---|---|
static int |
BinaryScalarType.computeBytes(ScalarType st) |
static int |
BinaryScalarType.write(BinaryWriter writer,
ScalarType st,
java.lang.Object token) |