arlas-web-components / Exports / MapglSettingsComponent

Class: MapglSettingsComponent

Implements

  • OnInit

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new MapglSettingsComponent(dialog)

Parameters

Name Type
dialog MatDialog

Defined in

projects/arlas-components/src/lib/components/mapgl-settings/mapgl-settings.component.ts:125

Properties

dialog

dialog: MatDialog

Defined in

projects/arlas-components/src/lib/components/mapgl-settings/mapgl-settings.component.ts:125


dialogRef

dialogRef: MatDialogRef<MapglSettingsDialogComponent, any>

Defined in

projects/arlas-components/src/lib/components/mapgl-settings/mapgl-settings.component.ts:123


geoQueryEmitter

geoQueryEmitter: Subject<Map<string, GeoQuery>>

Angular

Emits the geo-query to apply. A geo-query is defined by - the operation ("within", "intersects", "notwithin", "notintersects") - the geometry field to query

Defined in

projects/arlas-components/src/lib/components/mapgl-settings/mapgl-settings.component.ts:121

Methods

ngOnInit

ngOnInit(): void

Returns

void

Implementation of

OnInit.ngOnInit

Defined in

projects/arlas-components/src/lib/components/mapgl-settings/mapgl-settings.component.ts:127


openDialog

openDialog(mapSettingsService): void

Parameters

Name Type
mapSettingsService MapSettingsService

Returns

void

Defined in

projects/arlas-components/src/lib/components/mapgl-settings/mapgl-settings.component.ts:129