fr.paris.lutece.plugins.gis.service
Interface IAddressServiceFacade


public interface IAddressServiceFacade


Method Summary
 LonLat getGeolocalization(javax.servlet.http.HttpServletRequest request, String address, String strSRID)
          Gets the localization of the given address parameters.
 String getInverseGeolocalization(javax.servlet.http.HttpServletRequest request, LonLat lonLat, String strSRID)
          Gets the address located on the given coordinates parameters.
 

Method Detail

getGeolocalization

LonLat getGeolocalization(javax.servlet.http.HttpServletRequest request,
                          String address,
                          String strSRID)
                          throws RemoteException
Gets the localization of the given address parameters. May return whether no coordinates have been found.

Parameters:
request - The HTTP request
address - The researched address
strSRID - The SRID
Returns:
LonLat | null
Throws:
RemoteException

getInverseGeolocalization

String getInverseGeolocalization(javax.servlet.http.HttpServletRequest request,
                                 LonLat lonLat,
                                 String strSRID)
                                 throws RemoteException
Gets the address located on the given coordinates parameters. May return whether no addresses have been found.

Parameters:
request - The HTTP request
lonLat - The coordinates
strSRID - The SRID
Returns:
A String address | null
Throws:
RemoteException


Copyright © 2013 Mairie de Paris. All Rights Reserved.