Constructors

  • Application abstract controller.

    Used functionalities:

    • open_panel: When set, contains the name of the panel to open upon loading an application. Note: although this is a list, only one can be defined.

    Parameters

    • $scope: IScope

      Scope.

    • $injector: IInjectorService

      Main injector.

    • Optional mobile: boolean

      Is mobile.

    Returns AbstractAppController

    Ngdoc

    controller

    Ng Inject

Properties

$scope: IScope
backgroundLayerMgr_: MapBackgroundLayerManager
defaultLang: any

Default language

dimensions: {}

Type declaration

    displaywindowContent: string
    displaywindowDraggableContainment: string
    displaywindowHeight: string
    displaywindowOpen: boolean
    displaywindowTitle: string
    displaywindowUrl: string
    displaywindowWidth: string
    drawFeatureLayer: FeatureOverlay
    filterSelectorActive: boolean
    filterSelectorEnabled: boolean
    gettextCatalog: gettextCatalog

    The gettext catalog

    gmfThemeManager: any
    gmfThemes: any

    Themes service

    gmfTreeManager_: any
    gmfUser: any
    hasEditableLayers: boolean
    hasPrivateLayers: boolean
    lang: string
    langUrls: any

    Languages URL

    loading: boolean

    Checks if the themes are loaded

    loginActive: boolean
    loginRedirectUrl: string

    URL to redirect to after login success.

    manageResize: boolean

    Whether to update the size of the map on browser window resize.

    map: Map
    mapToolsGroup: string
    ngeoLocation: StatemanagerLocation

    Location service

    ngeoMapQuerent_: MapQuerent
    options: any
    permalink_: any

    Permalink service

    postLoading: boolean

    This property is set to true when the themes change after a successful login

    queryActive: boolean

    The active state of the ngeo query directive.

    resizeTransition: number

    The duration (milliseconds) of the animation that may occur on the div containing the map. Used to smoothly resize the map while the animation is in progress.

    searchListeners: SearchDirectiveListeners<olFeature<Geometry>>

    Listeners passed to searchDirective.

    stateManager: StatemanagerService
    tmhDynamicLocale: IDynamicLocale
    updateHasEditableLayers_: typeof __function

    Methods

    Generated using TypeDoc