|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.opensymphony.xwork2.ActionSupport
com.gisgraphy.webapp.action.SearchAction
com.gisgraphy.webapp.action.ReverseGeocodingAction
public class ReverseGeocodingAction
Reverse geocoding Action
| Field Summary | |
|---|---|
java.lang.String |
lat
|
java.lang.String |
lng
|
| Fields inherited from class com.gisgraphy.webapp.action.SearchAction |
|---|
DEFAULT_NUMBER_OF_RESULTS_PER_PAGE, errorMessage, POPUP_VIEW |
| Fields inherited from class com.opensymphony.xwork2.ActionSupport |
|---|
LOG |
| Fields inherited from interface com.opensymphony.xwork2.Action |
|---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
| Constructor Summary | |
|---|---|
ReverseGeocodingAction()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getGoogleMapAPIKey()
|
java.lang.String |
getLat()
|
java.lang.String |
getLng()
|
void |
setLat(java.lang.String lat)
|
void |
setLng(java.lang.String lng)
|
| Methods inherited from class com.gisgraphy.webapp.action.SearchAction |
|---|
getDefaultNumberOfResultsPerPage, getErrorMessage, getFormat, getFrom, getPlacetypes, getTo, isAdvancedSearch, isIndent, setAdvancedSearch, setFormat, setFrom, setIndent, setTo |
| Methods inherited from class com.opensymphony.xwork2.ActionSupport |
|---|
addActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, doDefault, execute, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, pause, setActionErrors, setActionMessages, setFieldErrors, validate |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String lat
public java.lang.String lng
| Constructor Detail |
|---|
public ReverseGeocodingAction()
| Method Detail |
|---|
public java.lang.String getLat()
public void setLat(java.lang.String lat)
lat - the lat to setpublic java.lang.String getLng()
public void setLng(java.lang.String lng)
lng - the lng to setpublic java.lang.String getGoogleMapAPIKey()
getGoogleMapAPIKey in interface GoogleMapApiKeyAware
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||