Hierarchy

  • DisclaimerController

Constructors

  • Used metadata:

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

    Ng Inject

    Ngdoc

    controller

    Ngname

    GmfDisclaimerController

    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

Properties

dataLayerGroup_: LayerGroup
disclaimer_: MessageDisclaimerService
element_: JQuery<HTMLElement>
eventHelper_: EventHelper
gettextCatalog_: gettextCatalog
map: Map
msg: string
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