Used metadata:

  • disclaimer: The disclaimer text for this element. For WMS and WMTS layers, layer groups and themes.

Param: $element

Element.

Param: $sce

Angular sce service.

Param: $timeout

Angular timeout service.

Param: $rootScope

Angular rootScope.

Param: gettextCatalog

Gettext catalog.

Param: ngeoDisclaimer

Ngeo Disclaimer service.

Param: ngeoEventHelper

Ngeo Event Helper.

Param: ngeoLayerHelper

Ngeo Layer Helper.

Param: gmfDisclaimerOptions

The options.

Ng Inject

Ngdoc

controller

Ngname

GmfDisclaimerController

Constructors

  • Used metadata:

    • disclaimer: The disclaimer text for this element. For WMS and WMTS layers, layer groups and themes.

    Parameters

    • $element: JQuery<HTMLElement>

      Element.

    • $sce: ISCEService

      Angular sce service.

    • $timeout: ITimeoutService

      Angular timeout service.

    • $rootScope: IScope

      Angular rootScope.

    • gettextCatalog: gettextCatalog

      Gettext catalog.

    • ngeoDisclaimer: MessageDisclaimerService

      Ngeo Disclaimer service.

    • ngeoEventHelper: EventHelper

      Ngeo Event Helper.

    • ngeoLayerHelper: LayerHelper

      Ngeo Layer Helper.

    • gmfDisclaimerOptions: any

      The options.

    Returns DisclaimerController

    Ng Inject

    Ngdoc

    controller

    Ngname

    GmfDisclaimerController

Properties

dataLayerGroup_: LayerGroup
disclaimer_: MessageDisclaimerService
element_: JQuery<HTMLElement>
eventHelper_: EventHelper
gettextCatalog_: gettextCatalog
map: Map
msg: string

Trusted html messages that can be displayed as html.

msgs_: string[]
ngeoLayerHelper_: LayerHelper
options: any
rootScope_: IScope
sce_: ISCEService
timeout_: ITimeoutService
visibility: boolean

Visibility that is set to true when a new msg is there.

Methods

  • Parameters

    • layerUid: string

      Layer identifier.

    • msg: string

      Disclaimer message.

    Returns void

  • Parameters

    • layerUid: string

      Layer identifier.

    • msg: string

      Disclaimer message.

    Returns void

Generated using TypeDoc