Class Weather.Units
java.lang.Object
de.kaffeemitkoffein.tinyweatherforecastgermany.Weather.Units
- Enclosing class:
Weather
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic floatBeaufortFromKmh(float kmh) static floatKnotsFromKmh(float kmh) static floatMSFromKmh(float kmh)
-
Constructor Details
-
Units
public Units()
-
-
Method Details
-
KnotsFromKmh
public static float KnotsFromKmh(float kmh) -
BeaufortFromKmh
public static float BeaufortFromKmh(float kmh) -
MSFromKmh
public static float MSFromKmh(float kmh)
-