Class: RasterSourceEvent

ol/source/Raster~RasterSourceEvent


Events emitted by module:ol/source/Raster instances are instances of this type.

Extends

Members

data{Object}

An object made available to all operations. This can be used by operations as a storage object (e.g. for calculating statistics).

The raster extent.

resolution{number}

The pixel resolution (map units per pixel).

target{Object}

The event target.

type{string}

The event type.

Methods

preventDefault() inherited

events/Event.js, line 46

Stop event propagation.

stopPropagation() inherited

events/Event.js, line 54

Stop event propagation.

Events

change inherited

events/EventType.js, line 10

Generic change event. Triggered when the revision counter is increased.