Skip to main content

Interface: BoundaryFacility

A facility that describes an airspace boundary.

Properties

bottomRight

Readonly bottomRight: LatLong

The bottom right corner of the bounding box for the boundary.

Defined in

src/sdk/navigation/Facilities.ts:966


id

Readonly id: number

The unique ID of the boundary.

Defined in

src/sdk/navigation/Facilities.ts:942


lods

Optional Readonly lods: BoundaryVector[][]

LODs of the vectors that describe the boundary borders.

Defined in

src/sdk/navigation/Facilities.ts:972


maxAlt

Readonly maxAlt: number

The maximum altitude for the boundary.

Defined in

src/sdk/navigation/Facilities.ts:954


maxAltType

Readonly maxAltType: BoundaryAltitudeType

The maximum altitude type.

Defined in

src/sdk/navigation/Facilities.ts:960


minAlt

Readonly minAlt: number

The minimum altitude for the boundary.

Defined in

src/sdk/navigation/Facilities.ts:951


minAltType

Readonly minAltType: BoundaryAltitudeType

The minimum altitude type.

Defined in

src/sdk/navigation/Facilities.ts:957


name

Readonly name: string

The name of the boundary.

Defined in

src/sdk/navigation/Facilities.ts:945


topLeft

Readonly topLeft: LatLong

The top left corner of the bounding box for the boundary.

Defined in

src/sdk/navigation/Facilities.ts:963


type

Readonly type: BoundaryType

The airspace type of the boundary.

Defined in

src/sdk/navigation/Facilities.ts:948


vectors

Readonly vectors: BoundaryVector[]

The vectors that describe the boundary borders.

Defined in

src/sdk/navigation/Facilities.ts:969