Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Controller

Index

Properties

$timeout_: ITimeoutService
active: boolean
dirty: boolean

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

editableTreeCtrls: LayertreeController[]

List of editable Layertree controllers.

gmfThemes_: any
gmfTreeManager_: any
map: Map
scope_: IScope
selectedEditableTreeCtrl: LayertreeController

The currently selected Layertree controller.

state: string
treeCtrlsWatcherUnregister_: (() => void)

Type declaration

    • (): void
    • Returns void

vectorLayer: VectorLayer<VectorSource<Geometry>>

Methods

  • 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_(): void
  • 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