Geomajas, geocoder (PureGWT face) 1.4.0-M1
A C F G L O S T

A

alternativeSelectTitle() - Method in interface org.geomajas.plugin.geocoder.client.GeocoderMessages
 
AlternativesPanel - Class in org.geomajas.plugin.geocoder.client
A PopupPanel extension for the GetLocationForStringAlternatives given by a SelectAlternativeEvent.
AlternativesPanel(GeocoderTextBox) - Constructor for class org.geomajas.plugin.geocoder.client.AlternativesPanel
Main constructor.

C

clearLocation() - Method in class org.geomajas.plugin.geocoder.client.GeocoderPresenter
Clear the current location.

F

findPlaceOnMap() - Method in interface org.geomajas.plugin.geocoder.client.GeocoderMessages
 
fireEvent(GwtEvent<?>) - Method in class org.geomajas.plugin.geocoder.client.GeocoderPresenter
Fire an event.
fireEvent(GwtEvent<?>) - Method in class org.geomajas.plugin.geocoder.client.GeocoderTextBox
 

G

GeocoderMessages - Interface in org.geomajas.plugin.geocoder.client
Messages for the GeocoderWidget.
GeocoderPresenter - Class in org.geomajas.plugin.geocoder.client
Widget for starting a geocoder location search.
GeocoderTextBox - Class in org.geomajas.plugin.geocoder.client
Geocoder widget that navigates to a location when "enter" is pressed.
GeocoderTextBox(MapPresenter) - Constructor for class org.geomajas.plugin.geocoder.client.GeocoderTextBox
 
GeocoderWidget - Class in org.geomajas.plugin.geocoder.client
Map gadget that contains a GeocoderTextBox with a clickable magnifying glass.
GeocoderWidget(MapPresenter) - Constructor for class org.geomajas.plugin.geocoder.client.GeocoderWidget
 
GeocoderWidget(MapPresenter, int, int) - Constructor for class org.geomajas.plugin.geocoder.client.GeocoderWidget
 
GeocoderWidget.StopPropagationHandler - Class in org.geomajas.plugin.geocoder.client
Combination of different handlers with a single goal: stop all the events from propagating to the map.
GeocoderWidget.StopPropagationHandler() - Constructor for class org.geomajas.plugin.geocoder.client.GeocoderWidget.StopPropagationHandler
 
getAlternatives() - Method in class org.geomajas.plugin.geocoder.client.event.SelectAlternativeEvent
Get alternatives.
getAssociatedType() - Method in class org.geomajas.plugin.geocoder.client.event.SelectAlternativeEvent
 
getAssociatedType() - Method in class org.geomajas.plugin.geocoder.client.event.SelectLocationEvent
 
getBbox() - Method in class org.geomajas.plugin.geocoder.client.event.SelectLocationEvent
Get bounding box for the located area.
getCanonicalLocation() - Method in class org.geomajas.plugin.geocoder.client.event.SelectLocationEvent
Get string preferred description of matched location.
getCenter() - Method in class org.geomajas.plugin.geocoder.client.event.SelectLocationEvent
Get center of the located area.
getGeocoderName() - Method in class org.geomajas.plugin.geocoder.client.event.SelectLocationEvent
Name of the geocoder service which produced this result.
getMapWidget() - Method in class org.geomajas.plugin.geocoder.client.event.SelectAlternativeEvent
Get map widget the geocoder applies to.
getMapWidget() - Method in class org.geomajas.plugin.geocoder.client.event.SelectLocationEvent
Get map widget the geocoder applies to.
getServicePattern() - Method in class org.geomajas.plugin.geocoder.client.GeocoderPresenter
Get the regular expression which is used to select which geocoder services to use.
getServicePattern() - Method in class org.geomajas.plugin.geocoder.client.GeocoderTextBox
Get the regular expression which is used to select which geocoder services to use.
getUserData() - Method in class org.geomajas.plugin.geocoder.client.event.SelectLocationEvent
Get extra user data for the geocoder search result.
goToLocation(String) - Method in class org.geomajas.plugin.geocoder.client.GeocoderPresenter
Go to the location which matches the given string.
goToLocation(GetLocationForStringResponse, String) - Method in class org.geomajas.plugin.geocoder.client.GeocoderPresenter
Go to the location which matches the given string.
goToLocation() - Method in class org.geomajas.plugin.geocoder.client.GeocoderTextBox
 
goToLocation(String) - Method in class org.geomajas.plugin.geocoder.client.GeocoderTextBox
 

L

locationNotFound(String) - Method in interface org.geomajas.plugin.geocoder.client.GeocoderMessages
 

O

onClick(ClickEvent) - Method in class org.geomajas.plugin.geocoder.client.GeocoderWidget.StopPropagationHandler
 
onDoubleClick(DoubleClickEvent) - Method in class org.geomajas.plugin.geocoder.client.GeocoderWidget.StopPropagationHandler
 
onMouseDown(MouseDownEvent) - Method in class org.geomajas.plugin.geocoder.client.GeocoderWidget.StopPropagationHandler
 
onMouseUp(MouseUpEvent) - Method in class org.geomajas.plugin.geocoder.client.GeocoderWidget.StopPropagationHandler
 
onSelectAlternative(SelectAlternativeEvent) - Method in class org.geomajas.plugin.geocoder.client.AlternativesPanel
 
onSelectAlternative(SelectAlternativeEvent) - Method in interface org.geomajas.plugin.geocoder.client.event.SelectAlternativeHandler
Called when the geocoder returned multiple alternatives, purpose is to allow the user to select one.
onSelectAlternative(SelectAlternativeEvent) - Method in class org.geomajas.plugin.geocoder.client.GeocoderPresenter
 
onSelectLocation(SelectLocationEvent) - Method in interface org.geomajas.plugin.geocoder.client.event.SelectLocationHandler
Called when the location is selected either because the geocoder returned a match or because the user chose one of the alternatives.
onSelectLocation(SelectLocationEvent) - Method in class org.geomajas.plugin.geocoder.client.GeocoderPresenter
 
org.geomajas.plugin.geocoder.client - package org.geomajas.plugin.geocoder.client
 
org.geomajas.plugin.geocoder.client.event - package org.geomajas.plugin.geocoder.client.event
 

S

SelectAlternativeEvent - Class in org.geomajas.plugin.geocoder.client.event
Event which is used when the geocoder returned alternatives.
SelectAlternativeEvent(MapPresenter, List<GetLocationForStringAlternative>) - Constructor for class org.geomajas.plugin.geocoder.client.event.SelectAlternativeEvent
Constructor which passes the map and alternatives.
SelectAlternativeHandler - Interface in org.geomajas.plugin.geocoder.client.event
Handler for SelectAlternativeEvent.
SelectLocationEvent - Class in org.geomajas.plugin.geocoder.client.event
Event which is used when a location was selected, This can occur either because the geocoder returned a match or because one of the alternatives was selected by the user.
SelectLocationEvent(MapPresenter, GetLocationForStringAlternative) - Constructor for class org.geomajas.plugin.geocoder.client.event.SelectLocationEvent
 
SelectLocationEvent(MapPresenter, GetLocationForStringResponse) - Constructor for class org.geomajas.plugin.geocoder.client.event.SelectLocationEvent
 
SelectLocationHandler - Interface in org.geomajas.plugin.geocoder.client.event
Handler for SelectLocationEvent.
setSelectAlternativeHandler(SelectAlternativeHandler) - Method in class org.geomajas.plugin.geocoder.client.GeocoderPresenter
Set the select alternative handler.
setSelectAlternativeHandler(SelectAlternativeHandler) - Method in class org.geomajas.plugin.geocoder.client.GeocoderTextBox
Set the select alternative handler.
setSelectLocationHandler(SelectLocationHandler) - Method in class org.geomajas.plugin.geocoder.client.GeocoderPresenter
Set the select location handler.
setSelectLocationHandler(SelectLocationHandler) - Method in class org.geomajas.plugin.geocoder.client.GeocoderTextBox
Set the select location handler.
setServicePattern(String) - Method in class org.geomajas.plugin.geocoder.client.GeocoderPresenter
Set the regular expression which is used to select which geocoder services to use.
setServicePattern(String) - Method in class org.geomajas.plugin.geocoder.client.GeocoderTextBox
Set the regular expression which is used to select which geocoder services to use.

T

TYPE - Static variable in interface org.geomajas.plugin.geocoder.client.event.SelectAlternativeHandler
Event type.
TYPE - Static variable in interface org.geomajas.plugin.geocoder.client.event.SelectLocationHandler
Event type.

A C F G L O S T
Geomajas, geocoder (PureGWT face) 1.4.0-M1

Copyright © 2013 Geosparc. All Rights Reserved.