Skip to main content

Interface: CircleVector

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

Hierarchy

Properties

centerX

centerX: number

The x-coordinate of the center of the circle.

Defined in

src/sdk/flightplan/FlightPlanning.ts:91


centerY

centerY: number

The y-coordinate of the center of the circle.

Defined in

src/sdk/flightplan/FlightPlanning.ts:94


centerZ

centerZ: number

The z-coordinate of the center of the circle.

Defined in

src/sdk/flightplan/FlightPlanning.ts:97


distance

distance: number

The total distance of the vector, in meters.

Inherited from

BaseFlightPathVector.distance

Defined in

src/sdk/flightplan/FlightPlanning.ts:77


endLat

endLat: number

The latitude of the end of the vector.

Inherited from

BaseFlightPathVector.endLat

Defined in

src/sdk/flightplan/FlightPlanning.ts:71


endLon

endLon: number

The longitude of the end of the vector.

Inherited from

BaseFlightPathVector.endLon

Defined in

src/sdk/flightplan/FlightPlanning.ts:74


flags

flags: number

Bit flags describing the vector.

Inherited from

BaseFlightPathVector.flags

Defined in

src/sdk/flightplan/FlightPlanning.ts:62


radius

radius: number

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

Defined in

src/sdk/flightplan/FlightPlanning.ts:88


startLat

startLat: number

The latitude of the start of the vector.

Inherited from

BaseFlightPathVector.startLat

Defined in

src/sdk/flightplan/FlightPlanning.ts:65


startLon

startLon: number

The longitude of the start of the vector.

Inherited from

BaseFlightPathVector.startLon

Defined in

src/sdk/flightplan/FlightPlanning.ts:68


vectorType

vectorType: "circle"

The type of vector.

Overrides

BaseFlightPathVector.vectorType

Defined in

src/sdk/flightplan/FlightPlanning.ts:85