Skip to main content

Interface: BoundaryFacility

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

A facility that describes an airspace boundary.

Properties

bottomRight

readonly bottomRight: LatLong

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

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


id

readonly id: number

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

The unique ID of the boundary.


lods?

readonly optional lods: BoundaryVector[][]

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

LODs of the vectors that describe the boundary borders.


maxAlt

readonly maxAlt: number

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

The maximum altitude for the boundary.


maxAltType

readonly maxAltType: BoundaryAltitudeType

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

The maximum altitude type.


minAlt

readonly minAlt: number

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

The minimum altitude for the boundary.


minAltType

readonly minAltType: BoundaryAltitudeType

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

The minimum altitude type.


name

readonly name: string

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

The name of the boundary.


topLeft

readonly topLeft: LatLong

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

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


type

readonly type: BoundaryType

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

The airspace type of the boundary.


vectors

readonly vectors: BoundaryVector[]

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

The vectors that describe the boundary borders.