Class IsothermHumidity

java.lang.Object
com.flir.thermalsdk.image.isotherms.Isotherm
com.flir.thermalsdk.image.isotherms.IsothermHumidity

public class IsothermHumidity extends Isotherm
The humidity isotherm can detect areas where there is a risk of mold growing, or where there is a risk of the humidity falling out as liquid water (i.e. the dew point).
  • Constructor Details

    • IsothermHumidity

      public IsothermHumidity()
  • Method Details

    • getAirHumidity

      public float getAirHumidity()
      Get air humidity in percent (0.0 - 100.0).
    • setAirHumidity

      public void setAirHumidity(float airHumidity)
      Set air humidity in percent (0.0 - 100.0).
    • getAirHumidityAlarmLevel

      public float getAirHumidityAlarmLevel()
      Get air humidity alarm level in percent (0.0 - 100.0).
    • setAirHumidityAlarmLevel

      public void setAirHumidityAlarmLevel(float airHumidityAlarmLevel)
      Set air humidity alarm level in percent (0.0 - 100.0).
    • getAtmosphericTemperature

      public ThermalValue getAtmosphericTemperature()
      Get atmospheric temperature.
    • setAtmosphericTemperature

      public void setAtmosphericTemperature(ThermalValue atmosphericTemperature)
      Set atmospheric temperature.
    • getDewPointTemperature

      public ThermalValue getDewPointTemperature()
      Get the calculated dew point temperature.
    • getThresholdTemperature

      public ThermalValue getThresholdTemperature()
      Get the calculated dew point temperature threshold.
    • getType

      public IsothermType getType()
      Description copied from class: Isotherm
      Defines a type of the isotherm.
      Specified by:
      getType in class Isotherm