Package com.flir.thermalsdk.image
Class ThermalDelta
java.lang.Object
com.flir.thermalsdk.image.ThermalDelta
Represents an Thermal delta with additional state information. It is used to obtain Thermal data
from
ThermalImage
or any MeasurementShape
added to the image.-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal ThermalValueState
The state of value.final TemperatureUnit
Temperature unit.final double
Thermal difference/delta value. -
Constructor Summary
ConstructorsConstructorDescriptionThermalDelta
(double value, TemperatureUnit unit) Constructor useful in tests. -
Method Summary
-
Field Details
-
value
public final double valueThermal difference/delta value. -
unit
Temperature unit. -
state
The state of value.
-
-
Constructor Details
-
ThermalDelta
Constructor useful in tests. UsesThermalValueState.OK
as default.- Parameters:
value
- value as doubleunit
- unit asTemperatureUnit
-
-
Method Details
-
asKelvin
Convert this thermal delta to Kelvin and return it as a copy. -
asCelsius
Convert this thermal delta to Celsius and return it as a copy. -
asFahrenheit
Convert this thermal delta to Fahrenheit and return it as a copy. -
equals
-
hashCode
public int hashCode() -
toString
-