public abstract class TupleQuantity extends Quantity
DEPENDENT, INDEPENDENT, UNIMPORTANT
Modifier | Constructor and Description |
---|---|
protected |
TupleQuantity(java.lang.String name,
ScalarQuantity[] scalars)
Constructs from a name and scalar quantities.
|
protected |
TupleQuantity(java.lang.String name,
ScalarQuantity[] scalars,
visad.CoordinateSystem coordSys)
Constructs from a name, scalar quantities, and a default coordinate
system transformation.
|
protected |
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.
|
Modifier and Type | Method and Description |
---|---|
protected static visad.RealType[] |
getRealTypes(ScalarQuantity[] scalars)
Returns an array of VisAD
RealType s corresponding to an array of
scalar quantitities. |
getMathType, getName, getRealTupleType, isCompatible, isCompatible, newRealTuple, newRealTuple, newRealTuple, newRealTuple, newValue, vet, vet
protected TupleQuantity(java.lang.String name, ScalarQuantity[] scalars) throws visad.VisADException
null
.name
- The name for the tuple quantity.scalars
- The scalar quantities.visad.VisADException
- VisAD failure.TupleQuantity(String, ScalarQuantity[], CoordinateSystem)
protected TupleQuantity(java.lang.String name, ScalarQuantity[] scalars, visad.CoordinateSystem coordSys) throws visad.VisADException
null
.name
- The name for the tuple quantity.scalars
- The scalar quantitites.coordSys
- The default coordinate system transformation.
May be null
.visad.VisADException
- VisAD failure.TupleQuantity(String, ScalarQuantity[], CoordinateSystem,
visad.Set)
protected TupleQuantity(java.lang.String name, ScalarQuantity[] scalars, visad.CoordinateSystem coordSys, visad.Set domain) throws visad.TypeException, visad.VisADException
name
- The name for the tuple quantity.scalars
- The scalar quantitites.coordSys
- The default coordinate system transformation.
May be null
.domain
- The default domain set. May be
null
.visad.TypeException
- The quantity already exists.visad.VisADException
- VisAD failure.protected static visad.RealType[] getRealTypes(ScalarQuantity[] scalars)
RealType
s corresponding to an array of
scalar quantitities.scalars
- An array of the scalar quantities.RealType
s