PointAltitudeUncertainty
allOf:
- $ref: '#/components/schemas/GADShape'
- type: object
Required:
- point
- altitude
- uncertaintyEllipse
- uncertaintyAltitude
- confidence
Properties:
point:
Reference: '#/components/schemas/GeographicalCoordinates'
altitude:
Reference: '#/components/schemas/Altitude'
uncertaintyEllipse:
Reference: '#/components/schemas/UncertaintyEllipse'
uncertaintyAltitude:
Reference: '#/components/schemas/Uncertainty'
confidence:
Reference: '#/components/schemas/Confidence'