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 CellConeconeNumbererrFcstTODO:NumbererrMeanTODO:List<CellLocation>locsArray offorecasted positionsfor the cell.
-
Constructor Summary
Constructors Constructor Description CellForecast()
-
-
-
Field Detail
-
locs
public List<CellLocation> locs
Array offorecasted positionsfor the cell.
-
errFcst
public Number errFcst
TODO:
-
errMean
public Number errMean
TODO:
-
cone
public CellCone cone
-
-