public class Pressure extends ScalarQuantity
Modifier | Constructor and Description |
---|---|
protected |
Pressure(visad.RealType realType,
visad.CoordinateSystem defaultCS)
Constructs from a RealType and a CoordinateSystem.
|
protected |
Pressure(java.lang.String name)
Constructs from a name.
|
protected |
Pressure(java.lang.String name,
visad.Unit unit)
Constructs from a name and a unit.
|
Modifier and Type | Method and Description |
---|---|
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
protected Pressure(java.lang.String name) throws visad.VisADException
name
- The name for the instance.visad.VisADException
- Couldn't create necessary VisAD object.protected Pressure(java.lang.String name, visad.Unit unit) throws visad.VisADException
name
- The name of the quantity.unit
- The default unit of the quantity.visad.VisADException
- Couldn't create necessary VisAD object.protected Pressure(visad.RealType realType, visad.CoordinateSystem defaultCS) throws visad.VisADException
realType
- The RealType of the quantity.defaultCS
- The default domain CoordinateSystem.visad.VisADException
- Couldn't create necessary VisAD object.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.