Protected
disposedThe object has already been disposed.
Protected
imageProtected
loaderThis source is currently loading data. Sources that defer loading to the
map's tile queue never set this to true
.
Protected
projectionProtected
viewProtected
viewProtected
applyProtected
Apply any properties from another object without triggering events.
The source object.
Dispatches an event and calls all listeners listening for events
of this type. The event parameter can either be a string or an
Object with a type
property.
Event object.
false
if anyone called preventDefault on the
event object or if any of the listeners returned false.
Protected
disposeProtected
findReturn the GetFeatureInfo URL for the passed coordinate, resolution, and
projection. Return undefined
if the GetFeatureInfo URL cannot be
constructed.
Coordinate.
Resolution.
Projection.
GetFeatureInfo params. INFO_FORMAT
at least should
be provided. If QUERY_LAYERS
is not provided then the layers specified
in the LAYERS
parameter will be used. VERSION
should not be
specified here.
GetFeatureInfo URL.
Protected
getReturn the GetLegendGraphic URL, optionally optimized for the passed
resolution and possibly including any passed specific parameters. Returns
undefined
if the GetLegendGraphic URL cannot be constructed.
Optional
resolution: numberResolution. If set to undefined, SCALE
will not be calculated and included in URL.
Optional
params: anyGetLegendGraphic params. If LAYER
is set, the
request is generated for this wms layer, else it will try to use the
configured wms layer. Default FORMAT
is image/png
.
VERSION
should not be specified here.
GetLegendGraphic URL.
Protected
handleProtected
onProtected
onceSets a collection of key-value pairs. Note that this changes any existing properties and adds new ones (it does not remove any existing properties).
Values.
Optional
silent: booleanUpdate without triggering an event.
Protected
un
Classdesc
Source for WMS servers providing single, untiled images.
Fires
module:ol/source/Image.ImageSourceEvent
Api