@EXClassNullAway |
Package: | dji.common.flightcontroller.flyzone |
This class contains information about a Sub fly zone.
int getAreaID() |
Package: | dji.common.flightcontroller.flyzone |
The fly zone's identifier.
int | An int value of the sub area's ID. |
SubFlyZoneShape getShape() |
Package: | dji.common.flightcontroller.flyzone |
The shape of the sub-fly-zone.
SubFlyZoneShape | An enum value of SubFlyZoneShape . |
LocationCoordinate2D getCenter() |
Package: | dji.common.flightcontroller.flyzone |
The location of the fly zone's center. Only used when getShape
is CYLINDER
.
LocationCoordinate2D | A LocationCoordinate2D object. |
double getRadius() |
Package: | dji.common.flightcontroller.flyzone |
The radius of the fly zone in meters. Only used when getShape
is CYLINDER
.
double | A double value of fly zone radius. |
List<LocationCoordinate2D> getVertices() |
Package: | dji.common.flightcontroller.flyzone |
The vertices (locations) that make up the sub fly zone polygon shape. Only used when getShape
is POLYGON
.
List<LocationCoordinate2D> | A List of CLLocationCoordinate2D object. |
int getMaxFlightHeight() |
Package: | dji.common.flightcontroller.flyzone |
Maximum flight height in meters allowed in the sub fly zone. A height of 0m will restrict flight completely within the zone.
int | An int value of maximum flight height. |
{{searchCount}} Results