Class: ol.source.SingleImageWMS

ol.source.SingleImageWMS

new SingleImageWMS

Parameters:
Name Type Description
options ol.source.SingleImageWMSOptions Options.
Source:
  • singleimagewmssource.js, line 17

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

<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:
  • singleimagewmssource.js, line 79

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