Class NormalPrecipitation


  • public class NormalPrecipitation
    extends Object
    Object of the precipitation based normals. WIll be null if the observation station does not include precipitation normals
    • Field Detail

      • ytdIN

        public Number ytdIN
        The normal month to date precipitation in Inches. Will be null for annual summaryPeriod (filter=annual)
      • ytdMM

        public Number ytdMM
        The normal month to date precipitation in millimeters. Will be null for annual summaryPeriod (filter=annual)
      • mtdIN

        public Number mtdIN
        The normal year to date precipitation in Inches. Will be null for monthly summaryPeriod (filter=monthly)
      • mtdMM

        public Number mtdMM
        The normal year to date precipitation in Millimeters. Will be null for monthly summaryPeriod (filter=monthly)
    • Constructor Detail

      • NormalPrecipitation

        public NormalPrecipitation()