arlas-web-components / Exports / MapglLayerIconComponent
Class: MapglLayerIconComponent
Implements
OnInit
AfterViewInit
OnChanges
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new MapglLayerIconComponent()
Defined in
projects/arlas-components/src/lib/components/mapgl-layer-icon/mapgl-layer-icon.component.ts:38
Properties
colorLegend
• colorLegend: Legend
= {}
Defined in
projects/arlas-components/src/lib/components/mapgl-layer-icon/mapgl-layer-icon.component.ts:31
layer
• layer: Layer
Defined in
projects/arlas-components/src/lib/components/mapgl-layer-icon/mapgl-layer-icon.component.ts:30
layerIconElement
• layerIconElement: ElementRef
<any
>
Defined in
projects/arlas-components/src/lib/components/mapgl-layer-icon/mapgl-layer-icon.component.ts:36
lineDasharray
• lineDasharray: number
[]
Defined in
projects/arlas-components/src/lib/components/mapgl-layer-icon/mapgl-layer-icon.component.ts:35
radiusLegend
• radiusLegend: Legend
= {}
Defined in
projects/arlas-components/src/lib/components/mapgl-layer-icon/mapgl-layer-icon.component.ts:34
strokeColorLegend
• strokeColorLegend: Legend
= {}
Defined in
projects/arlas-components/src/lib/components/mapgl-layer-icon/mapgl-layer-icon.component.ts:32
widthLegend
• widthLegend: Legend
= {}
Defined in
projects/arlas-components/src/lib/components/mapgl-layer-icon/mapgl-layer-icon.component.ts:33
Methods
ngAfterViewInit
▸ ngAfterViewInit(): void
Returns
void
Implementation of
AfterViewInit.ngAfterViewInit
Defined in
projects/arlas-components/src/lib/components/mapgl-layer-icon/mapgl-layer-icon.component.ts:44
ngOnChanges
▸ ngOnChanges(changes
): void
Parameters
Name | Type |
---|---|
changes |
SimpleChanges |
Returns
void
Implementation of
OnChanges.ngOnChanges
Defined in
projects/arlas-components/src/lib/components/mapgl-layer-icon/mapgl-layer-icon.component.ts:50
ngOnInit
▸ ngOnInit(): void
Returns
void
Implementation of
OnInit.ngOnInit
Defined in
projects/arlas-components/src/lib/components/mapgl-layer-icon/mapgl-layer-icon.component.ts:41