Uses of Class
ucar.visad.ScalarQuantity

Packages that use ScalarQuantity
ucar.visad 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 ScalarQuantity
protected static RealType[] TupleQuantity.getRealTypes(ScalarQuantity[] scalars)
          Returns an array of VisAD RealTypes corresponding to an array of scalar quantitities.
 

Constructors in ucar.visad with parameters of type ScalarQuantity
TupleQuantity(String name, ScalarQuantity[] scalars)
          Constructs from a name and scalar quantities.
TupleQuantity(String name, ScalarQuantity[] scalars, CoordinateSystem coordSys)
          Constructs from a name, scalar quantities, and a default coordinate system transformation.
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.