|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object visad.aeri.Aeri
public class Aeri
Constructor Summary | |
---|---|
Aeri(String[] args)
|
Method Summary | |
---|---|
void |
controlChanged(ScalarMapControlEvent e)
Receive a ScalarMapEvent when the map control changes. |
static double |
equivPotentialTemperature(double theta,
double temp,
double press)
|
static double |
equivPotentialTemperatureStar(double theta,
double Q,
double temp)
|
static ImageSequence |
init_images(String image_directory)
|
static void |
main(String[] args)
|
void |
mapChanged(ScalarMapEvent e)
Receive a ScalarMapEvent when the map data changes. |
static double |
mixingRatio(double t,
double p)
mixing ratio |
static double |
potentialTemperature(double t,
double p)
|
static double |
relativeHumidity(double t,
double td)
relative humidity |
static double |
satVapPres(double t)
saturation vapor pressure over water. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Aeri(String[] args) throws VisADException, RemoteException, IOException
VisADException
RemoteException
IOException
Method Detail |
---|
public static void main(String[] args) throws VisADException, RemoteException, IOException
VisADException
RemoteException
IOException
public static ImageSequence init_images(String image_directory) throws VisADException, RemoteException, IOException
VisADException
RemoteException
IOException
public void mapChanged(ScalarMapEvent e) throws VisADException, RemoteException
ScalarMapListener
ScalarMapEvent
when the map data changes.
mapChanged
in interface ScalarMapListener
e
- the event
VisADException
- If there is a problem notifying this listener.
RemoteException
- If there was an RMI-related problem.public void controlChanged(ScalarMapControlEvent e)
ScalarMapListener
ScalarMapEvent
when the map control changes.
controlChanged
in interface ScalarMapListener
e
- the eventpublic static double satVapPres(double t)
public static double mixingRatio(double t, double p)
public static double relativeHumidity(double t, double td)
public static double potentialTemperature(double t, double p)
public static double equivPotentialTemperature(double theta, double temp, double press)
public static double equivPotentialTemperatureStar(double theta, double Q, double temp)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |