Inherits from: | oscar.Util |
Description: This utility will object capabilities documents for different service types like WMS
oscar. | |
Constants | |
EVENT_TYPES | {Array(String)} Supported application event types |
Functions | |
getCapabilities | Launches the reqest to retreive the Capabilities document from the server. |
getParameters | Returns parameters to use for the request |
success | Called when the capabilities request is successful. |
fail | Called when the capabilities request fails. |
oscar. |
Inherits from: | oscar.Util.Capabilities |
Description: This utility will object capabilities document for a WMS service.
Launches the reqest to retreive the Capabilities document from the server.
getCapabilities:function()
Returns parameters to use for the request
getParameters:function()
Called when the capabilities request is successful.
success:function( transport )
Called when the capabilities request fails.
fail:function( transport )