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 String
dir
The cardinal direction the storm is movingNumber
dirDEG
The direction the storm is moving in degreesString
dirTo
The cardinal direction the storm is moving relative to the reported radar siteNumber
dirToDEG
The direction the storm is moving relative to the reported radar site in degreesNumber
speedKMH
Speed storm is moving in kilometers per hourNumber
speedKTS
Speed storm is moving in knotsNumber
speedMPH
Speed 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
-
-