Interface: BoundaryFacility
Defined in: src/sdk/navigation/Facilities.ts:1365
A facility that describes an airspace boundary.
Properties
bottomRight
readonlybottomRight:LatLong
Defined in: src/sdk/navigation/Facilities.ts:1391
The bottom right corner of the bounding box for the boundary.
id
readonlyid:number
Defined in: src/sdk/navigation/Facilities.ts:1367
The unique ID of the boundary.
lods?
readonlyoptionallods:BoundaryVector[][]
Defined in: src/sdk/navigation/Facilities.ts:1397
LODs of the vectors that describe the boundary borders.
maxAlt
readonlymaxAlt:number
Defined in: src/sdk/navigation/Facilities.ts:1379
The maximum altitude for the boundary.
maxAltType
readonlymaxAltType:BoundaryAltitudeType
Defined in: src/sdk/navigation/Facilities.ts:1385
The maximum altitude type.
minAlt
readonlyminAlt:number
Defined in: src/sdk/navigation/Facilities.ts:1376
The minimum altitude for the boundary.
minAltType
readonlyminAltType:BoundaryAltitudeType
Defined in: src/sdk/navigation/Facilities.ts:1382
The minimum altitude type.
name
readonlyname:string
Defined in: src/sdk/navigation/Facilities.ts:1370
The name of the boundary.
topLeft
readonlytopLeft:LatLong
Defined in: src/sdk/navigation/Facilities.ts:1388
The top left corner of the bounding box for the boundary.
type
readonlytype:BoundaryType
Defined in: src/sdk/navigation/Facilities.ts:1373
The airspace type of the boundary.
vectors
readonlyvectors:BoundaryVector[]
Defined in: src/sdk/navigation/Facilities.ts:1394
The vectors that describe the boundary borders.