Structure Spheroid

HPE.Shape
   ┗ HPE.Point2D
      ┗ HPE.Point3D
         ┗ HPE.Spheroid

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

Description

Spheroid is the shape of a circular "pill".
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.Spheroid

radius, vert

Field Detail

radius (required) : float32, in meters

In an estimate, radius is the horizontal uncertainty.
0 ⇐ radius

vert (required) : float32, in meters

In an estimate, vert is the vertical uncertainty.
0 ⇐ vert