com.gisgraphy.domain.geoloc.service.geoloc
Interface IStreetSearchEngine

All Superinterfaces:
IQueryProcessor<StreetSearchQuery>
All Known Implementing Classes:
StreetSearchEngine

public interface IStreetSearchEngine
extends IQueryProcessor<StreetSearchQuery>

Execute a StreetSearchQuery and returns the results in a specific format

Author:
David Masclet
See Also:
StreetSearchQuery

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

Method Detail

executeQuery

StreetSearchResultsDto executeQuery(StreetSearchQuery query)
                                    throws ServiceException
Execute the query and returns a StreetSearchResultsDto

Parameters:
query - The StreetSearchQuery to execute
Returns:
The StreetSearchResultsDto Objects.
Throws:
ServiceException - If an error occurred


Copyright © 2010. All Rights Reserved.