Class StormReportDetail


  • public class StormReportDetail
    extends Object
    An object containing specific information about the report, such as totals, measurements, etc.
    • Field Detail

      • text

        public Number text
        The measurement provided in the report, such as precipitation total, wind speed or hail size
      • rainIN

        public Number rainIN
        Optional. The total observed rainfall in inches for rain/flood-related events.
      • rainMM

        public Number rainMM
        Optional. The total observed rainfall in millimeters for rain/flood-related events.
      • snowIN

        public Number snowIN
        Optional. The total observed snowfall in inches for snow-related events.
      • snowCM

        public Number snowCM
        Optional. The total observed snowfall in centimeters for snow-related events.
      • windSpeedKTS

        public Number windSpeedKTS
        Optional. The observed wind speed in knots for wind-related events.
      • windSpeedKPH

        public Number windSpeedKPH
        Optional. The observed wind speed in miles per hour for wind-related events.
      • windSpeedMPH

        public Number windSpeedMPH
        Optional. The observed wind speed in kilometers per hour for wind-related events.
      • hailIN

        public Number hailIN
        (number, optional) The total observed hail diameter in inches. Only included for hail related events.
      • hailMM

        public Number hailMM
        (number, optional) The total observed hail diameter in millimeters. Only included for hail related events.
      • sleetIN

        public Number sleetIN
      • sleetMM

        public Number sleetMM
    • Constructor Detail

      • StormReportDetail

        public StormReportDetail()