Class MeasurementDelta

java.lang.Object
com.flir.thermalsdk.image.measurements.MeasurementShape
com.flir.thermalsdk.image.measurements.MeasurementDelta

public class MeasurementDelta extends MeasurementShape
MeasurementDelta measurement type.
  • Constructor Details

    • MeasurementDelta

      public MeasurementDelta()
  • Method Details

    • getDeltaValue

      public ThermalDelta getDeltaValue()
      Thermal difference/delta value.
    • getMember1

      public MeasurementShape getMember1()
      Gets the first delta member shape.
    • getMember2

      public MeasurementShape getMember2()
      Gets the second delta member shape.
    • getMember1ValueType

      public DeltaMemberValueType getMember1ValueType()
      Gets the first delta member value type.
    • getMember2ValueType

      public DeltaMemberValueType getMember2ValueType()
      Gets the second delta member value type.
    • setMember1

      public void setMember1(MeasurementShape member1, DeltaMemberValueType member1ValueType)
      Sets the first delta member and it's type.
      Parameters:
      member1 - shape used as a first delta member
      member1ValueType - type of the value used for the given first delta member shape (eg. min, max)
    • setMember2

      public void setMember2(MeasurementShape member2, DeltaMemberValueType member2ValueType)
      Sets the second delta member and it's type.
      Parameters:
      member2 - shape used as a second delta member
      member2ValueType - type of the value used for the given second delta member shape (eg. min, max)
    • toString

      @NotNull public @NotNull String toString()
      Overrides:
      toString in class Object