java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | dji.common.flightcontroller.DJIVirtualStickFlightCoordinateSystem |
An enum class representing flight control coordinate system.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DJIVirtualStickFlightCoordinateSystem | Body | Body coordinate system. | |||||||||
DJIVirtualStickFlightCoordinateSystem | Ground | Ground coordinate system. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean |
_equals(int b)
Returns the boolean result which compare the input integer value with the real value of a enum constant.
| ||||||||||
static DJIVirtualStickFlightCoordinateSystem |
find(int b)
Returns the enum constant of this type with the input integer value.
| ||||||||||
int |
value()
Returns the real value of a enum constant.
| ||||||||||
static DJIVirtualStickFlightCoordinateSystem | valueOf(String name) | ||||||||||
final static DJIVirtualStickFlightCoordinateSystem[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Returns the boolean result which compare the input integer value with the real value of a enum constant.
b | The input integer value |
---|
Returns the enum constant of this type with the input integer value.
b | The input integer value. |
---|
Returns the real value of a enum constant.