|
||||||||||
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 | |
---|---|
String |
lat
|
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 | |
---|---|
String |
getGoogleMapAPIKey()
|
String |
getLat()
|
String |
getLng()
|
void |
setLat(String lat)
|
void |
setLng(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 String lat
public String lng
Constructor Detail |
---|
public ReverseGeocodingAction()
Method Detail |
---|
public String getLat()
public void setLat(String lat)
lat
- the lat to setpublic String getLng()
public void setLng(String lng)
lng
- the lng to setpublic String getGoogleMapAPIKey()
getGoogleMapAPIKey
in interface GoogleMapApiKeyAware
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |