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