Interface: MapSystemTrafficLayerProps
Defined in: src/sdk/components/mapsystem/layers/MapSystemTrafficLayer.tsx:61
Component props for MapSystemTrafficLayer.
Extends
Properties
children?
optional
children:DisplayChildren
[]
Defined in: src/sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
class?
optional
class:string
|SubscribableSet
<string
>
Defined in: src/sdk/components/map/MapLayer.ts:25
The CSS class(es) to apply to the root of this layer.
Inherited from
context
context:
MapSystemContext
<any
,any
,any
,any
>
Defined in: src/sdk/components/mapsystem/layers/MapSystemTrafficLayer.tsx:63
The context of the layer's parent map.
iconFactory
iconFactory:
MapTrafficIntruderIconFactory
Defined in: src/sdk/components/mapsystem/layers/MapSystemTrafficLayer.tsx:66
A function which creates icons for intruders.
initCanvasStyles()?
optional
initCanvasStyles: (context
) =>void
Defined in: src/sdk/components/mapsystem/layers/MapSystemTrafficLayer.tsx:72
A function which initializes global canvas styles for the layer.
Parameters
Parameter | Type | Description |
---|---|---|
context | CanvasRenderingContext2D | The canvas rendering context for which to initialize styles. |
Returns
void
mapProjection
mapProjection:
MapProjection
Defined in: src/sdk/components/map/MapLayer.ts:15
A map projection model.
Inherited from
model
model:
MapModel
<MapSystemTrafficLayerModules
>
Defined in: src/sdk/components/map/MapLayer.ts:12
A map model.
Inherited from
offScaleIntruders?
optional
offScaleIntruders:MutableSubscribableSet
<TcasIntruder
>
Defined in: src/sdk/components/mapsystem/layers/MapSystemTrafficLayer.tsx:75
A subscribable set to update with off-scale intruders.
oobIntruders?
optional
oobIntruders:MutableSubscribableSet
<TcasIntruder
>
Defined in: src/sdk/components/mapsystem/layers/MapSystemTrafficLayer.tsx:81
A subscribable set to update with intruders that are not off-scale but whose projected positions are considered out-of-bounds.
oobOffset?
optional
oobOffset:Subscribable
<Readonly
<Omit
<Float64Array
,"set"
|"sort"
|"copyWithin"
>>>
Defined in: src/sdk/components/mapsystem/layers/MapSystemTrafficLayer.tsx:88
A subscribable which provides the offset of the intruder out-of-bounds boundaries relative to the boundaries of
the map's projected window, as [left, top, right, bottom]
in pixels. Positive offsets are directed toward the
center of the map. Defaults to [0, 0, 0, 0]
.
ref?
optional
ref:NodeReference
<any
>
Defined in: src/sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
updateFreq?
optional
updateFreq:Subscribable
<number
>
Defined in: src/sdk/components/map/MapLayer.ts:22
A subscribable which provides the maximum update frequency of the layer, in hertz. Note that the actual update frequency will not exceed the update frequency of the layer's parent map. If not defined, the frequency will default to that of the layer's parent map.