Class Satellite


  • public class Satellite
    extends Object
    Object available for Satellite detected observations. NULL for Critical/Large observations.
    • 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
    • Constructor Detail

      • Satellite

        public Satellite()