oscar.Handler.WFS

Executes WFS requests based on selection layers of a theme.

Inherits from:oscar.Handler
Summary
oscar.Handler.WFSExecutes WFS requests based on selection layers of a theme.
Constants
EVENT_TYPES
Properties
requestCounter{Integer} Keeps track of the number of requests being executed.
Constructor
oscar.Handler.WFS
Functions
executeLaunches a GetFeature request to obtain features from a WFS service.
Constants
CLASS_NAME - oscar.Handler.WFS

Constants

EVENT_TYPES

completeTriggered when all requests have been completed.  Passes the
layer object reference. requestCompleteTriggered when a request has
completed.  Used internally. beforeStartTriggered when the requests are
about to start. cleanTriggered by this.clean() method.

Properties

requestCounter

{Integer} Keeps track of the number of requests being executed.

Constructor

oscar.Handler.WFS

Parameters

map<Oscar.Map> A reference to a <Oscar.Map> object. options - {Object} An optional object whose properties will be set on this instance.

Functions

execute

execute : function(geom,
theme)

Launches a GetFeature request to obtain features from a WFS service.

Parameters: geom<OpenLayers.Geometry> object. theme - oscar.ox.Theme object.

Constants

CLASS_NAME - oscar.Handler.WFS

execute : function(geom,
theme)
Launches a GetFeature request to obtain features from a WFS service.
The oscar.Handler object defines the Oscar Handler namespace.
This class represents a Theme from Oscar eXchange Format