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 Summary
Fields Modifier and Type Field Description Number
heightKM
Estimated height of fire in kilometers.Number
heightMI
Estimated height of fire in miles.String
sat
For MODIS detected fires only.String
source
For MODIS detected fires only.Number
tempC
Measured brightness temperature of the detected fire in degrees Celsius.Number
tempF
Measured brightness temperature of the detected fire in degrees Fahrenheit.Number
tempK
Measured brightness temperature of the detected fire in degrees Kelvin.Number
widthKM
Estimated width of fire in kilometers.Number
widthMI
Estimated width of fire in miles.
-
Constructor Summary
Constructors Constructor Description Satellite()
-
-
-
Field Detail
-
widthKM
public Number widthKM
Estimated width of fire in kilometers. NOTE: Satellite based observation are rough estimates only, limited by resolution of detection method.
-
widthMI
public Number widthMI
Estimated width of fire in miles. NOTE: Satellite based observation are rough estimates only, limited by resolution of detection method.
-
heightKM
public Number heightKM
Estimated height of fire in kilometers. NOTE: Satellite based observation are rough estimates only, limited by resolution of detection method.
-
heightMI
public Number heightMI
Estimated height of fire in miles. NOTE: Satellite based observation are rough estimates only, limited by resolution of detection method.
-
tempK
public Number tempK
Measured brightness temperature of the detected fire in degrees Kelvin.
-
tempC
public Number tempC
Measured brightness temperature of the detected fire in degrees Celsius.
-
tempF
public Number tempF
Measured brightness temperature of the detected fire in degrees Fahrenheit.
-
source
public 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
-
sat
public String sat
For MODIS detected fires only. Satellite source of MODIS data and detection T = TERRA MODIS A = AQUA MODIS
-
-