OpenLayers.Format.WFST.v1_1_0

A format for creating WFS v1.1.0 transactions.  Create a new instance with the OpenLayers.Format.WFST.v1_1_0 constructor.

Inherits from

Summary
OpenLayers.Format.WFST.v1_1_0A format for creating WFS v1.1.0 transactions.
Constructor
OpenLayers.Format.WFST.v1_1_0A class for parsing and generating WFS v1.1.0 transactions.

Constructor

OpenLayers.Format.WFST.v1_1_0

A class for parsing and generating WFS v1.1.0 transactions.

Parameters

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

Valid options properties

featureType{String} Local (without prefix) feature typeName (required).
featureNS{String} Feature namespace (optional).
featurePrefix{String} Feature namespace alias (optional - only used if featureNS is provided).  Default is ‘feature’.
geometryName{String} Name of geometry attribute.  Default is ‘the_geom’.
A class for parsing and generating WFS v1.1.0 transactions.
Write ogc:Filter version 1.1.0.
Superclass for WFST parsers.
Close