|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.view.sounding.DensityProfile
public class DensityProfile
Provides support for the computation of the vertical profile of air-density.
| Field Summary | |
|---|---|
static String |
DENSITY_PROFILE
The name of the density-profile property. |
| Constructor Summary | |
|---|---|
DensityProfile()
Constructs from nothing. |
|
DensityProfile(Field temperatureProfile,
Field dewPointProfile)
Constructs from temperature and dew-point profiles. |
|
| Method Summary | |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a PropertyChangeListener. |
void |
addPropertyChangeListener(String name,
PropertyChangeListener listener)
Adds a PropertyChangeListener for a named property. |
protected void |
computeIfAppropriate()
Computes the air-density profile if appropriate. |
boolean |
equals(Object obj)
Indicates if this instance is identical to another object. |
FlatField |
getDensityProfile()
Returns the air-density profile. |
int |
hashCode()
Returns the hash code of this instance. |
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a PropertyChangeListener. |
void |
removePropertyChangeListener(String name,
PropertyChangeListener listener)
Removes a PropertyChangeListener for a named property. |
void |
setActive(boolean yes)
Enables or disables this instance. |
void |
setDewPointProfile(Field dewPointProfile)
Sets the dew-point profile. |
void |
setProfiles(Field temperatureProfile,
Field dewPointProfile)
Sets the temperature and dew-point profiles. |
void |
setTemperatureProfile(Field temperatureProfile)
Sets the temperature profile. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String DENSITY_PROFILE
| Constructor Detail |
|---|
public DensityProfile()
throws VisADException
VisADException - VisAD failure;
public DensityProfile(Field temperatureProfile,
Field dewPointProfile)
throws VisADException,
RemoteException
temperatureProfile - The temperature profile.dewPointProfile - The dew-point profile.
VisADException - VisAD failure;
RemoteException - Java RMI failure.| Method Detail |
|---|
public void addPropertyChangeListener(PropertyChangeListener listener)
listener - The PropertyChangeListener to be added.
public void addPropertyChangeListener(String name,
PropertyChangeListener listener)
name - The name of the property.listener - The PropertyChangeListener to be added.public void removePropertyChangeListener(PropertyChangeListener listener)
listener - The PropertyChangeListener to be removed.
public void removePropertyChangeListener(String name,
PropertyChangeListener listener)
name - The name of the property.listener - The PropertyChangeListener to be removed.
public void setActive(boolean yes)
throws VisADException,
RemoteException
yes - Whether or not this instance is to be enabled.
VisADException - VisAD failure.
RemoteException - Java RMI failure.
public void setProfiles(Field temperatureProfile,
Field dewPointProfile)
throws VisADException,
RemoteException
temperatureProfile - The air-temperature profile.dewPointProfile - The dew-point profile.
VisADException - VisAD failure.
RemoteException - Java RMI failure.
public void setTemperatureProfile(Field temperatureProfile)
throws VisADException,
RemoteException
temperatureProfile - The air-temperature profile.
VisADException - VisAD failure.
RemoteException - Java RMI failure.
public void setDewPointProfile(Field dewPointProfile)
throws VisADException,
RemoteException
dewPointProfile - The dew-point profile.
VisADException - VisAD failure.
RemoteException - Java RMI failure.
protected void computeIfAppropriate()
throws VisADException,
RemoteException
VisADException - VisAD failure;
RemoteException - Java RMI failure;
public FlatField getDensityProfile()
throws VisADException,
RemoteException
VisADException - VisAD failure.
RemoteException - Java RMI failure.public boolean equals(Object obj)
equals in class Objectobj - The other object.
true if and only if this instance
is identical to the other object.public int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||