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 response
BKGWebMap.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 term
string Suchterm options
object Response-Handling-Optionen Properties
Name Type Description callback
function scope
object - Source:
- BKGWebMap/Protocol/WFSSearch.js, line 62
Returns:
-
<static> parseResponse(request, response)
-
Wertet die Antowrt einer Geocode-Anfrage aus.
Parameters:
Name Type Description request
XMLHttpRequest response
BKGWebMap.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 features
Array.<OpenLayers.Feature.Vector> Die FeatureCollection - Source:
- BKGWebMap/Protocol/WFSSearch.js, line 92