java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | dji.common.camera.DJICameraSettingsDef.CameraThermalLensFocalLength |
Supported only by thermal Camera
The lens model.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DJICameraSettingsDef.CameraThermalLensFocalLength | Length_13mm | The thermal imaging camera lens focal length is 13mm. | |||||||||
DJICameraSettingsDef.CameraThermalLensFocalLength | Length_19mm | The thermal imaging camera lens focal length is 19mm. | |||||||||
DJICameraSettingsDef.CameraThermalLensFocalLength | Length_6p8mm | The thermal imaging camera lens focal length is 6.8mm. | |||||||||
DJICameraSettingsDef.CameraThermalLensFocalLength | Length_7p5mm | The thermal imaging camera lens focal length is 7.5mm. | |||||||||
DJICameraSettingsDef.CameraThermalLensFocalLength | Length_9mm | The thermal imaging camera lens focal length is 9mm. | |||||||||
DJICameraSettingsDef.CameraThermalLensFocalLength | Unknown | The thermal imaging camera lens focal length 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.CameraThermalLensFocalLength | valueOf(String name) | ||||||||||
final static CameraThermalLensFocalLength[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
The thermal imaging camera lens focal length is 13mm.
The thermal imaging camera lens focal length is 19mm.
The thermal imaging camera lens focal length is 6.8mm.
The thermal imaging camera lens focal length is 7.5mm.
The thermal imaging camera lens focal length is 9mm.
The thermal imaging camera lens focal length 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.