Package com.aerisweather.aeris.model
Class Satellite
- java.lang.Object
- 
- com.aerisweather.aeris.model.Satellite
 
- 
 public class Satellite extends Object Object available for Satellite detected observations. NULL for Critical/Large observations.
- 
- 
Field SummaryFields Modifier and Type Field Description NumberheightKMEstimated height of fire in kilometers.NumberheightMIEstimated height of fire in miles.StringsatFor MODIS detected fires only.StringsourceFor MODIS detected fires only.NumbertempCMeasured brightness temperature of the detected fire in degrees Celsius.NumbertempFMeasured brightness temperature of the detected fire in degrees Fahrenheit.NumbertempKMeasured brightness temperature of the detected fire in degrees Kelvin.NumberwidthKMEstimated width of fire in kilometers.NumberwidthMIEstimated width of fire in miles.
 - 
Constructor SummaryConstructors Constructor Description Satellite()
 
- 
- 
- 
Field Detail- 
widthKMpublic Number widthKM Estimated width of fire in kilometers. NOTE: Satellite based observation are rough estimates only, limited by resolution of detection method.
 - 
widthMIpublic Number widthMI Estimated width of fire in miles. NOTE: Satellite based observation are rough estimates only, limited by resolution of detection method.
 - 
heightKMpublic Number heightKM Estimated height of fire in kilometers. NOTE: Satellite based observation are rough estimates only, limited by resolution of detection method.
 - 
heightMIpublic Number heightMI Estimated height of fire in miles. NOTE: Satellite based observation are rough estimates only, limited by resolution of detection method.
 - 
tempKpublic Number tempK Measured brightness temperature of the detected fire in degrees Kelvin.
 - 
tempCpublic Number tempC Measured brightness temperature of the detected fire in degrees Celsius.
 - 
tempFpublic Number tempF Measured brightness temperature of the detected fire in degrees Fahrenheit.
 - 
sourcepublic String source For MODIS detected fires only. Station source of MODIS data and detection. gsfc = NASA-Goddard Space Flight Center MODIS Rapid Response System rsac = USDA Forest Service Remote Sensing Application Center ssec = University of Wisconsin Space Science Engineering Center uaf = University of Alaska-Fairbanks
 - 
satpublic String sat For MODIS detected fires only. Satellite source of MODIS data and detection T = TERRA MODIS A = AQUA MODIS
 
- 
 
-