Interface: BoundaryFacility
Defined in: src/sdk/navigation/Facilities.ts:952
A facility that describes an airspace boundary.
Properties
bottomRight
readonlybottomRight:LatLong
Defined in: src/sdk/navigation/Facilities.ts:978
The bottom right corner of the bounding box for the boundary.
id
readonlyid:number
Defined in: src/sdk/navigation/Facilities.ts:954
The unique ID of the boundary.
lods?
readonlyoptionallods:BoundaryVector[][]
Defined in: src/sdk/navigation/Facilities.ts:984
LODs of the vectors that describe the boundary borders.
maxAlt
readonlymaxAlt:number
Defined in: src/sdk/navigation/Facilities.ts:966
The maximum altitude for the boundary.
maxAltType
readonlymaxAltType:BoundaryAltitudeType
Defined in: src/sdk/navigation/Facilities.ts:972
The maximum altitude type.
minAlt
readonlyminAlt:number
Defined in: src/sdk/navigation/Facilities.ts:963
The minimum altitude for the boundary.
minAltType
readonlyminAltType:BoundaryAltitudeType
Defined in: src/sdk/navigation/Facilities.ts:969
The minimum altitude type.
name
readonlyname:string
Defined in: src/sdk/navigation/Facilities.ts:957
The name of the boundary.
topLeft
readonlytopLeft:LatLong
Defined in: src/sdk/navigation/Facilities.ts:975
The top left corner of the bounding box for the boundary.
type
readonlytype:BoundaryType
Defined in: src/sdk/navigation/Facilities.ts:960
The airspace type of the boundary.
vectors
readonlyvectors:BoundaryVector[]
Defined in: src/sdk/navigation/Facilities.ts:981
The vectors that describe the boundary borders.