Classdesc

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

Param: type

Type.

Param: frameState

The frame state.

Param: data

An object made available to operations.

Hierarchy

Constructors

  • Parameters

    • type: string

      Type.

    • frameState: FrameState

      The frame state.

    • data: Object

      An object made available to operations.

    Returns RasterEvent

    Classdesc

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

Properties

data: Object

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

Api

extent: Extent

The raster extent.

Api

resolution: number

The pixel resolution (map units per pixel).

Api

target: Object

The event target.

Api

stable

type: string

The event type.

Api

stable

Methods

  • Stop event propagation.

    Returns void

    Function

    Api

    stable

  • Stop event propagation.

    Returns void

    Function

    Api

    stable

Generated using TypeDoc