public final enum

DJIVisionSectorWarning

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ dji.common.flightcontroller.DJIVisionSectorWarning

Class Overview

The warning level of the vision system.

Summary

Enum Values
DJIVisionSectorWarning  Invalid  The warning level is invalid. 
DJIVisionSectorWarning  Level1  The distance between the obstacle and the aircraft is over 4 meters. 
DJIVisionSectorWarning  Level2  The distance between the obstacle and the aircraft is between 3 - 4 meters. 
DJIVisionSectorWarning  Level3  The distance between the obstacle and the aircraft is between 2 - 3 meters. 
DJIVisionSectorWarning  Level4  The distance between the obstacle and the aircraft is less then 2 meters. 
DJIVisionSectorWarning  Unknown  The warning level is unknown. 
Public Methods
boolean _equals(int b)
static DJIVisionSectorWarning find(int value)
int value()
static DJIVisionSectorWarning valueOf(String name)
final static DJIVisionSectorWarning[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final DJIVisionSectorWarning Invalid

The warning level is invalid.

public static final DJIVisionSectorWarning Level1

The distance between the obstacle and the aircraft is over 4 meters.

public static final DJIVisionSectorWarning Level2

The distance between the obstacle and the aircraft is between 3 - 4 meters.

public static final DJIVisionSectorWarning Level3

The distance between the obstacle and the aircraft is between 2 - 3 meters.

public static final DJIVisionSectorWarning Level4

The distance between the obstacle and the aircraft is less then 2 meters.

public static final DJIVisionSectorWarning Unknown

The warning level is unknown.

Public Methods

public boolean _equals (int b)

public static DJIVisionSectorWarning find (int value)

public int value ()

public static DJIVisionSectorWarning valueOf (String name)

public static final DJIVisionSectorWarning[] values ()