java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | dji.common.flightcontroller.FlyZoneType |
An enum class contains the type of the fly zone.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
FlyZoneType | Airport | Airport that cannot be unlocked using GEO system. | |||||||||
FlyZoneType | ClassBAirSpace | Class B controlled airspace. | |||||||||
FlyZoneType | ClassCAirSpace | Class C controlled airspace. | |||||||||
FlyZoneType | ClassDAirSpace | Class D controlled airspace. | |||||||||
FlyZoneType | ClassEAirSpace | Class E controlled airspace. | |||||||||
FlyZoneType | CommercialAirports | Commercial airports. | |||||||||
FlyZoneType | Heliport | Heliport. | |||||||||
FlyZoneType | MilitaryZones | Military authorized zone. | |||||||||
FlyZoneType | NOAA | The National Oceanic and Atmospheric Administration. | |||||||||
FlyZoneType | NationalParks | National parks. | |||||||||
FlyZoneType | Parcels | Parcels. | |||||||||
FlyZoneType | PowerPlants | Power plants. | |||||||||
FlyZoneType | Prisons | Prisons. | |||||||||
FlyZoneType | PrivateCommercialAirports | Private commercial airports. | |||||||||
FlyZoneType | ProhibitedSpecialUse | Prohibited special use. | |||||||||
FlyZoneType | RecreationalAirports | Recreational airports. | |||||||||
FlyZoneType | RestrictedSpecialUse | Restriction special use. | |||||||||
FlyZoneType | Schools | Schools. | |||||||||
FlyZoneType | SpecialZones | Special Zone. | |||||||||
FlyZoneType | Stadiums | Stadiums. | |||||||||
FlyZoneType | TemporaryFlightRestrictions | Temporary flight restrictions. | |||||||||
FlyZoneType | Unknown | Unknown. | |||||||||
FlyZoneType | UnpavedAirport | Airport with unpaved runway. |
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 FlyZoneType |
find(int b)
Returns the enum constant of this type with the specified integer value.
| ||||||||||
int |
value()
Returns the real value of an enum constant.
| ||||||||||
static FlyZoneType | valueOf(String name) | ||||||||||
final static FlyZoneType[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Class B controlled airspace. See http://www.dji.com/flysafe/geo-system#notes for more information on the controlled airspace (Class B, C, D, E) in the United States.
Class C controlled airspace. See http://www.dji.com/flysafe/geo-system#notes for more information on the controlled airspace (Class B, C, D, E) in the United States.
Class D controlled airspace. See http://www.dji.com/flysafe/geo-system#notes for more information on the controlled airspace (Class B, C, D, E) in the United States.
Class E controlled airspace. See http://www.dji.com/flysafe/geo-system#notes for more information on the controlled airspace (Class B, C, D, E) in the United States.
Military authorized zone. This cannot be unlocked using the GEO system.
Special Zone. This cannot be unlocked using the GEO system.
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 specified integer value.
b | The integer value. |
---|
Returns the real value of an enum constant.