Package com.aerisweather.aeris.model
Class CellCone
- java.lang.Object
-
- com.aerisweather.aeris.model.CellCone
-
public class CellCone extends Object
Information on the cells predicted path.
-
-
Field Summary
Fields Modifier and Type Field Description double[][]
narrow
Array of lat/lon coordinates defining a 5-degree cone of error along the forecast path, which can be used to better determine locations along the path of the stormdouble[][]
wide
Array of lat/lon coordinates defining a 20-degree cone of error along the forecast path
-
Constructor Summary
Constructors Constructor Description CellCone()
-
-
-
Field Detail
-
narrow
public double[][] narrow
Array of lat/lon coordinates defining a 5-degree cone of error along the forecast path, which can be used to better determine locations along the path of the storm
-
wide
public double[][] wide
Array of lat/lon coordinates defining a 20-degree cone of error along the forecast path
-
-