public class GeolocSearchEngine extends Object implements com.gisgraphy.geocoloc.IGeolocSearchEngine
IGeolocSearchEngine.| Modifier and Type | Field and Description |
|---|---|
static boolean |
disableLogging
very usefull when import is running
|
protected static org.slf4j.Logger |
logger
The logger
|
| Constructor and Description |
|---|
GeolocSearchEngine() |
| Modifier and Type | Method and Description |
|---|---|
void |
executeAndSerialize(com.gisgraphy.geoloc.GeolocQuery query,
OutputStream outputStream) |
com.gisgraphy.geoloc.GeolocResultsDto |
executeQuery(com.gisgraphy.geoloc.GeolocQuery query) |
String |
executeQueryToString(com.gisgraphy.geoloc.GeolocQuery query) |
public static boolean disableLogging
protected static final org.slf4j.Logger logger
public com.gisgraphy.geoloc.GeolocResultsDto executeQuery(com.gisgraphy.geoloc.GeolocQuery query)
throws com.gisgraphy.service.ServiceException
executeQuery in interface com.gisgraphy.geocoloc.IGeolocSearchEnginecom.gisgraphy.service.ServiceExceptionpublic void executeAndSerialize(com.gisgraphy.geoloc.GeolocQuery query,
OutputStream outputStream)
throws com.gisgraphy.service.ServiceException
executeAndSerialize in interface com.gisgraphy.service.IQueryProcessor<com.gisgraphy.geoloc.GeolocQuery>com.gisgraphy.service.ServiceExceptionpublic String executeQueryToString(com.gisgraphy.geoloc.GeolocQuery query) throws com.gisgraphy.service.ServiceException
executeQueryToString in interface com.gisgraphy.service.IQueryProcessor<com.gisgraphy.geoloc.GeolocQuery>com.gisgraphy.service.ServiceExceptionCopyright © 2015. All rights reserved.