Class Weather.Units

  • Enclosing class:
    Weather

    public static class Weather.Units
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Units()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static float BeaufortFromKmh​(float kmh)  
      static float KnotsFromKmh​(float kmh)  
      static float MSFromKmh​(float kmh)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Units

        public Units()
    • Method Detail

      • KnotsFromKmh

        public static float KnotsFromKmh​(float kmh)
      • BeaufortFromKmh

        public static float BeaufortFromKmh​(float kmh)
      • MSFromKmh

        public static float MSFromKmh​(float kmh)