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).
 - 
    
extent{Extent}
 - 
    
The raster extent.
 - 
    
resolution{number}
 - 
    
The pixel resolution (map units per pixel).
 - 
    
target{Object}
 - 
    
The event target.
 - 
    
type{string}
 - 
    
The event type.
 
Methods
- 
    
Prevent default. This means that no emulated
click,singleclickordoubleclickevents will be fired. - 
    
Stop event propagation.
 
Events
- 
    
Triggered after operations are run. Listeners will receive an event object with a
dataproperty. If more than one thread is used,datawill be an array of objects. If a single thread is used,datawill be a single object. - 
    
Triggered before operations are run. Listeners will receive an event object with a
dataproperty that can be used to make data available to operations. - 
    
Generic change event. Triggered when the revision counter is increased.
 - 
    
Generic error event. Triggered when an error occurs.