com.gisgraphy.webapp.action
Class ReverseGeocodingAction

java.lang.Object
  extended by com.opensymphony.xwork2.ActionSupport
      extended by com.gisgraphy.webapp.action.SearchAction
          extended by com.gisgraphy.webapp.action.ReverseGeocodingAction
All Implemented Interfaces:
GoogleMapApiKeyAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, com.opensymphony.xwork2.ValidationAware, java.io.Serializable

public class ReverseGeocodingAction
extends SearchAction
implements GoogleMapApiKeyAware

Reverse geocoding Action

Author:
David Masclet
See Also:
Serialized Form

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

lat

public java.lang.String lat

lng

public java.lang.String lng
Constructor Detail

ReverseGeocodingAction

public ReverseGeocodingAction()
Method Detail

getLat

public java.lang.String getLat()
Returns:
the lat

setLat

public void setLat(java.lang.String lat)
Parameters:
lat - the lat to set

getLng

public java.lang.String getLng()
Returns:
the lng

setLng

public void setLng(java.lang.String lng)
Parameters:
lng - the lng to set

getGoogleMapAPIKey

public java.lang.String getGoogleMapAPIKey()
Specified by:
getGoogleMapAPIKey in interface GoogleMapApiKeyAware
Returns:
the googleMapAPIKey


Copyright © 2010. All Rights Reserved.