public final class MassicVolume extends ScalarQuantity
Modifier and Type | Method and Description |
---|---|
static visad.Data |
createFromDensity(visad.Data density)
Creates an MassicVolume data object from a density data object.
|
static visad.RealTupleType |
getRealTupleType()
Obtains the RealTupleType associated with this class.
|
static visad.RealType |
getRealType()
Obtains the RealType associated with this class.
|
getRealType, getRealType, realType
realTupleType, setRealTupleType
public static visad.RealType getRealType() throws visad.VisADException
visad.VisADException
- Couldn't perform necessary VisAD operation.public static visad.RealTupleType getRealTupleType() throws visad.VisADException
visad.VisADException
- Couldn't perform necessary VisAD operation.public static visad.Data createFromDensity(visad.Data density) throws visad.TypeException, visad.VisADException, java.rmi.RemoteException
density
- A Density data object.visad.TypeException
- At least one argument has wrong type.visad.VisADException
- Couldn't create necessary VisAD object.java.rmi.RemoteException
- Java RMI failure.VisADMath