new Geokodierung(options)
Parameters:
| Name | Type | Description | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options | 
            
            
            object | Optionen für Protokoll
                Properties
  | 
        
- Source:
 
Members
- 
    
<static> bounds :OpenLayers.Bounds
 - 
    
    Räumliche Einschränkung für Suchanfragen.
- Source:
 - BKGWebMap/Protocol/Geokodierung.js, line 54
 
 - 
    
<static> cache :object
 - 
    
    Autocomplete cache.
- Source:
 - BKGWebMap/Protocol/Geokodierung.js, line 82
 
 - 
    
<static> canAutocomplete :boolean
 - 
    
    Zeigt an, ob das Protokoll autocomplete unterstützt.
- Source:
 - BKGWebMap/Protocol/Geokodierung.js, line 96
 
 - 
    
<static> featureParser :OpenLayers.Format
 - 
    
    Parser für Features.
- Source:
 - BKGWebMap/Protocol/Geokodierung.js, line 68
 
 - 
    
<static> maxSuggestTerms :int
 - 
    
    Maximale Anzahl an Vorschlägen
- Source:
 - BKGWebMap/Protocol/Geokodierung.js, line 61
 
 - 
    
<static> srs :string
 - 
    
    Projektion für Koordinaten.
- Source:
 - BKGWebMap/Protocol/Geokodierung.js, line 47
 
 - 
    
<static> suggestionParser :OpenLayers.Format
 - 
    
    Parser für Suggestions.
- Source:
 - BKGWebMap/Protocol/Geokodierung.js, line 75
 
 - 
    
<static> updateCallback :function
 - 
    
    Callback für Feature-Updates. Akzeptiert als Parameter zwei Arrays: features und suggestions.
- Source:
 - BKGWebMap/Protocol/Geokodierung.js, line 89
 
 - 
    
<static> url :string
 - 
    
    URL des Suchdienstes
- Source:
 - BKGWebMap/Protocol/Geokodierung.js, line 40
 
 
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/Geokodierung.js, line 293
 
 - 
    
<static> createCallback(method, response, options) → {function}
 - 
    
    
    Erzeugt eine Funktion, die gegebene Funktion mit den Argumenten anwendet.
Parameters:
Name Type Description methodfunction Zielfunktion responseBKGWebMap.Protocol.Response Das Protokoll-Response-Objekt optionsobject weitere Optionen für die Protokoll-Methode - Source:
 - BKGWebMap/Protocol/Geokodierung.js, line 284
 
Returns:
die neue Wrapper-Funktion- Type
 - function
 
 - 
    
<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/Geokodierung.js, line 174
 
Returns:
 - 
    
<static> handleResponse(response, options)
 - 
    
    
    Allgemeine Antwortauswertung.
Parameters:
Name Type Description responseBKGWebMap.Protocol.Response Responseobjekt optionsobject Response-Handling-Optionen - Source:
 - BKGWebMap/Protocol/Geokodierung.js, line 205
 
 - 
    
<static> parseGeocodeResponse(request, response)
 - 
    
    
    Wertet die Antowrt einer Geocode-Anfrage aus.
Parameters:
Name Type Description requestXMLHttpRequest responseBKGWebMap.Protocol.Response - Source:
 - BKGWebMap/Protocol/Geokodierung.js, line 235
 
 - 
    
<static> parseSuggestResponse(request, response)
 - 
    
    
    Wertet die Antowrt einer Suggest-Anfrage aus.
Parameters:
Name Type Description requestXMLHttpRequest responseBKGWebMap.Protocol.Response - Source:
 - BKGWebMap/Protocol/Geokodierung.js, line 261
 
 - 
    
<static> suggest(term, options) → {BKGWebMap.Protocol.Response}
 - 
    
    
    Führt eine Vorschlagssuche aus.
Parameters:
Name Type Description termstring Suchterm optionsobject Response-Handling-Optionen Properties
Name Type Description callbackfunction scopeobject - Source:
 - BKGWebMap/Protocol/Geokodierung.js, line 130
 
Returns:
 - 
    
<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/Geokodierung.js, line 247