Class GeocodingServiceImpl
java.lang.Object
ch.tocco.nice2.optional.geolocation.impl.GeocodingServiceImpl
- All Implemented Interfaces:
GeocodingService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateTask
(org.slf4j.Logger log, String query) findPosition
(String query) Find the position of the specified address query.void
setGeocodingFactories
(List<GeocodingFactory> geocodingFactories) void
setServiceName
(String serviceName)
-
Constructor Details
-
GeocodingServiceImpl
public GeocodingServiceImpl(org.slf4j.Logger log)
-
-
Method Details
-
setGeocodingFactories
-
setServiceName
-
findPosition
Description copied from interface:GeocodingService
Find the position of the specified address query.For ambigous queries the list contains more than one result.
- Specified by:
findPosition
in interfaceGeocodingService
- Throws:
GeolocationException
-
createTask
-