Class NormalSnow


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

      • mtdIN

        public Number mtdIN
        The normal month to date snowfall in Inches. Will be null for annual summaryPeriod (filter=annual)
      • mtdCM

        public Number mtdCM
        The normal month to date snowfall in centimeters. Will be null for annual summaryPeriod (filter=annual)
      • ytdIN

        public Number ytdIN
        The normal year to date snowfall in Inches. Will be null for monthly summaryPeriod (filter=monthly)
      • ytdCM

        public Number ytdCM
        The normal year to date snowfall in centimeters. Will be null for monthly summaryPeriod (filter=monthly)
    • Constructor Detail

      • NormalSnow

        public NormalSnow()