bstract base class for specific spatial queries. This class itself cannot be nstantiated, use subclasses like the Heron.widgets.search.SearchByDrawPanel.
This is an abstract base class that cannot be used directly. See examples in subclasses like the Heron.widgets.search.SearchByDrawPanel and the Heron.widgets.search.SearchByFeaturePanel..
Configuration properties in addition to those listed for Ext.Panel.
String Default description in status area.
Array Optional array of explicit download formats (mainly GeoServer-only) to set or overrule any downloadFormats in the Layer metadata.wfs properties. Default is null (taking possible values from the Layer metadata).
Array Features from last external Search. Default null
String Name of last Search (UNUSED). Default null
Function Filter for OpenLayer getLayersBy(), to filter out WFS-enabled Layers from Layer array. Default: only Layers that have metadata.wfs (see OpenLayers Layer spec and examples) set.
String How should the layer names be sorted in the selector, ‘ASC’, ‘DESC’ or null (as Map order)? default value is ‘ASC’ (Alphabetically Ascending).
Integer Max features to use for Search selection. Default 24
String Name, e.g. for multiple searches combo.
Object OpenLayers Style config to use for features Selection Layer. Default reddish
Public methods in addition to those listed for Ext.Panel.
Called just before Panel is destroyed.
Called just before Panel is hidden.
Called when feature drawn selected.
Called when Layer selected.
Function called when search is canceled.
Function to call when search is complete. Default is to show “Search completed” with feature count on progress label.
Called when remote search (WFS) query has started.
Function called when search is complete and succesful. Default is to show “Search completed” with feature count on progress label.
Issue spatial search via WFS.
Abort/cancel spatial search via WFS.