Class: AbstractLayerRelatedControl

(abstract) webgis4u/ol/control/AbstractLayerRelatedControl~AbstractLayerRelatedControl(options)

Control to control layer interactivity

Constructor

(abstract) new AbstractLayerRelatedControl(options)

Creates a new abstract layer related control
Parameters:
Name Type Description
options LayerRelatedControlOptions The options
Source:

Extends

  • module:ol.control.Control

Members

layersFromMap

Source:

Methods

(abstract) handleLayerInteraction(e)

Handles the layer interaction
Parameters:
Name Type Description
e LayerActionEventArgs The event arguments
Source:

onLayerInteractionAdded(options)

Called when an layer interaction was added
Parameters:
Name Type Description
options RegisterListenerOptions The options
Source:

(abstract) registerListener(options)

Registers the listener
Parameters:
Name Type Description
options RegisterListenerOptions
Source:

setMap()

Source:

(abstract) unregisterListener(options)

Unregisters the listener
Parameters:
Name Type Description
options UnregisterListenerOptions
Source: