|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ScalarType | |
|---|---|
| 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 | |
| Uses of ScalarType in visad |
|---|
| Subclasses of ScalarType in visad | |
|---|---|
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. |
| Methods in visad that return ScalarType | |
|---|---|
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(String name)
Get the ScalarType which has the specified name. |
| Methods in visad with parameters of type ScalarType | |
|---|---|
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 |
| Constructors in visad with parameters of type ScalarType | |
|---|---|
Scalar(ScalarType type)
|
|
ScalarMap(ScalarType scalar,
DisplayRealType display_scalar)
Construct a ScalarMap that maps the scalar to
the display_scalar. |
|
| Uses of ScalarType in visad.data.netcdf |
|---|
| Subclasses of ScalarType in visad.data.netcdf | |
|---|---|
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). |
| Uses of ScalarType in visad.data.netcdf.in |
|---|
| Methods in visad.data.netcdf.in that return ScalarType | |
|---|---|
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. |
| Constructors in visad.data.netcdf.in with parameters of type ScalarType | |
|---|---|
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 |
|
| Uses of ScalarType in visad.data.visad.object |
|---|
| Methods in visad.data.visad.object with parameters of type ScalarType | |
|---|---|
static int |
BinaryScalarType.computeBytes(ScalarType st)
|
static int |
BinaryScalarType.write(BinaryWriter writer,
ScalarType st,
Object token)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||