|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.view.sounding.PseudoAdiabaticTrajectory
public class PseudoAdiabaticTrajectory
Provides support for the pseudo-adiabatic trajectory of a lifted parcel of air. Instances are immutable.
| Constructor Summary | |
|---|---|
protected |
PseudoAdiabaticTrajectory(Real startingPressure,
Real startingTemperature,
Real startingDewPoint,
Real endingPressure,
TemperatureCalculatorFactory factory)
Constructs from a starting pressure, temperature, and dew-point, an ending pressure, and temperature calculator factory. |
| Method Summary | |
|---|---|
RealType |
getPressureRealType()
Returns the type of the pressure quantity. |
SampledSet |
getSampledSet()
Returns the domain of the parcel's trajectory. |
RealType |
getTemperatureRealType()
Returns the type of the temperature quantity. |
static PseudoAdiabaticTrajectory |
instance(Real startingPressure,
Real startingTemperature,
Real startingDewPoint,
Real endingPressure)
Constructs from a starting pressure, temperature, and dew-point, and an ending pressure. |
static PseudoAdiabaticTrajectory |
instance(Real startingPressure,
Real startingTemperature,
Real startingDewPoint,
Real endingPressure,
TemperatureCalculatorFactory factory)
Returns an instance of this class based on a starting pressure, temperature, and dew-point, an ending pressure, and temperature calculator factory. |
String |
toString()
Returns the string version of this instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected PseudoAdiabaticTrajectory(Real startingPressure,
Real startingTemperature,
Real startingDewPoint,
Real endingPressure,
TemperatureCalculatorFactory factory)
throws TypeException,
VisADException,
RemoteException
startingPressure - The starting pressure.startingTemperature - The starting temperature.startingDewPoint - The starting dew-point.endingPressure - The ending pressure.factory - The factory for creating a temperature
calculator.
TypeException - An argument has the wrong type.
VisADException - VisAD failure.
RemoteException - Java RMI failure.| Method Detail |
|---|
public static PseudoAdiabaticTrajectory instance(Real startingPressure,
Real startingTemperature,
Real startingDewPoint,
Real endingPressure)
throws TypeException,
VisADException,
RemoteException
startingPressure - The starting pressure.startingTemperature - The starting temperature.startingDewPoint - The starting dew-point.endingPressure - The ending pressure.
TypeException - An argument has the wrong type.
VisADException - VisAD failure.
RemoteException - Java RMI failure.
public static PseudoAdiabaticTrajectory instance(Real startingPressure,
Real startingTemperature,
Real startingDewPoint,
Real endingPressure,
TemperatureCalculatorFactory factory)
throws TypeException,
VisADException,
RemoteException
startingPressure - The starting pressure.startingTemperature - The starting temperature.startingDewPoint - The starting dew-point.endingPressure - The ending pressure.factory - The factory for creating a temperature
calculator.
TypeException - An argument has the wrong type.
VisADException - VisAD failure.
RemoteException - Java RMI failure.
public RealType getPressureRealType()
throws VisADException
VisADException - VisAD failure.
public RealType getTemperatureRealType()
throws VisADException
VisADException - VisAD failure.public SampledSet getSampledSet()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||