Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Controller

Index

Properties

active

active: boolean

drawActive

drawActive: boolean

drawPoint

drawPoint: Draw

drawRectangle

drawRectangle: Draw

drawText

drawText: Draw

drawToolActivate

drawToolActivate: default

featureHelper_

featureHelper_: FeatureHelper

features

features: Collection<Feature<Geometry>>

gettextCatalog_

gettextCatalog_: gettextCatalog

gmfSnapping_

gmfSnapping_: any

interactions_

interactions_: Collection<Interaction>

listSelectionInProgress_

listSelectionInProgress_: boolean

Flag used to determine whether the selection of a feature was made from the selection of an item from the list or not (the map, contextual menu, etc.)

listenerKeys_

listenerKeys_: EventsKey[]

longPressTimeout_

longPressTimeout_: number

mainListenerKeys_

mainListenerKeys_: EventsKey[]

map

map: Map

mapListenerKeys_

mapListenerKeys_: EventsKey[]

mapSelectActive

mapSelectActive: boolean

mapSelectToolActivate

mapSelectToolActivate: default

measureArea

measureArea: default

measureAzimut

measureAzimut: default

measureLength

measureLength: default

menuListenerKey_

menuListenerKey_: EventsKey

menu_

menu_: default

modifyToolActivate

modifyToolActivate: default

modify_

modify_: default

nameProperty

nameProperty: string

ngeoDrawFeatureUid

ngeoDrawFeatureUid: string

ngeoToolActivateMgr_

ngeoToolActivateMgr_: ToolActivateMgr

rotateToolActivate

rotateToolActivate: default

rotate_

rotate_: default

scope_

scope_: IScope

selectedFeature

selectedFeature: Feature<Geometry>

selectedFeatures

selectedFeatures: Collection<Feature<Geometry>>

timeout_

timeout_: ITimeoutService

translateToolActivate

translateToolActivate: default

translate_

translate_: default

Methods

$onDestroy

  • $onDestroy(): void

$onInit

  • $onInit(): void

clearFeatures

  • clearFeatures(): void

getFeaturesArray

  • getFeaturesArray(): Feature<Geometry>[]

handleActiveChange_

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

    Parameters

    • active: boolean

      Whether the directive is active or not.

    Returns void

handleFeaturesAdd_

  • handleFeaturesAdd_(evt: BaseEvent | Event): void

handleFeaturesRemove_

  • handleFeaturesRemove_(evt: BaseEvent | Event): void

handleMapClick_

  • handleMapClick_(evt: BaseEvent | Event): void

handleMapContextMenu_

  • handleMapContextMenu_(evt: BaseEvent | Event): void

handleMapInteractionsAdd_

  • handleMapInteractionsAdd_(evt: BaseEvent | Event): void

handleMapSelectActiveChange_

  • handleMapSelectActiveChange_(active: boolean): void

handleMapTouchEnd_

  • handleMapTouchEnd_(evt: BaseEvent | Event): void

handleMapTouchStart_

  • handleMapTouchStart_(evt: BaseEvent | Event): void

handleMenuActionClick_

  • handleMenuActionClick_(vertexInfo: number[], evt: BaseEvent | Event): void
  • Parameters

    • vertexInfo: number[]

      Vertex information, in case a vertex was clicked using the right button.

    • evt: BaseEvent | Event

      Event.

    Returns void

handleRotateEnd_

  • handleRotateEnd_(evt: BaseEvent | Event): void

handleTranslateEnd_

  • handleTranslateEnd_(evt: BaseEvent | Event): void

initializeInteractions_

  • initializeInteractions_(): void

registerInteractions_

  • registerInteractions_(): void

removeFeature

  • removeFeature(feature: Feature<Geometry>): void

selectFeatureFromList

  • selectFeatureFromList(feature: Feature<Geometry>): void
  • Method called when a selection occurs from the list, i.e. when an item in the list of features is clicked. Called from the template, so no need to update Angular's scope.

    Parameters

    • feature: Feature<Geometry>

      Feature to select.

    Returns void

unregisterInteractions_

  • unregisterInteractions_(): void

Generated using TypeDoc