Package | Description |
---|---|
ucar.visad |
Provides support for hiding some of the complexity of the VisAD package.
|
Modifier and Type | Method and Description |
---|---|
protected static visad.RealType[] |
TupleQuantity.getRealTypes(ScalarQuantity[] scalars)
Returns an array of VisAD
RealType s corresponding to an array of
scalar quantitities. |
Constructor and Description |
---|
TupleQuantity(java.lang.String name,
ScalarQuantity[] scalars)
Constructs from a name and scalar quantities.
|
TupleQuantity(java.lang.String name,
ScalarQuantity[] scalars,
visad.CoordinateSystem coordSys)
Constructs from a name, scalar quantities, and a default coordinate
system transformation.
|
TupleQuantity(java.lang.String name,
ScalarQuantity[] scalars,
visad.CoordinateSystem coordSys,
visad.Set domain)
Constructs from a name, scalar quantities, a default coordinate system
transformation, and a default domain set.
|