Class IsothermHumidity
java.lang.Object
com.flir.thermalsdk.image.isotherms.Isotherm
com.flir.thermalsdk.image.isotherms.IsothermHumidity
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).
-
Nested Class Summary
Nested classes/interfaces inherited from class com.flir.thermalsdk.image.isotherms.Isotherm
Isotherm.Builder, Isotherm.IsothermHolder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloat
Get air humidity in percent (0.0 - 100.0).float
Get air humidity alarm level in percent (0.0 - 100.0).Get atmospheric temperature.Get the calculated dew point temperature.Get the calculated dew point temperature threshold.getType()
Defines a type of the isotherm.void
setAirHumidity
(float airHumidity) Set air humidity in percent (0.0 - 100.0).void
setAirHumidityAlarmLevel
(float airHumidityAlarmLevel) Set air humidity alarm level in percent (0.0 - 100.0).void
setAtmosphericTemperature
(ThermalValue atmosphericTemperature) Set atmospheric temperature.Methods inherited from class com.flir.thermalsdk.image.isotherms.Isotherm
getBlendingMode, getCustomColor, toString
-
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
Get atmospheric temperature. -
setAtmosphericTemperature
Set atmospheric temperature. -
getDewPointTemperature
Get the calculated dew point temperature. -
getThresholdTemperature
Get the calculated dew point temperature threshold. -
getType
Description copied from class:Isotherm
Defines a type of the isotherm.
-