java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | dji.common.flightcontroller.DJIVisionLandingProtectionStatus |
Landing protection status returned by the downward vision sensor.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DJIVisionLandingProtectionStatus | AnalysisFailed | The downward vision sensor's analysis failed. | |||||||||
DJIVisionLandingProtectionStatus | Analyzing | The downward vision sensor is analyzing the ground at the landing zone. | |||||||||
DJIVisionLandingProtectionStatus | None | The aircraft is not executing auto-landing or the downward vision sensor has not started to analyze the ground yet. | |||||||||
DJIVisionLandingProtectionStatus | NotSafeToLand | ` Landing area is not considered safe enough for an automatic landing. | |||||||||
DJIVisionLandingProtectionStatus | SafeToLand | The ground is considered safe to land on automatically. | |||||||||
DJIVisionLandingProtectionStatus | Unknown | Unknown. |
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 DJIVisionLandingProtectionStatus |
find(int value)
Returns the enum constant of this type with the input integer value.
| ||||||||||
int |
value()
Returns the real value of a enum constant.
| ||||||||||
static DJIVisionLandingProtectionStatus | valueOf(String name) | ||||||||||
final static DJIVisionLandingProtectionStatus[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
The downward vision sensor's analysis failed. Either the auto-landing can be attempted again, or the user needs to land the aircraft manually.
The downward vision sensor is analyzing the ground at the landing zone.
The aircraft is not executing auto-landing or the downward vision sensor has not started to analyze the ground yet.
` Landing area is not considered safe enough for an automatic landing. This will usually happen if over uneven terrain, or water. The aircraft should be moved to an area that is more flat and an auto-land should be attempted again or the user should land the aircraft manually.
The ground is considered safe to land on automatically.
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.
value | The input integer value. |
---|
Returns the real value of a enum constant.