gxp.data.WFSProtocolProxy¶
-
class
gxp.data.WFSProtocolProxy¶ A data proxy for use with
OpenLayers.Protocol.WFSobjects.This is mainly to extend Ext 3.0 functionality to the GeoExt.data.ProtocolProxy. This could be simplified by having the ProtocolProxy support writers (implement doRequest).
Config Options¶
Configuration properties in addition to those listed for Ext.data.DataProxy.
-
maxFeatures NumberOptional limit for number of features requested in a read. No limit set by default.
-
multi BooleanIf set to true, geometries will be casted to Multi geometries before writing. No casting will be done for reading.
-
version StringWFS version. Default is “1.1.0”.
Public Methods¶
Public methods in addition to those listed for Ext.data.DataProxy.
-
WFSProtocolProxy.setFilter()¶ Parameters: filter – OpenLayers.FilterFilter to be set on the WFS protocol.Does not trigger anything on the protocol (for now).