|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
public class Calculator
| Constructor Summary | |
|---|---|
Calculator()
|
|
| Method Summary | |
|---|---|
static double |
batterySpanning(short mval)
|
static double |
cloudHeight(double temp,
short luchtVochtigheid)
|
static double |
dewPoint(double omgevingsTemp,
short luchtVochtigheid)
|
static double |
heatIndex(double RH,
double T)
|
static double |
luchtdruk(short mval)
|
static double |
luchtVochtigheid(short mval)
|
static double |
regenmeter(short mval)
|
static double |
solarRad(short mval)
|
static String |
sunRise(short mval)
|
static String |
sunSet(short mval)
|
static double |
temperatuur(short mval)
|
static Periode |
timeStampToPeriode(Timestamp timeStamp1,
Timestamp timeStamp2)
|
static double |
uvIndex(short mval)
|
static double |
windChill(short grdnFh,
short mph)
|
static String |
windRichting(short mval)
|
static double |
windSnelheid(short mval)
|
| Methods inherited from class |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Calculator()
| Method Detail |
|---|
public static double batterySpanning(short mval)
public static double cloudHeight(double temp,
short luchtVochtigheid)
public static double dewPoint(double omgevingsTemp,
short luchtVochtigheid)
public static double heatIndex(double RH,
double T)
public static double luchtdruk(short mval)
public static double luchtVochtigheid(short mval)
public static double regenmeter(short mval)
public static double solarRad(short mval)
public static String sunRise(short mval)
public static String sunSet(short mval)
public static double temperatuur(short mval)
public static Periode timeStampToPeriode(Timestamp timeStamp1,
Timestamp timeStamp2)
public static double uvIndex(short mval)
public static double windChill(short grdnFh,
short mph)
public static String windRichting(short mval)
public static double windSnelheid(short mval)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||