fr.paris.lutece.plugins.gis.service
Interface IAddressServiceFacade
public interface IAddressServiceFacade
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 requestaddress
- The researched addressstrSRID
- 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 requestlonLat
- The coordinatesstrSRID
- The SRID
- Returns:
- A String address | null
- Throws:
RemoteException
Copyright © 2013 Mairie de Paris. All Rights Reserved.