Class: WMSLayer

Layer. WMSLayer

Creates a layer for imagery data using WMS (Web Map Service) protocol based on a GeoTiling(4, 2) with a pixelSize = 256 by default.
WMS provides a standard interface for requesting a geospatial map image. The standard guarantees that these images can all be overlaid on one another.

Example of a WMS request
http://example.com/wms?request=GetMap&service=WMS&version=1.1.1&layers=MyLayer &styles=population&srs=EPSG:4326&bbox=-145.15104058007,21.731919794922,-57.154894212888,58.961058642578& &width=780&height=330&format=image/png

new WMSLayer(options)

Parameters:
Name Type Description
options AbstractRasterLayer.wms_configuration WMS Configuration
See:

Extends

Methods


getGlobe()

Inherited From:
Implements:

getID()

Inherited From:
Implements:

getName()

Inherited From:
Implements:

getAttribution()

Inherited From:
Implements:

getCopyrightUrl()

Inherited From:
Implements:

getAck()

Inherited From:
Implements:

getIcon()

Inherited From:
Implements:

getDescription()

Inherited From:
Implements:

isVisible()

Inherited From:
Implements:

setVisible()

Inherited From:
Implements:

getOpacity()

Inherited From:
Implements:

setOpacity()

Inherited From:
Implements:

getProperties()

Inherited From:
Implements:

getType()

Inherited From:
Implements:

isPickable()

Inherited From:
Implements:

isType()

Inherited From:
Implements:

getServices()

Inherited From:
Implements:

getCoordinateSystem()

Inherited From:
Implements:

_detach()

Inherited From:
Implements:

getBaseURl()

Inherited From:
Implements:

getDataType()

Inherited From:
Implements:

getFormat()

Inherited From:
Implements:

isDeletable()

Inherited From:
Implements:

getColor()

Inherited From:
Implements:

getStyle()

Inherited From:
Implements:

getAvailableServices()

Inherited From:
Implements: