OpenLayers.Protocol.WFS.v1

Abstract class for for v1.0.0 and v1.1.0 protocol.

Inherits from

Summary
OpenLayers.Protocol.WFS.v1Abstract class for for v1.0.0 and v1.1.0 protocol.
Constructor
OpenLayers.Protocol.WFSA class for giving layers WFS protocol.
Functions
destroyClean up the protocol.

Constructor

OpenLayers.Protocol.WFS

A class for giving layers WFS protocol.

Parameters

options{Object} Optional object whose properties will be set on the instance.

Valid options properties

url{String} URL to send requests to (required).
featureType{String} Local (without prefix) feature typeName (required).
featureNS{String} Feature namespace (required, but can be autodetected for reading if featurePrefix is provided and identical to the prefix in the server response).
featurePrefix{String} Feature namespace alias (optional - only used for writing if featureNS is provided).  Default is ‘feature’.
geometryName{String} Name of geometry attribute.  Default is ‘the_geom’.

Functions

destroy

destroy: function()

Clean up the protocol.

destroy: function()
Clean up the protocol.
Abstract vector layer protocol class.
Close