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 90

<protected> imageUrlFunction :ol.ImageUrlFunctionType

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

isReady

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

Methods

<static> createImageFunction

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

<protected> createImage

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

<protected> dispatchLoadEvent

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

<protected> findNearestResolution

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

getAttributions

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

getExtent

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

getImage

Source:
  • staticimagesource.js, line 47

getProjection

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

setAttributions

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

setExtent

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

setProjection

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