public class StreetSearchEngine extends Object implements com.gisgraphy.street.IStreetSearchEngine
IStreetSearchEngine
.Modifier and Type | Field and Description |
---|---|
protected static org.slf4j.Logger |
logger
The logger
|
Constructor and Description |
---|
StreetSearchEngine() |
Modifier and Type | Method and Description |
---|---|
void |
executeAndSerialize(com.gisgraphy.street.StreetSearchQuery query,
OutputStream outputStream) |
com.gisgraphy.domain.valueobject.StreetSearchResultsDto |
executeQuery(com.gisgraphy.street.StreetSearchQuery query) |
String |
executeQueryToString(com.gisgraphy.street.StreetSearchQuery query) |
public com.gisgraphy.domain.valueobject.StreetSearchResultsDto executeQuery(com.gisgraphy.street.StreetSearchQuery query) throws com.gisgraphy.service.ServiceException
executeQuery
in interface com.gisgraphy.street.IStreetSearchEngine
com.gisgraphy.service.ServiceException
public void executeAndSerialize(com.gisgraphy.street.StreetSearchQuery query, OutputStream outputStream) throws com.gisgraphy.service.ServiceException
executeAndSerialize
in interface com.gisgraphy.service.IQueryProcessor<com.gisgraphy.street.StreetSearchQuery>
com.gisgraphy.service.ServiceException
public String executeQueryToString(com.gisgraphy.street.StreetSearchQuery query) throws com.gisgraphy.service.ServiceException
executeQueryToString
in interface com.gisgraphy.service.IQueryProcessor<com.gisgraphy.street.StreetSearchQuery>
com.gisgraphy.service.ServiceException
Copyright © 2015. All rights reserved.