|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectvisad.aeri.Aeri
| Field Summary | |
(package private) FieldImpl |
advect_field
|
(package private) FunctionType |
advect_field_type
|
(package private) RealTupleType |
advect_range
|
(package private) FunctionType |
advect_type
|
(package private) RealType |
altitude
|
(package private) RealType |
band1
|
(package private) BaseMapAdapter |
baseMap
|
(package private) float |
del_lat
|
(package private) float |
del_lon
|
(package private) RealType |
dwpt
|
(package private) boolean |
ept
|
(package private) boolean |
first_img_Event
|
(package private) boolean |
first_xy_Event
|
(package private) int |
height_limit
|
(package private) double |
hgt_max
|
(package private) ImageSequence |
image_seq
|
(package private) ScalarMap |
img_map
|
(package private) DataReference |
img_ref
|
(package private) boolean |
imgEvent
|
(package private) double |
lat_max
|
(package private) double |
lat_min
|
(package private) RealType |
latitude
|
(package private) float |
latmax
|
(package private) float |
latmin
|
(package private) double |
lon_max
|
(package private) double |
lon_min
|
(package private) RealType |
longitude
|
(package private) float |
lonmax
|
(package private) float |
lonmin
|
(package private) DataReference |
map_ref
|
(package private) int |
n_stations
|
(package private) boolean |
pt
|
(package private) boolean |
rh
|
(package private) RealType |
RH
|
(package private) RealTupleType |
spatial_domain
|
(package private) int |
start_date
|
(package private) double |
start_time
|
(package private) double[] |
station_alt
|
(package private) double[] |
station_id
|
(package private) double[] |
station_lat
|
(package private) double[] |
station_lon
|
(package private) FieldImpl |
stations_field
|
(package private) RealType |
stn_idx
|
(package private) RealType |
temp
|
(package private) RealType |
theta
|
(package private) RealType |
thetaE
|
(package private) RealType |
time
|
(package private) boolean |
tm
|
(package private) RealType |
wvmr
|
(package private) double[] |
x_range
|
(package private) ScalarMap |
xmap
|
(package private) boolean |
xmapEvent
|
(package private) double[] |
y_range
|
(package private) ScalarMap |
ymap
|
(package private) boolean |
ymapEvent
|
(package private) ScalarMap |
zmap
|
| 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)
|
(package private) void |
init_from_cdf(String baseDate)
|
(package private) void |
init_from_vad(String vad_file)
|
static ImageSequence |
init_images(String image_directory)
|
static void |
main(String[] args)
|
(package private) FieldImpl |
makeAdvect(FieldImpl winds,
FieldImpl rtvls,
int stn_idx)
|
(package private) FieldImpl[] |
makeAeri(String[] files)
|
(package private) DisplayImpl |
makeDisplay(JPanel panel)
|
(package private) DataImpl |
makePoles()
|
(package private) FieldImpl[] |
makeWinds(String[] files)
|
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 |
| Field Detail |
RealType latitude
RealType longitude
RealType altitude
RealTupleType spatial_domain
RealType time
RealType stn_idx
RealType temp
RealType dwpt
RealType wvmr
RealType RH
RealType theta
RealType thetaE
RealType band1
RealTupleType advect_range
FunctionType advect_type
FunctionType advect_field_type
FieldImpl advect_field
FieldImpl stations_field
ImageSequence image_seq
int n_stations
double[] station_lat
double[] station_lon
double[] station_alt
double[] station_id
BaseMapAdapter baseMap
DataReference map_ref
DataReference img_ref
ScalarMap xmap
ScalarMap ymap
ScalarMap zmap
ScalarMap img_map
boolean xmapEvent
boolean ymapEvent
boolean imgEvent
boolean first_xy_Event
boolean first_img_Event
float latmin
float latmax
float lonmin
float lonmax
float del_lat
float del_lon
double[] x_range
double[] y_range
int height_limit
boolean rh
boolean tm
boolean pt
boolean ept
int start_date
double start_time
double lon_min
double lon_max
double lat_min
double lat_max
double hgt_max
| Constructor Detail |
public Aeri(String[] args)
throws VisADException,
RemoteException,
IOException
| Method Detail |
public static void main(String[] args)
throws VisADException,
RemoteException,
IOException
VisADException
RemoteException
IOException
void init_from_cdf(String baseDate)
throws VisADException,
RemoteException,
IOException
VisADException
RemoteException
IOException
void init_from_vad(String vad_file)
throws VisADException,
RemoteException,
IOException
VisADException
RemoteException
IOException
public static ImageSequence init_images(String image_directory)
throws VisADException,
RemoteException,
IOException
VisADException
RemoteException
IOException
DisplayImpl makeDisplay(JPanel panel)
throws VisADException,
RemoteException,
IOException
VisADException
RemoteException
IOException
DataImpl makePoles()
throws VisADException,
RemoteException
VisADException
RemoteException
public void mapChanged(ScalarMapEvent e)
throws VisADException,
RemoteException
ScalarMapListenerScalarMapEvent when the map data changes.
mapChanged in interface ScalarMapListenere - the event
RemoteException - If there was an RMI-related problem.
VisADException - If there is a problem notifying this listener.public void controlChanged(ScalarMapControlEvent e)
ScalarMapListenerScalarMapEvent when the map control changes.
controlChanged in interface ScalarMapListenere - the event
FieldImpl[] makeWinds(String[] files)
throws VisADException,
RemoteException,
IOException
VisADException
RemoteException
IOException
FieldImpl[] makeAeri(String[] files)
throws VisADException,
RemoteException,
IOException
VisADException
RemoteException
IOException
FieldImpl makeAdvect(FieldImpl winds,
FieldImpl rtvls,
int stn_idx)
throws VisADException,
RemoteException,
IOException
VisADException
RemoteException
IOExceptionpublic 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 | |||||||||