Package com.aerisweather.aeris.model
Class NormalSnow
- java.lang.Object
-
- com.aerisweather.aeris.model.NormalSnow
-
public class NormalSnow extends Object
Object of the snowfall based normals. WIll be null if the observation station does not include snowfall normals
-
-
Constructor Summary
Constructors Constructor Description NormalSnow()
-
-
-
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)
-
-