Structure Arc3D

HPE.Shape
   ┗ HPE.Point2D
      ┗ HPE.Point3D
         ┗ HPE.Arc3D

namespace: HPE
type RTT key: HPE.ShapeType.Arc3D
packed: true

Description

In an Estimate, the shape is the uncertainty area.

Summary

Inherited fields defined in HPE.Shape

type

Inherited fields defined in HPE.Point2D

lat, lon

Inherited fields defined in HPE.Point3D

alt

Fields defined in HPE.Arc3D

height, outer, inner, direction, opening

Field Detail

height (required) : float32, in meters

Height above alt(itude) area is projected from.

outer (required) : float32, in meters

outer radius/distance/reach

inner (required) : float32, in meters

inner radius/distance/reach

direction (required) : float32, in degrees

Angle from north to center of arc.
0 ⇐ direction < 360

opening (required) : float32, in degrees

Horizontal coverage of the antenna face; half on either side of direction.
0 < opening ⇐ 360.