EllipsoidArc
allOf:
- $ref: '#/components/schemas/GADShape'
- type: object
Required:
- point
- innerRadius
- uncertaintyRadius
- offsetAngle
- includedAngle
- confidence
Properties:
point:
Reference: '#/components/schemas/GeographicalCoordinates'
innerRadius:
Reference: '#/components/schemas/InnerRadius'
uncertaintyRadius:
Reference: '#/components/schemas/Uncertainty'
offsetAngle:
Reference: '#/components/schemas/Angle'
includedAngle:
Reference: '#/components/schemas/Angle'
confidence:
Reference: '#/components/schemas/Confidence'