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 StringcellIDThe unique cell identifierCellPositioncposStringdateTimeISOISO 8601 date of the observationNumberdbzmThe highest reflectivity found within the stormHailhailNumberhtThe height of the storm structureStringlocationThe distance and bearing to the closest city.NumbermdaMesocyclone rotation (MESO)CellMovementmovementStringradarIDThe radar site ID reporting the cellNumbertimestampUNIX timestamp of the cell observationStringtopTop of the storm in thousands of feetNumbertopFTTop of the storm in feetNumbertvsTornado vortex signature (TVS)NumbervilVertically 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)
-
-