API Docs for: 1.0.2
Show:

GIScene.WMSOverlayMaterial Class

special raster overlay material to use OGC-WMS services as image source

Constructor

GIScene.WMSOverlayMaterial

(
  • config
  • params
)

Parameters:

  • config Object

    the config object for the material

  • params Object

    the OGC-WMS params for the request string

Methods

clone

() GIScene.WMSOverlayMaterial

Clones the material. BUT reuses the texture without cloning it.

Returns:

getGetMapUrl

() String

Returns a URL with OGC-WMS parameters based on the material params

Returns:

String:

getMapUrl

setBboxParamFromLLUR

()

set BBOX paramter string from internal lowerLeft and upperRight properties

setLLURFromBboxParam

()

set internal lowerLeft and upperRight properties from params.bbox

Properties

config

Object

The config which is used to initialize the WMSOverlayMaterial. Merged from defaults and passed config Object.