gxp.data.WFSProtocolProxy
¶
-
class
gxp.data.
WFSProtocolProxy
¶ A data proxy for use with
OpenLayers.Protocol.WFS
objects.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
Number
Optional limit for number of features requested in a read. No limit set by default.
-
multi
Boolean
If set to true, geometries will be casted to Multi geometries before writing. No casting will be done for reading.
-
version
String
WFS version. Default is “1.1.0”.
Public Methods¶
Public methods in addition to those listed for Ext.data.DataProxy.
-
WFSProtocolProxy.
setFilter
()¶ Parameters: filter – OpenLayers.Filter
Filter to be set on the WFS protocol.Does not trigger anything on the protocol (for now).