final class FlyZoneInformation |
Package: | dji.v5.manager.aircraft.flysafe.info |
Restricted fl zone information class. Including restricted-fly zone ID, restricted fly zone name, type of restricted fly zone, restricted fly zone shape, restricted fly zone strategy, etc. Supported since MSDK 5.3.0
int getFlyZoneID() |
Package: | dji.v5.manager.aircraft.flysafe.info |
Gets the fly zone's ID. Supported since MSDK 5.3.0
int | Returns the fly zone's ID. |
String getName() |
Package: | dji.v5.manager.aircraft.flysafe.info |
Gets the name of the fly zone. Supported since MSDK 5.3.0
String | Returns the name of the fly zone. |
FlyZoneType getFlyZoneType() |
Package: | dji.v5.manager.aircraft.flysafe.info |
Gets the type fly zone. Includes airports, parks, schools, stadium, etc. Supported since MSDK 5.3.0
FlyZoneType | Returns the type fly zone. |
FlyZoneCategory getCategory() |
Package: | dji.v5.manager.aircraft.flysafe.info |
Gets the category of the fly zone. Includes restricted zone, authorization zone, warning zone and enhanced warning zone, etc.
Supported since MSDK 5.3.0
FlyZoneCategory | Returns the category of the fly zone. |
FlyZoneShape getShape() |
Package: | dji.v5.manager.aircraft.flysafe.info |
Gets the shape of the fly zone. Includes circles and polygons. Supported since MSDK 5.3.0
FlyZoneShape | Returns the shape of the fly zone. |
double getLowerLimit() |
Package: | dji.v5.manager.aircraft.flysafe.info |
Gets the lower limit of GeoZone data, currently only supports EU GeoZone data. Supported since MSDK 5.3.0
double | Returns the lower limit of GeoZone data. |
double getUpperLimit() |
Package: | dji.v5.manager.aircraft.flysafe.info |
Gets the upper limit of GeoZone data, currently only supports EU GeoZone data. Supported since MSDK 5.3.0
double | Returns the upper limit of GeoZone data. |
LocationCoordinate2D getCircleCenter() |
Package: | dji.v5.manager.aircraft.flysafe.info |
Gets the coordinates of the center of the circular restricted-fly zone. Supported since MSDK 5.3.0
LocationCoordinate2D | Returns the coordinates of the center of the circular restricted-fly zone. |
double getCircleRadius() |
Package: | dji.v5.manager.aircraft.flysafe.info |
Gets the radius of the circular restricted fly zone. Supported since MSDK 5.3.0
double | Returns the radius of the circular restricted fly zone. |
List<MultiPolygonFlyZoneInformation> getMultiPolygonFlyZoneInformation() |
Package: | dji.v5.manager.aircraft.flysafe.info |
Gets the polygon restricted fly zone information. Contains cylindrical and polygonal no-fly zone information. Supported since MSDK 5.3.0
List<MultiPolygonFlyZoneInformation> | Returns information about the restricted fly zone for the polygon. |
{{searchCount}} Results