Class ThermalDelta

java.lang.Object
com.flir.thermalsdk.image.ThermalDelta

public class ThermalDelta extends Object
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 Details

    • value

      public final double value
      Thermal difference/delta value.
    • unit

      public final TemperatureUnit unit
      Temperature unit.
    • state

      public final ThermalValueState state
      The state of value.
  • Constructor Details

  • Method Details

    • asKelvin

      public ThermalDelta asKelvin()
      Convert this thermal delta to Kelvin and return it as a copy.
    • asCelsius

      public ThermalDelta asCelsius()
      Convert this thermal delta to Celsius and return it as a copy.
    • asFahrenheit

      public ThermalDelta asFahrenheit()
      Convert this thermal delta to Fahrenheit and return it as a copy.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object