Package com.aerisweather.aeris.model
Class CellForecast
- java.lang.Object
-
- com.aerisweather.aeris.model.CellForecast
-
public class CellForecast extends Object
Teh forecast information for a cell
-
-
Field Summary
Fields Modifier and Type Field Description CellCone
cone
Number
errFcst
TODO:Number
errMean
TODO:List<CellLocation>
locs
Array offorecasted positions
for the cell.
-
Constructor Summary
Constructors Constructor Description CellForecast()
-
-
-
Field Detail
-
locs
public List<CellLocation> locs
Array offorecasted positions
for the cell.
-
errFcst
public Number errFcst
TODO:
-
errMean
public Number errMean
TODO:
-
cone
public CellCone cone
-
-