|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.visad.display.DisplayMaster
ucar.unidata.view.sounding.AerologicalDisplay
ucar.unidata.view.sounding.SkewTDisplay
public class SkewTDisplay
Provides support for a 2-D VisAD display for a Skew T, Log P Diagram (alias "Skew-T Chart").
| Nested Class Summary |
|---|
| Field Summary |
|---|
| Fields inherited from class ucar.unidata.view.sounding.AerologicalDisplay |
|---|
ACTIVE_SOUNDING, ACTIVE_WIND_PROFILE, CAPE, CURSOR_PRESSURE, CURSOR_TEMPERATURE, POINTER_PRESSURE, POINTER_TEMPERATURE, PROFILE_DEW_POINT, PROFILE_TEMPERATURE, PROFILE_WIND_DIRECTION, PROFILE_WIND_SPEED |
| Fields inherited from class ucar.visad.display.DisplayMaster |
|---|
behavior, defaultMouseFunctions, log_, POINT_MODE |
| Fields inherited from interface ucar.unidata.view.sounding.AerologicalDisplayConstants |
|---|
EMAGRAM_DISPLAY, SKEWT_DISPLAY, STUVE_DISPLAY |
| Constructor Summary | |
|---|---|
SkewTDisplay()
Constructs the default instance. |
|
SkewTDisplay(SkewTCoordinateSystem coordinateSystem)
Constructs from a Skew-T coordinate-system transformation. |
|
| Method Summary | |
|---|---|
static DisplayRealType |
getDisplayPressureType()
Returns the type of the display pressure. |
static DisplayRealType |
getDisplayTemperatureType()
Returns the type of the display temperature. |
Real |
getMaximumPressure()
Returns the maximum, displayed, pressure. |
Real |
getMaximumTemperature()
Returns the maximum, displayed, temperature. |
protected Real |
getMaximumX()
Returns the maximum, displayed, X-value |
protected Real |
getMaximumY()
Returns the maximum, displayed, Y-value |
Real |
getMinimumPressure()
Returns the minimum, displayed, pressure. |
Real |
getMinimumTemperature()
Returns the minimum, displayed, temperature. |
protected Real |
getMinimumX()
Returns the minimum, displayed, X-value |
protected Real |
getMinimumY()
Returns the minimum, displayed, Y-value |
static void |
main(String[] args)
Tests this class. |
| Methods inherited from class java.lang.Object |
|---|
clone, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SkewTDisplay()
throws VisADException,
RemoteException
VisADException - Couldn't create necessary VisAD object.
RemoteException - if a Java RMI failure occurs.SkewTCoordinateSystem
public SkewTDisplay(SkewTCoordinateSystem coordinateSystem)
throws UnitException,
VisADException,
RemoteException
coordinateSystem - The coordinate-system transformation for
the Skew-T chart.
UnitException - Incompatible units.
VisADException - Couldn't create necessary VisAD object.
RemoteException - if a Java RMI failure occurs.| Method Detail |
|---|
public static DisplayRealType getDisplayPressureType()
throws VisADException
VisADException - VisAD failure.
public static DisplayRealType getDisplayTemperatureType()
throws VisADException
VisADException - VisAD failure.
public static void main(String[] args)
throws Exception
args - The test arguments.
Exception - Something went wrong.protected Real getMinimumX()
protected Real getMaximumX()
protected Real getMinimumY()
protected Real getMaximumY()
public Real getMinimumPressure()
getMinimumPressure in class AerologicalDisplaypublic Real getMaximumPressure()
getMaximumPressure in class AerologicalDisplaypublic Real getMinimumTemperature()
getMinimumTemperature in class AerologicalDisplaypublic Real getMaximumTemperature()
getMaximumTemperature in class AerologicalDisplay
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||