API Docs for: 1.0.2
Show:

GIScene.Service.W3DS_0_4_0 Class

Service Interface to load data from a W3DS OGC Discussion Paper Specification Implementation

Constructor

GIScene.Service.W3DS_0_4_0

(
  • config
  • params
)

Parameters:

  • config Object

    a config object for this class

  • params Object

    an object to specify service parameters, e.g. layer, crs, offset

Item Index

Methods

Methods

getTile

(
  • params
  • onSuccess
  • onError
)

Parameters:

  • params Object

    specify the following properties: {String} layer, {Number} tileLevel, {Number} tileCol, {Number} tileRow

  • onSuccess Function

    will be called with the response when the request was successful

  • onError Function

    will be called when the request failed