com.gisgraphy.domain.geoloc.service.geoloc
Interface IGeolocSearchEngine

All Superinterfaces:
IQueryProcessor<GeolocQuery>
All Known Implementing Classes:
GeolocSearchEngine

public interface IGeolocSearchEngine
extends IQueryProcessor<GeolocQuery>

Execute a GeolocQuery and returns the results in a specific format

Author:
David Masclet
See Also:
GeolocQuery

Method Summary
 GeolocResultsDto executeQuery(GeolocQuery query)
          Execute the query and returns a GeolocResultsDto
 
Methods inherited from interface com.gisgraphy.domain.geoloc.service.IQueryProcessor
executeAndSerialize, executeQueryToString
 

Method Detail

executeQuery

GeolocResultsDto executeQuery(GeolocQuery query)
                              throws ServiceException
Execute the query and returns a GeolocResultsDto

Parameters:
query - The GeolocQuery to execute
Returns:
GeolocResultsDto
Throws:
ServiceException - If an error occurred


Copyright © 2010. All Rights Reserved.