Class: ol.source.StaticImage

ol.source.StaticImage

new StaticImage

Parameters:
Name Type Description
options ol.source.StaticImageOptions Options.
Source:
  • staticimagesource.js, line 14

Extends

Members

getResolutions

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

<protected> imageUrlFunction :ol.ImageUrlFunctionType

Inherited From:
Source:
  • imagesource.js, line 46

isReady

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

Methods

<static> createImageFunction

Parameters:
Name Type Description
url string | undefined URL.
Source:
  • staticimagesource.js, line 57
Returns:
Function.
Type
ol.ImageUrlFunctionType

<protected> createImage

Parameters:
Name Type Description
extent ol.Extent Extent.
resolution number Resolution.
size ol.Size Size.
Inherited From:
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.
Inherited From:
Source:
  • imagesource.js, line 98
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

getImage

Source:
  • staticimagesource.js, line 45

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