Package com.aerisweather.aeris.model
Class CellMovement
- java.lang.Object
-
- com.aerisweather.aeris.model.CellMovement
-
public class CellMovement extends Object
Information about the cell movement.
-
-
Field Summary
Fields Modifier and Type Field Description StringdirThe cardinal direction the storm is movingNumberdirDEGThe direction the storm is moving in degreesStringdirToThe cardinal direction the storm is moving relative to the reported radar siteNumberdirToDEGThe direction the storm is moving relative to the reported radar site in degreesNumberspeedKMHSpeed storm is moving in kilometers per hourNumberspeedKTSSpeed storm is moving in knotsNumberspeedMPHSpeed storm is moving in miles per hour
-
Constructor Summary
Constructors Constructor Description CellMovement()
-
-
-
Field Detail
-
dirDEG
public Number dirDEG
The direction the storm is moving in degrees
-
dir
public String dir
The cardinal direction the storm is moving
-
dirToDEG
public Number dirToDEG
The direction the storm is moving relative to the reported radar site in degrees
-
dirTo
public String dirTo
The cardinal direction the storm is moving relative to the reported radar site
-
speedKTS
public Number speedKTS
Speed storm is moving in knots
-
speedMPH
public Number speedMPH
Speed storm is moving in miles per hour
-
speedKMH
public Number speedKMH
Speed storm is moving in kilometers per hour
-
-