new WFSSearch(options)
Parameters:
| Name | Type | Description | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
options | 
            
            
            object | Optionen für Protokoll (s. OpenLayers.Protocol.WFS.v1_1_0)
                Properties
  | 
        
- Source:
 - BKGWebMap/Protocol/WFSSearch.js, line 5
 
Members
- 
    
<static> canAutocomplete :boolean
 - 
    
    Autocomplete wird vorerst nicht unterstützt.
- Source:
 - BKGWebMap/Protocol/WFSSearch.js, line 35
 
 
Methods
- 
    
<static> abort(response)
 - 
    
    
    Bricht einen laufenden Request ab. Das Response-Objekt muss von diesem Protokoll stammen.
Parameters:
Name Type Description responseBKGWebMap.Protocol.Response Das Protokoll-Response-Objekt - Source:
 - BKGWebMap/Protocol/WFSSearch.js, line 101
 
 - 
    
<static> clearCache()
 - 
    
    
    Leert den Suggest-Cache
- Source:
 - BKGWebMap/Protocol/WFSSearch.js, line 51
 
 - 
    
<static> geocode(term, options) → {BKGWebMap.Protocol.Response}
 - 
    
    
    Führt die Ortssuche aus.
Parameters:
Name Type Description termstring Suchterm optionsobject Response-Handling-Optionen Properties
Name Type Description callbackfunction scopeobject - Source:
 - BKGWebMap/Protocol/WFSSearch.js, line 62
 
Returns:
 - 
    
<static> parseResponse(request, response)
 - 
    
    
    Wertet die Antowrt einer Geocode-Anfrage aus.
Parameters:
Name Type Description requestXMLHttpRequest responseBKGWebMap.Protocol.Response - Source:
 - BKGWebMap/Protocol/WFSSearch.js, line 80
 
 - 
    
<static> updateDataModel(features)
 - 
    
    
    Aktualisiert das Datenmodell. Hierbei wird sichergestellt, dass das bbox-Attribut eine Geometrie wird.
Parameters:
Name Type Description featuresArray.<OpenLayers.Feature.Vector> Die FeatureCollection - Source:
 - BKGWebMap/Protocol/WFSSearch.js, line 92