Class MeasurementReference

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

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

    • MeasurementReference

      public MeasurementReference()
  • Method Details

    • getValue

      public ThermalValue getValue()
      Get the thermal value (i.e. temperature) of the reference measurement.
    • setValue

      public void setValue(ThermalValue value)
      Set the thermal value (i.e. temperature) of the reference measurement.
    • toString

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