DJI Windows SDK Documentation

class SubFlyZoneInformation

sealed class SubFlyZoneInformation
Declaration:DJI.WindowsSDK.FlySafe
Description:

This class contains information about a Sub fly zone.

Class Members:
GEO Fly Zone Category
property
property Category
FlyZoneCategory Category { get; }
Declaration:DJI.WindowsSDK.FlySafe
Description:

The category of the sub fly zone.

See Also:

FlyZoneCategory

Information
property
property SubAreaID
uint SubAreaID { get; }
Declaration:DJI.WindowsSDK.FlySafe
Description:

The fly zone's identifier.

See Also:

SubAreaID

property
property Category
FlyZoneCategory Category { get; }
Declaration:DJI.WindowsSDK.FlySafe
Description:

The category of the sub fly zone.

See Also:

FlyZoneCategory

Geometry and Location
property
property Shape
SubFlyZoneShape Shape { get; }
Declaration:DJI.WindowsSDK.FlySafe
Description:

The shape of the sub-fly-zone.

See Also:

SubFlyZoneShape

property
property Center
DJI.WindowsSDK.LocationCoordinate2D Center { get; }
Declaration:DJI.WindowsSDK.FlySafe
Description:

The location of the fly zone's center. Only used when Shape is Cylinder.

See Also:

LocationCoordinate2D

property
property Radius
uint Radius { get; }
Declaration:DJI.WindowsSDK.FlySafe
Description:

The radius of the fly zone in meters. Only used when Shape is Cylinder.

property
property Vertices
List<DJI.WindowsSDK.LocationCoordinate2D> Vertices { get; }
Declaration:DJI.WindowsSDK.FlySafe
Description:

The vertices (locations) that make up the sub fly zone polygon shape. Only used when Shape is Polygon.

See Also:

LocationCoordinate2D, Vertices

Maximum Flight Height
property
property MaximumFlightHeight
uint MaximumFlightHeight { get; }
Declaration:DJI.WindowsSDK.FlySafe
Description:

Maximum flight height in meters allowed in the sub fly zone. A height of 0m will restrict flight completely within the zone.

See Also:

MaximumFlightHeight