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