This is a small GUI widget for executing AJAX requests for downloading from a web coverage service.
| Inherits from: | oscar.Gui.Download |
| oscar. | This is a small GUI widget for executing AJAX requests for downloading from a web coverage service. |
| Properties | |
| autoStart {Boolean} - Should the requests start immediately | after the draw method call. |
| title The text to be displayed for the download reference. | |
| events {<OpenLayers. | all events on the label. |
| Constants | |
| EVENT_TYPES {Array(String)} Supported application event types. | Register a listener for a particular event with the following syntax: > wcs.events.register(type, obj, listener); |
| Constructor | |
| oscar. | |
| Functions | |
| draw | Creates the DOM elmements to display the widget on screen. |
| initRequests | Called from the constructor. |
Register a listener for a particular event with the following syntax: > wcs.events.register(type, obj, listener);
| xmlReceived | Triggered when the xml is received from the service. |
| xslReceived | Triggered when the xsl for transformation is received. |
Creates the DOM elmements to display the widget on screen.
draw : function()
Called from the constructor.
initRequests : function()