Skip to main content

Interface: CircleVector

Defined in: src/sdk/flightplan/FlightPlanning.ts:83

A flight path vector whose path is defined by a geo circle.

Extends

Properties

centerX

centerX: number

Defined in: src/sdk/flightplan/FlightPlanning.ts:91

The x-coordinate of the center of the circle.


centerY

centerY: number

Defined in: src/sdk/flightplan/FlightPlanning.ts:94

The y-coordinate of the center of the circle.


centerZ

centerZ: number

Defined in: src/sdk/flightplan/FlightPlanning.ts:97

The z-coordinate of the center of the circle.


distance

distance: number

Defined in: src/sdk/flightplan/FlightPlanning.ts:77

The total distance of the vector, in meters.

Inherited from

BaseFlightPathVector.distance


endLat

endLat: number

Defined in: src/sdk/flightplan/FlightPlanning.ts:71

The latitude of the end of the vector.

Inherited from

BaseFlightPathVector.endLat


endLon

endLon: number

Defined in: src/sdk/flightplan/FlightPlanning.ts:74

The longitude of the end of the vector.

Inherited from

BaseFlightPathVector.endLon


flags

flags: number

Defined in: src/sdk/flightplan/FlightPlanning.ts:62

Bit flags describing the vector.

Inherited from

BaseFlightPathVector.flags


radius

radius: number

Defined in: src/sdk/flightplan/FlightPlanning.ts:88

The radius of the circle, in great-arc radians.


startLat

startLat: number

Defined in: src/sdk/flightplan/FlightPlanning.ts:65

The latitude of the start of the vector.

Inherited from

BaseFlightPathVector.startLat


startLon

startLon: number

Defined in: src/sdk/flightplan/FlightPlanning.ts:68

The longitude of the start of the vector.

Inherited from

BaseFlightPathVector.startLon


vectorType

vectorType: "circle"

Defined in: src/sdk/flightplan/FlightPlanning.ts:85

The type of vector.

Overrides

BaseFlightPathVector.vectorType