|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlrw.msg.org.DewPoint
Constructor Summary | |
---|---|
DewPoint()
|
Method Summary | |
---|---|
double |
getDewPoint()
getDewPoint returns the dewpoint |
double |
getRelativeHum(short[] dataArray)
getRelativeHum return the relative humidity in % |
double |
getTemperature(short[] dataArray)
getTemperature returns the current temperature in ??C |
boolean |
isFog(double tmp,
double humid)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DewPoint()
Method Detail |
public boolean isFog(double tmp, double humid)
public double getTemperature(short[] dataArray)
dataArray
- public double getRelativeHum(short[] dataArray)
dataArray
- public double getDewPoint()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |