|
Geomajas, geocoder (PureGWT face) 1.4.0-M1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<SelectLocationHandler>
org.geomajas.plugin.geocoder.client.event.SelectLocationEvent
@Api public class SelectLocationEvent
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.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
|---|
GwtEvent.Type<H> |
| Constructor Summary | |
|---|---|
SelectLocationEvent(org.geomajas.gwt.client.map.MapPresenter mapPresenter,
GetLocationForStringAlternative alternative)
|
|
SelectLocationEvent(org.geomajas.gwt.client.map.MapPresenter mapPresenter,
GetLocationForStringResponse alternative)
|
|
| Method Summary | |
|---|---|
GwtEvent.Type<SelectLocationHandler> |
getAssociatedType()
|
org.geomajas.geometry.Bbox |
getBbox()
Get bounding box for the located area. |
String |
getCanonicalLocation()
Get string preferred description of matched location. |
org.geomajas.geometry.Coordinate |
getCenter()
Get center of the located area. |
String |
getGeocoderName()
Name of the geocoder service which produced this result. |
org.geomajas.gwt.client.map.MapPresenter |
getMapWidget()
Get map widget the geocoder applies to. |
org.geomajas.configuration.client.ClientUserDataInfo |
getUserData()
Get extra user data for the geocoder search result. |
| Methods inherited from class com.google.gwt.event.shared.GwtEvent |
|---|
getSource |
| Methods inherited from class com.google.web.bindery.event.shared.Event |
|---|
toDebugString, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SelectLocationEvent(org.geomajas.gwt.client.map.MapPresenter mapPresenter,
GetLocationForStringAlternative alternative)
public SelectLocationEvent(org.geomajas.gwt.client.map.MapPresenter mapPresenter,
GetLocationForStringResponse alternative)
| Method Detail |
|---|
public GwtEvent.Type<SelectLocationHandler> getAssociatedType()
getAssociatedType in class GwtEvent<SelectLocationHandler>@Api public org.geomajas.gwt.client.map.MapPresenter getMapWidget()
@Api public String getCanonicalLocation()
@Api public org.geomajas.geometry.Coordinate getCenter()
@Api public org.geomajas.geometry.Bbox getBbox()
@Api public String getGeocoderName()
@Api public org.geomajas.configuration.client.ClientUserDataInfo getUserData()
|
Geomajas, geocoder (PureGWT face) 1.4.0-M1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||