Class IsothermInsulation
java.lang.Object
com.flir.thermalsdk.image.isotherms.Isotherm
com.flir.thermalsdk.image.isotherms.IsothermInsulation
The insulation isotherm can detect areas where there may be an insulation deficiency in the building.
It will trigger when the insulation level falls below a preset value of the energy leakage through the
building structure - the so-called thermal index/insulation factor. Different building codes recommend different values
for the thermal index/insulation factor, but typical values are 60 - 80% for new buildings.
Refer to your national building code for recommendations.
-
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 TypeMethodDescriptionGet the indoor air temperature.float
Get the insulation factor in percent (0.0 - 100.0).Get the calculated insulation temperature.Get the outdoor air temperature.getType()
Defines a type of the isotherm.void
setIndoorAirTemperature
(ThermalValue indoorAirTemperature) Set the indoor air temperature.void
setInsulationFactor
(float insulationFactor) Set the insulation factor in percent (0.0 - 100.0).void
setOutdoorAirTemperature
(ThermalValue outdoorAirTemperature) Set the outdoor air temperature.Methods inherited from class com.flir.thermalsdk.image.isotherms.Isotherm
getBlendingMode, getCustomColor, toString
-
Constructor Details
-
IsothermInsulation
public IsothermInsulation()
-
-
Method Details
-
getIndoorAirTemperature
Get the indoor air temperature. -
setIndoorAirTemperature
Set the indoor air temperature. -
getOutdoorAirTemperature
Get the outdoor air temperature. -
setOutdoorAirTemperature
Set the outdoor air temperature. -
getInsulationFactor
public float getInsulationFactor()Get the insulation factor in percent (0.0 - 100.0). -
setInsulationFactor
public void setInsulationFactor(float insulationFactor) Set the insulation factor in percent (0.0 - 100.0). -
getInsulationTemperature
Get the calculated insulation temperature. -
getType
Description copied from class:Isotherm
Defines a type of the isotherm.
-