class MultiPolygonFlyZoneInformation |
Package: | dji.v5.manager.aircraft.flysafe.info |
Polygon restricted fly zone information. Includes cylindrical and polygonal restricted fly zone information. Supported since MSDK 5.3.0
int getFlyZoneID() |
Package: | dji.v5.manager.aircraft.flysafe.info |
Gets the ID of the restricted fly zone. Supported since MSDK 5.3.0
int | Returns the ID of the restricted fly zone. |
MultiPolygonFlyZoneShape getShape() |
Package: | dji.v5.manager.aircraft.flysafe.info |
Get the shape type of the restricted fly zone. Contains cylinders and polygons. Supported since MSDK 5.3.0
MultiPolygonFlyZoneShape | Returns shape type of the restricted fly zone. |
int getLimitedHeight() |
Package: | dji.v5.manager.aircraft.flysafe.info |
Gets the height limit of restricted fly zone. Supported since MSDK 5.3.0
int | Returns the height limit of restricted fly zone. |
LocationCoordinate2D getCylinderCenter() |
Package: | dji.v5.manager.aircraft.flysafe.info |
Gets the coordinates of the center of the cylindrical restricted fly zone. Supported since MSDK 5.3.0
LocationCoordinate2D | Returns the coordinates of the center of the cylindrical restricted fly zone. |
double getCylinderRadius() |
Package: | dji.v5.manager.aircraft.flysafe.info |
Gets the radius of the cylindrical restricted fly zone. Supported since MSDK 5.3.0
double | Returns the radius of the cylindrical restricted fly zone. |
List<LocationCoordinate2D> getPolygonPoints() |
Package: | dji.v5.manager.aircraft.flysafe.info |
Gets the range of the polygon's restricted fly zone. Supported since MSDK 5.3.0
List<LocationCoordinate2D> | Returns the range of the polygon's restricted fly zone. |
{{searchCount}} Results