fr.paris.lutece.plugins.gis.service
public interface IAddressServiceFacade
Modifier and Type | Method and Description |
---|---|
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
|
LonLat getGeolocalization(javax.servlet.http.HttpServletRequest request, String address, String strSRID) throws RemoteException
request
- The HTTP requestaddress
- The researched addressstrSRID
- The SRIDRemoteException
String getInverseGeolocalization(javax.servlet.http.HttpServletRequest request, LonLat lonLat, String strSRID) throws RemoteException
request
- The HTTP requestlonLat
- The coordinatesstrSRID
- The SRIDRemoteException
Copyright © 2014 Mairie de Paris. All rights reserved.