oscar.Gui.Download.WFS

Download widget for executing WFS GetFeature requests for download. from a web coverage service.

Inherits from:oscar.Gui.Download
Summary
oscar.Gui.Download.WFSDownload widget for executing WFS GetFeature requests for download.
Properties
autoStart {Boolean} - Should the requests start immediatelyafter the draw method call.
title The text to be displayed for the download reference.
Constructor
oscar.Gui.Download.WFS
Functions
drawCreates the DOM elmements to display the widget on screen.
initRequestsCalled from the constructor.

Properties

autoStart {Boolean} - Should the requests start immediately

after the draw method call.  Defaults to true.

title The text to be displayed for the download reference.

Constructor

oscar.Gui.Download.WFS

Parameters: urlThe url of the web coverage service. parameters - {Object} Key:Value pair parameters for a GetCoverage request. options - {Object} An optional object whose properties will be set on this instance.

Functions

draw

draw : function()

Creates the DOM elmements to display the widget on screen.

Returns: A DOM element.

initRequests

initRequests : function()

Called from the constructor.  Sends off the requests for GetCoverage and the stylesheet to for transformation.

draw : function()
Creates the DOM elmements to display the widget on screen.
initRequests : function()
Called from the constructor.
Parent class for the Download gui elements.