Class Calculator

java.lang.Object
  
public class Calculator
extends Object


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

Calculator

public Calculator()
Method Detail

batterySpanning

public static double batterySpanning(short mval)

cloudHeight

public static double cloudHeight(double temp,
                                 short luchtVochtigheid)

dewPoint

public static double dewPoint(double omgevingsTemp,
                              short luchtVochtigheid)

heatIndex

public static double heatIndex(double RH,
                               double T)

luchtdruk

public static double luchtdruk(short mval)

luchtVochtigheid

public static double luchtVochtigheid(short mval)

regenmeter

public static double regenmeter(short mval)

solarRad

public static double solarRad(short mval)

sunRise

public static String sunRise(short mval)

sunSet

public static String sunSet(short mval)

temperatuur

public static double temperatuur(short mval)

timeStampToPeriode

public static Periode timeStampToPeriode(Timestamp timeStamp1,
                                         Timestamp timeStamp2)

uvIndex

public static double uvIndex(short mval)

windChill

public static double windChill(short grdnFh,
                               short mph)

windRichting

public static String windRichting(short mval)

windSnelheid

public static double windSnelheid(short mval)