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.IGeolocSearchEngine
com.gisgraphy.service.ServiceException
public 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.ServiceException
public 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.ServiceException
Copyright © 2015. All rights reserved.