public static final enum

DJICameraSettingsDef.CameraThermalIsothermUnit

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ dji.common.camera.DJICameraSettingsDef.CameraThermalIsothermUnit

Class Overview

Supported only by thermal Camera
The unit for Isotherm.

Summary

Enum Values
DJICameraSettingsDef.CameraThermalIsothermUnit  Celsius  The unit type is degrees Celsius. 
DJICameraSettingsDef.CameraThermalIsothermUnit  Percentage  The unit type is percentage. 
DJICameraSettingsDef.CameraThermalIsothermUnit  Unknown  The unit type is unknown.. 
Public Methods
boolean _equals(int b)
Compares the input integer value with the real value of an enum value.
int value()
Returns the real value of an enum value.
static DJICameraSettingsDef.CameraThermalIsothermUnit valueOf(String name)
final static CameraThermalIsothermUnit[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final DJICameraSettingsDef.CameraThermalIsothermUnit Celsius

The unit type is degrees Celsius. The allowed range is [-40, 1000].

public static final DJICameraSettingsDef.CameraThermalIsothermUnit Percentage

The unit type is percentage. The allowed range is [0, 100]

public static final DJICameraSettingsDef.CameraThermalIsothermUnit Unknown

The unit type is unknown..

Public Methods

public boolean _equals (int b)

Compares the input integer value with the real value of an enum value.

Parameters
b The input integer value
Returns
  • boolean The compared result.

public int value ()

Returns the real value of an enum value.

Returns
  • integer The real value

public static DJICameraSettingsDef.CameraThermalIsothermUnit valueOf (String name)

public static final CameraThermalIsothermUnit[] values ()