gxp.data.WFSFeatureStore¶
Config Options¶
Configuration properties in addition to those listed for Ext.data.Store.
- 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.
- ogcFilter
OpenLayers.Filter Optional filter to set on the WFSProtocolProxy.
Public Methods¶
Public methods in addition to those listed for Ext.data.Store.
- WFSFeatureStore.setOgcFilter()¶
Parameters: ogcFilter – OpenLayers.Filter Update the filter used by the protocol proxy. You must manually call load or reload to trigger loading.