Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • AbstractAppController

Index

Constructors

  • new AbstractAppController($scope: IScope, $injector: IInjectorService, mobile: boolean): AbstractAppController
  • 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.
    ngdoc

    controller

    nginject

    Parameters

    • $scope: IScope

      Scope.

    • $injector: IInjectorService

      Main injector.

    • mobile: boolean

    Returns AbstractAppController

Properties

$scope: IScope
backgroundLayerMgr_: MapBackgroundLayerManager
defaultLang: any

Default language

dimensions: Object
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
loginInfoMessage: string

Information message for the login form.

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
searchListeners: SearchDirectiveListeners<olFeature<Geometry>>

Listeners passed to searchDirective.

stateManager: StatemanagerService
tmhDynamicLocale: IDynamicLocale
updateHasEditableLayers_: typeof __function

Methods

  • initLanguage(): void
  • setDefaultBackground_(theme: any): void
  • switchLanguage(lang: string): void

Generated using TypeDoc