Skip to main content

Interface: BoundaryFacility

Defined in: src/sdk/navigation/Facilities.ts:1365

A facility that describes an airspace boundary.

Properties

bottomRight

readonly bottomRight: LatLong

Defined in: src/sdk/navigation/Facilities.ts:1391

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


id

readonly id: number

Defined in: src/sdk/navigation/Facilities.ts:1367

The unique ID of the boundary.


lods?

readonly optional lods: BoundaryVector[][]

Defined in: src/sdk/navigation/Facilities.ts:1397

LODs of the vectors that describe the boundary borders.


maxAlt

readonly maxAlt: number

Defined in: src/sdk/navigation/Facilities.ts:1379

The maximum altitude for the boundary.


maxAltType

readonly maxAltType: BoundaryAltitudeType

Defined in: src/sdk/navigation/Facilities.ts:1385

The maximum altitude type.


minAlt

readonly minAlt: number

Defined in: src/sdk/navigation/Facilities.ts:1376

The minimum altitude for the boundary.


minAltType

readonly minAltType: BoundaryAltitudeType

Defined in: src/sdk/navigation/Facilities.ts:1382

The minimum altitude type.


name

readonly name: string

Defined in: src/sdk/navigation/Facilities.ts:1370

The name of the boundary.


topLeft

readonly topLeft: LatLong

Defined in: src/sdk/navigation/Facilities.ts:1388

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


type

readonly type: BoundaryType

Defined in: src/sdk/navigation/Facilities.ts:1373

The airspace type of the boundary.


vectors

readonly vectors: BoundaryVector[]

Defined in: src/sdk/navigation/Facilities.ts:1394

The vectors that describe the boundary borders.