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