Uses of Class
ucar.visad.ScalarQuantity
Packages that use ScalarQuantity
Package
Description
Provides support for hiding some of the complexity of the VisAD package.
-
Uses of ScalarQuantity in ucar.visad
Methods in ucar.visad with parameters of type ScalarQuantityModifier and TypeMethodDescriptionprotected static RealType[]
TupleQuantity.getRealTypes
(ScalarQuantity[] scalars) Returns an array of VisADRealType
s corresponding to an array of scalar quantitities.Constructors in ucar.visad with parameters of type ScalarQuantityModifierConstructorDescriptionprotected
TupleQuantity
(String name, ScalarQuantity[] scalars) Constructs from a name and scalar quantities.protected
TupleQuantity
(String name, ScalarQuantity[] scalars, CoordinateSystem coordSys) Constructs from a name, scalar quantities, and a default coordinate system transformation.protected
TupleQuantity
(String name, ScalarQuantity[] scalars, CoordinateSystem coordSys, Set domain) Constructs from a name, scalar quantities, a default coordinate system transformation, and a default domain set.