Class: ol.source.ImageSource

ol.source.ImageSource

new ImageSource

Parameters:
Name Type Description
options ol.source.ImageSourceOptions Single image source options.
Source:
  • imagesource.js, line 34

Extends

Members

getImage

Source:
  • imagesource.js, line 114

getResolutions

Inherited From:
Source:
  • source.js, line 89

<protected> imageUrlFunction :ol.ImageUrlFunctionType

Source:
  • imagesource.js, line 46

isReady

Inherited From:
Source:
  • source.js, line 95

Methods

<protected> createImage

Parameters:
Name Type Description
extent ol.Extent Extent.
resolution number Resolution.
size ol.Size Size.
Source:
  • imagesource.js, line 81
Returns:
Single image.
Type
ol.Image

<protected> dispatchLoadEvent

Inherited From:
Source:
  • source.js, line 57

<protected> findNearestResolution

Parameters:
Name Type Description
resolution number Resolution.
Source:
  • imagesource.js, line 99
Returns:
Resolution.
Type
number

getAttributions

Inherited From:
Source:
  • source.js, line 65
Returns:
Attributions.
Type
Array.<ol.Attribution>

getExtent

Inherited From:
Source:
  • source.js, line 73
Returns:
Extent.
Type
ol.Extent

getProjection

Inherited From:
Source:
  • source.js, line 81
Returns:
Projection.
Type
ol.Projection

setAttributions

Parameters:
Name Type Description
attributions Array.<ol.Attribution> Attributions.
Inherited From:
Source:
  • source.js, line 101

setExtent

Parameters:
Name Type Description
extent ol.Extent Extent.
Inherited From:
Source:
  • source.js, line 109

setProjection

Parameters:
Name Type Description
projection ol.Projection Projetion.
Inherited From:
Source:
  • source.js, line 117