new Geoindex(options)
Parameters:
Name | Type | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
object | Optionen für Protokoll
Properties
|
- Source:
- BKGWebMap/Protocol/Geoindex.js, line 5
Members
-
<static> bounds :OpenLayers.Bounds
-
Räumliche Einschränkung für Suchanfragen.
- Source:
- BKGWebMap/Protocol/Geoindex.js, line 55
-
<static> cache :object
-
Autocomplete cache.
- Source:
- BKGWebMap/Protocol/Geoindex.js, line 76
-
<static> canAutocomplete :boolean
-
Zeigt an, ob das Protokoll autocomplete unterstützt.
- Source:
- BKGWebMap/Protocol/Geoindex.js, line 90
-
<static> featureParser :OpenLayers.Format
-
Parser für Features.
- Source:
- BKGWebMap/Protocol/Geoindex.js, line 69
-
<static> maxSuggestTerms :int
-
Maximale Anzahl an Vorschlägen
- Source:
- BKGWebMap/Protocol/Geoindex.js, line 62
-
<static> srs :string
-
Projektion für Koordinaten.
- Source:
- BKGWebMap/Protocol/Geoindex.js, line 48
-
<static> updateCallback :function
-
Callback für Feature-Updates. Akzeptiert als Parameter zwei Arrays: features und suggestions.
- Source:
- BKGWebMap/Protocol/Geoindex.js, line 83
-
<static> url :string
-
URL des Suchdienstes
- Source:
- BKGWebMap/Protocol/Geoindex.js, line 41
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/Geoindex.js, line 301
-
<static> clearCache()
-
Leert den Suggest-Cache
- Source:
- BKGWebMap/Protocol/Geoindex.js, line 111
-
<static> clearCache()
-
Leert den Suggest-Cache
- Source:
- BKGWebMap/Protocol/Geokodierung.js, line 117
-
<static> createCallback(method, response, options) → {function}
-
Erzeugt eine Funktion, die gegebene Funktion mit den Argumenten anwendet.
Parameters:
Name Type Description method
function Zielfunktion response
BKGWebMap.Protocol.Response Das Protokoll-Response-Objekt options
object weitere Optionen für die Protokoll-Methode - Source:
- BKGWebMap/Protocol/Geoindex.js, line 290
Returns:
die neue Wrapper-Funktion- Type
- function
-
<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/Geoindex.js, line 165
Returns:
-
<static> handleResponse(response, options)
-
Allgemeine Antwortauswertung.
Parameters:
Name Type Description response
BKGWebMap.Protocol.Response Responseobjekt options
object Response-Handling-Optionen - Source:
- BKGWebMap/Protocol/Geoindex.js, line 194
-
<static> parseGeocodeResponse(request, response)
-
Wertet die Antowrt einer Geocode-Anfrage aus.
Parameters:
Name Type Description request
XMLHttpRequest response
BKGWebMap.Protocol.Response - Source:
- BKGWebMap/Protocol/Geoindex.js, line 224
-
<static> parseSuggestResponse(request, response)
-
Wertet die Antowrt einer Suggest-Anfrage aus.
Parameters:
Name Type Description request
XMLHttpRequest response
BKGWebMap.Protocol.Response - Source:
- BKGWebMap/Protocol/Geoindex.js, line 246
-
<static> suggest(term, options) → {BKGWebMap.Protocol.Response}
-
Führt eine Vorschlagssuche aus.
Parameters:
Name Type Description term
string Suchterm options
object Response-Handling-Optionen Properties
Name Type Description callback
function scope
object - Source:
- BKGWebMap/Protocol/Geoindex.js, line 124
Returns:
-
<static> updateDataModel(features)
-
Aktualisiert das Datenmodell entsprechend den neuen Geokodierungsdiensten.
Parameters:
Name Type Description features
Array.<OpenLayers.Feature.Vector> Die FeatureCollection - Source:
- BKGWebMap/Protocol/Geoindex.js, line 268