Package com.aerisweather.aeris.model
Class CellObservation
- java.lang.Object
-
- com.aerisweather.aeris.model.CellObservation
-
public class CellObservation extends Object
-
-
Field Summary
Fields Modifier and Type Field Description String
cellID
The unique cell identifierCellPosition
cpos
String
dateTimeISO
ISO 8601 date of the observationNumber
dbzm
The highest reflectivity found within the stormHail
hail
Number
ht
The height of the storm structureString
location
The distance and bearing to the closest city.Number
mda
Mesocyclone rotation (MESO)CellMovement
movement
String
radarID
The radar site ID reporting the cellNumber
timestamp
UNIX timestamp of the cell observationString
top
Top of the storm in thousands of feetNumber
topFT
Top of the storm in feetNumber
tvs
Tornado vortex signature (TVS)Number
vil
Vertically integrated liquid
-
Constructor Summary
Constructors Constructor Description CellObservation(ObservationData data)
-
-
-
Field Detail
-
timestamp
public Number timestamp
UNIX timestamp of the cell observation
-
dateTimeISO
public String dateTimeISO
ISO 8601 date of the observation
-
radarID
public String radarID
The radar site ID reporting the cell
-
cellID
public String cellID
The unique cell identifier
-
cpos
public CellPosition cpos
-
movement
public CellMovement movement
-
tvs
public Number tvs
Tornado vortex signature (TVS)
-
mda
public Number mda
Mesocyclone rotation (MESO)
-
vil
public Number vil
Vertically integrated liquid
-
dbzm
public Number dbzm
The highest reflectivity found within the storm
-
ht
public Number ht
The height of the storm structure
-
top
public String top
Top of the storm in thousands of feet
-
topFT
public Number topFT
Top of the storm in feet
-
hail
public Hail hail
-
location
public String location
The distance and bearing to the closest city.
-
-
Constructor Detail
-
CellObservation
public CellObservation(ObservationData data)
-
-