java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | dji.common.camera.DJICameraSettingsDef.CameraThermalIsothermUnit |
Supported only by thermal Camera
The unit for Isotherm.
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
|
The unit type is degrees Celsius. The allowed range is [-40, 1000].
The unit type is percentage. The allowed range is [0, 100]
The unit type is unknown..
Compares the input integer value with the real value of an enum value.
b | The input integer value |
---|
Returns the real value of an enum value.