@Service public class ReverseGeocodingService extends Object implements com.gisgraphy.reversegeocoding.IReverseGeocodingService
IReverseGeocodingService
.Modifier and Type | Field and Description |
---|---|
protected AddressHelper |
addressHelper |
protected static org.slf4j.Logger |
logger
The logger
|
protected IOpenStreetMapDao |
openStreetMapDao |
protected IStatsUsageService |
statsUsageService |
Constructor and Description |
---|
ReverseGeocodingService() |
Modifier and Type | Method and Description |
---|---|
void |
executeAndSerialize(com.gisgraphy.reversegeocoding.ReverseGeocodingQuery query,
OutputStream outputStream) |
com.gisgraphy.addressparser.AddressResultsDto |
executeQuery(com.gisgraphy.reversegeocoding.ReverseGeocodingQuery query) |
String |
executeQueryToString(com.gisgraphy.reversegeocoding.ReverseGeocodingQuery query) |
@Autowired protected IOpenStreetMapDao openStreetMapDao
protected IStatsUsageService statsUsageService
@Autowired protected AddressHelper addressHelper
protected static final org.slf4j.Logger logger
public com.gisgraphy.addressparser.AddressResultsDto executeQuery(com.gisgraphy.reversegeocoding.ReverseGeocodingQuery query) throws com.gisgraphy.service.ServiceException
executeQuery
in interface com.gisgraphy.reversegeocoding.IReverseGeocodingService
com.gisgraphy.service.ServiceException
public void executeAndSerialize(com.gisgraphy.reversegeocoding.ReverseGeocodingQuery query, OutputStream outputStream) throws com.gisgraphy.service.ServiceException
executeAndSerialize
in interface com.gisgraphy.reversegeocoding.IReverseGeocodingService
com.gisgraphy.service.ServiceException
public String executeQueryToString(com.gisgraphy.reversegeocoding.ReverseGeocodingQuery query) throws com.gisgraphy.service.ServiceException
executeQueryToString
in interface com.gisgraphy.reversegeocoding.IReverseGeocodingService
com.gisgraphy.service.ServiceException
Copyright © 2015. All rights reserved.