Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Controller

Index

Properties

$timeout_

$timeout_: ITimeoutService

active

active: boolean

dirty

dirty: boolean

Flag shared with the gmf-editfeature directive used to determine if it has unsaved changes or not.

editableTreeCtrls

editableTreeCtrls: LayertreeController[]

List of editable Layertree controllers.

gmfThemes_

gmfThemes_: any

gmfTreeManager_

gmfTreeManager_: any

map

map: Map

scope_

scope_: IScope

selectedEditableTreeCtrl

selectedEditableTreeCtrl: LayertreeController

The currently selected Layertree controller.

state

state: string

treeCtrlsWatcherUnregister_

treeCtrlsWatcherUnregister_: () => void

Type declaration

    • (): void
    • Returns void

vectorLayer

vectorLayer: VectorLayer<VectorSource<Geometry>>

Methods

handleActiveChange_

  • handleActiveChange_(active: boolean): void
  • Called when the active property of the this directive changes. Manage the activation/deactivation accordingly.

    Parameters

    • active: boolean

      Whether the directive is active or not.

    Returns void

handleDestroy_

  • handleDestroy_(): void

stopEditing

  • stopEditing(): void
  • Called when the 'stop editing' button is clicked. Set the 'state' variable to 'pending' allow the editfeature directive to check if it can stop or if it requires confirmation due to unsaved modifications.

    Returns void

Generated using TypeDoc