|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.view.sounding.ParcelMode
public final class ParcelMode
An enumerated-type for how the initial conditions (pressure, temperature, moisture content) of an air parcel is determined.
| Nested Class Summary | |
|---|---|
static class |
ParcelMode.Factory
Factory class for decoding an XML element into an instance of the enclosing class. |
| Field Summary | |
|---|---|
static ParcelMode |
BOTTOM
Compute a path for a lifted parcel whose initial conditions are based on the pressure, potential-temperature, and mixing-ratio of the sounding at maximum pressure. |
static ParcelMode |
LAYER
Compute a path for a lifted parcel whose initial conditions are based on the mean pressure, potential-temperature, and mixing-ratio of the atmospheric layer below the input pressure. |
static ParcelMode |
POINT
Compute a path for a lifted parcel whose initial conditions are based on the pressure and temperature of the input point and the mixing-ratio of the dew-point profile at the input pressure. |
static ParcelMode |
PRESSURE
Compute a path for a lifted parcel whose initial conditions are based on the temperature and dew-point of the profiles at the input pressure. |
| Method Summary | |
|---|---|
Element |
createElement(XmlEncoder encoder)
Returns the XML element corresponding to this instance. |
boolean |
initFromXml(XmlEncoder encoder,
Element elt)
Returns an instance corresponding to an XML element. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ParcelMode POINT
public static final ParcelMode PRESSURE
POINT in that the initial temperature is taken
from the temperature profile rather than the input point.
public static final ParcelMode LAYER
public static final ParcelMode BOTTOM
| Method Detail |
|---|
public Element createElement(XmlEncoder encoder)
createElement in interface XmlPersistableencoder - The XML encoder.
public boolean initFromXml(XmlEncoder encoder,
Element elt)
Returns an instance corresponding to an XML element. Because this class encodes instances using the "factory" tag, this method should never be invoked.
This implementation always returns true.
initFromXml in interface XmlPersistableencoder - The XML encoder.elt - The XML element
true if it is OK to do the
default processing for this XML element.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||