Package com.aerisweather.aeris.model
Class CellObservation
- java.lang.Object
- 
- com.aerisweather.aeris.model.CellObservation
 
- 
 public class CellObservation extends Object 
- 
- 
Field SummaryFields 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 SummaryConstructors Constructor Description CellObservation(ObservationData data)
 
- 
- 
- 
Field Detail- 
timestamppublic Number timestamp UNIX timestamp of the cell observation
 - 
dateTimeISOpublic String dateTimeISO ISO 8601 date of the observation
 - 
radarIDpublic String radarID The radar site ID reporting the cell
 - 
cellIDpublic String cellID The unique cell identifier
 - 
cpospublic CellPosition cpos 
 - 
movementpublic CellMovement movement 
 - 
tvspublic Number tvs Tornado vortex signature (TVS)
 - 
mdapublic Number mda Mesocyclone rotation (MESO)
 - 
vilpublic Number vil Vertically integrated liquid
 - 
dbzmpublic Number dbzm The highest reflectivity found within the storm
 - 
htpublic Number ht The height of the storm structure
 - 
toppublic String top Top of the storm in thousands of feet
 - 
topFTpublic Number topFT Top of the storm in feet
 - 
hailpublic Hail hail 
 - 
locationpublic String location The distance and bearing to the closest city.
 
- 
 - 
Constructor Detail- 
CellObservationpublic CellObservation(ObservationData data) 
 
- 
 
-